@charset "UTF-8";

/*--------------------------------------------------------
モバイル用レイアウト（640px以下の解像度のスクリーン含む）
--------------------------------------------------------*/

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


/*--------------------------------------------------------
サイト全体の共通設定
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

textarea,input{ max-width: 95%; }

select{
	width: 100%;
}

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }

input[type="submit"] {
	width: 100%;
}

/*●画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

a{
	color: #669933;
	-webkit-tap-highlight-color: #669933;
}

.w100 img {
	width: 96% !important;
}

input[type="text"] {
	padding: 0 2%;
	width: 96%;
	height: 30px;
}

/*●お問い合わせ*/
.sub-column .contact .icon-contact a img{
	width: 100%;
}

.kakaku {
	font-size: 1.2em !important;
}

.kakaku span { font-size: 0.8em !important; }

.top-conts1 .box-l,
.top-conts1 .box-r {
	height: auto;
	margin-bottom: 10px !important;
}

.top-conts2 .box-l,
.top-conts2 .box-r {
	height: auto;
	margin-bottom: 10px !important;
}

.top-conts3 .box-l,
.top-conts3 .box-r {
	height: auto;
	margin-bottom: 10px !important;
}

/*--------------------------------------------------------
エリアの設定
--------------------------------------------------------*/

#container{
	padding-top: 0;
	padding-bottom: 1.5em;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
	position: relative;
	top: 0;
	height: auto;
	font-size: 1.2em;
}

#top-menu{
	float: none;
}

#top-menu li{
	text-align: left;
	display: block;
}

.br1 img {
	clear: left;
}

.top-first_txt {
	font-size: 19px;
}

.top-first_img {
	width: 200px;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

/*●ヘッダの回り込み解除*/
#header,
#header-in{
	float: none;
	padding: 0 0 5px;
	width: 100%;
	height: 50px;
	/*	text-align: center;*/
}

#header-title {
	margin-top: 5px !important;
	padding: 0 !important;
	border: none !important;
}

#header-text {
	padding: 0;
	margin: 0;
}


.header-text_lead { display: none; }

.header-text_tel { font-size: 15px; }
.header-text_tel a { padding: 0; font-size: 24px; }

#header-title img {
	width: 140px !important;
	/*	max-width: 180px;*/
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{ background: none; margin: 0; padding: 0; border-bottom: 0; border: 0; margin-bottom: 0px;}

#global-nav-in { width: 100% !important; padding: 0 !important; margin: 0 !important; }

#global-nav #global-nav-in .menu-wrap{ display:none; }

#global-nav #global-nav-in #menu{ margin-bottom: 0; }

#global-nav #global-nav-in #menu,
#global-nav #global-nav-in #menu li{
	width: 100%;
	background: #fff;
	border: 0;
}

#global-nav #global-nav-in #menu li{
	border-bottom: 1px dotted #ddd;
	white-space: normal;
}

#global-nav #global-nav-in #menu li a{
	text-align: left;
}

#global-nav #menu li.current a {
	text-align: left !important;
	color: #17813a;
	font-weight: bold;
	border-left: 5px solid #17813a;
}

#global-nav #global-nav-in #menu li span {
	display: none;
}

#global-nav #global-nav-in #menu li.first{ border-left: 0; }

#global-nav #global-nav-in #menu li.first a{ padding-left: 45px; }

#global-nav #global-nav-in #menu ul{
	position: static;
	width: auto;
	/*padding-left: 10%;*/
}

#global-nav #global-nav-in #menu ul li{ width: 100%; }

#global-nav #global-nav-in #menu ul li:last-child{ border-bottom: 0; }

/*メニューのデザイン*/
#global-nav #global-nav-in #menu li a:link,
#global-nav #global-nav-in #menu li a:visited,
#global-nav #global-nav-in #menu li a:hover,
#global-nav #global-nav-in #menu li a:active{ background: url(/images/icon/icon-arrow02.png) 1em 1em no-repeat; }

#global-nav #global-nav-in #menu ul li a{ width: auto; }

#global-nav .btn-gnav{
	display:block;
	font-weight: bold;
	cursor: pointer;
	padding: 8px 0 8px 8px !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #999;
	border-left: none;
	margin-left: 0 !important;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

	color: #333;
	font-size: 14px;
}

#global-nav .btn-gnav span {
	padding-left: 16px;
	background: url(../images/icon/icon_menu.png) no-repeat center left;
	-webkit-background-size: 12px;
	background-size: 12px;
}

/*--------------------------------------------------------
Flash・Slider
--------------------------------------------------------*/

.flash-wrap {
	display: none;
}

.l_slider_wrap {
	display: block;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-image .catch-copy{ font-size: 1.4em; }


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

/*●最新情報の回り込みを解除*/
#main-contents dl.news dt,
#main-contents dl.news dd.cat,
#main-contents dl.dl-style01 dt{ float: none; }

#main-contents dl.news dt{ margin-bottom: 0.4em; }

#main-contents dl.news dt,
#main-contents dl.dl-style01 dt{
	padding-right: 1em;
	padding-left: 1em;
}

#main-contents dl.news dd.cat{
	display: inline-block;
	width: auto;
	margin: 0 1em 0.5em;
	padding: 0.3em 1em;
}

#main-contents dl.news dd,
#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 1em;
}

/*●Tableをブロック表示に*/
#main-contents .table-style01,
#main-contents .table-style01 thead,
#main-contents .table-style01 tbody,
#main-contents .table-style01 tfoot,
#main-contents .table-style01 tr,
#main-contents .table-style01 th,
#main-contents .table-style01 td{ display: block; }

#main-contents .table-style01 th,
#main-contents .table-style01 td{
	float: left;
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}

#main-contents .table-style01{ /zoom : 1; }
#main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }

.box-wrap .box-l,
.box-wrap .box-r{
	float: none;
	width: 100%;
}


/*Youtube動画*/
#main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

#main-contents .v-wrap iframe,
#main-contents .v-wrap object,
#main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main-contents .contents{
	margin-bottom: 10px;
}

#main-contents ul.checklist{
	padding: 5px 0;
}

/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

/*折り畳み*/
#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{
	display: block;
	margin-top: 10px;
	margin-bottom: 1em;
	padding: 1em;
	padding-left: 2.5em!important;
	background: url(/images/icon/icon-arrow05.png) 1em center no-repeat #669933;
	color: #fff;
	cursor: pointer;
}

.sidebar-btn {
	border-radius: 4px;
}

#sidebar {
	padding-bottom: 5px;
}

.side-address { display: none; }

.sub-column #sub-contents-in,
.sub-column #sidebar-in{ display: none; }

.sub-column .showSubConts,
.sub-column .showSidebar{
	display: block!important;
}

.col1 .sub-column .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img,
.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: none;
	padding-right: 0;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: block;
	margin-right: 0;
}

.sub-column dl.search-box{ width: 100%; }

.sub-column dl.search-box dt{
	margin-right: 0;
	margin-bottom: 0.4em;;
	width: 100%;
}

.sub-column dl.search-box dt,
.sub-column dl.search-box dd{ float: none; }


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/


#footer .footer-menu ul{
	float: none;
	width: 100%;
	padding: 10px 1%;
	margin-bottom: 10px;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	ox-sizing: border-box;
}

#footer .area01,
#footer .area02{
	float: none;
	width: 96%;
	margin: 0 auto 10px;
}

.copyright{ padding: 5px 0 15px; font-size: 10px;}

.copyright span{ display: block; }

#top-menu li{ float: left;}

.access {
	text-align: center;
}



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

.page-top{
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.page-top a{
	display: block;
	border: 0;
	border-top: 1px solid #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.page-top a:link,
.page-top a:visited,
.page-top a:hover,
.page-top a:active{
	background: url(/images/common/bg-pagetop.png) 20px center no-repeat #669933;
	-webkit-background-size: 14px;
	background-size: 14px;
	color: #fff;
}

.page-top:not(\*|*){ position: static; }/* Opera9以下 */

}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */

/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/


@media only screen and (max-width : 450px){
	#header-title img {
		margin-top: 8px;
	}
	.header-text_tel { padding-top: 4px; font-size: 12px; }
	.header-text_tel a { font-size: 17px; }
	.br1-fz { font-size: 15px; margin-top: 15px; }
	.br1-fz_link {
		clear: both;
		padding-top: 8px;
	}
	h2 {
		padding: 5px 10px !important;
		font-size: 16px !important;
	}
	h3 { font-size: 14px !important; }
	.br1_img {
		width: 130px;
	}
	.f13pt {
		font-size: 10px !important;
	}
	.top-first_txt {
		font-size: 15px;
	}
	.top-first_img {
		width: 100%;
		text-align: center;
		float: none !important;
	}
	.top-first_img img {
		width: 180px;
		text-align: center;
		margin: 0 auto;
	}
}