@charset "utf-8";

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

#pagetitle{
	margin: 0 auto;
	padding: 46px 20px;
	width: 1100px;
	background: url("../../img/common/bg_board2.jpg");
	font-size: 46px;
	color: #4b872a;
	font-weight: bold;
	text-shadow:#FFF 1px 1px, #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px,	#FFF 1px 0px, #FFF -1px 0px, #FFF 0px -1px, #FFF 0px 1px,
				#FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px,
				#FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF 2px 1px; 
	text-align: center;
	line-height: 1;
	box-shadow:0px 2px 5px #666;
	-moz-box-shadow:0px 2px 5px #666;
	-webkit-box-shadow:0px 2px 5px #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.subtitle_catch{
	font-weight: bold;
	font-size: 21px;
	padding: 0;
	margin: 0;
}

/*--------------------▽--------------------*/
@media screen and (max-width: 979px){
	#pagetitle{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	#pagetitle{
		padding: 30px 10px;
		font-size: 40px;
	}
}
@media screen and (max-width: 620px){
	#pagetitle{
		font-size: 32px;
		text-align: left;
	}
}
@media screen and (max-width: 480px){
}
/*--------------------▲--------------------*/



/*section
************************************************************************************/
.section{
	padding-bottom:60px;
}
.section .section_title{
	margin: 0 auto;
	padding: 9px 0;
	width: 507px;
	display: inline-block;
	min-height: 43px;
	color: #4b872a;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	background: url("../../img/common/bg_sectionTitle.png") no-repeat center;
	-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 0px #FFF;
}

.article{
	margin: 40px auto;
	text-align: left;
}
.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_box{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
}
.article_box.text{
	padding: 10px 20px !important;
}

.article_innner{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 507px){
	.section .section_title{
		padding: 9px 10px;
		width: 100%;
		background-size: auto 100%;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
}
@media screen and (max-width: 480px){
}


.text{
	padding: 10px 0;
	line-height: 1.7;
	word-break: break-all;
	word-wrap:break-word;
}
.text10{
	padding: 10px;
	line-height: 1.7;
	word-break: break-all;
	word-wrap:break-word;
}
.text20{
	padding: 20px;
	line-height: 1.7;
	word-break: break-all;
	word-wrap:break-word;
}
.text p,
.text10 p,
.text20 p{
	margin-bottom: 1em;
}
.text p:last-child,
.text10 p:last-child,
.text20 p:last-child{
	margin-bottom: 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;
}

.box_line{
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 


/*table
----------------------------------------------------------------------*/
table.normal{
	margin: 5px auto 15px auto;
	width: 100%;
}
table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal thead th{
	padding: 15px 10px;
	text-align: center;
	font-weight:bold;
	background-color: #f7cf78;
	border: 1px solid #b28850;
	border-top: 2px dotted #b28850;
	border-bottom: 2px dotted #b28850;
}
table.normal tbody th{
	padding: 15px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #fffbc6;
	border: 1px solid #b28850;
	border-top: 2px dotted #b28850;
	border-bottom: 2px dotted #b28850;
	color:#59493f;
}

table.normal tbody td{
	padding: 15px 10px;
	border: 1px solid #b28850;
	border-top: 2px dotted #b28850;
	border-bottom: 2px dotted #b28850;
}

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

table.lineBtm th,
table.lineBtm td{
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #999999;
}

/*std*/
table.std th{
	padding:10px 20px;
	background-color:#dadada;
	color:#000;
	font-weight:normal;
	text-align:center;
	border:1px solid #bbb;
	border-bottom:1px solid #FFF;
}
table.std tr:last-child th{
	border-bottom:1px solid #bbb;
}
table.std td{
	padding:10px 20px;
	border:1px solid #bbb;
}

dl.normal dt{
	font-weight: bold;
	color: #1b9649;
	font-size: 1.8rem;
	padding: 0 0 7px 0;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	padding: 0 0 15px 0;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}

/*btn
************************************************************************************/
.btnPageBack{
    display: block;
    margin: 2em auto;
    background: #3b292a;
    padding-left: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 300px;
    font-size: 15px;
    text-align: center;
}
.btnPageBack a{
    background: url(../../img/common/ar_pageback.svg) no-repeat left center;
    -moz-background-size: 13px auto;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    padding: 15px 15px 15px 30px;
    color: #FFF;
    display: block;
    text-decoration: none;
}
.btnPageNext{
    display: block;
    margin: 2em auto;
    background: #3b292a;
    padding-right: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 300px;
    font-size: 18px;
    text-align: center;
}
.btnPageNext a{
    background: url(../../img/common/ar_pageNext.svg) no-repeat right center;
    -moz-background-size: 13px auto;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    padding: 15px 30px 15px 15px;
    color: #FFF;
    display: block;
    text-decoration: none;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
	.btnPageBack,
	.btnPageNext{
		max-width: 90%;
	}
}
