@charset "utf-8";


.alignL {text-align: left !important;}
.alignR {text-align: right !important;}
.alignC {text-align: center !important;}

.vaT {vertical-align: top !important;}
.vaM {vertical-align: middle !important;}
.vaB {vertical-align: bottom !important;}

.floatL {float: left;}
.floatR {float: right;}

.txt80 {font-size: 80% !important;}
.txt90 {font-size: 90% !important;}
.txt100 {font-size: 100%;}
.txt110 {font-size: 110% !important;}
.txt120 {font-size: 120% !important;}
.txt130 {font-size: 130% !important;}
.txt140 {font-size: 140% !important;}
.txt150 {font-size: 150% !important;}
.txt160 {font-size: 160% !important;}
.txt170 {font-size: 170% !important;}
.txt180 {font-size: 180% !important;}
.txt190 {font-size: 190% !important;}
.txt200 {font-size: 200% !important;}
.txt240 {font-size: 240% !important;}
.txt320 {font-size: 320% !important;}

.mb3 {margin-bottom: 3px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mt3 {margin-top: 3px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.red {color:#f00 !important;}
.blue {color: #0071bc !important;}
.gold {color: #8c753f !important;}
.green {color: #0f823c !important;}

.bold {font-weight: bold !important;}
.normal {font-weight: normal !important;}

.indent {
	text-indent: -1em !important;
	margin-left: 1em !important;
}

.mincho {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
}

.clear {clear:both !important;}

.nowrap {white-space: nowrap !important;}


/* responsive
----------------------------------------------------------- */
.pc {
	display: block;
}
table.pc {
	display: inline-table;
}
.sp {
	display: none;
}

/* PAGE TITLE
----------------------------------------------------------- */
.pageTtl {
	height: 172px;
	padding-top: 125px;
	background: url(../img/top/bg_mainslide.png) repeat-x 0 100%;
	margin-bottom: 60px;
}

.pageTtl .wrapper {
	height: 172px;
	position: relative;
}

.pageTtl h1 {
	position: absolute;
	top: 82px;
	left: 30px;
}

/* TABLE
----------------------------------------------------------- */

table.type1 th {
	font-size: 120%;
	background: #f5f9fc;
	padding: 10px 15px;
	border-top: 1px solid #398cbb;
	border-bottom: 1px solid #398cbb;
	text-align: left;
}
table.type1 th.thHead {
	background: #c1dbe9;
}

table.type1 td {
	font-size: 120%;
	padding: 10px 15px;
	border-top: 1px solid #398cbb;
	border-bottom: 1px solid #398cbb;
	text-align: left;
}




/* BOTTUN
----------------------------------------------------------- */
.btn {
	background: #398cbb;
	border-radius: 2px;

}
.btn:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.btn a {
	display: block;
	height: 36px;
	color: #fff;
	font-size: 100%;
	text-align: center;
	position: relative;
}

.btn span {
	width: 100%;
	display: block;
	height: 1em;
	line-height: 1.3;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}

/*  Anchor
-------------------------------------------------------- */
.anchor {
	margin-top: -140px;
	padding-top: 140px;
	margin-bottom: 60px;
}
#anchorAccess {
	margin-top: -100px;
	padding-top: 100px;
	margin-bottom: 35px;
}

#anchorTimeTable1 {
	margin-bottom: 35px;
}

#anchorTimeTable2 {
	margin-bottom: 0px;
}


/* clearfix
----------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



