@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


/*title
************************************************************************************/
h2{
	background: url(../../img/common/bg_white_clear20.png) repeat;
	border-top: 1px solid #FFF;
	padding: 15px;
	height: 71px;
	color: #FFF;
	font-size: 28px;
	line-height: 50px;
	margin: 30px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 1px 1px 3px #000;
}

h3{
	text-align: center;
	padding: 0 0 10px 0;
	border-bottom: 3px dotted #f25932;
	font-size: 21px;
	color: #f25932;
	margin: 0 0 20px 0;
}
h3 span{
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #333;
}
h4{
	border-bottom: 1px solid #999;
	font-size: 21px;
	margin: 0 0 15px 0;
	line-height: 1.3;
}
h4 span{
	border-bottom: 4px solid #f25932;
}
h4 span.fonts{
	font-size: 18px;
}

h5{
	background: #e5f2f8;
	font-size: 16px;
	font-weight: normal;
	padding: 7px;
	margin: 10px 0 15px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

h6{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0.3em 0 1em 0;
	line-height: 1em;
}
h6:before,
h6:after{
	content: "－";
}

@media screen and (max-width: 768px) {
/*tablet*/
h2{
	padding: 15px;
	height: 100px;
	color: #FFF;
	font-size: 24px;
	line-height: 70px;
	margin: 0;
}
h3{
	font-size: 20px;
}

}

@media screen and (max-width: 479px) {
/*sp*/
}



/*breadcrumb
************************************************************************************/
#breadcrumb{
	padding: 15px 0;
	background: #FFF;
	text-align: center;
	width: 930px;
	margin: auto;
}

#breadcrumb ul{
	display: table;
}

#breadcrumb li{
	display: table-cell;
	padding: 0 10px 0 0;
}

#breadcrumb li{
	background: url(../../img/common/icon_ar.png) no-repeat left 0.2em;
	padding-left: 30px;
	font-weight: bold;
}
#breadcrumb li:first-child{
	background: none;
}
#breadcrumb li:first-child a{
	background: url(../../img/common/icon_home.png) no-repeat left center;
	padding: 0 0 0 20px;
}
#breadcrumb li a{
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
/*tablet*/
#breadcrumb{
	padding: 10px 0;
	width: 100%;
}

#breadcrumb ul{
	display: block;
	text-align: left;
	border-bottom: 2px solid #CCC;
}
#breadcrumb li{
	display: block;
	padding: 5px 10px 5px 25px;
	border-bottom: 1px dotted #CCCCCC;
}
#breadcrumb li:first-child a{
	font-size: 15px;
	padding: 5px 0 5px 20px;
}

}
@media screen and (max-width: 479px) {
/*sp*/
}


/*section
************************************************************************************/
.section{
	padding: 50px 0;
}


.article{
	padding: 0 20px 20px 20px;
	text-align: left;
	margin: 0 auto;
	background: #FFF;
	margin: 0 0 20px 0;
}

.article:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .article{
    height: 1em;
}
.article{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .article{
	zoom:1;
}

.article_innner{
	margin-bottom: 20px;
}

.text{
	padding: 10px;
	line-height: 1.8;
}
.text p{
	padding: 0 0 1em 0;
}
.text p:last-child{
	padding: 0;
}
.text:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text{
    height: 1em;
}
.text{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text{
	zoom:1;
}


.text20{
	padding: 20px;
	line-height: 1.5;
}


.text20_white{
	padding: 20px;
	line-height: 1.5;
	background: #FFF;
}

.article_border{
	border-bottom: 1px solid #666;
}

.article_box{
	border: 1px solid #888;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.article_bogGry{
	background: #ededed;
}

.soon{
	text-align: center;
	color: #3C0;
}


.btnlink{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	margin: 15px 0;
	padding: 0 0 0 7px !important;
	background: #FFF;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.btnlink:hover{
	border: 1px solid #090;
}
.btnlink a{
	color: #000;
	text-decoration: none;
	background: url(../../img/common/icon_ar.png) no-repeat left 0.6em;
	padding: 5px 5px 5px 20px;
	display: block;
}
.btnlink a img{
	vertical-align: middle;
	margin: 0 7px;
}

@media screen and (max-width: 768px) {
.article{
	width: 97%;
	padding: 30px 10px;
	text-align: left;
	margin: 30px auto;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainContents .article{
	width: 97%;
	padding: 30px 10px;
	text-align: left;
	margin: 30px auto;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.article:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .article{
    height: 1em;
}
.article{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .article{
	zoom:1;
}

.article_innner{
	margin-bottom: 20px;
}

.text{
	padding: 10px;
	line-height: 1.8;
}
.text p{
	padding: 0 0 1em 0;
}
.text p:last-child{
	padding: 0;
}
.text:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text{
    height: 1em;
}
.text{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text{
	zoom:1;
}


.text20{
	padding: 20px;
	line-height: 1.5;
}


.text20_white{
	padding: 20px;
	line-height: 1.5;
	background: #FFF;
}

.article_border{
	border-bottom: 1px solid #666;
}

.article_box{
	border: 1px solid #666;
}

.article_bogGry{
	background: #ededed;
}

.soon{
	text-align: center;
	color: #3C0;
}
}

@media screen and (max-width: 620px){
/*smart phone*/
}

/*画像
************************************************************************************/

/*画像center並び*/
ul.photo{
	text-align:center;
	width: 100%;
	margin: 15px auto;
}
ul.photo li{
	display:inline-block;
	margin: 0 5px 10px 5px;
	/display:inline;
	/zoom:1;
	vertical-align: top;
	width: 90%;
}
ul.photo li p{
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}
ul.photo li img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
ul.photo li.w30{
	width: 30%;
}
ul.photo li.w45{
	width: 45%;
}

@media screen and (max-width: 768px) {
/*tablet*/
ul.photo li,
ul.photo li.w45{
	display:block;
	margin: 0 auto 10px auto;
	margin-bottom: 10px;
	vertical-align: top;
	width: 96%;
}
ul.photo li.w30{
	display:inline-block;
}
}

@media screen and (max-width: 479px) {
/*sp*/
ul.photo li.w30{
	display:block;
	margin: 0 auto 10px auto;
	margin-bottom: 10px;
	vertical-align: top;
	width: 96%;
}

}



/*table
----------------------------------------------------------------------*/
table.normal{
	width: 100%;
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	border: 1px solid #f5bf8a;
}

table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal th{
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #fef4ea;
	background-color:#f29841;
	color: #FFF;
}

table.normal td{
	padding: 5px;
	border: 1px solid #f5bf8a;
}

table.normal thead th{
	background: #093;
	color: #FFF;
}

table.widenone{
	width: auto !important;
	margin: 5px 0 15px 0;
}

/*line*/
table.lineBtm{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 0;
}

table.lineBtm caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

table.lineBtm th{
	padding: 10px;
	text-align: left;
	border-bottom: 2px dotted #666666;
	color: #666666;
}

table.lineBtm td{
	padding: 10px;
	border-bottom: 2px dotted #666666;
}

/**/
dl.normal{
	margin: 5px 0 1.5em 0;
}
dl.normal dt{
	color: #09C;
	margin: 0 0 5px 0;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	margin: 0 0 10px 10px;
}

/**/
.divTable{
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.divTable .cell{
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 768px){
.divTable{
	display: block;
	width: 100%;
	margin: 0;
}
.divTable .cell{
	display: block;
	width: 100%;
	margin: 5px 0;
}
	
}
@media screen and (max-width: 479px) {
/*sp*/
table{
	display: block;
	width: 99%;
	border: 0 !important;
}
table tbody{
	display: block;
	width: 100%;
}
table tr{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
table th,
table td{
	display: list-item;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table th{
	margin-bottom: 5px;
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 5px 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table td{
	margin-left: 0;
	padding: 0 0 5px 0 !important;
	width: 100%;
	list-style-type: none;
	border: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}



/* メールフォーム
----------------------------------------------------------------------*/
.form input{
	margin: 1px;
	padding: 7px;
}

.form input[type=text],
.form input[type=date]{
	width: 400px;
}
.form input[type=email]{
	width: 300px;
}
.form input.s[type=text]{
	width: 80px;
}
.form input.m[type=text]{
	width: 300px;
}

.form input[type=tel]{
	width: 250px;
}

.form textarea{
	width: 400px;
	height: 150px;
}

.form textarea.small{
	width: 400px;
	height: 70px;
}

.form select{
	padding: 7px;
}

.btnSend{
	text-align: center;
	padding: 20px 0;
}

.form .btnSend input[type=submit]{
	padding: 10px 40px;
	background: #42a000;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form .btnSend input[type=reset]{
	padding: 10px 40px;
	background: #014099;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form td li{
	display: inline-block;
	padding: 0 10px 0 0;
}
.form .tl{
	display: inline-block;
	width:50px;
	text-align:center;
}

@media screen and (max-width: 768px) {
/*tablet*/
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input.m[type=text],
.form input[type=tel],
.form textarea,
.form textarea.small{
	width:auto;
}
.form textarea,
.form textarea.small{
	min-width:300px;
}
}
@media screen and (max-width: 479px) {
/*sp*/
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input.m[type=text],
.form input[type=tel],
.form textarea,
.form textarea.small{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}



/* inWP
************************************************************************************/
.inWP table{
	width: 100%;
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	border: 1px solid #766225;
}

.inWP table caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
.inWP table caption:before{
	content: "■";
}

.inWP table th{
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #766225;
	background-color:#f1e8cb;
}


.inWP table td{
	padding: 5px;
	border: 1px solid #766225;
}

/*画像寄せ
----------------------------------------------------------------------*/
.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;
}



/*各パーツ
----------------------------------------------------------------------*/
.inWP ol{
	list-style-type: decimal;
}
.inWP ol li{
	margin: 5px 0;
}

.inWP ul{
	list-style-type: disc;
}
.inWP ul li{
	margin: 5px 0;
}


/*ページング
----------------------------------------------------------------------*/


/**/
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 !important;
	margin: 2px 2px 2px 0 !important;
	list-style-type: none;
	padding: 0 !important;
	width: auto !important;
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.page_navi li a{
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#FFF;
	background: #8bd259;
	border: 0;
}
 
.page_navi li a:hover{
	color:#4d5457;
	background: #bae3f6;
}
 
.page_navi li.current span{
	background: #bae3f6;
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#4d5457;
}
