@charset "utf-8";

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


/*メインタイトル
************************************************************************************/
h2{
	background: url(../../img/common/h2_bg.jpg) no-repeat;
	width: 720px;
	height: 100px;
	line-height: 100px;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 0 13px;
}
h2 span{
	font-size: 12px;
	padding: 0 0 0 1em;
	font-weight: normal;
}
h2 span:before,
h2 span:after{
	content: "-";
}

h3{
	background: url(../../img/common/h3_bg.png) no-repeat #8f0003;
	line-height: 40px;
	font-size: 16px;
	margin: 0 0 15px 0;
	color: #FFF;
	padding: 0 0 0 45px;
}

h4{
	background: url(../../img/common/h4_bg.png) no-repeat left center;
	padding: 0 0 0 35px;
	font-size: 16px;
	line-height: 35px;
	border-bottom: 1px solid #CCC;
	color: #8f0003;
	margin: 0 0 15px 0;
}

h5{
	background: url(../../img/common/h5_bg.png) no-repeat left center;
	padding: 0 0 0 30px;
	color: #74661a;
	line-height: 30px;
	font-size: 16px;
	margin: 0 0 15px 0;
	font-weight: normal;
}

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

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




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

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

table.normal th{
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #666;
	background: #EDEDED;
}

table.normal td{
	padding: 5px;
	border-bottom: 1px solid #666;
}

/*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;
	vertical-align: top;
}

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


/*inContentsMenu
************************************************************************************/
.inContentsMenu{
	padding: 15px;
	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);
	margin: 25px 0;
	border: 1px solid #c0c0c0;
}

.inContentsMenu ul{
	text-align: center;
}

.inContentsMenu li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url(../../img/common/ar_red.png) no-repeat left center;
	line-height: 24px;
	padding: 0 0 0 25px;
}
.inContentsMenu li a{
	color: #f5262b;
}
.inContentsMenu li a:hover{
	color: #000;
}

/*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[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;
}
