@charset "utf-8";

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



/*メインタイトル
************************************************************************************/
h2{
	background: url(../../img/common/bg_pagettl.jpg) no-repeat;
	width: 1100px;
	height: 153px;
	display: block;
	margin: 0;
	position: relative;
}

h2 span{
	position: absolute;
	top: 0;
	left: 20px;
	height: 153px;
	line-height: 153px;
	font-size: 35px;
	color: #000;
	font-weight: normal;
}



/*共通
************************************************************************************/
.contents{
	clear: both;
	padding: 0 0 15px 0;
}

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

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


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

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

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

.section_bogGry{
	background: #ededed;
}


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

table.normal th{
	padding: 3px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #000;
	background: #c33924;
	color: #FFF;
}

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

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

