@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

#contents{
	width: 989px;
	margin: 5px;
}

@media screen and (max-width: 979px) {
/*tablet*/
#contents{
	width: 100%;
	margin: 0 0 0 0;
    padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}



/*ページ内メニュー
************************************************************************************/
.pageMenu{
	margin: 15px 0;
}

.pageMenu ul{
	border-bottom: 3px solid #58a0ad;
}

.pageMenu ul li{
	border: 1px solid #58a0ad;
	border-bottom: 0;
	display: inline-block;
	margin: 0 3px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	color: #58a0ad;
	background: url(../../img/common/th_bg.png) repeat;
}
.pageMenu ul li:hover{
	background: none #FFF;
}
.pageMenu ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
}
.pageMenu ul li:hover a{
	color: #58a0ad;
	text-decoration: none;
}

@media screen and (max-width: 979px) {
/*tablet*/
.pageMenu{
	margin: 15px 0;
}

.pageMenu ul{
	border-bottom: none;
    text-align: center;
}

.pageMenu ul li{
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pageMenu ul li:hover{
	background: none #FFF;
}
.pageMenu ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
}
.pageMenu ul li:hover a{
	color: #58a0ad;
	text-decoration: none;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
.pageMenu ul{
	border-bottom: none;
    text-align: left;
}
.pageMenu ul li{
	margin: 0 0.5% 3px 0.5%;
    width: 47%;
}
}


@media screen and (max-width: 620px) {
/*sp*/
    
.pageMenu ul li{
	display: block;
	margin: 3px 0.5%;
    width: 98%;
}
}
@media screen and (max-width: 480px){
} 

/*ぱんくず
************************************************************************************/
.page_path{
	color: #000;
	height: 35px;
	font-size: 11px;
	line-height: 35px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 0 10px;
}
.page_path ul{
	list-style-type: none;
}

.page_path li{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding: 0 0 0 5px;
}

.page_path li a{
	padding: 0 15px 0 0px;
	background: url(../../img/common/pagepath_ar.png) no-repeat right center;
}

.page_path li.home{
	background: url(../../img/common/pagepath_home.png) no-repeat left center;
	padding: 0 0 0 18px;
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
.page_path{
	display: none;
}
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 

/*メインタイトル
************************************************************************************/
h1{
	background: url(../../img/common/h1.jpg) no-repeat top;
	height: 114px;
	line-height: 114px;
	display: block;
	padding: 0 0 1px 20px;
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	margin: 1px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "HGPｺﾞｼｯｸE";
	border-bottom: 1px solid #e5e5e5;
}

h2{
	background: url(../../img/common/h2.jpg) no-repeat center;
	padding: 5px;
	display: block;
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
h2 span{
	display: block;
	border-left: 3px solid #585510;
	padding: 0 0 0 10px;
}

h3{
	background: url(../../img/common/h3.png) repeat;
	color: #624e11;
	padding: 5px 10px;
	border-bottom: 1px solid #8c856f;
}

h4{
	font-size: 19px;
	color: #e7ad70;
	font-weight: bold;
	background: url(../../img/common/h4.png) no-repeat left center;
	padding: 0 0 0 40px;
	line-height: 30px;
	margin: 0 0 15px 0;
}



h5{
	background: url(../../img/common/h5.png) no-repeat left 0.1em;
	padding: 0 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0;
}

.catch{
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #c0c0c0;
}
.catch span{
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 10px;
}


@media screen and (max-width: 979px) {
/*tablet*/
h1{
    width: 100%;
	height: auto;
	background: url(../../img/common/h1.jpg) no-repeat top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	line-height: 1.2 !important;
	display: block;
	padding: 30px 5px 35px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 26px;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
h1{
	font-size: 22px;
}
}


@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;
}

.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;
}

.btnPrev{
	margin: 15px 0;
	background: #d8ecea;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	padding-left: 25px;
	border: 1px solid #d8ecea;
}
.btnPrev:hover{
	background: #FFF;
	border: 1px solid #d8ecea;
}
.btnPrev a{
	background: url(../../img/common/ar_pageback.png) no-repeat left center;
	padding: 7px 30px 7px 15px;
	color: #000;
	text-decoration: none;
	display: block;
}


/*table
************************************************************************************/
table.normal{
	width: 100%;
	margin: auto;
	border-collapse:collapse;
	border: 1px solid #000;
}

table.normal th{
	padding: 5px 10px;
	text-align: left;
	color: #FFF;
	background: url(../../img/common/th_bg.png) repeat;
	border-bottom: 1px dotted #000;
	border-right: 1px dotted #000;
}


table.normal td{
	padding: 5px 10px;
	border-bottom: 1px dotted #000;
}
table.normal td.ttl{
	background: #EDEDED;
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
table.normal{
	display: block;
	width: 100%;
}
table.normal tbody{
	display: block;
	width: 100%;
}
table.normal tr{
	display: block;
	margin-bottom: .5em;
	width: 100%;
}
table.normal th,
table.normal td{
	display: list-item;
	width: 100%;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
table.normal th{
	margin-bottom: 5px;
	list-style-type: none;
	display: block;
}
table.normal td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
}
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 
/*
************************************************************************************/
.frameContact{
	background: url(../../img/common/icon_phone.png) no-repeat 20px center #052856;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	padding: 10px 20px 5px 90px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin: 15px 0 0 0;
}

.frameContact span{
	font-size: 30px;
	font-weight: bold;
}