@charset "utf-8";
body {
	font:18px/1.4 "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
	background: #FDE5B4;
}
html{
    -webkit-text-size-adjust: none;
}
img {
	vertical-align: baseline;
}
p {
	margin-bottom: 1em;
}
a { 
	color: #006934;
	text-decoration: underline;
    background-color:transparent;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.touchstyle { background: rgba(187, 207, 116, 0.5);} /* タップ */
.notouchstyle { background: transparent ;} /* 離す */



#wrap h1 {
	margin-bottom: 15px;
}


section {
	clear: both;
}

header {
	width: 100%;
	position: relative;
	height: 100px;
}


header h1 {
	position: absolute;
	top: 10px;
	left: 0px;
}


div.header_lnk {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 120px;
}

.header_lnk li {
	list-style: none;
	font-size: 12px;
	text-align: center;
	float: left;
}
.header_lnk li {
	margin: 3px 0;
}
@media only screen and (orientation : landscape){ 
div.header_lnk {
	width: 260px;
	top: 30px;
}
.header_lnk li {
	margin: 2px;
}
}
.header_lnk li a {
	text-decoration: none;
	background: #006934;
	color: #FFF;
	padding: 3px 0;
	display: block;
	border-radius: 20px;
	width: 120px;
}


header p.back_btn,
header p.menu_btn {
	float: left;
	text-align: center;
	font-size: 10px;
	margin: 0 10px 0 0;
}
header p.menu_btn {
	float: right;
}

header p.back_btn a,
header p.menu_btn a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E6E6E6));
	border: 1px solid #CCC;
	border-radius: 4px;
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	margin-bottom: 3px;
}

header p.back_btn a {
	background: url(../images/ico_menu_back.png),-webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E6E6E6)); 
	background-repeat:no-repeat;
  background-position: center center;
}

header p.menu_btn a {
	background: url(../images/ico_menu_menu.png),-webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E6E6E6)); 
	background-repeat:no-repeat;
  background-position: center center;
}



.searcharea {
	position: relative;
	margin: 0 10px 20px;
}
.searcharea .searchtext {
	padding: 0px;
	border: 1px solid #CCC;
	width: 100%;
	height: 46px;
	display: table-cell;
	font-size: 120%;
}
.searcharea .searchbtn {
	position: absolute;
	top: 0;
	right: -2px;
}


h2 {
	clear: both;
	font-size: 130%;
	padding: 6px 15px;
	background: #FFF url(../images/sb_ttl_bg.jpg) repeat-x left center;
	color: #FFF;
	border: 1px solid #3163A0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 10px 1em;
}







/* ################################# */

	/* footer */

/* ################################# */

footer {
	margin: 0 0px 10px;
}

ul#footer_link {
}


ul#footer_link li {
	list-style: none;
	float: left;
	width: 48%;
	text-align: center;
	font-size: 12px;
}
#footer_link a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	border-bottom: 1px solid #B9D174;
	background: #FFF;
}
ul#footer_link li:nth-child(1) a,
ul#footer_link li:nth-child(3) a,
ul#footer_link li:nth-child(5) a {
	border-right: 1px solid #B9D174;
	clear: both;
	margin-left: 10px;
}



/*------------------------------------*/
#footer_link:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#footer_link { display: inline-block; }
/*------------------------------------*/

section.footer_contact {
	background: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 6px;
	padding: 10px;
	margin: 0 10px 15px;
}

section.footer_contact h3 {
	font-size: 110%;
	margin: 0 0 10px;
	text-align: center;
}

section.footer_contact p {
	margin-bottom: 0;
}


address {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}



#pagetop {
	text-align: right;
	clear: both;
	margin: 15px 10px 20px;
}
#pagetop a {
	display: block;
	padding: 8px;
	text-decoration: none;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#006030), to(#00331A));
	color: #FFF;
	border: 1px solid #00331A;
	text-shadow: -1px -1px 1px rgba(000, 000, 000, 0.5);
	position: relative;
}


ul#footer_link {
	border-top: 1px solid #CCC;
	margin-bottom: 15px;
	width: 100%;
}





ul#change {
	text-align: center;
	height: 3em;
	clear: both;
	margin-bottom: 100px;
}
ul#change li {
	display: inline;
	margin: 0 10px;	
}
ul#change li a {
	padding: 0 10px 0 0;
	border-right: 1px solid #333;	
}
ul#change li:last-child a {
	border: none;
	padding: 0;	
}


address {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

.f-red {
	 color: #E10000;
}

#back-top {
	text-indent: -9999px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	display: none;
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
}


#back-top a {
	width: 80px;
	height: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #333 url(../images/pagetop_bg.png) no-repeat center center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	opacity: 0.7; /* 0.0～1.0 */
	filter: alpha(opacity=70); /* 0～100 */
}


#back-top a:hover {
    color: #FFF;
	background: #666 url(../images/pagetop_bg.png) no-repeat center center;
	opacity: 0.7; /* 0.0～1.0 */
	filter: alpha(opacity=70); /* 0～100 */
}
