@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# sidebar

----------------------------------------*/


/* # visual
---------------------------------------------------------------------------- */

#topVisual {
	background: url(../img/bg_top_visual_01.png) 50% 0% repeat-x;
	clear: both;
	width: 100%;
}

#topVisual #topVisualIn {
	margin: 0 auto;
	max-width: 1200px;
	max-height: 400px;
	position: relative;
}

#topVisual #topVisualIn ul#slides {
	z-index:9;
}

#topVisual #topVisualIn #txtVisual {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
}

#topVisual #topVisualIn #txtVisual img {
	width: 100%;
}

.rslides {
  position: relative;
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* # content
---------------------------------------------------------------------------- */

.secCont01 p {
	margin-bottom: 20px;
}
.secCont01 p:last-child {
	margin-bottom: 0;
}


#sec01 {
	margin: 0 auto;
	max-width: 970px;
	padding: 50px 0;
}
#sec01 h1 {
	color: #287027;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
}
#sec01 h1 span {
	font-size: 18px;
}
#sec01 div.col1 {
	float: left;
	width: 53.91%;
}
#sec01 div.col2 {
	float: right;
	width: 44.02%;
}
#sec01 div.col2 img {
	width: 100%;
}
@media only screen and (max-width:970px) {
	#sec01 {
		padding: 5.15% 2.06%;
	}
}
@media only screen and (max-width:768px) {
	#sec01 {
		padding: 6.51% 2.6%;
	}
}
@media only screen and (max-width:640px) {
	#sec01 {
		padding: 7.81% 3.125%;
	}
	#sec01 div.col1 {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	#sec01 div.col2 {
		float: none;
		width: auto;
	}
}


.secWrap {
	background: rgba(40,112,39,0.1);
}
#sec02 {
	margin: 0 auto 50px;
	max-width: 970px;
	padding: 50px 0;
}
#sec02 ul {
	list-style: none;
	margin: 0 -13px;
	padding: 0;
}
	#sec02 ul:before,
	#sec02 ul:after {
		content: "";
		display: table;
	}
	#sec02 ul:after {
		clear: both;
	}
	#sec02 ul {
		zoom: 1;
	}
#sec02 li {
	float: left;
	padding: 0 13px;
	width: 33.33%;
}
#sec02 li p {
	margin-bottom: 30px;
}
#sec02 .btn {
	margin-bottom: 0;
	text-align: right;
}
#sec02 .btn a {
	background: url(../img/ico_top_01.png) 0% 50% no-repeat;
	color: #287027;
	padding-left: 22px;
	text-decoration: none;
}
#sec02 .btn a:hover {
	background: url(../img/ico_top_01_o.png) 0% 50% no-repeat;
}
#sec02 img {
	width: 100%;
}
#sec02 a:hover {
}
@media only screen and (max-width:970px) {
	#sec02 {
		padding: 5.15% 2.06%;
	}
}
@media only screen and (max-width:768px) {
	#sec02 {
		padding: 6.51% 2.6%;
	}
}
@media only screen and (max-width:640px) {
	#sec02 {
		padding: 7.81% 3.125%;
	}
	#sec02 ul {
		margin: 0;
	}
	#sec02 li {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: auto;
	}
}


#sec03 div.col1 {
	float: right;
	width: 66.75%;
}
#sec03 div.col2 {
	float: left;
	width: 30.47%;
}
#sec03 div.col2 img {
	width: 100%;
}
@media only screen and (max-width:640px) {
	#sec03 div.col1 {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	#sec03 div.col2 {
		float: none;
		width: auto;
	}
}


#sec04 {
	background: rgba(40,112,39,0.1);
	border: 8px solid #000;
	-webkit-border-image: url(../img/bg_top_sec04_01.png) 8 repeat;
	        border-image: url(../img/bg_top_sec04_01.png) 8 repeat;
	padding: 32px;
}
#sec04 h1 {
	border-bottom: 1px solid #000;
	-webkit-border-image: url(../common/img/bg_texture_01.png) 1 repeat;
	        border-image: url(../common/img/bg_texture_01.png) 1 repeat;
	-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
	   -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
			box-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
	color: #287027;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#sec04 h2 {
	color: #287027;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-top: 30px;
}
#sec04 figure {
	float: right;
	margin: 0 0 3.11% 3.11%;
	width: 45.17%;
}
#sec04 figure img {
	width: 100%;
}
@media only screen and (max-width:970px) {
	#sec04 {
		padding: 3.29%;
	}
}
@media only screen and (max-width:768px) {
	#sec04 {
		padding: 4.16%;
	}
}
@media only screen and (max-width:640px) {
	#sec04 {
		padding: 5%;
	}
	#sec04 figure {
		float: none;
		margin: 0 0 3.33%;
		width: auto;
	}
}




/*--.archive2--*/
#main .archive2 ul {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
	#main .archive2 ul:before,
	#main .archive2 ul:after {
		content: "";
		display: table;
	}
	#main .archive2 ul:after {
		clear: both;
	}
	#main .archive2 ul {
		zoom: 1;
	}
#main .archive2 li {
	float: left;
	margin-bottom: 20px;
	width: 25%;
}
#main .archive2 li a {
	display: block;
	margin: 0 10px;
}
#main .archive2 li a:hover {
	opacity: 0.8;
}
#main .archive2 li span {
	display: block;
}
#main .archive2 li .photo {
	margin-bottom: 10px;
}
#main .archive2 li .photo img {
	width: 100%;
}
#main .archive2 li .contents {
	padding: 0;
}
#main .archive2 li .contents .title {
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
}
#main .archive2 li .contents .date {
	color: #333;
	font-size: 14px;
	line-height: 1.2;
}
@media only screen and (max-width: 640px) {
	#main .archive2 li {
		float: none;
		margin-bottom: 20px;
		width: auto;
	}
}