@charset "utf-8";

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

/* 共通設定
*******************************************************************************/
/* ページタイトル */
h2{
	padding:0 30px;
	width:1000px;
	height:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background:url(../../img/common/bg_h2.jpg) no-repeat left top;
	font-size:36px;
	font-weight:normal;
	line-height:100px;
	color:#FFF;
}
h2 span{
	padding-left:20px;
	font-size:24px;
}
h2 span:before {
    content: "- ";
}
h2 span:after {
    content: " -";
}

h3{
	margin: 10px 0;
	padding:16px 10px 0 105px;
	min-height:35px;
	background:url(../../img/common/bg_h3.png) no-repeat left bottom;
	color:#FFF;
	font-size:20px;
}

h4{
	margin:10px 0;
	padding:10px 20px;
	line-height:1;
	font-size:18px;
	color:#FFF;
	background: url(../../img/common/bg_stripes_blue.png);
}

h5{
	margin:10px 0;
	padding-left: 30px;
	font-size: 18px;
	color: #009944;
	background: url(../../img/common/bg_h5.png) no-repeat left;
}

/* ■アイコンつき文章 */
.icon_square{
	padding-left: 15px;
	color: #595757;
	background: url(../../img/common/icon_squre.gif) no-repeat left 0.2em;
}




/*共通
************************************************************************************/
#main_body .areaMenu{
	margin-top:20px;
	padding:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#main_body .bg_green_plad{
	background:url(../../img/common/bg_stripes_green.png);
}
#main_body .bg_orange_plad{
	background:url(../../img/common/bg_stripes_orange.png);
}

#main_body .areaMenu h3{
	margin:0;
	padding:0;
	min-height:1em;
	font-size:30px;
	background:none;
	text-shadow: 1px 1px 3px #000;
	font-weight:normal;
}
#main_body .areaMenu .box{
	margin:10px 1% 10px 0;
	padding:15px 15px 5px 15px;
	width:24%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	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);
	box-shadow:0px 0px 3px #333;
	-moz-box-shadow:0px 0px 3px #333;
	-webkit-box-shadow:0px 0px 3px #333;
	-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;
	float:left;
}
#main_body .areaMenu .box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #main_body .areaMenu .box{
    height: 1em;
}
#main_body .areaMenu .box{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html #main_body .areaMenu .box{
	zoom:1;
}
#main_body .areaMenu .box h4{
	margin:0;
	padding:0 0 0 10px;
	font-size:16px;
	background:url(../../img/common/arrow_orange.png) no-repeat left 3px;
	color:#000;
	font-size:16px;
	font-weight:normal;
}
#main_body .areaMenu .box .btn{
	margin-top:10px;
	text-align:right;
	border:1px solid #DADADA;
	line-height:1;
	float:right;
	background-color: #FFF;
}
#main_body .areaMenu .box .btn a{
	padding:2px 10px;
	color:#000;
	text-decoration:none;
}

#main_body .areaMenu li a{
	margin:10px 1% 10px 0;
	padding:20px 20px 20px 30px;
	width:24%;
	line-height:1;
	font-size:16px;
	text-decoration:none;
	color:#000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:url(../../img/common/arrow_orange.png) no-repeat 15px center, -webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background:url(../../img/common/arrow_orange.png) no-repeat 15px center, -moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background:url(../../img/common/arrow_orange.png) no-repeat 15px center, linear-gradient(to bottom, #FFF, #e6e6e6);
	box-shadow:0px 0px 3px #333;
	-moz-box-shadow:0px 0px 3px #333;
	-webkit-box-shadow:0px 0px 3px #333;
	-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;
	float:left;
}


.btnPageBack{
	margin: 15px 0;
}

.btnPageBack a{
	background: url(../../img/common/ar_blue1.png) no-repeat left center;
	padding: 0 0 0 18px;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}


.btnNormal{
	margin: 15px 0;
	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);
	display: inline-block;
	padding-right: 10px;
}
.btnNormal a{
	display: block;
	color: #000;
	font-size: 14px;
	padding: 10px 45px 10px 25px;
	text-decoration: none;
	background: url(../../img/common/ar_blue.png) no-repeat right center;
}
.btnNormal a:hover{
	color: #06C;
}


.section{
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../../img/common/bg_white_clear.png) repeat;
}
.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;
}


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


.section_innner{
	padding: 5px;
}

.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;
	margin-top:15px;
}



/*table
************************************************************************************/
table.std{
	width: 100%;
	margin: 0px auto 20px;
	border-collapse:collapse;
	border: 0;
}
table.std caption{
	padding: 5px 0;
	text-align: left;
	font-size: 11px;
	line-height:1;
	color:#f00;
	display: block;
	width: 100%;
}

table.std th{
	padding: 5px;
	border: 1px solid #000;
	background: #88dec1;
	text-align:center;
}

table.std td{
	padding: 5px;
	border: 1px solid #000;
}
table.std td.h{
	background: #EEE;
}


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

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

.form input[type=text],
.form input[type=date],
.form input[type=date]{
	width: 450px;
	padding: 5px;
}
.form input.m[type=text]{
	width: 120px;
	padding: 5px;
}
.form input.s[type=text],
.form input.s[type=tel]{
	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;
}

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