@charset "utf-8";

/* ========================================
枠組み CSS

 - File Name : structure.css
 - Latest Css Updates : 2015.3.11
 - Those who update it : y.e
 
 ------------------------------------------

======================================== */

/* ---------------------------------------- 
 - mainvisual
---------------------------------------- */
#mainvisual{
	margin:0 auto;
  	background: center / cover no-repeat;
	background-image:url("../images/mainvisual_bg.jpg") ;
	background-position:center center;
	position:relative;
	width:100%;
	height:567px;
}
#mainvisual p{
	padding:170px 0;
}
.maintxt {
	font-size: 16px;
    margin: 10px auto;
}
 
/* ---------------------------------------- 
 - contents 
---------------------------------------- */
#contents #contentsCol{
	text-align:center;
}
#contents #contentsCol section{
	margin:0 auto;
	background:#fff;
	padding:50px 0;
}
#contents #contentsCol section .sectionCol{
	overflow:hidden;
	background:#fff;
	width:100%;
	margin:0 auto;
	padding:0;
}

#contents #contentsCol section{
	margin:0 auto;
	
}
#contents #contentsCol section .sectionCol{
	overflow:hidden;
	
}

/* lead */
#contents #contentsCol section#lead h2{
	font-size:20px;
	padding:0 0 20px;
	font-weight:bold;
}
#contents #contentsCol section#lead p.txt{
	font-size:15px;
	line-height:2.0;
	padding:0 0 40px;
}

/* news */
#contents #contentsCol section#news .title{
	float:left;
	padding:0 60px;
	text-align:left;
	width:180px;
}
#contents #contentsCol section#news .title h2{
	font-size:24px;
}
#contents #contentsCol section#news .title .btn a{
	padding:0.7em 0;
	width:100%;
	background:#ba3a18;
	display:block;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	text-align:center;
	margin:15px auto;
	letter-spacing:0.1em;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	color:#fff;
}
#contents #contentsCol section#news .newsbox{
	float:left;
	padding:5px 0;
	text-align:left;
	width:690px;
}
#contents #contentsCol section#news .newsbox dl{
	overflow:hidden;
	padding:10px 0;
}
#contents #contentsCol section#news .newsbox dl dt{
	float:left;
	width:125px;
}
#contents #contentsCol section#news .newsbox dl dd{
	float:left;
}
#contents #contentsCol section#news .newsbox dl dd span.new{
	border:solid 1px #ba3a18;
	padding:1px 10px 0;
	margin-left:5px;
	font-size:11px;
	color:#ba3a18;
}

/* message */
#contents #contentsCol section#message .sectionCol{
	background:url("../common/images/bg_gry.png") left top repeat-x;
}
#contents #contentsCol section#message .title{
	padding:50px 60px 30px;
}
#contents #contentsCol section#message .title h2{
	font-size:24px;
	font-weight:bold;
}
#contents #contentsCol section#message .txt{
	width:680px;
	margin:35px auto 15px;
	text-align:left;
}
#contents #contentsCol section#message .name{
	width:680px;
	margin:0 auto;
	text-align:right;
}
#contents #contentsCol section#message .name span{
	font-size:24px;
	font-weight:bold;
	margin-left:15px;
	font-family: SimSun;
}

/* news */
#contents #contentsCol .main #news{
	min-height: 270px;
}
#contents #contentsCol .main #news h2{
	background:url("../images/news_ico.png") no-repeat left 2px;
	padding-left:35px;
}
#contents #contentsCol .main #news dl {
	overflow:hidden;
	font-size:12px;
	border-bottom:dotted 1px #4d3222;
	padding:8px 5px 7px;
}
#contents #contentsCol .main #news dl:first-of-type,
#contents #contentsCol .main #news h2+dl {
	padding-top:0;
}
#contents #contentsCol .main #news dl dt {
	float:left;
	width:75px;
	text-align:left;	
}
#contents #contentsCol .main #news dl dd {
	float:left;
}
#contents #contentsCol .main #news dl dd a {
	text-decoration:underline;
}

/* consultation */
#contents #contentsCol .main #consultation{
	overflow:hidden;
}
#contents #contentsCol .main #consultation h2{
	background:url("../images/consultation_ico.png") no-repeat left 2px;
	padding-left:35px;
	float:left;
	width:200px;
}
#contents #contentsCol .main #consultation .date{
	float:right;
	width:300px;
	font-size:12px;
	text-align:right;
	color:#4d3222;
	padding:8px 0 0;
}
#contents #contentsCol .main #consultation table{
	width:100%;
	border-right:solid 1px #9d8869;
	border-bottom:solid 1px #9d8869;
	line-height:2.2;
	font-size:14px;
}
#contents #contentsCol .main #consultation table th{
	background:#9d8869;
	color:#fff;
	border-left:solid 1px #f6efda;
	border-top:solid 1px #f6efda;
	text-align:center;
	vertical-align:middle;
}
#contents #contentsCol .main #consultation table th:first-child{
	border-left:none;
}
#contents #contentsCol .main #consultation table td{
	color:#9d8869;
	border-left:solid 1px #9d8869;
	border-top:solid 1px #9d8869;
	text-align:center;
	vertical-align:middle;
}
#contents #contentsCol .main #consultation .txt{
	padding-top:1.0em;
	font-size:12px;
}