@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他

このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*--- default */
body {
	color: #00293b;
	font-size: small;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html {
	min-height: 100%;
  position: relative;
}
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
/*	background: url(../images/bg_gnavi.jpg) repeat-x 0 87px;
*/}

a:link,a:visited {
	color:#333;
	text-decoration: none;
}

a:hover,a:active {
	color:#ccc;

}
a:hover img.alpha{
opacity:0.7;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=70 )";
}




/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.pc{
	display: none !important;
}
.sp{
	display: block !important;
}


/*.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {A
	float: left;
	margin: 0 10px 0 0;
}*/

.btn {
	text-align: center;
}

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


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}
.TXT-XL { font-size:18px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}

.TXT-H {font-weight:bolder;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 100%;
	margin: 0 auto;
}

#header #logo {
	margin: 15px 0 0;
  text-align: center;
	height: 33px;
}
#header #logo img{
	width:100px;
  height: 30px;
}

#headerDescArea {
	width: 100%;
	margin: 5px;
}

#headerDescArea h1 {
	font-size: 12px;
}
#headerDescArea h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0 10px;
}

.hrTop{
  border: 7px solid #2949cc;
  margin: 5px 0 -5px;
}


/* パンくずリスト */
.pan {
	padding: 5px 10px;
  background-color: #efefef;
	font-size: 12px;
}
.pan span{
	color: #999;
}



/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
  text-align: right;
  padding: 10px 0 5px 5px;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 0 18px;
	background: url(../images/list-arw.png) no-repeat 0 50%;
}

#header .callIcon {
	width: 16px;
	margin: 0 -2px -3px 8px;
}
#header .mailIcon {
	width: 16px;
	margin: 0 3px -2px 8px;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	display: none;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 0 auto;
}

#navi #gNav li {
	float: left;
	text-align: center;
	padding-top:12px;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	font-size: 16px;
	text-decoration:none;
	display:block;
	width: 136px;
	height: 42px;
	padding-top: 14px;
	color:#fff;
	background: url(../images/gNav_li_bg.jpg) 0 0 no-repeat;
}

#navi #gNav span {
	font-size: 10px;
}

#navi #gNav li a:hover{
	background-position:0 -56px;
	text-decoration:none;
}

/* -----------------------------------------------------------
	#baner
		バナー
----------------------------------------------------------- */
#baner {
	margin: 10px 0;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	padding:5px 0 0;
	border-top: solid 1px #e6e6e6;
	background: url(../images/bg_footer.jpg) repeat-x 0 0;
	bottom: 0;
	width: 100%;
	position: absolute;
}

#footer .copyright {
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

#footerContents .box {
  font-size:small;
	color: #fff;
	width:100px;
	float: left;
	border: none;
	margin-right: 5px;
	padding: 5px;
	border-right: solid 1px #4B68EF;

}
#footerContents .box-end {
	font-size:small;
	color: #fff;
	width:100px;
	float: left;
	border: none;
	padding: 5px;

}


#footerContents h3 {
	font-weight: normal;
}

#footer ul a:link,#footer ul a:visited {
	color:#fff;
}
#footer ul a:hover,#footer ul a:active {
	color:#ccc;
}


/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	display: none;
}



/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}



/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
  display:block;
}
#imgArea {
	width: 100%;
	margin: 0 auto 10px;
}
#imgArea img {
	width: 100%;
}

/*----------------------------------------------------
	#contents_bg
----------------------------------------------------*/



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	margin: 0 auto;
	text-align: left;
	margin-bottom: 50px;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contentsBox .box {
  width: calc(100% / 2 - 5px * 2);
  margin: 5px 3px;
}
.contentsBox .box img {
	width:100%;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
/*#main {
	padding: 0 5px;
}

#main .index{
	float: right;
	width: 470px;
	overflow:hidden;
}

#main p{
	padding: 15px 10px 15px 10px;
}

#main h2{
	font-size: 20px;
	font-weight:normal;
	line-height: 28px;
	margin-bottom:10px;
	background: url(../images/bg-h2.png) repeat-x 0 100%;
	padding: 0 0 3px;
}

#main h3{
	font-size: 18px;
	font-weight:bold;
	line-height: 28px;
	margin-bottom:5px;
	background: url(../images/bg-h3.png) repeat-x 0 100%;
	padding: 0 30px 0 0;
}

#main h4{
	color: #6c6c6c;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#main img{
	float:left;
	padding:5px 5px 0 0;

}

#main .section{
	margin: 0 0 20px 0;
	padding: 10px;
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 10px 5px;
	min-height:1px;
}


#main ul li{
	list-style-type: none;
	padding: 2px 0 2px 18px;
	background: url(../images/list-arw.png) no-repeat 0 8px;
}*/
/*----------------------------------------------------
	#info (sp用)
----------------------------------------------------*/
#info img{
	float:left;
	padding:5px;

}
#info h3{
	font-size: 18px;
	font-weight:bold;
	line-height: 28px;
	margin-bottom:5px;
	background: url(../images/bg-h3.png) repeat-x 0 100%;
	padding: 0 30px 0 0;
}

#info .section{
	margin: 0 0 20px 0;
	padding: 10px;
}

#info .sectionBorder{
	margin: 0 0 20px 0;
	padding: 10px 5px;
	min-height:1px;
}

#info ul li{
	list-style-type: none;
	padding: 2px 0 2px 18px;
	background: url(../images/list-arw.png) no-repeat 0 8px;
}


#date {
text-align: right;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* テーブル装飾
----------------------------------------------------------- */
/*#main .t-head {
	border-collapse: collapse;
	border: solid 1px #e6e6e6;
	padding: 10px;
	background: url(../images/bg_footer.png) repeat-x 0 0;
	width: 80px;
	color:#fff;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #e6e6e6;
	padding: 10px;
	width: 535px;
}*/


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
  display: none;
  text-align: center;
}

#sub h3{
	font-size: 18px;
	font-weight: normal;
	width: 230px;
	line-height: 28px;
	margin-bottom:5px;
	background: url(../images/bg-h3.png) repeat-x 0 100%;
	padding: 0;
	color: #00C;
}

#sub ul {
	margin: -10px 0 2px;
	font-size: 13px;
	margin: -5px 0 20px 0;
	padding: 5px 10px 10px 0;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 18px;
	background: url(../images/star_sub.png) no-repeat 0 50%;
	border-bottom: dashed #0910C7 1px;
	margin: 5px 0 5px;
}

#sub .sectionBorder{
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 0;
}

#sub .box {
	border-bottom: solid #e6e6e6 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}


/* -----------------------------------------------------------
	#menu
		メニューバー
----------------------------------------------------------- */

/*ヘッダーまわりはご自由に*/
#menu {
  padding: 5px 10px;
  /*background: skyblue;*/
	position: absolute;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
		z-index: 1;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*アイコンのスペース*/
#nav-close {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
		z-index: 10;
		margin: 26px 9px -26px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-close span, #nav-close span:before {
    position: absolute;
    height: 5px;/*線の太さ*/
    width: 28px;/*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
		-moz-transform:rotate(-45deg);	/*45度回転。*/
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
#nav-close span:before {
		-moz-transform:rotate(90deg);	/*45度回転。*/
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}



/*閉じる用の薄黒カバー
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}*/

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
		background-color: rgba(0,0,0,0.8);
		z-index: 5;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-input:checked #page {
    position: fixed;
}

.nav-sec {
	   padding: 50px 0 20px;
}
.nav_size {
		margin: 5px auto 0;
		width: 230px;
}
.nav_size img {
		width: 100%;
}
.nav-sec p {
	font-size: 20px;
	border-bottom: 5px solid #fff;
	width: 100px;
	margin: 0 auto 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.textLink {
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
}
