@charset "UTF-8";

/*--------------------------------------------------------
モバイル用レイアウト
------------------------------------------------------*/

@media
only screen and (max-width : 640px){

#container,
#top,
#header,
#global-nav,
#breadcrumbs,
#main-image,
#main,
#footer,
#footer-banner,
.copyright{
	width: 100%!important;
	min-width: 100%!important;
}
#main {
}

#top-in,
#header-in,
#breadcrumbs ol,
#global-nav-in,
#main-image-in,
#main-in,
#footer-in,
#footer-banner ul,
.copyright p{
	width: 98%!important;
	margin: 0 1%!important;
}

#sub-contents,
#sidebar,
#main-and-sub,
#main-contents{
	float: none!important;
	width: 100%!important;
}

#main-image img{ width: 100%!important; }

#header {
	border-bottom: 3px solid #59AB68;
}
#top {
	display: none;
}


#breadcrumbs {
	display: none;
}



#main,
#main-in,
#main-image {
	padding: 0;
}


#main-and-sub{
/*
	padding-top: 39%;
*/
}
.copyright {
	display: none;
}
#footer {
	background: #fff;
	padding:0 20px;
}

#footer-in {
	font-size: 1.4em;
	background: #fff;
	margin:auto;
	padding-bottom:30px;
}
#footer-in h3 {
	margin-bottom: 15px;
	padding: 2px 5px;
	border-left: 4px solid #2f9542;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
	font-weight: bold;
}

#footer-banner {
	display: none;
}
#footer-in .area02 {
	display: none;
}

/* 固定フッターナビ */
#page-top {
	padding-bottom: 58px;
}
#footer_nav{
	width: 100%;
	position: fixed;
	bottom: 0;
	display: block;
}
#footer_nav ul {
	clear: both;
	list-style: none;
	
}
#footer_nav li {
	float: left;
	width: 25%;
	height: 58px;
	text-align: center;
	background: #85c18d; /* Old browsers */
	background: -moz-linear-gradient(top,  #85c18d 0%, #2f9542 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85c18d), color-stop(100%,#2f9542)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85c18d 0%,#2f9542 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85c18d 0%,#2f9542 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85c18d 0%,#2f9542 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #85c18d 0%,#2f9542 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c18d', endColorstr='#2f9542',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #abd16f;
	box-sizing: border-box;
}

.footer_nav01 a,
.footer_nav02 span,
.footer_nav03 a,
.footer_nav04 a {
	background-position: center 10px;
	background-repeat: no-repeat;
}

.footer_nav01 a {background-image: url(images/common/footer_nav01.png);}
.footer_nav02 span {background-image: url(images/common/footer_nav02.png);}
.footer_nav03 a {background-image: url(images/common/footer_nav03.png);}
.footer_nav04 a {background-image: url(images/common/footer_nav04.png);}

.footer_nav04 {
	border: none !important;
}
#footer_nav li a,
#footer_nav li span {
	height: 100%;
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding-top: 36px;
}

/* メニュー展開用 */
#footermenu {
	width: 100%!important;
	bottom: 58px;
	position: absolute;
	left: 0;
	overflow: scroll;
}
#footermenu li {
	width: 100%!important;
	height: auto !important;
	text-align: left;
	border-right: none;
	border-bottom: 1px solid #333;
	background: none !important;
	background-color: #555555 !important;
}
#footermenu li a {
	color: #fff;
	font-size: 20px;
	padding: 1.1% 0 1.1% 5% !important;
	background: none;
}

}