@charset "utf-8";

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


/*page title + pagepath
************************************************************************************/
h1{
	background: #24a79c;
	border: 5px solid #68cec5;
	display: block;
	padding: 10px;
	color: #FFF;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
h1{
	font-size: 20px;
}
}


/*メインタイトル
************************************************************************************/
h2{
	background: url(../../img/common/h2.png) repeat;
	color: #FFF;
	margin: 0 0 15px 0;
	font-size: 21px;
	font-weight: normal;
	padding: 7px 15px;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

h3{
	background: url(../../img/common/h3.png) no-repeat 5px center;
	padding: 7px 15px 7px 30px;
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #4c473f;
	border: 1px solid #c0c0c0;
}

h4{
	color: #176f7d;
	font-size: 19px;
	font-weight: bold;
	margin: 15px 0;
	background: url(../../img/common/line.png) repeat-x bottom;
	padding: 0 0 0 0;
	line-height: 0.9;
}

h5{
	color: #00b998;
	font-size: 19px;
	font-weight: normal;
	border-bottom: 1px solid #c0c0c0;
}


.catch{
	margin: 0 0 25px 0;
}


@media screen and (max-width: 768px) {
h2{
	font-size: 18px;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 16px;
	line-height: 1.1;

}

h5{
	font-size: 16px;
}


.catch{
	margin: 0 0 25px 0;
}
}

/*ぱんくず
************************************************************************************/
.pagePath{
	color: #000;
	background: url(../../img/common/pagepath_bg.png) no-repeat;
	height: 40px;
	margin: 0 0 1px 0;
	font-size: 11px;
	line-height: 40px;
}
.pagePath ul{
	list-style-type: none;
}

.pagePath li{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding: 0 0 0 5px;
}

.pagePath li.home{
	background: url(../../img/common/pagepath_home.png) no-repeat left center;
	padding: 0 0 0 20px;
}

.pagePath li a{
	color: #000;
	padding: 0 15px 0 0px;
	background: url(../../img/common/pagepath_ar.png) no-repeat right center;
}



@media screen and (max-width: 768px) {
/*tablet*/
.pagePath{
	background: #EDEDED;
	color:  #000;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	line-height: normal;
	text-indent: 0;
	clear: both;
	overflow: hidden;
}
.pagePath ul{
	list-style-type: none;
	margin-left: 0px;
}


.pagePath li{
	display:inline-block;
	padding-right:0;
	/display:inline;
	/zoom:1;
	margin-bottom: 0;
	color: #000;
	border-right: 1px solid #CCC;
}

.pagePath li a:after {
	content: "";
}

.pagePath li a{
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 1em;
	color: #000;
	background: none;
}
.pagePath li:last-child{
	font-weight: bold;
	padding: 1em;
	color: #000;
}
}


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

.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.7;
}

.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;
}


.frameBtn{
	text-align: center;
}

.frameBtn li{
	display: inline-block;
	background: url(../../img/common/ar_green_light.png) no-repeat 5px center;
	padding: 0 0 0 10px;
	margin: 0 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #c0c0c0;
	text-align: left;
}
.frameBtn li a{
	display: block;
	color: #04b293;
	text-decoration: none;
	padding: 7px 10px 7px 5px;
}

@media screen and (max-width: 768px) {
/*tablet*/
.section{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.frameBtn{
	text-align: left;
}

.frameBtn li{
	margin: 3px 3px 3px 7px;
}
}


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

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

table.normal th{
	padding: 8px;
	text-align: center;
	border: 1px solid #2491b6;
	background: url(../../img/common/bg.png) repeat;
	color: #FFF;
}

table.normal td{
	padding: 8px;
	border: 1px solid #2491b6;
}
table.normal td.ttl{
	background: #EDEDED;
}

/*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: center;
	border-bottom: 1px solid #8a7a65;
	background: url(../../img/common/bg_th.png) repeat;
}

table.lineBtm td{
	padding: 10px;
	border-bottom: 1px solid #8a7a65;
}

@media screen and (max-width: 768px) {
table{
	display: block;
	width: 99%;
	border: 0 !important;
}
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%;
	display: block;
}
table td{
	margin-left: 0;
	padding: 5px 0 !important;
	width: 99%;
	list-style-type: none;
	border: 0 !important;
}
}

/*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.s[type=number]{
	width: 80px;
	padding: 5px;
}

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

.form label{
	margin-right:15px;
}
.form textarea{
	padding: 5px;
	width: 450px;
	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]{
	margin: 10px 3px;
	padding: 5px 30px;
	border: 1px solid #aaa;
	cursor: pointer;
	font-weight: bold;
}

.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;
}

.form .privacy_box{
	padding: 20px 0;
	text-align: center;
}


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

@media screen and (max-width: 768px) {
.form input[type=text],
.form input[type=date]{
	width: 98%;
	padding: 1%;
}
.form input.m[type=text]{
	width: 98%;
	padding: 1%;
}
.form input.s[type=text]{
	width: 70%;
	padding: 1%;
}

.form input[type=email]{
	width: 98%;
	padding: 1%;
}


.form input[type=tel]{
	width: 98%;
	padding: 1%;
}

.form textarea{
	width: 98%;
	height: 6em;
	padding: 1%;
}

.form textarea.small{
	width: 98%;
	height: 4em;
	padding: 1%;
}
}


/*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 p{
	padding: 0 0 1.5em 0;
	line-height: 1.5;
}
.intextWP ol{
	list-style-type: decimal;
	margin-left: 1.5em;
	margin-top: 5px;
}
.intextWP ol li{
	margin: 5px 0;
}

.intextWP ul{
	list-style-type: disc;
	margin-left: 1.5em;
	margin-top: 5px;
}
.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;
}



#side .frameBlog {
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  background: #3cb4cd;
  border: 3px solid #77cbdc;
  display: block;
  font-size: 10px;
}
#side .frameBlog .ttl {
  text-align: center;
  margin-bottom: 10px;
}
#side .frameBlog .banner p {
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 3px 3px 3px 8px;
  margin: 3px 0;
  box-shadow: 1px 1px 0px #666;
  -moz-box-shadow: 1px 1px 0px #666;
  -webkit-box-shadow: 1px 1px 0px #666;
}
#side .frameBlog .banner p a {
  background: url(/img/common/ar_green_light.png) no-repeat left center;
  padding: 2px 0 2px 10px;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
#side .frameBlog .banner p a:hover {
  color: #F60;
}