@charset "UTF-8";
body {
	background-color: #FFF;
	margin: 0px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height: 1.4;
}


a img { /* イメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	text-decoration: none; 
	color:#000;
/* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* リンク */
.link {
	display: inline-block;
	transition: 0.5s;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.link:hover, .link:active, .link:focus {
    color: #CCC;
/*	-webkit-transform: translateY(-4px);
	transform: translateY(-4px); */
}

/* 文字要素 */
a1 {
	font-size:24px;
	font-weight:bold;
}
a2 {
	font-size:14px;
}
a3 {
	font-size:18px;
	font-weight:bold;
}
a4 {
	font-size:16px;
}
a5 {
	font-size:12px;
}
a6 {
	font-size:12px;
}
b1 {
	font-size:16px;
}
b2 {
	font-size:18px;
	font-weight:bold;
}
c1 {
	color: #900;
}
c2 {
	font-weight: bold;
	font-size: 16px;
}


hr {
}

/* サイト全体 */
#site {
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../../gashu-kiko/images/back.gif);
	width: 980px;

}




/* ヘッダー全体*/
#head {
}
#head #logo {
	float:left;
	position:absolute;
	left:50%;
	margin-left:-530px;
	}
#head .inner {
	background-image: url(../../gashu-kiko/images/head.gif);
	background-repeat: no-repeat;
	top:0;
	height:80px;
	min-width: 980px;
	max-width: 100%;
	position:relative;
	margin:0 auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+97,000000+100&0+10,0+96,0.65+100 */

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0) 96%, rgba(0,0,0,0.16) 97%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 96%,rgba(0,0,0,0.16) 97%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 96%,rgba(0,0,0,0.16) 97%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

} 
#mobile-head {
	display:none;
}

　　/* 画像メニュー */
#menu {
}
　　/* テキストメニュー */
#navi {
	height: 90px;
	right: 0;
}
#navi ul {
	position:absolute;
	margin-top: 0px;
	right: 20px;
}
#navi ul li {
	list-style-type: none;
	float: left;
	padding-top: 45px;}

#navi ul li a {
	display: block;
	text-align: center;
	height: 30px;
	width: 100px;
}/*	margin-left:10px;


	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

#navi ul li a:hover {
	background-color:#000;
	color:#FFF;
	-webkit-transform: scale( 1.2 );
    -moz-transform: scale( 1.2 );
}
*/

#navi a {
	font-family: Eurostile;
	font-size: 20px;
	position: relative;
	/*display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;*/
}

#navi a:hover,
#navi a:focus {
	outline: none;
}
/*
#navi ul li a {
	padding: 0 0 10px;
}
*/
#navi ul li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #666;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: height 0.5s, opacity 0.5s, -moz-transform 0.5s;
	transition: height 0.5s, opacity 0.5s, transform 0.5s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#navi ul li a:hover::after,
#navi ul li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


transform: scale(1.0);
}
/* contents */
/* container　*/
.top_pict {
}
#tweet {
	display:none;
}
#cover {
	margin-left: 30px;
	width: 920px;
}
#main_content {
	padding-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 10px;
}
#main_content #side_content {
	margin-left: 370px;
	margin-right: 10px;
	padding-bottom: 30px;
}
#main_content #side_bar {
	float: left;
	width: 340px;
	min-height: 800px;
}
#main_body {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	width: 750px;
}

/* 文字コンテナ */
.topic {
	font-size: 20px;
	font-weight:bold;
}
.topic_link {
	font-size: 20px;
	font-weight:bold;
}
.main_text {
	margin-right: 20px;
	margin-left: 20px;
}
.oshirase_text {
		padding: 20px;

}
#main_content .main {
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 20px;
}
#main_content ul {
	padding-left:1em;
}
#main_content ul li{
	list-style-type:none;
	text-indent:-1em;
	padding:0px 10px;

}
.backnum_img {
	float: left;
	width: 350px;
	padding-bottom: 5px;
}
.backnum_img img {
	width:100%;
}
.backnum_text {
	margin-left: 380px;
	padding-top: 30px;
}

/* form */
#form_all {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;	
}
form .input1, .number, .name, .tel, .post, .buttom {
	font-size:150%;
}
form .other, .ask{
	font-size:100%;
}
form .input1, .ask, .address,.other {
	width:90%;
	margin-left:20px;
}

form .number {
	margin-left: 20px;
	width: 60px;
}
form .issue {
	font-size:180%;
	width:60px;
}
form  .name {
	width:350px;
	margin-left:20px;
}

form .post {
	width: 120px;
}
form label {
	font-size: 16px;
}
/* 注意事項など */
.chuui {
	padding: 0px 10px 0px 10px;
}
.chuui_jikou {
	font-size: 18px;
	font-weight: bold;
}
.main_chuui {
	font-size: 16px;
	padding-left:1em;
}
.main_chuui li{
	list-style-type:none;
	text-indent:-1em;

}
.chuui_inside {
	font-size: 14px;
	padding: 0px 10px 10px 10px;
	padding-left:1em;
}
.chuui_inside li{
	text-indent:-1em;
	list-style-type:none;
}

/* フッター */
#bottom {
	background-color: #5A6B83;
	height: 90px;
}
#bottom .copyright_text {
	color: #CCC;
	font-size: 10px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
