@charset "UTF-8";



/* ----------------------------- 全体 */
body {
	background: #fff;
	font-size: 12px;
	line-height: 170%;
	color: #333;
	font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	-webkit-text-size-adjust: 100%;
}


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {margin: 0;}


a,
a img {
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	transition: .2s ease all;
}

a:hover img {opacity: .7;}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}


.pcshow {display: none !important;}





/* ----------------------------- 共通 */

/* clearfix */
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}




/* 枠 */
.w1000 {margin: 0 10px;}




/* ボタン */
.common_btn01 {
	text-align: center;
	margin: 0 30px 30px;
}

.common_btn01 a {
	display: block;
	border: 1px solid #333;
	padding: 20px 0;
	font-size: 121%;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.common_btn01 a:hover {text-decoration: underline;}




/* テーブル */
.common_table01 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 3px;
}

.common_table01 th,
.common_table01 td {
	text-align: center;
	padding: 10px;
}

.common_table01 th {
	background: #999;
	color: #fff;
	font-weight: normal;
	width: 25%;
}

.common_table01 td {background: #EFEFEF;}




/* ----------------------------- レイアウト */

/* 大枠 */
#container {
	border: 9px solid #DEF4F0;
	border-top: 0;
}


/* ヘッダー */
#top_header {
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: #fff;
	z-index: 29;
	border: solid #DEF4F0;
	border-width: 9px 9px 0;
}

#top_header h1 {
	float: left;
	width: 82%;
	margin: 0;
	padding: 10px;
	padding-bottom: 0;
	box-sizing: border-box;
	text-align: left;
}

.top_header_btn01 {
	float: right;
	width: 16%;
	text-align: right;
}



/* メニュー */
#nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 39;
	background: rgba(255,255,255,.92);
}

.nav_txt01 {
	text-align: center;
	padding: 15px 0;
}

#nav li {border-top: 1px solid #58D6D6;}

#nav li a {
	display: block;
	padding: 15px 10px;
	color: #2CAFAF;
	text-decoration: none;
}

#nav li span {
	display: block;
	background: url(../images/icon_04.png) no-repeat right center;
	background-size: 10px 18px;
}



/* フッター */
#footer {
	text-align: center;
	background: #DEF4F0;
	padding: 30px 0 40px;
	color: #999;
}

#footer small {font-size: 100%;}
