/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
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;
}
/*resetここまで*/


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

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



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

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



* 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:Open Sans, Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "M PLUS 1p", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.lr20 {
	padding:0 20px;
}

a {
	color:#004286;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color:#e50012;
	text-decoration: none;
}


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

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

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

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

#mainVisual {
	width:850px;	
	height: auto;
	min-height: 1150px;
	position:relative;
	background:url(../images/mainVisual.png) center top no-repeat;
}
header#headerHome {
	width: 850px;
	height: 210px;
}
header {
	width:850px;
	height:160px;
}
.hederin {
	width:850px;
	margin:0 auto;
}
#logoHome {
	display:block;
	width:850px;
	height:240px;
	position:absolute;
	top:0px;
	right:0px;
}
#logo {
	display:block;
	width:850px;
	height:160px;
}

.topDate {
	display:block;
	width:850px;
	height:530px;
	position:absolute;
	top:240px;
	left:0px;
	text-indent:-9999px;
}


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

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


.contents {
	width:780px;
	margin:5px auto 10px;
	padding:20px 15px 40px;
	background: #fff;
	height: auto !important;  /* IE6対策 */ 
	min-height: 1050px;
}


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

#sideAreaHome {
	display: inline; /*ie6*/
	float:left;
	width:250px;
	height:auto;
	min-height:1400px;
	background: url("../images/bg_side.png") center top no-repeat, #fff;
}
#sideArea {
	display: inline; /*ie6*/
	float:left;
	width:250px;
	height:auto;
	min-height:1200px;
	background: url("../images/bg_side.png") center top no-repeat, #fff;
}

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

#gNavi {
	display:block;
	width:250px;
	/*height:895px;*/
	margin:80px auto 0px;
}

.menu {
        margin: 0px auto 0;
    }

    .menu li a {
        display: flex;
        align-items: center;
        width: 230px;
        height: 48px;
        /*background-color: var(--key-color);
        background-image: linear-gradient(160deg, transparent 35%, rgba(0, 132, 208, 0.2) 100%);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 100% 100%;*/
		background: #0a193c;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.3;
        font-feature-settings: "palt";
        color: #fff000;
        text-decoration: none;
        filter: none;
        transition: all .5s;
		margin: 0 auto 2px;
		position: relative;
    }

    .menu li a > span {
        margin-left: 12px;
    }

    .menu li a:hover {
		background-image: url("../images/menu_hover.png");
        color: #0a193c;
        text-decoration: none;
    }

    .menu li.active a {
        background-image: url("../images/menu_hover.png");
        color: #0a193c;
        pointer-events: none;
    }
    
    .menu li.active a:hover {
        cursor: default;
    }

.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;}
.ml30 {margin-left:30px;}


.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}

.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;
}
.mt20 {
	margin-top:20px;
}
.mt40 {
	margin-top:40px;
}
.mb20 {
	margin-bottom:20px;
}
.mb40 {
	margin-bottom:40px;
}

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

footer {
	clear: both;
	width:100%;
	height:50px;
	background:#2958c6;
	/*
	box-shadow:0 -9px 3px -3px rgba(0,0,50,0.7), 0 9px 3px -3px rgba(0,0,50,0.7);
  	-webkit-box-shadow:0 -9px 3px -3px rgba(0,0,50,0.7), 0 9px 3px -3px rgba(0,0,50,0.7);
  	-moz-box-shadow:0 -9px 3px -3px rgba(0,0,50,0.7), 0 9px 3px -3px rgba(0,0,50,0.7);
	*/
}

#copyright {
	width:100%;
	height:50px;
	padding:0;
}
#copyright p {
	width: 1100px;
	margin: 0 auto;
	line-height:3.5;
	font-size: 13px;
	color:#fff;
	font-weight:500;
	text-align: center;
}



