
body{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

p {
	line-height: 1.5;
	text-align: justify;
}

a {
	transition: all 0.6s ease;
}
a.hov:hover {
	opacity: 0.7;
}

img.img-responsive {
	width: 100%;
	max-width: 100%;
}

/******************************************************
 clearfix
******************************************************/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */


/******************************************************
 コンテナ
******************************************************/
body {
	background: url(../images/bg.png) #F3E9E9;
}
.container {
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

/******************************************************
 ヘッダー部
******************************************************/
header {
	margin: 0;
	text-align: center;
}
header #site-desc {
	background-color: #66CC33;
	line-height: 30px;
	color: #FFF;
}
header #logo {
	text-align: center;
	margin: 20px auto;
	max-width: 290px !important;
}
header #logo img {
	width: 100% !important;
}

/******************************************************
 メニュー部
******************************************************/
#menu-area {
	background-color: #66CC33;
	border-radius: 4px;
	margin-bottom: 20px;
}
nav#main-menu {
	padding-left: 10px;
}
nav#main-menu ul {}
nav#main-menu ul li {
	float: left;
}
nav#main-menu ul li a {
	display: block;
	width: 180px;
	line-height: 48px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

/******************************************************
 フッター部
******************************************************/
footer {
	background-color: #4D3B31;
	padding: 10px;
}
#footer {
	padding-bottom: 20px;
}
#footer-menu,
#footer-map,
#footer-access {
	width: 100%;
	margin-bottom: 20px;
}

#footer-menu {
	position: relative;
	width: 100%;
}
#footer-menu ul {
	padding: 0;
	list-style-type: none;
}
#footer-menu ul li {
	margin-bottom: 15px;
}
#footer-menu ul li a {
	background: url(../../images/footer/footer_arrow.png) no-repeat 0 4px;
	padding-left: 20px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#footer-menu ul li a:hover {
	color: #FF0;
}
#footer-menu img#page-top{
	position: absolute;
	top: 0;
	right: 0;
}

#footer-map {
}

#footer-access {
	float: right;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	background-color: #FFF;
}
#footer-access img {
	margin: 5px auto;
	max-width: 250px;	
}
#footer-access p {
	display: inline-block;
}

#copyright {
	text-align: center;
	font-size: 0.6em;
	padding-top: 20px;
	color: #FFF;
}

/******************************************************
 コンテンツ部
******************************************************/
#contents {
	padding: 20px 0;
}
#main {
}
#sub {
}

.contents-header {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4;
	padding-left: 10px;
	border-bottom: 2px solid #4D3B31;
	margin-bottom: 30px;
	color: #4D3B31;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.3), -1px -1px 0 #FFF;
}

.box {
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFF;
	box-shadow: 0px 3px 3px #CCC;
}
.box-header {
	position: relative;
	background-color: #4D3B31;
	line-height: 34px;
	height: 34px;
	padding-left: 18px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.1em;
}
.box-header:before {
	content: url(../images/white_arrow.png);
	position: absolute;
	left: 10px;
}
.box-header .to-more {
	position: absolute;
	right: 10px;
}
.box-body {
	padding: 10px;
}
.box-body p {}

img.right-img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
img.w300 {
	width: 300px;
}

/******************************************************
 サブ
******************************************************/
#sub {
	margin: 10px;
	border-radius: 5px;
	background: #FFF;
	padding: 10px;
	text-align: center;
	box-shadow: 0px 3px 3px #CCC;
}
.sub-box {
	margin-bottom: 20px;
}
.sub-box-header {
	position: relative;
	color: #FFF;
	background-color: #66CC33;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 36px;
}
.sub-box-header:before {
	content: url(../images/side/green_arrow.png);
	position: absolute;
	left: 10px;
}
.sub-box-body {
	padding: 0 5px;
	text-align: center;
}
.sub-box-body p {
	font-size: 0.9em;
}

/******************************************************
 HOME
******************************************************/
#mainvisual-area {
	height: 340px;
	margin-bottom: 30px;
}
#mainvisual {
}
#sinryo-left {
}
#sinryo-right {
	background: url(../images/bg_logo.png) no-repeat center top; 
	float: right;
	width: 280px;
	min-height: 220px;
	text-align: center;
}
#sinryo-right p{
	margin-bottom: 20px;
}

/******************************************************
 お知らせ
******************************************************/
dl.news-list {
	height: 150px;
	overflow: auto;
}
dl.news-list dt {
	color: #007F00;
	padding-left: 5px;
	padding-bottom: 5px;
}
dl.news-list dd {
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.to-news-list {
	text-align: right;
}

/* 記事詳細 */
.news-date {
	margin: 0 5px 10px;
}
.news-date span {
	display: inline-block;
	background-color: #62453D;
	color: #FFF;
	line-height: 2.0;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
}
.news-body {
	margin: 0 5px;
}
.news-link {}
.news-link table {
	width: 100%;
}
.news-link table td {
	width: 33%;
	text-align: center;
}
.news-meta {
	border-top: 1px dotted #009900;
	margin: 0 5px 10px;
	padding-top: 10px;
}
.news-meta ul {
	list-style-type: none;
}
.news-meta ul li {
	float: left;
	margin-right: 20px;
}

.pagination {
	text-align: center;
}
.pagination span.disabled,
.pagination span.prev,
.pagination span.next,
.pagination span.number {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #62453D;
	background-color: #FFF;
}
.pagination span.disabled,
.pagination span.prev,
.pagination span.next {
	width: 70px;
}
.pagination span a {
	display: block;
	background-color: #62453D;
	color: #FFF;
}
.pagination span a:hover {
	background-color: #9ABA59;
}

/******************************************************
 768px以下
******************************************************/
@media screen and (max-width: 768px){
	body {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.container {
		width: 100% !important;
	}
	img {
		max-width: 100%;
		height: auto;
		width /***/:auto;　
	}
	.container {
		width:100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

}

/******************************************************
 400px以下
******************************************************/
@media screen and (max-width: 400px){
	img.right-img {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	img.w300 {
		width: 100%;
	}

}