@charset "Shift_JIS";
/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
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, sub, sup, 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 {
	height:100%;
	font-family: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%;
}


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

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

/* IE6 base font */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.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;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.t30 {padding-top:30px;}
.t40 {padding-top:40px;}
.t50 {padding-top:50px;}
.t100 {padding-top:100px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.b30 {padding-bottom:30px;}
.b40 {padding-bottom:40px;}
.b50 {padding-bottom:50px;}
.b100 {padding-bottom:100px;}
.r10 {padding-right:10px;}
.r20 {padding-right:20px;}
.r30 {padding-right:30px;}
.l10 {padding-left:10px;}
.l20 {padding-left:20px;}
.l30 {padding-left:30px;}
.l1em {padding-left:1em;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.lr20 {
	padding:0 20px;
}
.all5 {
	padding: 5px;
}
.all10 {
	padding: 10px;
}
.l1em {
	padding-left:1em;
}

.b {
	font-weight:bold;
}
.pro span {
	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;
}
.mt20 {
	margin-top:20px;
}
.mt40 {
	margin-top:40px;
}
.mb20 {
	margin-bottom:20px;
}
.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;
}
.indent6-5em {
	padding-left: 6.5em;
	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_royalblue {
	color: royalblue;
}
.color_darkgreen {
	color: darkgreen;
}

.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: #FBF3E4;
}
.border01 {
	border: #999 solid 1px;
}
.border02 {
	border: #e50012 solid 1px;
}
.border03 {
	border: #FC9 solid 3px;
}
.border_top {
	border-top: #999 dotted 2px;
}
.border_bottom2 {
	border-bottom: #CCC dashed 1px;
	padding-bottom: 5px;
}

.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%;
	background-color: #A4C6FF;
}
#htmlhome,#home {
	height: 100%;
	background-color: #A4C6FF;
}
body > #wrapper {
    height: auto;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 1000px;
	height: auto !important;
	position: relative;
	text-align: left;	/*padding:0 10px;*/
	background-color: #FFFFFF;
}
#wrapperHome {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 1000px;
	height: auto !important;
	position: relative;
	text-align: left;	/*padding:0 10px;*/
	background-color: #FFFFFF;
}

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

#mainVisual {
	width: 730px;
	min-height: 870px;
	height: auto;
	position: relative;
	background: url(../images/mainVisual.png) no-repeat;
	margin-top: 3px;
}
header#headerHome {
	width: 100%;
	height: 100px;
}
header {
	width: 100%;
	height: 100px;
	background-repeat: repeat-x;
	background-position: left top repeat-x;
	position: absolute;
	top: 0;
	-moz-box-shadow: 0 9px 3px -3px rgba(0,0,50,0.5);
}
.hederin {
	width: 960px;
	margin: 0 auto;
	background-color: #4062AF;
	border-bottom: 3px solid #C89D18;
}
#logoHome {
	display: block;
	width: 960px;
	height: 100px;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
}
#logo {
	display: block;
	width: 960px;
	height: 100px;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
}
#topTheme {
	width:60px;
	height:560px;
	background:url(../images/top_them.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:150px;
	left:600px;
}
#topDate {
	width:500px;
	height:140px;
	background:url(../images/top_date.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:630px;
	left:170px;
}
#topOri {
	width:630px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.3;
	position:absolute;
	top:910px;
	left:100px;
}
#topCall {
	width:200px;
	height:84px;
	background:url(../images/top_call.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:890px;
	left:480px;
}


	/*englishページ用[start]
	------------------------------------------------------*/
#mainVisual_en {
	width:730px;
	height:1130px;
	background:url(../images/mainVisual.png) no-repeat;
	position:relative;
}
#logoHome_en {
	display:block;
	width:730px;
	height:130px;
	background-image:url(../images/logoHome.png);
	position:absolute;
	top:730px;
	left:220px;
	text-indent:-9999px;
}
#logo_en {
	display:block;
	width:730px;
	height:140px;
	background-image:url(../images/logo.png);
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9999px;
}
	/*englishページ用[end]
	------------------------------------------------------*/

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

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



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

#contentsAreaHome {
	width: 730px;
	float: right;
	height: auto;
	min-height: 1100px;
	margin-top: 100px;	/*
	background:url("../images/bg_sideShadow.png") left top no-repeat;
	*/
}
#contentsArea {
	width: 730px;
	float: right;
	height: auto !important;  /* IE6対策 */
	min-height: 1100px;
	margin-top: 100px;	/*
	background:url("../images/bg_sideShadow.png") left top no-repeat;
	*/
}


.contents {
	width: 700px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 40px;
	/*background: url(../images/bg_contents.png) left top repeat-y;*/
	background: #fff;
	height: auto !important;  /* IE6対策 */
	min-height: 1000px;
}


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

#sideArea {
	display: inline; /*ie6*/
	float: left;
	width: 228px;
	height: auto;
	min-height: 1000px;
	margin-top: 100px;	/*padding:5px 5px 0px;*/
	border-right: 2px solid #4689FF;
}
#sideArea.sideTop {
	display: inline; /*ie6*/
	float: left;
	margin-top: 100px;
	width: 232px;
	height: 100%;
	height: auto !important;
}

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

.ul_sideBanner {
	width: 230px;
	margin: 0px auto 0;
}
	
	.ul_sideBanner li {
		margin-bottom: 10px;
	}
	.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;
}
.movieBox video {
	width: 210px;
}
.movieBox video source {
	width: 210px;
}
.language {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 210px;
	display: block;
}
.language .button {
	height: 47px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	background-image: -moz-linear-gradient(0deg,rgba(46,162,15,1.00) 0%,rgba(54,189,18,1.00) 100%);
	background-image: -webkit-linear-gradient(0deg,rgba(46,162,15,1.00) 0%,rgba(54,189,18,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(46,162,15,1.00) 0%,rgba(54,189,18,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(46,162,15,1.00) 0%,rgba(54,189,18,1.00) 100%);
	display: table-cell;
	width: 210px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}
.language .button:hover {
	opacity: 0.7;
}

/*
#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: 210px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 9px;
}
#gNavi li {
	display:table;
	width:210px;
	margin-bottom: 3px;
}
#gNavi li a {
	display:table-cell;
	width:210px;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP';
	font-size: 100%;
	font-weight: 500;
}


#gNavi li .btn {
	height: 47px;
	color: #fff;
	font-size: 13px;
	background-repeat: no-repeat;
	border-left: 2px solid #1A2F7B;
	border-right: 2px solid #617FC5;
	border-bottom: 2px solid #1A2F7B;
	border-top: 2px solid #1A2F7B;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(49,84,212,1.00) 0%,rgba(29,53,140,1.00) 100%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(49,84,212,1.00) 0%,rgba(29,53,140,1.00) 100%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(49,84,212,1.00) 0%,rgba(29,53,140,1.00) 100%);
	background-image: url(url), linear-gradient(180deg,rgba(49,84,212,1.00) 0%,rgba(29,53,140,1.00) 100%);
}
	#gNavi li .btn span {
		display: block;
		padding: 0px 15px;
	}
	#gNavi li .btn:hover {
	color: #1E218A;		/*
		text-shadow:2px 2px 4px #000;
		*/
	border-image: linear-gradient(to bottom, #DCDCDC 0%, #EBEBEB 100%) 1;
	font-size: 13px;
	background-repeat: no-repeat;
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 44.19%,rgba(220,220,220,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 44.19%,rgba(220,220,220,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 44.19%,rgba(220,220,220,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 44.19%,rgba(220,220,220,1.00) 100%);
	border-width: 2px;
	border-style: solid;
	}
		
#gNavi li .btn_crt {
	height: 47px;
	color: #1E218A;
	font-size: 13px;
	background-repeat: no-repeat;	/*
	text-shadow:2px 2px 4px #000;
	*/
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 44.19%,rgba(220,220,220,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 44.19%,rgba(220,220,220,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 44.19%,rgba(220,220,220,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 44.19%,rgba(220,220,220,1.00) 100%);
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #DCDCDC 0%, #EBEBEB 100%) 1;
}
	#gNavi li .btn_crt span {
		display: block;
		padding: 0px 15px;
	}



#gNavi li .btn_narrow {	/* 長いメニュー用画像 */
	height: 45px;
	color: #4070b4;
	font-size: 0.84em;
	background: url(../images/gNavi.png) no-repeat;
}
	#gNavi li .btn_narrow span {
		display: block;
		padding: 10px 7px;
	}
	#gNavi li .btn_narrow:hover {
		background: url(../images/gNavi_hover.png) no-repeat;
		color: #64a5db;
	}
#gNavi li .btn_narrow_crt {
	display: block;
	padding: 10px 7px;
	height: 25px;
	color: #64a5db;
	font-size: 0.83em;
	background: url(../images/gNavi_hover.png) no-repeat;
}

/*非表示メニュー*/
#gNavi li.hide {
	display: none;
}

	
	
#gNavi li .ico_new {
	display: inline-block;
	vertical-align: baseline;
}

	/*english→japanese切り替えボタン[start]
	------------------------------------------------------*/
#lng {
	display:block;
	width:230px;
	height:42px;
	padding:0;
}

#lng li a {
	display:block;
	width:115px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}

a#lngEn {
	display:block;
	width:115px;
	background-image:url(../images/langEn_on.png);
	background-position:-115px 0;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}
a#lngEn:hover,
a#lngEn_crt {
	display:block;
	width:115px;
	background-image:url(../images/langEn_off.png);
	background-position:0 0;
	height:42px;
	text-indent:-9999px;
	/*padding-bottom:2px;*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	
a#lngEn {
	background-image:url(../images/langEn_on@2x.png);
	background-position:-230px 0;
	background-size: 100%;
}
a#lngEn:hover,
a#lngEn_crt {
	background-image:url(../images/langEn_off@2x.png);
	background-size: 100%;
}
	
}


a#lngJp {
	display:block;
	width:115px;
	background-image:url(../images/langJp_on.png);
	background-position:-115px 0;
	height:42px;
	text-indent:-9999px;
}
a#lngJp:hover,
a#lngJp_crt {
	display:block;
	width:115px;
	background-image:url(../images/langJp_off.png);
	background-position:0 0;
	height:42px;
	text-indent:-9999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	
a#lngJp {
	background-image:url(../images/langJp_on@2x.png);
	background-position:-230px 0;
	background-size: 100%;
}
a#lngJp:hover,
a#lngJp_crt {
	background-image:url(../images/langJp_off@2x.png);
	background-size: 100%;
}
	
}


	/*english→japanese切り替えボタン[end]
	------------------------------------------------------*/

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

footer {
	clear: both;
	width: 960px;
	height: 30px;
	background-color: #4062AF;
	margin-left: auto;
	margin-right: auto;
}
#footerInner {
	width:100%;
	height:auto;
	min-height:110px;
	margin:0 auto;
	padding-bottom: 10px;
	background:#ed7700;
}
	#footerInner p {
		color:#213976;
	}
	#footerInner p a {
		color:#fff;
	}
	#footerInner p a:hover {
		color:#e50012;
		text-decoration: none;
	}
	.lNavi {
		font-size: 0.8em;
	}

#copyright {
	padding: 5px 0 0;
	text-align: center;
}
#copyright p {
	width: 960px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.5;
	color:#fff;
}
