@charset "UTF-8";



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


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 {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}

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


.spshow {display: none !important;}





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

/* clearfix */
.clearfix {*zoom: 1;}

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




/* 枠 */
.w1000 {
	width: 1000px;
	margin: 0 auto;
}




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

.common_btn01 a {
	display: block;
	width: 288px;
	margin: 0 auto;
	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: 15px 0;
}

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

.common_table01 td {background: #EFEFEF;}




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

/* 大枠 */
#container {border: 15px solid #DEF4F0;}


/* ヘッダー */
#top_header {text-align: center;}


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

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