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

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
	min-width: 1000px;
	color: #b4b4b4;
	font-size: small;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	background: #111;
}

body a {
	color: #b4b4b4;
}

body a:link {
	text-decoration: underline;
}

body a:visited {
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

body a:active {
	text-decoration: underline;
}

.red {
	color: #c00;
}

.ac {
	text-align: center;
}

.btn_fixed {
	width: 43px;
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 9999;
}

.btn_fixed ul li {
	font-size: 0;
	line-height: 0;
}

.none {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
/* 外部リンク */
.ic_ext {
	width: 13px;
	height: 12px;
	display: inline-block;
	background: url(../images/common/ic_external.png) 0 0 no-repeat;
}

.attention {
	color: #c00;
}

.txt_prices {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

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

----------------------------------------------------------- */
#page {
	padding-top: 250px;
	width: 100%;
	text-align: left;
	position: relative;
	background-position: center 50px;
	background-repeat: no-repeat;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
	padding: 20px 0;
	background: #111111;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
}

#header .con_header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header .con_header .bn_cam {
	position: absolute;
	top: -181px;
	right: 0px;
}

#header .con_header h1 {
	text-align: center;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
#gnav {
	width: 100%;
	background: url(../images/header/bg_gnav.png) 0 0 repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#gnav ul {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	*zoom: 1;
}

#gnav ul li {
	width: 125px;
	float: left;
	height: 50px;
}

#gnav ul li a {
	height: 0;
	padding-top: 50px;
	display: block;
	overflow: hidden;
	*zoom: 1;
}

#gnav ul li.gnav_hom a {
	background: url(../images/header/gnav_hom.png) 0 0 no-repeat;
}

#gnav ul li.gnav_reg a {
	background: url(../images/header/gnav_reg.png) 0 0 no-repeat;
}

#gnav ul li.gnav_fac a {
	background: url(../images/header/gnav_fac.png) 0 0 no-repeat;
}

#gnav ul li.gnav_pro a {
	background: url(../images/header/gnav_pro.png) 0 0 no-repeat;
}

#gnav ul li.gnav_pri a {
	background: url(../images/header/gnav_pri.png) 0 0 no-repeat;
}

#gnav ul li.gnav_ser a {
	background: url(../images/header/gnav_ser.png) 0 0 no-repeat;
}

#gnav ul li.gnav_sta a {
	background: url(../images/header/gnav_sta.png) 0 0 no-repeat;
}

#gnav ul li.gnav_acc a {
	background: url(../images/header/gnav_acc.png) 0 0 no-repeat;
}

#gnav ul li.gnav_rec a {
	background: url(../images/header/gnav_rec.png) 0 0 no-repeat;
}

#gnav ul li a:hover {
	background-position: 0 -50px;
}

#gnav_smart {
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 9999;
}

#gnav_smart ul {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	*zoom: 1;
}

#gnav_smart ul li {
	width: 125px;
	float: left;
	height: 50px;
}

/* HOVER */
#homepage #gnav li.gnav_hom a,
#concept #gnav li.gnav_reg a,
#equipment #gnav li.gnav_fac a,
#program #gnav li.gnav_pro a,
#prices #gnav li.gnav_pri a,
#services #gnav li.gnav_ser a,
#staff #gnav li.gnav_sta a,
#access #gnav li.gnav_acc a {
	background-position: 0 -50px;
}

/*	各ページの見出し
----------------------------------------------------------- */
h2.title {
	margin-bottom: 10px;
	padding: 30px 0 35px 0;
	text-align: center;
	border-bottom: 1px solid #646464;
	background: #000;
}

/*	.topicpath		パンクズ
----------------------------------------------------------- */
.topicpath {
	margin: 0 auto 30px auto;
	padding: 0 0 5px 0;
	width: 1000px;
	border-bottom: 1px dotted #646464;
}

.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: 15px;
	background: url(../images/common/ic_topicpath.png) right center no-repeat;
}

.topicpath ul li.home {
	padding-left: 15px;
	background: url(../images/common/ic_white_arrow.png) 0 5px no-repeat;
}

.topicpath ul li.home a {
	color: #b4b4b4;
}

/*----------------------------------------------------
	.con_topics		News & Topics
----------------------------------------------------*/
.con_topics {
	border-top: 1px dotted #646464;
	margin-bottom: 50px;
	overflow: hidden;
	*zoom: 1;
}

.con_topics h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #646464;
	background: #000;
}

.con_topics .box_topics {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	*zoom: 1;
}

.con_topics .box_topics dl {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	*zoom: 1;
}

.con_topics .box_topics dl:hover {
	background: #222;
}

.con_topics .box_topics dl dt {
	width: 230px;
	height: 130px;
	float: left;
	overflow: hidden;
	position: relative;
}

.con_topics .box_topics dl dt .big {
	width: 200px;
	height: 133px;
	overflow: hidden;
	display: inline-block;
}

.con_topics .box_topics dl dt .staff {
	padding: 3px;
	position: absolute;
	top: 25%;
	right: 0;
	z-index: 1;
	width: 54px;
	height: 54px;
	overflow: hidden;
	display: inline-block;
	background: #fff;
}

.con_topics .box_topics dl dd {
	width: 745px;
	float: right;
}

.con_topics .box_topics dl dd .date {
	margin-bottom: 10px;
}

.con_topics .box_topics dl dd .date .cat {
	margin-right: 10px;
	padding: 2px 15px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background: #333;
}

.con_topics .box_topics dl dd .st {
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 110%;
	background: url(../images/common/ic_white_arrow.png) 0 6px no-repeat;
}

.con_topics .box_topics dl dd .st a {
	color: #b4b4b4;
}

.con_topics .box_topics .btn_topics {
	margin-top: 40px;
	text-align: center;
}

/* .box_pager		ページング
----------------------------------------------------------- */
.box_pager {
	padding: 30px 0 0 0;
	text-align: center;
}

.box_pager.line {
	border-top: 1px dotted #646464;
}

.box_pager li {
	margin: 0 5px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
}

.box_pager li a {
	padding: 7px 15px;
	background: #b51e1e;
	color: #fff;
	display: block;
	text-decoration: none;
	background: #333333;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #333333 0%, #2b2b2b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #2b2b2b));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333333 0%, #2b2b2b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333333 0%, #2b2b2b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #333333 0%, #2b2b2b 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #333333 0%, #2b2b2b 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#2b2b2b',GradientType=0 );
	/* IE6-8 */
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2) inset;
	border: 1px solid #111;
}

.box_pager li a:hover {
	padding: 7px 15px;
	background: #b51e1e;
	color: #fff;
	display: block;
	text-decoration: none;
	background: #b51e1e;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: #000;
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2) inset;
	border: 1px solid #000;
}

.box_pager li span {
	padding: 7px 15px;
	background: #b51e1e;
	color: #fff;
	display: block;
	text-decoration: none;
	background: #b51e1e;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51e1e', endColorstr='#aa1d1d',GradientType=0 );
	/* IE6-8 */
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2) inset;
	border: 1px solid #000;
}

.box_pager li.prev a,
.box_pager li.next a {
	padding: 4px 15px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	border-bottom: 1px solid #646464;
}

/* -----------------------------------------------------------
	.wrp_try	体験・見学のお申し込み
----------------------------------------------------------- */
#contents .wrp_try {
	width: 100%;
	padding: 40px 0 30px 0;
	background: #000;
}

#contents .wrp_try .con_try {
	margin: 0 auto;
	width: 600px;
	overflow: hidden;
	*zoom: 1;
}

#contents .wrp_try .con_try .box_l {
	width: 370px;
	float: left;
}

#contents .wrp_try .con_try .box_l h3 {
	margin-bottom: 20px;
}

#contents .wrp_try .con_try .box_l ul li {
	margin-bottom: 5px;
}

#contents .wrp_try .con_try .box_l ul li span {
	margin-bottom: 5px;
	padding: 2px 6px;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 90%;
}

#contents .wrp_try .con_try .box_l ul li span.lab {
	background: #ababab;
}

#contents .wrp_try .con_try .box_l ul li span.hol {
	background: #67c0ff;
}

#contents .wrp_try .con_try .box_l ul li span.sun {
	background: #ff786e;
}

#contents .wrp_try .con_try .box_r {
	width: 195px;
	float: right;
}

#contents .wrp_try .con_try .box_r dt {
	margin-bottom: 10px;
}

/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
----------------------------------------------------------- */
.btn_ptop {
	position: fixed;
	bottom: 0;
	right: 50px;
	z-index: 9999;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer #con_footer {
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(../images/footer/bg_footerline.png) 0 0 repeat-x #f0f0f0;
	overflow: hidden;
	*zoom: 1;
}

#footer #con_footer #box_footer {
	margin: 0 auto;
	padding: 25px 0;
	width: 1000px;
	overflow: hidden;
	*zoom: 1;
}

#footer #con_footer #box_footer .box_msite {
	width: 730px;
	float: left;
	overflow: hidden;
	*zoom: 1;
}

#footer #con_footer #box_footer .box_msite ul {
	margin-right: 40px;
	padding-right: 40px;
	float: left;
	background: url(../images/common/bg_vertline.png) right 0 repeat-y;
}

#footer #con_footer #box_footer .box_msite ul.col01 {
	width: 215px;
}

#footer #con_footer #box_footer .box_msite ul.col02 {
	width: 150px;
}

#footer #con_footer #box_footer .box_msite ul.col03 {
	width: 120px;
}

#footer #con_footer #box_footer .box_msite ul li {
	margin-bottom: 15px;
	padding-left: 15px;
	background: url(../images/common/ic_arrow_black.png) 0 5px no-repeat;
}

#footer #con_footer #box_footer .box_msite ul li .ic_ext {
	margin-left: 10px;
}

#footer #con_footer #box_footer .box_msite ul li a {
	color: #000;
}

#footer #con_footer #box_footer .box_msite ul li a:link {
	text-decoration: underline;
}

#footer #con_footer #box_footer .box_msite ul li a:visited {
	text-decoration: underline;
}

#footer #con_footer #box_footer .box_msite ul li a:hover {
	text-decoration: none;
}

#footer #con_footer #box_footer .box_msite ul li a:active {
	text-decoration: underline;
}

#footer #con_footer #box_footer .box_btn {
	width: 220px;
	float: right;
}

#footer #con_footer #box_footer .box_btn .btn {
	margin-bottom: 20px;
}

#footer #con_footer #box_footer .box_btn .btn li {
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
}

#footer #con_footer #box_footer .box_btn .sns {
	overflow: hidden;
	*zoom: 1;
}

#footer #con_footer #box_footer .box_btn .sns li {
	width: 100px;
	float: left;
}

#footer #con_mark {
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	background: #111;
}

#footer #con_mark #box_mark {
	margin: 0 auto;
	padding: 20px 0;
	width: 1000px;
	overflow: hidden;
	*zoom: 1;
}

#footer #con_mark #box_mark .logo {
	float: left;
}

#footer #con_mark #box_mark .box_clubs {
	width: 220px;
	float: right;
}

#footer #con_mark #box_mark .box_clubs h3 {
	margin-bottom: 10px;
}

#footer #con_mark #box_mark .box_clubs select {
	padding: 4px;
	min-height: 22px;
	width: 100%;
}

#footer #con_copyright {
	padding: 15px 0;
	text-align: center;
	background: #000;
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
	color: #111;
	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: #c8c8c8;
	text-align: center;
}

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;
}

table.tbl_basic .bg_blue00 {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue01 {
	background-color: #f0f0f0;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue02 {
	background-color: #ebebeb;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue03 {
	background-color: #e6e6e6;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue04 {
	background-color: #dcdcdc;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue05 {
	background-color: #d2d2d2;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue06 {
	background-color: #c8c8c8;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue07 {
	background-color: #bebebe;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue08 {
	background-color: #b4b4b4;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue09 {
	background-color: #aaaaaa;
	border: 1px solid #fff;
	color: #333;
}

table.tbl_basic .bg_blue10 {
	background-color: #a0a0a0;
	border: 1px solid #fff;
	color: #333;
}
