@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


/*メインタイトル
************************************************************************************/
h2{
	width: 980px;
	height: 120px;
	font-size: 30px;
	text-align: right;
	text-indent: 0;
	color: #1a2471;
	font-weight: bold;
	margin: 1px 0;
	padding: 0 20px 0 0;
	font-weight: bold;
	line-height: 120px;
	background: url(../../img/common/h2.jpg) no-repeat;
	border-bottom: 1px solid #1a2471;
}

h3{
	background: #1a2471;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 7px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3.first{
	background: url(../../img/first/bg_h3.gif) repeat-x;
	color: #FFF;
	font-size: 22px;
	height: 47px;
	line-height: 47px;
	padding: 0 0 0 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

h3.first span{
	color: #ffff00;
}
h3.first span.s{
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}
h3.kaitori{
	background: url(../../img/first/bg_h3.gif) repeat-x;
	color: #FFF;
	font-size: 22px;
	height: 47px;
	line-height: 47px;
	padding: 0 0 0 5px;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
h3.kaitori img{
	vertical-align: middle;
	margin: 0 10px 0 0;
}
h4{
	background: #000096;
	padding: 0 0 0 10px;
	line-height: 2.5;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin: 0 0 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}

h5{
	background: url(../../img/common/ar_orange2.png) no-repeat left center;
	padding: 0 0 0 15px;
	line-height: 1.8;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3.img,
h4.img,
h5.img{
	background: none;
	padding: 0;
	line-height: 0;
	height: auto;
	font-size: inherit;
	margin: 0 0 10px 0;
	text-indent: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

@media screen and (max-width: 768px) {
h2{
	width: auto;
	height: 120px;
	font-size: 30px;
	text-align: right;
	text-indent: 0;
	color: #1a2471;
	font-weight: bold;
	margin: 1px 0;
	padding: 0 20px 0 0;
	font-weight: bold;
	line-height: 120px;
	background: url(../../img/common/h2.jpg) no-repeat;
	border-bottom: 1px solid #1a2471;
}

h3{
	background: #1a2471;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 7px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3.first,
h3.kaitori{
	background: #053a93;
	font-size: 22px;
	padding: 5px 5px 5px 20px;
	border-bottom: 2px solid #ffde00;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: auto;
	line-height: 1.4;
}
h3.first span{
	color: #ffff00;
}
h3.first span.s{
	display: block;
}
h3.kaitori img{
	display: none;
}
h4{
	background: #000096;
	padding: 0 0 0 10px;
	line-height: 2.5;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin: 0 0 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}

h5{
	background: url(../../img/common/ar_orange2.png) no-repeat left center;
	padding: 0 0 0 15px;
	line-height: 1.8;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3.img,
h4.img,
h5.img{
	background: none;
	padding: 0;
	line-height: 0;
	height: auto;
	font-size: inherit;
	margin: 0 0 10px 0;
	text-indent: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}}
@media screen and (max-width: 479px) {
/*sp*/
}





/*共通
************************************************************************************/

.section{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.section:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .section{
    height: 1em;
}
.section{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .section{
	zoom:1;
}

.section_innner{
	margin-bottom: 10px;
}

.text{
	padding: 10px;
	line-height: 1.5;
}

.text p{
	padding-bottom: 0.6em;
}

.text20{
	padding: 20px;
	line-height: 1.5;
}


.text20_white{
	padding: 20px;
	line-height: 1.5;
	background: #FFF;
}


.section_box{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
}




/*table
************************************************************************************/
table.normal{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 1px solid #000;
}

table.normal caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

table.normal th{
	padding: 5px;
	text-align: center;
	color: #FFF;
	border: 1px solid #000;
	background: #000096;
}

table.normal td{
	padding: 5px;
	border: 1px solid #000;
}

/*line*/
table.lineBtm{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
}

table.lineBtm th{
	padding: 5px;
	color: #4b4fab;
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
	line-height: 1.5;
	vertical-align: top;
}

table.lineBtm td{
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 1.5;
	vertical-align: top;
}
table.lineBtm td.ttl{
	background: #ededed;
}


dl.table_normal dt,
dl.table_normal dd{
	display: table-cell;
	padding: 0 15px;
}
dl.table_normal dt{
	font-weight: bold;
}
dl.table_normal img{
	vertical-align: middle;
	margin: 0 2px 0 0;
}

/*inContentsMenu
************************************************************************************/
.inContentsMenu{
	padding: 15px;
	background:-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background:-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: linear-gradient(to bottom, #FFF, #e6e6e6);
	margin: 25px 0;
	border: 1px solid #c0c0c0;
}

.inContentsMenu dl{
	width: 100%;
	display: table;
}

.inContentsMenu dt{
	display: table-cell;
	font-size: 15px;
	font-weight: bold;
	padding: 0 2em 0 0;
	width: 6em;
}

.inContentsMenu dd{
	display: table-cell;
}

.inContentsMenu dd ul{
	display: table;
	table-layout: fixed;
	width: 95%;
	border-collapse: separate;
	border-spacing: 2px 0;
}

.inContentsMenu dd li{
	background:-webkit-gradient(linear,center top, center bottom, from(#1588d1), to(#073098));
	background:-moz-linear-gradient(top, #1588d1, #073098);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff1588d1', endColorstr='#ff073098');
	background: linear-gradient(to bottom, #1588d1, #073098);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: table-cell;
}

.inContentsMenu dd li:hover{
	background:-webkit-gradient(linear,center top, center bottom, from(#999), to(#000));
	background:-moz-linear-gradient(top, #999, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff999999', endColorstr='#ff000000');
	background: linear-gradient(to bottom, #999, #000);
}

.inContentsMenu dd li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 20px;
	background: url(../../img/common/ar_orange.png) no-repeat 10px center;
}
.inContentsMenu dd li a.cr{
	color: #FF0;
	font-weight: bold;
}



/*form parts
************************************************************************************/

/*form
----------------------------------------------------------------------*/
.form input{
	margin: 1px;
}

.form input[type=text],
.form input[type=date]{
	width: 450px;
	padding: 5px;
}
.form input.m[type=text]{
	width: 120px;
	padding: 5px;
}
.form input.s[type=text]{
	width: 80px;
	padding: 5px;
}

.form input[type=email]{
	width: 250px;
	padding: 5px;
}


.form input[type=tel]{
	width: 250px;
	padding: 5px;
}

.form textarea{
	width: 500px;
	height: 150px;
}

.form textarea.small{
	width: 500px;
	height: 70px;
}

.form select{
	padding: 10px;
}

.btnSend{
	text-align: center;
	padding-bottom: 20px;
}

.form .btnSend input[type=submit]{
	padding: 10px 40px;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form .btnSend input[type=reset]{
	padding: 10px 40px;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form td li{
	display: inline-block;
	padding: 0 10px 0 0;
}

.form td input.en{
	ime-mode: disabled;
}
.form td input.jp{
	ime-mode: active;
}


.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}

/*WP投稿用
************************************************************************************/

/*画像寄せ
----------------------------------------------------------------------*/
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


/*ページング
----------------------------------------------------------------------*/
ul.page_navi {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin: 0 auto 30px auto;
	width: auto;
	list-style-type: none;
}
/* 回り込み解除 */
ul.page_navi:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html ul.page_navi{
    height: 1em;
}
ul.page_navi{
    display: block;
}
/* ▲ */
 
.page_navi li{
	float:left;
	border: 0;
	margin: 2px 2px 2px 0;
	list-style-type: none;
	width: auto;
}
.page_navi li:hover{
	border: 0;
}

.page_navi li a{
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#000;
	background: #D9D9D9;
	border: 0;
}
 
.page_navi li a:hover{
	color:#fff;
	background: #3279BB;
	border: 0;
}
 
.page_navi li.current span{
	background: #3279BB;
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
}


/*各パーツ
----------------------------------------------------------------------*/
.intextWP ol{
	list-style-type: decimal;
}
.intextWP ol li{
	margin: 5px 0;
}

.intextWP ul{
	list-style-type: disc;
}
.intextWP ul li{
	margin: 5px 0;
}

.intextWP table{
	margin: 10px auto;
	border-collapse:collapse;
	border: 1px solid #000;
}

.intextWP table caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

.intextWP th{
	padding: 5px;
	text-align: center;
	color: #FFF;
	border: 1px solid #000;
	background: #000096;
}

.intextWP td{
	padding: 5px;
	border: 1px solid #000;
}


.frameFooterBn{
	margin: 15px 0;
	text-align: center;
}
.frameFooterBn li{
	width: 48%;
	display: inline-block;
}
.frameFooterBn li img{
	max-width: 100%;
	height: auto;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
}
.frameFooterBn p{
	text-align: center;
	margin: 0 0 5px 0;
}
.frameFooterBn p img{
	max-width: 98%;
	height: auto;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
}