@charset "utf-8";

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


/*メインタイトル
************************************************************************************/
.pagettlBg{
	margin-top: 13px;
	width:100%;
	background: url(../../img/common/h2_bg.png) repeat-x center;
	height: 120px;
}
.pagettlBg .framePagetitle{
	margin: 0 auto;
	width: 980px;
	height: 120px;
	display:table;
}
.pagettlBg .framePagetitle h2{
	padding:0 20px;
	color: #FFF;
	font-size: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 0px 0px 5px #000;
	display:table-cell;
	vertical-align:middle;
}

h3{
	background: url(../../img/common/h3_bg.png) repeat #C30;
	width: auto;
	padding: 0.5em 1em;
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px 0px #003300;
	margin: 0 0 15px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	border: 1px solid #FFF;
}

h4{
	background: url(../../img/common/h4_bg.png) no-repeat;
	padding: 0 0 0 70px;
	line-height: 47px;
	margin: 0 0 15px 0;
	font-size: 20px;
}

h5{
	background: url(../../img/common/ar_green.png) no-repeat;
	padding: 0 0 0 30px;
	line-height: 26px;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
/*tablet*/
.pagettlBg{
	margin-top: 0;
}
.pagettlBg .framePagetitle{
	width:100%;
}

h2 span{
	position: static;
	top: 0;
	left: 0;
	height: 3em;
	line-height: 3em;
	font-size: 1.2rem;
	color: #FFF;
}


h3.image, h4.image{
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3.image img, h4.image img{
	margin: 0 15px 0 0;
	vertical-align: middle;
}

h3.subtitle, p.incontents_subtitle{
	background: url(../../img/common/h3.gif) no-repeat;
	width: 100%;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-indent: 15px;
	margin: 0 0 15px 0;
}

h4.subtitle{
	border-bottom: 1px dotted #000;
	border-top: 1px solid #CCC;
	padding: 8px 0;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px 0;
	text-indent: 10px;
}
}
@media screen and (max-width: 479px) {
/*sp*/
.pagettlBg .framePagetitle h2{
	padding:0 10px;
}
}



/*共通
************************************************************************************/
.section{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.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: 10px;
}

.text{
	padding: 15px;
	line-height: 1.5;
	background: url(../../img/common/bg_clear.png) repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 10px 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;
}
@media screen and (max-width: 768px) {
/*tablet*/
}
@media screen and (max-width: 479px) {
/*sp*/
.text{
	padding: 15px 5px;
}
}



.section_innner{
	margin-bottom: 10px;
}

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

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


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

.section_border{
	border-bottom: 1px solid #666;
}

.section_box{
	border: 1px solid #666;
}

.section_bogGry{
	background: #ededed;
}

.section_whitebox{
	background: url(../../img/common/bg_clear.png) repeat;
	padding: 15px;
}

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

table.normal th{
	padding: 5px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #000;
	background: url(../../img/common/bg2.png) repeat;
	color: #FFF;
}

table.normal td{
	padding: 5px;
	line-height: 1.5;
	border: 1px solid #000;
}

table.normal td.ttl{
	background: #ededed;
}

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

table.lineBtm th{
	padding: 5px;
	color: #4b4fab;
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
	line-height: 1.5;
}

table.lineBtm td{
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 1.5;
}
table.lineBtm td.ttl{
	background: #ededed;
}



/* table-cell扱い
************************************************************************************/
.tablecell{
	display:table;
}
.cell_middle{
	display:table-cell;
	vertical-align:middle;
}
.cell_top{
	display:table-cell;
	vertical-align:top;
}

@media screen and (max-width: 768px) {
/*tablet*/
}
@media screen and (max-width: 479px) {
/*sp*/
.cell_middle{
	display: block;
}
.cell_top{
	display: block;
}
}



/*btnNormal
************************************************************************************/
ul.btnNormal{
	text-align: center;
}

.btnNormal li{
	display: inline-block;
	width: 40%;
	margin: 5px;
	background:-webkit-gradient(linear,center top, center bottom, from(#dc0000), to(#aa0000));
	background:-moz-linear-gradient(top, #dc0000, #aa0000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffdc0000', endColorstr='#ffaa0000');
	background: linear-gradient(to bottom, #dc0000, #aa0000);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btnNormal li:hover{
	background:-webkit-gradient(linear,center top, center bottom, from(#999), to(#000));
	background:-moz-linear-gradient(top, #999, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff999999', endColorstr='#ff000000');
	background: linear-gradient(to bottom, #999, #000);
}

.btnNormal li a{
	padding: 15px 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.btnNormal li a span{
	font-size: 12px;
	vertical-align: middle;
	display: block;
	font-weight: normal;
}
.btnNormal li img{
	width: auto;
	height: 30px;
	margin: 0 0 0 0.5em;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
/*tablet*/
.btnNormal li{
	display: block;
	width: auto;
	margin: 5px;
}
}


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

.form input[type=text],
.form input[type=email]{
	width: 450px;
	padding: 10px;
}
.form input.s[type=text]{
	width: 100px;
	padding: 10px;
}

.form li label{
	padding-right: 15px;
}

.form textarea{
	width: 500px;
	height: 150px;
}

.form select{
	padding: 10px;
}

.btnSend{
	text-align: center;
	padding-bottom: 20px;
}

.btnSend input[type=submit]{
	padding: 15px 40px;
	background: url(../../img/common/bg2.png) repeat;
	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;
}




@media screen and (max-width: 768px) {
/*tablet*/
	.form input[type=text]{
		width: 96%;
		padding: 10px 1%;
	}
	.form input.s[type=text]{
		width: 100px;
		padding: 10px;
	}
	.form textarea{
		width: 96%;
	}
	.btnSend input[type=submit]{
		margin-bottom:5px;
		padding: 15px 20px;
	}
	.btnSend input[type=reset]{
		padding: 15px 20px;
	}
}
@media screen and (max-width: 479px) {
/*sp*/
}



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


/**/
.page_navi{
	text-align: center;
}

ul.page_navi li{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

ul.page_navi li span{
	background: #FFF;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	color: #ff8503;
	text-align: center;
	line-height: 3.5;
	margin: 0 2px;
	display: block;
    -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;
}
ul.page_navi li a{
	background: #fff6c1;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	color: #ff8503;
	text-align: center;
	line-height: 3.5;
	margin: 0 2px;
	display: block;
	text-decoration: none;
    -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;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #ff8503;
	color: #FFF;
}



/*frameDocument
************************************************************************************/
.frameDocument{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #090;
	background: url(../../img/common/bg_clear.png) repeat;
	padding: 15px;
	margin: 10px 0;
}

.frameDocument .ttl{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px 0;
	background: url(../../img/common/ar_green.png) no-repeat left center;
	padding: 0 0 0 35px;
	line-height: 26px;
}
.frameDocument ul{
	margin: 0 0 0 15px;
}

.frameDocument li{
	background: url(../../img/common/icon_pdf.png) no-repeat left 0;
	padding: 0 0 0 25px;
	line-height: 18px;
	margin: 10px 0;
}
@media screen and (max-width: 768px) {
/*tablet*/
}
@media screen and (max-width: 479px) {
/*sp*/
.frameDocument ul{
	margin: 0;
}
}
