@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
	color: #000;
	font-size: small;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	/* 文字の拡大縮小を防ぐ */
}
body a {
	color: #505050;
}
body a:link {
	text-decoration: underline;
}
body a:visited {
	text-decoration: underline;
}
body a:hover {
	text-decoration: none;
}
body a:active {
	text-decoration: underline;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
/* 画像圧縮・拡大 */
img {
	max-width: 100%;
	height: auto;
}

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

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

.ac {
	text-align: center;
}

/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
	margin: 0 auto;
	max-width: 640px;
	overflow: hidden;
	*zoom: 1;
	position: relative;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
	max-width: 640px;
	width: 100%;
	padding: 10px 0;
	background: #000;
	overflow: hidden;
	*zoom: 1;
	position: fixed;
	z-index: 3;
}
#header h1 {
	margin-left: 10px;
	width: 80%;
	float: left;
}
@media screen and (min-width: 480px) {
	#header h1 {
	width: 60%;
	}
}
#header .btn {
	margin-right: 10px;
	width: 8%;
	float: right;
	text-align: right;
}
@media screen and (min-width: 480px) {
	#header .btn {
	width: 6%;
	}
}

/*	.topicpath		パンクズ
----------------------------------------------------------- */
.topicpath {
	margin: 0 auto 30px auto;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}
.topicpath ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
.topicpath ul li a {
	padding-right: 1em;
	background: url(../images/common/ic_topicpath.png) right center no-repeat;
}
.topicpath ul li.home {
	padding-left: 1.5%;
	background: url(../images/common/ic_blue_arrow.png) 0 5px no-repeat;
}
.topicpath ul li.home a {
	color: #0075ac;
}

/* -----------------------------------------------------------
	#contents 	コンテンツ
----------------------------------------------------------- */
#contents {
	padding-top: 14%;
}

#contents h2.st_main {
	margin: 3px 0 30px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 180%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666;
	text-align: center;
	line-height: 1em;
}
#contents h2.st_main .bold {
	color: #333;
}
#contents h2.st_main .jap {
	font-size: 60%;
	color: #333;
	text-align: center;
}

/* .box_pager		ページング
----------------------------------------------------------- */
.box_pager {
	padding: 30px 0 0 0;
	text-align: center;
}
.box_pager.line_top {
	border-top: 1px dotted #ccc;
}
.box_pager.line_bot {
	margin: -30px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.box_pager li {
	margin: 0 3px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	font-size: 120%;
}
.box_pager li a {
	padding: .8em 0.5em;
	color: #fff;
	border: 2px solid #333;
	background: #333;
	-moz-box-shadow: inset 0 0 1px 1px #898989;
	-webkit-box-shadow: inset 0 0 1px 1px #898989;
	box-shadow: inset 0 0 1px 1px #898989;
	display: block;
	overflow: hidden;
	*zoom: 1;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	padding: .2em .6em;
}
.box_pager li a.active {
	padding: .8em 0.5em;
	color: #fff;
	border: 2px solid #b51e1e;
	background: #b51e1e;
	-moz-box-shadow: inset 0 0 1px 1px #d47d7d;
	-webkit-box-shadow: inset 0 0 1px 1px #d47d7d;
	box-shadow: inset 0 0 1px 1px #d47d7d;
	display: block;
	overflow: hidden;
	*zoom: 1;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	padding: .2em .6em;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
	padding-top: 20px;
	background: #a7a8a4;
}
#footer .log {
	padding: 0 10px;
	overflow: hidden;
	*zoom: 1;
}
#footer .log dt {
	width: 82%;
	float: left;
}
#footer .log dd {
	width: 12%;
	float: right;
}
#footer address {
	margin: 0 10px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #f3f3f3;
	color: #fff;
}
#footer address span {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
}
#footer address a {
	color: #fff;
}
#footer .time {
	margin: 0 10px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #f3f3f3;
}
#footer .time dt {
	color: #fef395;
}
#footer .time dt span {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
}
#footer .time dd {
	color: #fff;
	font-size: 90%;
}
#footer .btn {
	margin: 5px 0;
	padding: 0 10px 15px 10px;
	text-align: center;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	*zoom: 1;
}
#footer .btn li {
	margin: 0 auto;
	width: 300px;
}

#footer .btn li.btn_req a {
	padding: .8em 0.5em;
	color: #fff;
	border: 2px solid #333;
	background: #333;
	-moz-box-shadow: inset 0 0 1px 1px #898989;
	-webkit-box-shadow: inset 0 0 1px 1px #898989;
	box-shadow: inset 0 0 1px 1px #898989;
	display: block;
	overflow: hidden;
	*zoom: 1;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
#footer .btn li.btn_camp a {
	padding: .8em 0.5em;
	color: #fff;
	border: 2px solid #b51e1e;
	background: #b51e1e;
	-moz-box-shadow: inset 0 0 1px 1px #d47d7d;
	-webkit-box-shadow: inset 0 0 1px 1px #d47d7d;
	box-shadow: inset 0 0 1px 1px #d47d7d;
	display: block;
	overflow: hidden;
	*zoom: 1;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
}
#footer .shorcut {
	padding: 0 10px;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#footer .shorcut li {
	width: 32%;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
#footer .shorcut li a {
	padding: .8em .8em;
	display: block;
	text-decoration: none;
}
#footer .shorcut li.map a {
	display: block;
	overflow: hidden;
	border-right: 1px solid #ccc;
}
#footer .shorcut li.map a span {
	margin-right: 5px;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}
#footer .shorcut li.tel a {
	display: block;
	overflow: hidden;
	border-right: 1px solid #ccc;
}
#footer .shorcut li.tel a span {
	margin-right: 5px;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}
#footer .shorcut li.mail a {
	display: block;
	overflow: hidden;
}
#footer .shorcut li.mail a span {
	margin-right: 5px;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}
#footer .box_lnk {
	border-bottom: 1px solid #d5d5d5;
	background: #fef6af;
	overflow: hidden;
	*zoom: 1;
}
#footer .box_lnk .sns {
	padding: 1.4em .2em;
	width: 63%;
	float: left;
	background: #fef6af;
	border-right: 1px solid #ccc;
	text-align: center;
	overflow: hidden;
	*zoom: 1;
}
#footer .box_lnk .sns li {
	width: 49%;
	float: left;
}
#footer .box_lnk .btn_pc {
	width: 34%;
	float: left;
	background: #fef9ca;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	text-align: center;
}
#footer .box_lnk .btn_pc a {
	padding: 1em 0.3em;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#footer .box_lnk .btn_pc a span {
	margin-right: 5px;
	display: inline-block;
	width: 32%;
	vertical-align: middle;
}
#footer .box_clubs {
	padding: 1em;
	background: url(../images/footer/bg_other.png) 0 0 repeat;
}
#footer .box_clubs h3 {
	margin-bottom: 10px;
	border-left: 3px solid #3f3d95;
	padding-left: .5em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
}
#footer .box_clubs h3 span {
	color: #3f3d95;
	font-size: 130%;
}
#footer .box_clubs select {
	padding: 8px;
	width: 100%;
	height: 35px;
	border: 1px solid #E5E5E5;
	display: inline-block;
}
#footer .copyright {
	padding: 15px 10px;
	text-align: center;
	font-size: 85%;
	background: #fff;
}

/* -----------------------------------------------------------
	#my-menu 	グローバルメニュー
----------------------------------------------------------- */
#my-menu {
	z-index: 100;
}
#my-menu a {
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
	font-size: 110%;
}
#my-menu span {
	margin-right: 5px;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.mm-menu > .mm-panel.mm-hasnavbar {
	padding-top: 0px!important;
}

#my-menu .mm-navbar {
	height: 0px!important;
}

#my-menu .mm-title {
	display: none;
}

#my-menu .btn_close {
	color: #fff;
	text-align: right;
	font-size: 120%;
}

#my-menu .btn_close I {
	font-size: 140%;
}

/* -----------------------------------------------------------
	.gnav_sp	spnav
----------------------------------------------------------- */
.gnav_sp {
	background: none repeat scroll 0 0 #fff;
	display: none;
	left: 0;
	padding: 2% 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.gnav_sp ul {
	padding: 0 4%;
}

.gnav_sp ul li {
	border: 1px solid #e2d8d2;
	font-size: 110%;
	margin: 1% 0;
	position: relative;
}

.gnav_sp ul li a {
	display: block;
	overflow: hidden;
	padding: 0.6em 1.2em;
	text-decoration: none;
}

.gnav_sp ul li a i {
	margin-right: 0.5em;
}

.spnav-close {
	margin: 2% auto;
	text-align: center;
	width: 90%;
}

.spnav-close a {
	background: none repeat scroll 0 0 #000;
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 0.4em 0.8em;
	text-decoration: none;
}

#page-overlay {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
	width: 100%;
	border: 0;
	border-collapse: separate;
	background-color: #e4e1de;
}

table.tbl_basic caption {
	font-weight: bold;
	margin-bottom: 3px;
}

table.tbl_basic th {
	padding: 10px 6px;
	border: 1px solid #fff;
	background-color: #f0f0f0;
	text-align: left;
}

table.tbl_basic td {
	padding: 10px 6px;
	background: #fff;
}

table.tbl_basic .bg_blue {
	background-color: #b9ddee;
	border: 1px solid #fff;
	color: #014099;
}

table.tbl_basic .bg_light_blue {
	background-color: #e6f1f6;
	border: 1px solid #fff;
	color: #014099;
}

table.tbl_basic .bg_gray {
	background-color: #e4e4e4;
	border: 1px solid #fff;
}

table.tbl_basic .bg_light_gray {
	background-color: #f2f2f2;
	border: 1px solid #fff;
}

table.tbl_basic .bg_light_pink {
	background-color: #f4eeee;
	border: 1px solid #fff;
}

table.tbl_basic .align_center {
	text-align: center;
}

table.tbl_basic .align_left {
	text-align: left;
}
