@charset "utf-8";

/*-------------------------------------------------------------------
 *
 * SmartPhone SiteTop
 * 
-------------------------------------------------------------------*/

/*===================================================================
	Header
===================================================================*/
header figure img { width: 100%; }

/*	navSearch ---------------------------------------------------- */
.navSearch {
	background: url('../common/img/bg_head.png') repeat top left transparent;
	border-top: 4px solid rgba(182, 182, 182, 0.45);
	border-bottom: 4px solid rgba(182, 182, 182, 0.45);
	padding: 11px 0;
}
.navSearch ul {
	margin: 0 15px;
	text-align: center;
}
.navSearch li:first-child { padding-right: 15px; }
.navSearch li:last-child { padding-left: 15px; }
.navSearch ul:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden;
}
.navSearch li {
	display: inline-block;
	width: 28%;
}
.navSearch li img {
	width: 100%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.48);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.48);
	border: 1px solid #39773a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.navSearch li img:hover {
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/*	searchArea ---------------------------------------------------- */
.searchArea {
	margin-bottom: 20px;
	overflow: hidden;
}
.searchArea p.stit {
	background: #99d277;
	background: linear-gradient(top, #99d277 0%,#619f3d 5%,#58963b 70%,#47843a 100%);
	background: -moz-linear-gradient(top, #99d277 0%, #619f3d 5%, #58963b 70%, #47843a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99d277), color-stop(5%,#619f3d), color-stop(70%,#58963b), color-stop(100%,#47843a));
	border-top: 1px solid #39773a;
	border-bottom: 1px solid #39773a;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.48);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.48);
	margin: 15px 0 10px;
}
.searchArea p.stit span {
	display: block;
	background-image: url('../img/icon_search.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.2em 0 0.2em 50px;
	color:#ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
	-moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
}
.searchArea form { margin: 0 10px; }
.searchArea form:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden;
}
.searchArea div.flL { width: 55%; }
.searchArea div.flR { width: 35%; }
.searchArea input {
	display: block;
	width: 100%;
	min-height: 32px;
	border: 1px solid #cfcfcf;
	margin: 0;
	font-size: 16px;
}
.searchArea .btnTypeSubmit {
	background: #fbab00;
	background: -moz-linear-gradient(top, #fbab00 0%, #fa8100 20%, #fd8900 50%, #fa8100 80%, #fbab00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbab00), color-stop(20%,#fa8100), color-stop(50%,#fd8900), color-stop(80%,#fa8100), color-stop(100%,#fbab00));
	background: linear-gradient(top, #fbab00 0%,#fa8100 20%,#fd8900 50%,#fa8100 80%,#fbab00 100%);
	border: 1px solid #fb8100;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.searchArea .btnTypeSubmit a {
	display: block;
	background: url('../common/img/icon_search.png') no-repeat 90% center;
	padding: 6px 22px 4px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
	-moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
	-webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.48);
	text-decoration: none;
}

/*===================================================================
	Module secBlock
===================================================================*/
.btnArea { margin: 0 10px 20px; }

/*	localNav ----------------------------------------------------- */
.localNav {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 15px;
}
.localNav .headType01 {
	background: #ffffff;
	background: linear-gradient(top, #ffffff 0%,#eaf8df 29%,#f7fdee 65%,#ffffff 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eaf8df 29%, #f7fdee 65%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(29%,#eaf8df), color-stop(65%,#f7fdee), color-stop(100%,#ffffff));
	border-top: 1px solid #d9d9d9;
}
.localNav .headType01 h1 {
	background-image: url('../common/img/bg_type_02.png');
	background-repeat: no-repeat;
	background-position: 9px center;
}
.localNav .headType01 a {
	display: block;
	background-image: url('../common/img/icon_arrow_type02_03.png');
	background-repeat: no-repeat;
	background-position: 98% center;
	padding: 1.7em 22px;
	color: #404040;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
.localNav .headType01 a.open {
	background-image: url('../common/img/icon_arrow_type02_01.png');
}
.localNav .headType01 span {
	margin-left: 1em;
	color: #39773a;
	font-size: 14px;
}
.localNav li {
	background: url('../common/img/bg_dot_01.png') repeat-x bottom left;
	padding-bottom: 1px;
}
.localNav li:first-child { border-top: 1px solid #d9d9d9; }
.localNav li:last-child { margin-bottom: 15px; }
.localNav li p {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}
.localNav li a {
	display: block;
	background: url(../common/img/icon_arrow_type01_02.png) no-repeat 98% center;
	padding: 1em 22px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2;
}
.localNav li time {
	display: inline-block;
	padding: 0.1em 40px 0.1em 0;
}
.localNav li time.new {
	background: url(../common/img/icon_new.png) no-repeat right center;
}
.localNav li b {
	display: block;
	font-size: 15px;
}
.localNav li small { display: block; }


/*	LatestInfo ----------------------------------------------------- */
.LatestInfo {
	margin-bottom: 19px;
}
.LatestInfo li {
	background: url('../common/img/bg_dot_01.png') repeat-x bottom left;
	padding-bottom: 1px;
}
.LatestInfo li a {
	display: block;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 70%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#efefef));
	background: linear-gradient(top, #ffffff 70%,#efefef 100%);
	color: #333;
	text-decoration: none;
	font-size: 14px;
	padding-left: 9px;
	padding-bottom: 13px;
}
.LatestInfo li .arrow {
	background: url("../common/img/icon_arrow_type01_02.png") no-repeat scroll 98% center;
	padding-right:23px;
}
.LatestInfo li .tit {
	padding: 1em 9px;
	font-weight:bold;
}
.LatestInfo li p.new {
	background: url(../common/img/icon_new.png) no-repeat right center;
	padding-right: 38px;
}
.LatestInfo li .LatestInfo_img {
	float:left;
	width:29%;
}
.LatestInfo li .LatestInfo_img img {
	border:solid 1px #d9d9d9;
	width:100%;
}
.LatestInfo li .detail {
	float:right;
	width:69%;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2;
}


/*	linkPc ----------------------------------------------------- */
.linkPc { margin: 0 10px 30px; }
.linkPc li { margin-bottom: 10px; }
.linkPc li:last-child { margin-bottom: 0; }