@charset "utf-8";

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

.image img{
	max-width: 100%;
	height: auto;
}



/*メインタイトル
************************************************************************************/
h2{
	background: url(../../img/common/h2.png) no-repeat;
	display: block;
	height: 180px;
	line-height: 180px;
	text-indent: 20px;
	font-size: 3.5rem;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h3{
	background: url(../../img/common/bg_green.png) repeat;
	font-size: 2.0rem;
	margin: 0 0 15px 0;
	padding: 5px 20px;
	border-bottom: 1px solid #e5d754;
}

h4{
	background: url(../../img/common/h4.png) no-repeat left 0;
	padding: 0 0 0 38px;
	line-height: 32px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #0c4f87;
	margin: 0 0 15px 0;
}



h5{
	border-bottom: 3px dotted #000;
	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 5px 0;
	margin: 0 0 15px 0;
	display: inline-block;
}


.catch{
	margin: 0 0 15px 0;
	font-size: 1.4rem;
	font-weight: bold;
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
h2{
	background: none;
	background-color: #333;
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 2.8rem;
}
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 
/*共通
************************************************************************************/

.section{
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.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: 20px;
}

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

.text p{
	padding-bottom: 1em;
}
.text p:last-child{
	padding: 0;
}

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


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


.section_box{
	border: 1px solid #633;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	margin: 0 0 5px 0;
}

.section_box p{
	padding: 0 0 0.7em 0;
}

.boxMemo{
	background: url(../../img/common/bg2.png) repeat #FFF;
	margin: 10px 0;
}

.btnBack{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	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);
	border: 1px solid #FFF;
	margin: 15px 0;
	padding: 0 0 0 5px;
	display: inline-block;
}
.btnBack:hover{
	background:-webkit-gradient(linear,center top, center bottom, from(#e6e6e6), to(#FFF));
	background:-moz-linear-gradient(top, #e6e6e6, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe6e6e6', endColorstr='#ffFFFFFF');
	background: linear-gradient(to bottom, #e6e6e6, #FFFFFF);
}

.btnBack a{
	background: url(../../img/common/ar_blue_prev.png) no-repeat left center;
	padding: 4px 10px 4px 45px;
	display: block;
	color: #000;
	text-decoration: none;
}

.btnBack:hover a{
	color: #127bb7;
}





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

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

table.normal th{
	padding: 5px;
	text-align: center;
	border: 1px solid #7e623e;
	background: url(../../img/common/bg1.png) repeat;
}

table.normal td{
	padding: 5px;
	border: 1px solid #7e623e;
}
table.normal td.ttl{
	background: #e5d3bd;
}

table.normal td.ttl span{
	font-size: 10px;
}


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

table.lineBtm th{
	padding: 5px;
	text-align: left;
	border-bottom: 1px dotted #000;
	font-weight: bold;
	color: #630;
}

table.lineBtm td{
	padding: 5px;
	border-bottom: 1px dotted #000;
}

@media screen and (max-width: 620px) { 
table{
	display: block;
	width: 99%;
	border: 0 !important;
}
table caption{
	display: block;
}
table tbody{
	display: block;
	width: 100%;
}
table tr{
	display: block;
	margin-bottom: 0;
	width: 100%;
}
table th,
table td{
	display: list-item;
	width: 99%;
	padding: 9px 0 !important;
	display: block;
}
table th{
	margin-bottom: 5px;
	list-style-type: none;
	width: 99% !important;
	display: block;
}
table td{
	margin-left: 0;
	padding: 5px 0 !important;
	width: 99%;
	list-style-type: none;
	border: 0 !important;
}
}


/*WP
************************************************************************************/
/**/
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: 1px solid #FFF;
	margin: 2px 2px 2px 0 !important;
	list-style-type: none;
	padding: 0 !important;
	width: auto !important;
	background: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.page_navi li a{
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#FFF;
	background: url(../../img/common/bg_green.png) repeat;
	border: 0;
}
 
.page_navi li a:hover{
	color:#000;
	background: url(../../img/common/bg_yellow.png) repeat;
}
 
.page_navi li.current span{
	background: url(../../img/common/bg_yellow.png) repeat;
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#000;
}


