@charset "utf-8";

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.8;
	letter-spacing: 0;
	color: #333333;
	font-size: 0;
}

.clearFix:after,
header:after,
#wrapper:after,
section:after,
#footerInner:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
*:first-child+html header:after,
*:first-child+html #wrapper:after,
*:first-child+html section:after,
*:first-child+html #footerInner:after{ zoom: 1; } /* IE7 */

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.imageLeft{
	margin: 0 30px 0 0;
	float: left;
}

.imageRight{
	margin: 0 0 0 30px;
	float: right;
}

.imageHanger{
	text-align: center;
	padding: 20px 0;
}

br.smp{display: none;}
br.pc{display: block;}

/**************************************************
 header
**************************************************/
header{
	width: 100%;
	min-width: 1100px;
	height: 100px;
	background: url(../img/header_bg.jpg) no-repeat center center;
	background-size: cover;
}

#headerInner{
	width: 1100px;
	margin: 0 auto;
}

h1{
	width: 600px;
	float: left;
	padding: 21px 0 0 0;
	background: url(../img/h1_bg.png) no-repeat right 58px;
}

#searchHanger{
	width: 240px;
	float: right;
	margin: 30px 0 0 0;
}

#searchHanger input[type="text"]{
	width: 240px;
	height: 40px;
	font-size: 15px;
	font-size: 1.5rem;
	border: none !important;
	background-color: rgba(255,255,255,0.6) !important;
	background-position: center left 10px !important;
	border-radius: 10.0rem;
	padding: 0 15px !important;
}

#searchHanger input[type="text"]:focus {outline: 0;}

#searchHanger input[type="submit"]{
	width: 20px;
	height: 20px;
	background: url(../img/search_btn.png) no-repeat center center;
	position: absolute;
	margin: 10px 0 0 -35px;
	z-index: 1000;
}

#menu{
	width: 60px;
	height: 60px;
	display: none;
	cursor: pointer;
	background: url(../img/menu.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	overflow: hidden;
}

#menu.selected{background: url(../img/menu.png) no-repeat 0 -60px;}

/**************************************************
 globalNavi
**************************************************/
#globalNavi{
	width: 100%;
	min-width: 1100px;
}
#globalNavi > ul{
	font-size: 0;
	text-align: center;
}

#globalNavi > ul > li{
	font-family: ゴシックMB101 M,Gothic MB101 Medium;
	display: inline-block;
	vertical-align: top;
	height: 80px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 0 0 10px 0;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	background: url(../img/globalnavi_bg.png) no-repeat center 60px;
}

#globalNavi > ul > li > a{
	height: 80px;
	color: #1D344C;
	padding: 28px 20px 0 20px;
	display: block;
}

#globalNavi > ul > li:hover,
#globalNavi > ul > li.cur{background: url(../img/globalnavi_bg.png) no-repeat center bottom;}

#globalNavi > ul > li > a:hover,
#globalNavi > ul > li > a.cur{color: #5FB2DC;}

	
/**************************************************
 pageTop
**************************************************/
#pageTop{
	position: absolute;
	width: 100%;
	text-align: right;
	margin: 25px 0 0 0;
	padding: 0 20px;
}

#pageTop img{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	cursor: pointer;
}

#pageTop img:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/**************************************************
 footer
**************************************************/
footer{
	margin: 30px 0 0 0;
	background-color: #F7F7F7;
	color: #1D354C;
}

#footerInner{
	width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #1D364D;
	padding: 50px 0 40px 0;
}

footer dl{float: left;}

footer dl dt{
	font-family: ゴシックMB101 DB,Gothic MB101 DemiBold;
	font-size: 20px;
	font-size: 2.0rem;
}

footer dl dd{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0 0 0;
}

footer p{
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 50px;
}

footer a{color: #1D354C;}
footer a:hover{text-decoration: underline;}

/**************************************************
 table
**************************************************/
.tableHanger{
	width: 100%;
	overflow: auto;
}

table.t-style1,
table.t-style2{
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

table.t-style1 th,
table.t-style2 th{
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #D3E8F1;
	color: #3F73A7;
	text-align: center;
}

table.t-style1.alignLeft th,
table.t-style2.alignLeft th{text-align: left;}

table.t-style1 td,
table.t-style2 td{
	padding: 10px 15px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #E2ECF1;
}

table.t-style1 td a,
table.t-style2 td a{color: #ED5287;}

table.t-style1 td a:hover,
table.t-style2 td a:hover{text-decoration: underline;}

/*table.t-style2 th{
	white-space: nowrap;
	text-align: center;
}*/


/**************************************************
 Responsive
**************************************************/

@media screen and (max-width: 640px){

.imageLeft,.imageRight{
	width: 100%;
	margin: 0 auto 20px auto;
	float: none;
	display: block;
}
	
br.smp{display: block;}
br.pc{display: none;}
	
.imageHanger{padding: 10px 0;}
	
.imageHanger{width: 100%;}

/** header ********************/
header{
	min-width: 100%;
	height: 60px;
}

#headerInner{width: 100%;}

h1{
	width: auto;
	float: none;
	padding: 10px 0 0 10px;
	background: none;
}
	
h1 img{width: 230px;}

#searchHanger{display: none;}

#menu{display: block;}

/** globalNavi ********************/
#globalNavi{
	width: 100%;
	min-width: 100%;
	position: absolute;
	top: 60px;
	background: rgba(94,177,220,0.95);
	z-index: 1100;
}

#globalNavi > ul > li{
	display: block;
	height: auto;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	background: none;
}

#globalNavi > ul > li > a{
	height: auto;
	padding: 20px 0;
	color: #FFFFFF;
}

#globalNavi > ul > li:hover,
#globalNavi > ul > li.cur{background: none;}
	
#globalNavi > ul > li > a.cur{color: #FFFFFF;}

#globalNavi > ul > li > a:hover{color: #5FB2DC;}

/** footer ********************/
footer{
	margin: 10px 0 0 0;
	padding: 0 10px;
}

#footerInner{
	width: 100%;
	padding: 20px 0;
}

footer dl{
	float: none;
	text-align: center;
}

footer dl dt{
	font-size: 14px;
	font-size: 1.4rem;
}

footer dl dd{
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 0 0 0;
}

footer p{
	float: none;
	font-size: 9px;
	font-size: 0.9rem;
	margin-top: 25px;
	text-align: center;
}

/** table ********************/
table.t-style1{
	margin: 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
	
table.t-style1 th,
table.t-style1 td{display: block;}
	
.tableHanger table.t-style2{width: 800px;}

}