@charset "UTF-8";

/*--------------------------------------------------------
モバイル用レイアウト
------------------------------------------------------*/

@media
only screen and (max-width : 640px){

body {
	overflow: hidden;
}
#container,
#top,
#header,
#global-nav,
#breadcrumbs,
#main-image,
#main,
#footer,
#footer-banner,
.copyright{
	width: 100%!important;
	min-width: 100%!important;
}
#header {
	z-index: 999;
}
h1#pankuzu {
	display: none;
}
#main {
/*
	padding-top: 18.5% !important;
*/
}

#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 {
/*
	top: 0;
	height: auto;
	position: fixed;
*/
	border-bottom: 3px solid #F38B10;
	padding-bottom: 0;


}
#top {
	display: none;
}
#header-logo {
	top: 0;
	width: 100% !important;
	z-index: 99;
}

#header-logo {
	position: relative !important;
	text-align: center!important;
}
#header-in {
	padding-top: 0;
}
#header-text {
	display: none;
}
#breadcrumbs {
	display: none;
}

#global-nav {
	display: none;
}


#main,
#main-in,
#main-image {
	padding: 0;
}
#main-image {
	margin: 0;
	margin-bottom: 13px !important;
}
#main-image-in{
	padding-top: 37%;
	float: left;
}
#main-and-sub{
	padding-top: 3%;
}
.copyright {
	display: none;
}


/* サイドバー */
#sidebar-in {
	width: 100% !important;
}
#sidebar ul.side-menu li{
	width: 92% !important;
}
#sidebar ul.side-menu li a{
	width: 100% !important;
}


#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;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9b472+0,f5ab66+29,f28407+100 */
background: #f9b472; /* Old browsers */
background: -moz-linear-gradient(top,  #f9b472 0%, #f5ab66 29%, #f28407 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b472), color-stop(29%,#f5ab66), color-stop(100%,#f28407)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9b472 0%,#f5ab66 29%,#f28407 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9b472 0%,#f5ab66 29%,#f28407 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9b472 0%,#f5ab66 29%,#f28407 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9b472 0%,#f5ab66 29%,#f28407 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b472', endColorstr='#f28407',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;
}

#toppage-main-image {
	width: 100%;
	auto
}

}