
@charset "utf-8";

body{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
}

.wrapper{
	margin: 0 auto;
	overflow: hidden;
}

.content{
	width: 1000px;
	overflow: hidden;
	margin: 60px auto 0 auto;
	position: relative;
}


/*---ヘッダー部分---*/

header{
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index:9999;
}

.headbox{
	width: 100%;
	display: block;
	background: url(../images/head_bk.png) repeat-x;
	margin: 0 auto;
	height: 80px;
	/* box-shadow */
	box-shadow:0px 2px 6px 1px #9c9c9c;
	-moz-box-shadow:0px 2px 6px 1px #9c9c9c;
	-webkit-box-shadow:0px 2px 6px 1px #9c9c9c;	
}

.dropmenubox{
	margin: 0 auto;
	width: 1000px;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 1100px;
  margin: 0 auto -3px;
  padding: 0;
}

.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}

.dropmenu:after{
  clear: both;
}

.dropmenu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.dropmenu li a:hover{
	opacity:1;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 99%;
  left: 0%;
  margin: 0px;
  padding: 0;
}

.dropmenu li ul li{
  width: 100%;
}

#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}

#dropmenu li:hover ul li{
  overflow: visible;
  height: 70px;
}


/*---メイン画像---*/

.wideslider {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin-top: 90px;
	position: relative;
	top: -80px;
	z-index: 0 !important;
}

.wideslider ul {
	margin: 0px;
	padding: 0px;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.slider_prev {
	background: #fff url(../images/top/prev.png) no-repeat right 10px center;
}

.slider_next {
	background: #fff url(../images/top/next.png) no-repeat left 10px center;
}

.pagination {
    bottom: 18px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}

.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



/*---フッター部分---*/

footer{
	width: 100%;
	clear: both;
	margin: 100px auto 0 auto;
	color: #fff;
	overflow: hidden;
}

.ftcon01{
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #DCEBDD;
}

.ftcon01 .ftcon01_box{
	width: 1000px;
	overflow: hidden;
	margin: 30px auto;
}

.ftcon01 .ftcon01_box .ftcopy{
	display: block;
	text-align: center;
	color: #196A00;
	font-size: 27px;
	font-weight: bold;
}

.ftcon01 .ftcon01_box ul{
	width: 1000px;
	overflow: hidden;
	margin: 22px auto 0 120px;
}

.ftcon01 .ftcon01_box li{
	display: block;
	float: left;
}

.ftcon01 .ftcon01_box p.fttel{
	display: block;
	background: url(../images/fttel.png) no-repeat left center;
	height: 40px;
	margin-right: 30px;
}

.ftcon01 .ftcon01_box p.fttel span{
	color: #1A6A00;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	padding: 0 0 0 46px;
	line-height: 1.4em;
}

.ftcon01 .ftcon01_box p.ftfax{
	display: block;
	background: url(../images/ftfax.png) no-repeat left center;
	height: 40px;
	margin-right: 30px;
}

.ftcon01 .ftcon01_box p.ftfax span{
	color: #1A6A00;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	padding: 0 0 0 46px;
	line-height: 1.4em;
}

.ftcon02{
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #FFFFFF;
	padding: 30px auto;
}

.ftcon02 .ftcon02_box{
	width: 810px;
	overflow: hidden;
	margin: 0 auto;
}

.ftcon02 .ftcon02_box .ftlogo{
	width: 169px;
	height: 50px;
	display: block;
	float: left;
	margin: 60px 90px 0 0;
}

.ftcon02 .ftcon02_box .ftmenu{
	display: block;
}

.ftcon02 .ftcon02_box .ftmenu ul{
	display: block;
	float: left;
	margin: 45px 35px 0 0;
}

.ftcon02 .ftcon02_box .ftfbbtn{
	width: 26px;
	height: 26px;
}


footer address{
	width: 100%;
	clear: both;
	background: #1B6A00;
}

footer address p{
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
}


/*---サイドナビ---*/

#sidenavi {
	width: 200px;
	float: right;
}

#sidenavi .sidetop{
	margin-bottom: 10px;
}

#sidenavi .sidetitlebg01 {
	width: 200px;
	height: 50px;
	background: #1B6A00;
}

#sidenavi .sidetitlebg01 p {
	padding: 10px 0 12px 0;
	letter-spacing: 0.07em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#sidenavi .sidetitlebg02 {
	width: 200px;
	height: 50px;
	margin-bottom: 10px;
}

#sidenavi .sidetitlebg02 p {
	padding: 9px 0 12px 0;
	letter-spacing: 0.07em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 1.3em;
}

#sidenavi .sidetitlebg03 {
	width: 200px;
	height: 50px;
	background: #0F6999;
}

#sidenavi .sidetitlebg03 p {
	padding: 9px 0 12px 0;
	letter-spacing: 0.07em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 1.4em;
}

#sidenavi .sidesubtitlebg01 .p01 a {
	background: url(../images/side_ar.png);
	border-bottom: 1px dotted #492C1E;
	background-repeat: no-repeat;
	background-position: 3px 25px,bottom;
	padding: 20px 0 20px 18px;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	display: block;
}

#sidenavi .sidesubtitlebg01 .p01 a:hover {
	color: #437d2f;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.60; /*FF*/
	opacity:0.60;
}

#sidenavi .sidesubtitlebg02 {
	width: 200px;
	margin: 0 auto;
}

#sidenavi .sidesubtitlebg02 .p02 a {
	background: url(../images/side_ar.png);
	background-repeat: no-repeat;
	background-position: 3px 25px,bottom;
	padding: 20px 0 20px 18px;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	display: block;
}

#sidenavi .sidesubtitlebg02 .p02 a:hover {
	color: #437d2f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}


/*---ページトップ---*/

.pagetopbt {
	display: none;
	position: fixed;
	bottom: 88px;
	right: 60px;
}
