@charset "utf-8";/* -- common.css -- */
/*******************************************
全体設定
********************************************/
html{ font-size: 62.5%; }
body{
	margin: 0 auto;
	background: #fff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #434343;
	-webkit-text-size-adjust: none;
}

/*全体リンク色*/
a{ color: #275178; text-decoration: underline; }
a:link{ color: #275178; }
a:visited{ color: #275178; }
a:hover{ color: #5482ac; }
.button a:hover{ opacity: 0.60; filter: alpha(opacity=60); -ms-filter: "alpha(opacity=60)"; }

/*******************************************
ページタイトル（H1）
********************************************/
#pagetitle{
	max-width: 1000px;
	margin: -10px auto 0;
}
#pagetitle h1{
	position: relative;
	margin-left: 16%;
	font-size: 12px;
	font-size: 1.2rem;
	z-index: 3;
}

/*******************************************
ヘッダー
********************************************/
#header{
	position: relative;
	width: 100%;
	margin-top: 10px;
	background-color: #fff;
	z-index: 2;
}
#header #header-in{ max-width: 1000px; margin: 0 auto; }
#header #logo{
	float: left;
	width: 61%;
	margin-right: 2%;
}
#header #top-info{
	float: right;
	width: 37%;
	text-align: right;
}
#header #top-info .top-tel{ margin: 0 3px 4px 0; }

/*******************************************
コンテンツブロック
********************************************/
#main{
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

/*パンくずナビ*/
#breadcrumbs-list{
	width: 100%;
	background-color: #16572d;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#breadcrumbs-list ol{
	width: 994px;
	margin: 0 auto;
	padding: 0 3px;
}
#breadcrumbs-list ol li{
	float: left;
	margin-left: 7px;
	padding: 2px 0 0 10px;
	background: url(./images/bg/arrow01.png) left 8px no-repeat;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
#breadcrumbs-list ol li.first{
	margin: 0;
	padding: 2px 0 0 0;
	background: none;
}
#breadcrumbs-list a{ color: #fff; text-decoration: none; }
#breadcrumbs-list a:link{ color: #fff; }
#breadcrumbs-list a:visited{ color: #fff; }
#breadcrumbs-list a:hover{ color: #eee; }

/*トップイメージ*/
#top-image{
	margin: 0 auto;
	padding: 10px 0 20px;
	background: url(./images/bg/top-image.png) 0 bottom repeat-x #006935;
	text-align: center;
}
/*
#top-image img{
	position: relative;
	box-shadow: 0 0 5px #c5c5c5;
}
*/

/*メインコンテンツ*/
div.cont-block,
#main-contents{
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	text-align: left;
}
#main-contents{ background-color: #fff; }

#sideber{
	position: relative;
	width: 22%;
	float: left;
	margin: 0;
	padding: 1px 0 50px;
	background-color: #228b22;
	box-shadow: 0 0 3px #ccc inset;
}

#contentColumn{
	position: relative;
	width: 78%;
	float: right;
	margin: 6px 0 0 0;
}

p{ margin: 0 0 20px; padding: 0; word-break: break-all; }


/*******************************************
フッター
********************************************/
#footer{
	position: relative;
	margin-top: 60px;
	width: 100%;
	background: url(./images/bg/fotter.png) 0 0 repeat-x #dcfab9;
	z-index: 3;
}

#footer #page-top{
	max-width: 1000px;
	margin: 0 auto;
}
#footer #page-top a{
	display: block;
	width: 70px;
	padding: 2px 8px 1px 22px;
	margin-left: auto;
	border: 1px solid #999;
	background: url(./images/bg/arrow02.png) 8px 7px no-repeat #444;
	font-size: 11px;
	font-size: 1.1rem;
	text-decoration: none;
	color: #fff;
}
#footer #page-top a:link{ color: #fff; }
#footer #page-top a:visited{ color: #fff; }
#footer #page-top a:hover{ background: url(./images/bg/arrow02.png) 8px 7px no-repeat #757575; }

#footer h2{
	margin: 0 0 11px;
	padding-bottom: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	border-bottom: 1px solid #b5d3a9;
	font-weight: bold;
	color: #000;
}
#footer ul{ margin: 0 1px 20px; }
#footer ul li{
	float: left;
	margin: 0 15px 7px 0;
	padding-right: 15px;
	border-right: 1px solid #000;
	font-size: 14px;
	font-size: 1.4rem;
}
#footer ul li:last-child{ border-right: 0 none; }
#footer ul li .date{ font-size: 9pt; color: #888; }
#footer ul li a{
	color: #323232;
	text-decoration: none;
}
#footer ul li a:link{ color: #323232; }
#footer ul li a:visited{ color: #323232; }
#footer ul li a:hover{ color: #757575; }

#footer #copyright{
	margin-top: 25px;
	padding: 20px 0;
	font-size: 10pt;
	text-align: right;
	color: #546f43;
}

/*******************************************
Multi Screen
********************************************/
@media screen and (max-width:1001px){
#header #top-info .fl-l{ display: none; }
}
@media screen and (max-width:769px){
#sideber{ float: none; width: 100%; margin: 35px 0 0; }
#contentColumn{ float: none; width: 100%; margin: 0; }
}
@media screen and (max-width:569px){
#header #logo,
#header #top-info{
	float: none;
	width: 98%;
	text-align: center;
}
#header #logo{ margin-top: 0; }
#header #top-info{
	width: 70%;
	margin: 10px auto;
}
#header #top-info .top-tel{ margin: 0 0 10px 0; }
#pagetitle{ margin: 10px auto; }
#pagetitle h1{ margin-left: 0; text-align: center; }
}
@media screen and (max-width:481px){
#breadcrumbs-list{ display: none; }
#pagetitle{ width: 96%; padding: 2px 2% 3px; background-color: #16572d; }
#pagetitle h1{ width: 100%; margin: 3px 0 0; color: #fff; }
#main{ top: 140px; }
}