/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
reset
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*resetここまで*/


/*html5未対応ブラウザ用*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

body#home {
	height:100%;
	/*background: url(../images/bg_bodyHome.png) left top repeat-x, #f2f2f2;*/
	background: url(../images/bg_bodyHome.png) left top repeat-x, #FFFFDB;
}
body {
	height:100%;
	font-family:Open Sans, Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	font-size:87%;
	line-height:160%;
	/*background: url(../images/bg_bodyHome.png) left top repeat-x, #f2f2f2;*/
	background: url(../images/bg_bodyHome.png) left top repeat-x, #FFFFDB;
}


* html body {  
	font-size:87%;  
}
/**/
*:first-child+html body {  
	font-size:87%;  
}

img {
	vertical-align:bottom;
	border:none;
	display:block;
}


.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

.fleft {
	float:left;	
}
.fright {
	float:right;	
}

.center00 {
	margin:0px auto;
}
.center20 {
	margin:20px auto;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}

.h10 {
	height:10px;
}

.t5 {
	padding-top:5px;
}
.t10 {
	padding-top:10px;
}
.t20 {
	padding-top:20px;
}
.t30 {
	padding-top:30px;
}
.t40 {
	padding-top:40px;
}
.b5 {
	padding-bottom:5px;
}
.b10 {
	padding-bottom:10px;
}
.b20 {
	padding-bottom:20px;
}
.r10 {
	padding-right:10px;
}
.r20 {
	padding-right:20px;
}
.r50 {
	padding-right:50px;
}
.r150 {
	padding-right:150px;
}
.l10 {
	padding-left:10px;
}
.lr20 {
	padding:0 20px;
}
.all5 {
	padding: 5px;
}
.all10 {
	padding: 10px;
}

.b {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.dotBtm {
	border-bottom: #666 dotted 2px;
}
.solidBtm {
	border-bottom: #666 solid 1px;
}
.doubleBtm {
	border-bottom: #666 double 3px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mb5{
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}

.ssText {
	font-size:0.8em;
	line-height:135%;
}
.sText {
	font-size:0.9em;
	line-height:150%;
}
.lText {
	font-size:1.1em;
}
.llText {
	font-size:1.2em;
}
.XlText {
	font-size:1.3em;
}

.indent1em {
	padding-left:1em;
	text-indent:-1em;
}

.indent2em {
	padding-left:2em;
	text-indent:-2em;
}
.indent3em {
	padding-left:3em;
	text-indent:-3em;
}
.indent4em {
	padding-left:4em;
	text-indent:-4em;
}
.indent5em {
	padding-left:5em;
	text-indent:-5em;
}
.indent6em {
	padding-left:6em;
	text-indent:-6em;
}
.indent7em {
	padding-left:7em;
	text-indent:-7em;
}
.indent8em {
	padding-left:8em;
	text-indent:-8em;
}
.indent9em {
	padding-left:9em;
	text-indent:-9em;
}
.indent10em {
	padding-left:10em;
	text-indent:-10em;
}
.indent11em {
	padding-left:11em;
	text-indent:-11em;
}
.indent12em {
	padding-left:12em;
	text-indent:-12em;
}
.indent13em {
	padding-left:13em;
	text-indent:-13em;
}
.indent14em {
	padding-left:14em;
	text-indent:-14em;
}
.indent15em {
	padding-left:15em;
	text-indent:-15em;
}
.indent16em {
	padding-left:16em;
	text-indent:-16em;
}
.color_red {
	color:#e50012;
}

.color_darkblue {
	color:#004286;
}
.color_green {
	color:#94d303;
}

.color_orange {
	color:#EC6C00;	
}
.color_navy{
	color:#1c2e68;
}
.caution {
	color:#c50018;
}

a {
	color:#004286;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color:#e50012;
	text-decoration: none;
}
.bg01 {
	background-color: #FFC;
}
.bg02 {
	background-color: #FFF;
}
.bg03 {
	background-color: #D3E4C0;
}
.border01 {
	border: #999 solid 1px;
}
.border02 {
	border: #e50012 solid 1px;
}
.border03 {
	border: #9C9 solid 2px;
}
.border_top {
	border-top: #999 dotted 2px;
}

.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}
.clearFix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}

.fullheight {
    height:100%;
}




/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

/*ページベース
------------------------------------------------------*/
html, body {
	height: 100%;
}
body > #wrapper {
    height: auto;
}

#wrapper {
	width:1200px;
	margin:0 auto;
	padding:0;
	min-height:1050px;
	height:auto !important;
	position:relative;
	text-align:left;
	/*padding:0 10px;*/
}
#wrapperHome {
	width:1200px;
	margin:0 auto;
	padding:0;
	min-height:1300px;
	height:auto !important;
	position:relative;
	text-align:left;
	/*padding:0 10px;*/
}

/*ヘッダー
------------------------------------------------------*/

#mainVisual {
	display: block;
	width:970px;
	min-height:710px;
	height:auto !important;
	background:url(../images/mainVisual.png) center top no-repeat;
}
header#headerHome {
	width: 100%;
	height: 100px;
	background: url("../images/bg_header.png") left top repeat-x;
}
header {
	width:100%;
	height: 100px;
	background: url("../images/bg_header.png") left top repeat-x;
	position:absolute;
	top:0;
	box-shadow:0 9px 3px -3px rgba(0,0,50,0.5);
  	-webkit-box-shadow:0 9px 3px -3px rgba(0,0,50,0.5);
  	-moz-box-shadow:0 9px 3px -3px rgba(0,0,50,0.5);
}
.hederin {
	width:1200px;
	margin:0 auto;
}
#logoHome {
	display:block;
	width:1200px;
	height:100px;
	background-image:url(../images/logo.png);
	text-indent:-9999px;
}
#logo {
	display:block;
	width:1200px;
	height:100px;
	background-image:url(../images/logo.png);
	text-indent:-9999px;
}


#topTheme {
	display: block;
	width: 730px;
	height: 230px;
	background: url("../images/topTheme.png") center no-repeat;
	position: absolute;
	top: 490px;
	left:350px;
	text-indent: -9999px;
}

.topDate {
	display:block;
	width:970px;
	height:127px;
	margin: 100px auto 0;
}


	/*englishページ用[start]
	------------------------------------------------------*/
#mainVisual_en {
	width:645px;
	height:885px;
	background:url(../images/mainVisual_en.jpg) no-repeat #005bab;
	position:relative;
	padding:5px 5px 4px 0;
}
#logoHome_en {
	display:block;
	width:650px;
	height:150px;
	background-image:url(../images/logoHome_en.png);
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9999px;
}
#logo_en {
	display:block;
	width:650px;
	height:150px;
	background-image:url(../images/logo_en.png);
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9999px;
}
	/*englishページ用[end]
	------------------------------------------------------*/

/*contentWrap
------------------------------------------------------*/

#contentsWrap {
	width:1200px;
	/*padding:5px;*/
	/*background-color:#DBDBDB;*/
}



/*コンテンツエリア
------------------------------------------------------*/

#contentsAreaHome {
	width:970px;
	height:auto;
	min-height: 1060px;
	padding-top: 0px;
	float:right;
}
#contentsArea {
	width:970px;
	float:right;
	height: auto !important;  /* IE6対策 */
	min-height:800px;
}


.contents {
	width:860px;
	margin:0px 10px 10px 20px;
	padding:40px;
	background: #fff;
	height: auto !important;  /* IE6対策 */ 
	min-height: 920px;
}


/*サイドエリア
------------------------------------------------------*/

#sideAreaHome {
	display: inline; /*ie6*/
	float:left;
	width:230px;
	height:auto;
	min-height:1060px;
	/*padding:5px 5px 0px;*/
	/*background:#fff;*/
	margin-top: 100px;
	background: url("../images/bg_side.png") left top repeat-x;
}
#sideArea {
	display: inline; /*ie6*/
	float:left;
	width:230px;
	height:auto;
	min-height:1300px;
	margin-top: 100px;
	/*padding:5px 5px 0px;*/
	background: url("../images/bg_side.png") left top repeat-x;
}

.english {
	padding:20px;
}
	.english a {
		color:#00dcff;
		font-weight:bold;
	}

.ul_sideBanner {
	width: 210px;
	margin: 50px auto 15px;
}
	.ul_sideBanner li img {
		width: 210px;
	}
	.ul_sideBanner li img:hover {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	}

/*動画*/
.movieBox {
	width: 210px;
	margin: 20px auto 20px;
}

/*
#sideFreehome {
	display:block;
	width:240px;
	height:115px;
	background-color:#ff9a00;
}
#sideFreemess {
	display:block;
	width:240px;
	height:125px;
	background-color:#ff9a00;
}
#sideFreecall {
	display:block;
	width:240px;
	height:3255px;
	background-color:#ff9a00;
}
*/

/*メインメニュー
------------------------------------------------------*/

#gNavi {
	display:block;
	width:220px;
	/*height:895px;*/
	margin:5px auto 0;
}
#gNavi li {
	display:table;
	width:220px;
	margin-bottom: 2px;
}
#gNavi li a {
	display:table-cell;
	width:210px;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP', Open Sans, Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	font-weight: 500;
	line-height:1.2;
}


#gNavi li .btn {
	height: 48px;
	color: #fff;
	font-size: 14px;
	background: #003f8f;
}
	#gNavi li .btn span {
		display: block;
		margin:0 0 0 15px;
		padding: 5px 0;
	}
	#gNavi li .btn:hover {
		background: #2fb200;
		color: #003f8f;
	}
	
#gNavi li .btn_crt {
	height: 48px;
	color: #003f8f;
	font-size: 14px;
	background: #2fb200;
}	
	#gNavi li .btn_crt span {
		display: block;
		margin:0 0 0 15px;
		padding: 5px 0;
	}
	
	
#gNavi li i {
	display: inline-block;
	float:right;
	vertical-align: baseline;
	font-size: 11px;
	font-weight: normal;
	background: #ff0000;
	padding: 2px 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}



	/*english→japanese切り替えボタン[start]
	------------------------------------------------------*/
#lngEn {
	display:block;
	width:120px;
	padding-top:5px;
}
#lngEn a {
	display:block;
	width:120px;
	background-image:url(../images/btn_en.png);
	background-position:0 0;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}
#lngEn a:hover {
	display:block;
	width:120px;
	background-image:url(../images/btn_en.png);
	background-position:0 42px;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}

#lngJp {
	display:block;
	width:120px;
	padding-top:5px;
}

#lngJp a {
	display:block;
	width:120px;
	background-image:url(../images/btn_jp.png);
	background-position:0 0;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}
#lngJp a:hover {
	display:block;
	width:120px;
	background-image:url(../images/btn_jp.png);
	background-position:0 42px;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}
	/*english→japanese切り替えボタン[end]
	------------------------------------------------------*/

/*フッター
------------------------------------------------------*/

footer {
	clear: both;
	width:100%;
	height:auto;
	min-height:35px;
	background:#003f8f;
}
#footerInner {
	width:100%;
	height:auto;
	min-height:120px;
	margin:0 auto;
	background: url("../images/bg_footer.png") left top repeat-x, #003f8f;
}
	#footerInner p {
		color:#191e5f;
	}
	#footerInner p a {
		color:#00ffff;
	}
	#footerInner p a:hover {
		color:#00ffff;
		text-decoration: none;
	}
	.lNavi {
		font-size: 0.8em;
	}

#copyright {
	width:100%;
	height:35px;
	padding:0;
	margin-bottom: 10px;
	background: #003f8f;
	/*
	box-shadow:0 9px 3px -3px rgba(0,0,50,0.5);
  	-webkit-box-shadow:0 9px 3px -3px rgba(0,0,50,0.5);
  	-moz-box-shadow:0 9px 3px -3px rgba(0,0,50,0.5);
	*/
}
#copyright p {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	line-height:2.5;
	font-size: 14px;
	color:#fff;
	font-weight:500;
}

