@charset "UTF-8";
/* CSS Document */
/* 基本設定クリア */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, footer, header, hgroup, menu, nav, section {
	border: 0;
	color: #000;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1 {
	font-size:10px;
	/*background-color:#70ba2d;*/
	background-image:url(../img/bg_green.png);
	background-repeat: repeat-x;
	font-weight:bold;
	color:#FFF;
	padding:3px 10px;
	border-top: 3px solid #FFF;
	line-height:0.9em;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
/* ///////////////////////////////////////共通 */
/* base */
body {
	background: #70ba2d;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #3299ff;
}
a:hover {
	color: #6fb7ff;
}
a:active {
	color: #1b7fe3;
}
.clear {
	overflow: hidden;
	zoom: 1;
}
.dotline{
	 background: url(../img/dot_line_01.gif) repeat-x;margin: 7px 0px; width: 100%; height: 3px; clear: both;
}

/* ///////////////////////////////////////ヘッダ・ヘッダ下タイトル */
/* home:header */
header.home {
	padding: 0 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background-image: url(../img/header-bg-top.png);
	background-repeat: repeat-x;
	border-top: 1px solid #70ba2d;
	border-bottom: 1px solid #70ba2d;
	background-size: 243px 64px;
	height: 64px;
	background-color:#FFF;
	
	/*background-size: 243px 116px;
	height: 116px;*/
	
	text-align: center;
}
header.home .home_logoarea{
	background-image: url(../img/logo_new.png);
	background-repeat: no-repeat;
	/*background-position: top left;*/
	background-position:center left;
	/*background-size: 200px 59px; */
	background-size: 188px 55px;
	height: 64px;
	min-width: 154px;
	color: #655e56;
}
/* 2nd:header */
/* ★★★2013-12-11 修正及び追加★★★ */
header.second {
	padding: 0 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background-image: url(../img/header-2nd-bg-top.png);
	background-repeat: repeat-x;
	background-size: 243px 66px;
	height: 66px;
	text-align: center;
	position:relative;
}
header.second h2 {
	padding:5px;
	background-image: url(../img/new_logo.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 60px 50px;
	min-height: 60px;
	min-width: 50px;
	color: #655e56;
	right:3.125%; /* 3.125%=10px/320px 左右一律の余白*/
}
.nav-home{
	position:absolute;
	top:0;
	left:3.125%; /* 3.125%=10px/320px 左右一律の余白*/
}
.nav-home a {
	display:block;
	padding:4px 0;
	width:44px;
	text-align:center;
	background: #f79910;
	border-radius:0 0 5px 5px;
	color:#fff;
	font-size:1.5em;
}
.nav-home a i{
	color:#fff;
}
.nav-home a:hover, 
.nav-home a:active {
	background: #f4af4c;
	color: #fff;
}
/* /★★★2013-12-11 修正及び追加★★★ */
/* 2nd共通タイトル 左側nav有り */
.title {
	padding: 5px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background: #70ba2d;
}
.title .nav {
	padding: 8px 5px 8px 0;
	float: left;
	width: 33%; /* 33%=99px/300px ※30%=105pxからborder1pxとpadding5px 分引いたと想定 */
	border-right: solid 1px #538921;
}
.title h2 {
	padding: 5px 0;
	float: right;
	width: 65%; /* 65%=195px/300px */
	text-align: right;
	font-size: 1.2em;
	color: #fff;
}
.title .nav a,
.title .nav i {
	color: #326a00;
	font-size: 0.9em;
}
.title .nav a:hover,
.title .nav a:active {
	color: #538921;
}
/*    Google Adsense            */
.google_adsense_footer{
	margin:5px auto;
}
/* ///////////////////////////////////////フッタ */
/* footer */
footer {
	/*padding: 0 3.125% 30px 3.125%;  3.125%=10px/320px 左右一律の余白*/
	padding: 0 0 30px 0;
	background-image: url(../img/colorbar-demo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	/*background-color: #d7cbb4;*/
	background-color: #b7a17b;
	background-size: 243px 12px;
	border-top: 5px solid #70ba2d;
}
.btn-gopc {
	position: relative;
	height: 40px;
}
.btn-gopc a {
	display: block;
	padding: 5px;
	width: 120px;
	position: absolute;
	right: 0;
	background: #70ba2d;
	border-radius: 0 0 5px 5px;
	text-align: center;
	color: #fff;
}
.btn-gopc a:hover, 
.btn-gopc a:active {
	background: #94cc62;
	color: #fff;
}
.footer_assist{
	padding:10px 0px;
	border-bottom:#887350 solid 1px;
	height:40px;
}
.footer_assist .footer_assist_left {
	width:40%;
	text-align:center;
	padding:5px 5px;
	color:#FFF;
	float:left;
	font-size:0.7em;
	
	margin-left:3%;
	-webkit-border-top-left-radius: 5px;     /* 左上 */
	-webkit-border-top-right-radius: 5px;    /* 右上 */
	-webkit-border-bottom-left-radius: 5px;  /* 左下 */
	-webkit-border-bottom-right-radius: 5px; /* 右下 */
	border-bottom: 3px solid #FFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;

}
.footer_assist .footer_assist_left i{
	color:#FFF;
	font-size:0.8em;
}
.footer_assist .footer_assist_right i{
	color:#FFF;
	font-size:0.8em;
}	
.footer_assist .footer_assist_right {
	width:40%;
	text-align:center;
	padding:5px 10px;
	color:#FFF;
	float:right;
	font-size:0.7em;
	-webkit-border-top-left-radius: 5px;     /* 左上 */
	-webkit-border-top-right-radius: 5px;    /* 右上 */
	-webkit-border-bottom-left-radius: 5px;  /* 左下 */
	-webkit-border-bottom-right-radius: 5px; /* 右下 */
	border-bottom: 3px solid #FFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin-right:3%;
}
.footer_assist_under{
	padding:10px 0px;
	border-top:#d7c6a9 solid 1px;
	/*border-bottom:#706655 solid 1px;*/
	border-bottom:#887350 solid 1px;

}
.footer_assist_center{
	padding:15px 0px;
	text-align:center;
	font-size:0.9em;
	border-top:#d7c6a9 solid 1px;
	/*border-bottom:#706655 solid 1px;*/
	border-bottom:#887350 solid 1px;

}
.footer_assist_center a{
	color:#FFF;

}
.footer_assist_center i{
	color:#FFF;
	font-size:0.8em;
	margin-right:5px;
}
footer ul li {
	margin: 0 0 0.2em 10px;
}
footer ul li a, footer ul li i {
	/*color: #655e56;*/
	color: #FFF;
	font-size: 0.9em;
}
footer ul li a:hover {
	/*color: #655e56;*/
	color: #FFF;
}
.copyright {
	
	padding:15px 0 0 5px;
	/*color: #655e56;*/
	color: #FFF;
	font-size: 0.7em;
	border-top:#d7c6a9 solid 1px;
}


/* ///////////////////////////////////////ホーム */
/* home:search */
.home-search {
	padding: 20px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background: #70ba2d;
	text-align: center;
}
.home-search h2 {
	padding: 0 0 20px 0;
	color: #fff;
	letter-spacing: 0.3em;
}
.home-search h2 i {
	color: #fff;
}
.home-search ul li {
	float: left;
	margin: 0 2% 6px 0;/* 2%=6px/300px */
	width: 32%;/* 32%=96px/300px */
	text-align: center;
}
.home-search ul li.last {
	margin: 0 0 6px 0;
}
.home-search ul li a {
	display: block;
	padding: 60px 0 10px 0;
	height: 100%;
	border-radius: 5px;
	background-color: #fff;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	color: #70ba2d;
	font-size: 0.8em;
	font-weight: bold;
}
.home-search ul li a:hover, 
.home-search ul li a:active {
	background-color: #94cc62;
	color: #fff;
}
.home-search1 {
	background-image: url(../img/search-icon1.png);
	background-size: 29px 31px;
}
.home-search2 {
	background-image: url(../img/search-icon2.png);
	background-size: 36px 30px;
}
.home-search3 {
	background-image: url(../img/search-icon3.png);
	background-size: 34px 31px;
}
.home-search4 {
	background-image: url(../img/search-icon4.png);
	background-size: 32px 31px;
}
.home-search5 {
	background-image: url(../img/search-icon5.png);
	background-size: 36px 31px;
}
.home-search6 {
	background-image: url(../img/search-icon6.png);
	background-size: 31px 31px;
}
.home-search1:hover, .home-search1:active {
	background-image: url(../img/search-icon1-on.png);
}
.home-search2:hover, .home-search2:active {
	background-image: url(../img/search-icon2-on.png);
}
.home-search3:hover, .home-search3:active {
	background-image: url(../img/search-icon3-on.png);
}
.home-search4:hover, .home-search4:active {
	background-image: url(../img/search-icon4-on.png);
}
.home-search5:hover, .home-search5:active {
	background-image: url(../img/search-icon5-on.png);
}
.home-search6:hover, .home-search6:active {
	background-image: url(../img/search-icon6-on.png);
}
/* home:menu */
.home-menu {
	padding: 20px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background: #f79910;

}
.home-menu h2 {
	padding: 10px 0 10px 0;
	color: #fff;
	letter-spacing: 0.3em;
}

.home-menu h3 {
	padding: 30px 0 10px 0;
	color: #fff;
	letter-spacing: 0.3em;
}
.home-menu ul li {
	background-color: #fff;
	background-image: url(../img/arrow-orange.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 8px 13px;
	border-bottom: solid 1px #e7e7e7;
}
.home-menu ul li:first-child {
	border-radius: 5px 5px 0 0;
}
.home-menu ul li:last-child {
	border-radius: 0 0 5px 5px;
	border-bottom: none;
}
.home-menu ul li:hover, 
.home-menu ul li:active {
	background-color: #f0ece8;
}
.home-menu ul li a {
	display: block;
	font-size:14px;
	padding: 15px 30px 15px 15px;
	color:#333;
}
.home-menu ul li i {

	color:#333;
}

/* home:menu  　TOP CONTENTS */
.home-menu-contents {
	clear:both;
	padding: 10px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background: #f79910;
}
.home-menu-contents h2 {
	padding: 10px 0;
	color: #fff;
	letter-spacing: 0.3em;
}
.home-menu-contents ul li {
	background-color: #fff;
	background-image: url(../img/arrow-orange.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 8px 13px;
	border-bottom: solid 1px #e7e7e7;
}
.home-menu-contents ul li:first-child {
	border-radius: 5px 5px 0 0;
}
.home-menu-contents ul li:last-child {
	border-radius: 0 0 5px 5px;
	border-bottom: none;
}
.home-menu-contents ul li:hover, 
.home-menu-contents ul li:active {
	background-color: #f0ece8;
}
.home-menu-contents ul li a {
	display: block;
	font-size:14px;
	padding: 15px 30px 15px 15px;
	color:#333;
}
.home-menu-contents ul li i {

	color:#333;
}
/* ///////////////////////////////////////以上　TOPページの「CONTENTS」部分　　clear bothにて解決 */

/* ///////////////////////////////////////動物辞典 */
.jiten-main {
	padding: 15px 3.125% 30px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background: #fff;
}
.jiten-main .name {
	margin: 20px 0 0 0;
	padding: 3px 0 3px 12px;
	border-left: solid 8px #f79910;
	font-size: 1.2em;
	background-color:#FFF;
	font-weight:bold;
	color:#000;
	
}
.jiten-main .category01 {
	margin: 20px 0 0 0;
	padding: 3px 0 3px 12px;
	border-left: solid 8px #56b531;
	font-size: 1.2em;
}
.jiten-main h2 {
	padding: 1px 0 1px 8px;
	color: #70ba2d;
	border-left: 5px solid #70ba2d;
	font-weight:bold;
	font-size:20px;
}
.jiten-main section {
	padding: 10px 0 0 0;
}
.jiten-category {
	padding: 0 0 0 0;
	font-size: 0.9em;
}
.jiten-category a, 
.jiten-category i {
	color: #655e56;
	font-size: 0.9em;
}
.jiten-category a:hover, 
.jiten-category a:active {
	color: #968d84;
}
.jiten-groups {
	margin: 15px 0 0 0;
}
.jiten-kinds {
	margin: 15px 0 0 0;
}
.jiten-kinds ul li {
	background-color: #fff;
	background-image: url(../img/arrow-orange.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 8px 13px;
	border-bottom: solid 1px #e7e7e7;
}
.jiten-kinds ul li:first-child {
/*	border-radius: 5px 5px 0 0;*/
	border-top: solid 1px #e7e7e7;
}
.jiten-kinds ul li:last-child {
/*	border-radius: 0 0 5px 5px;*/
/*	border-bottom: none;*/
}
.jiten-kinds ul li:hover, 
.jiten-kinds ul li:active {
	background-color: #f0ece8;
}
.jiten-kinds ul li a {
	display: block;
	padding: 4px 20px 4px 0;
	color: #655e56;
}
.jiten-kinds ul li img {
	margin: 0px 4px 0px 0px;
	vertical-align: middle;
	width: 56px;
	height: 49px;
}
.jiten-kinds ul li span {
	
}
.jiten-photo {
	margin: 20px 0 0 0;
	text-align: center;
}
.jiten-data {
	margin: 20px 0 0 0;
}
.jiten-data li {
	padding: 10px 20px;
	border-bottom: dashed 1px #fff;
	background: #f4ede0;
}
.jiten-data li:first-child {
	border-radius: 5px 5px 0 0;
}
.jiten-data li:last-child {
	border-bottom: none;
	border-radius: 0 0 5px 5px;
}
.jiten-main section {
	margin: 25px 0 0 0;
}
.jiten-main section .setsumei {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	background: #f79910;
	border-radius: 5px;
	color: #fff;
}
.jiten-text {
	line-height: 1.7em;
}
.jiten-links {
	margin: 20px 0 0 0;
	padding: 20px;
	background: #f0ece8;
	border-radius: 5px;
}
.jiten-links p {
	margin: 0 0 5px 0;
}
.jiten-links i {
	color: #3299ff;
}
/* ///////////////////////////////////////検索 */
/* search */

.search-main {
	padding: 15px 3.125% 30px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background: #fff;
}
.search-main .name {
	margin: 0px 0 0 0;
	padding: 3px 0 3px 12px;
	border-left: solid 8px #f79910;
	font-size: 1.2em;
	background-color:#FFF;
	font-weight:bold;
	color:#000;
	}
.search-main .sub {
	margin: 20px 0 0 0;
	padding: 1px 0 1px 8px;
	border-left: solid 5px #2299dd;
	font-size: 1.0em;
	font-weight:bold;
	color:#000;
}
.search-main h2 {
	padding: 1px 0 1px 8px;
	color: #70ba2d;
	border-left: 5px solid #70ba2d;
	font-weight:bold;
}
.search-main section {
	padding: 10px 0 0 0;
}
.search-main p {
	padding: 6px 10px 0 10px;
}
.search-criteria {
	font-size: 0.8em;
	padding: 0 0 10px 0;
}
.search-criteria span.key {
	padding: 0 0 1px 8px;
	color: #70ba2d;
	border-left: 5px solid #70ba2d;
}
.search-criteria span.value {
	color: #111111;
}

.select {
	margin: 5px 0 15px 0;
	text-align: center;
}
.select select {
	width: 80%;
	height: 2em;
}
.select input {
	width: 80%;
	height: 2em;
}
.submit-btn {
	margin: 10px 0 20px 0;
	text-align: center;
	
}
.submit-btn input {
	padding: 0 35px;
	height: 44px;
	background: #3299ff;
	border-radius: 22px;
	border: none;
	color: #fff;
	font-size:14px;
	font-weight:bold;
}
.submit-btn input:hover {
	background: #6fb7ff;
}
.submit-btn input:active {
	background: #1b7fe3;
}

.search-cities {
	margin: 4px 0 0 0;
}
.search-cities ul li {
	background-color: #fff;
	background-image: url(../img/arrow-orange.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 8px 13px;
	border-bottom: solid 1px #e7e7e7;
}
.search-cities ul li:first-child {
	border-top: solid 1px #e7e7e7;
}
.search-cities ul li:last-child {
}
.search-cities ul li:hover, 
.search-cities ul li:active {
	background-color: #f0ece8;
}
.search-cities ul li a {
	display: block;
	padding: 10px 20px 10px 0;
	color: #655e56;
}

.search-results {
	padding: 10px 0 0 0;
}
.search-results .nav {
	padding: 4px 0 0 0;
	font-size: 0.9em;
}
.search-results ul li {
	background-color: #fff;
	background-image: url(../img/arrow-orange.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 8px 13px;
	border-bottom: solid 1px #e7e7e7;
}
.search-results ul li:first-child {
	border-top: solid 1px #e7e7e7;
}
.search-results ul li:last-child {
}
.search-results ul li:hover, 
.search-results ul li:active {
	background-color: #f0ece8;
}
.search-results ul li a {
	display: block;
	padding: 10px 20px 10px 0;
	color: #655e56;
}
.search-results ul li .name {
	margin: 2px 10px 2px 0px;
	padding: 1px 0 1px 8px;
	border-left: 5px solid #f79910;
	font-size: 0.9em;
	font-weight: bold;
}
.search-results ul li .option {
	padding: 2px 10px 2px 10px;
	font-size: 0.8em;
	
	
}
.search-results ul li .option1 {
	width:20%;
	float:left;
	max-width:55px;
	min-width:55px;
}

#map-pagenation {
	display: none;
}
#result-pagenation {
	display: none;
}
.paging-btns {
	margin: 8px 0 0 0;
	text-align: center;
}
.paging-btns input {
	padding: 0 10px;
	height: 36px;
	/*background: #3299ff;*/
	border-radius: 18px;
	border: none;
	color: #fff;
	font-size: 0.7em;
}
/*
// スマートフォンで $().animate() したときに、hover状態が残ってしまう
.paging-btns input:hover {
	background: #6fb7ff;
}
*/
.paging-btns input:active {
	background: #1b7fe3;
}
.paging-btn-default {
	background: #3299ff;
}
.paging-btn-disabled {
	background: #ccc;
}
.paging-btn-current {
	background: green;
}

/* ///////////////////////////////////////その他のコンテンツページ */
/*second */
.second-main {
	padding: 0 3.125% 30px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background: #fff;
}
.second-main .name {
	margin: 0px 0 0 0;
	padding: 3px 0 3px 12px;
	border-left: solid 8px #f79910;
	font-size: 1.2em;
	background-color:#FFF;
	font-weight:bold;
	color:#000;
	}
.second-main h1.category01 {
	margin: 0 0 0 0;
	padding: 3px 0 3px 12px;
	border-left: solid 8px #56b531;
	font-size: 1.2em;
}
.second-main .category01 {
	margin: 0 0 0 0;
	padding: 3px 0 3px 12px;
	border-left: solid 8px #56b531;
	font-size: 1.2em;
	font-weight:bold;
}
.second-main section {
	margin: 25px 0 0 0;
}
.second-main section .setsumei {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	background: #f79910;
	border-radius: 5px;
	color: #fff;
}
.second-content {
	padding: 20px 0 10px 0;
}
.second-text {
	line-height: 1.7em;
}
.second-date {
	padding: 0 0 0 0;
	font-size: 0.9em;
	text-align: right;
}
.second-summary {
	padding: 8px 0 0 0;
	font-size: 1.0em;
}

/* ///////////////////////////////////////201051120追加したホーム    デモ　　 */
/* home:search */
.kensaku_tittle{
	text-align:left;
	background-color:#eaeff4;
	padding:5px 0px 0px 10px;
	font-weight:bold;
	color:#666;
	font-size:14px;
}
.home-search-demo {
	padding: 0px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	/*background: #70ba2d;*/
	background-color:#eaeff4;
	text-align: center;
	height:50px;
}
/* ///////////////////////////////////////201051120検索ボタン */
.home-search-demo dl.search3{
	position: relative;
}
.home-search-demo dl.search3 dt{
	width:70%;
	padding:3px;
	background-color:#fff;
	border:1px solid #01386d;
	position: absolute;
}
.home-search-demo dl.search3 dt input{
	width:100%;
	height:25px;
	line-height:30px;
	background:none;
	border:none;
}
.home-search-demo dl.search3 dd{
	position: absolute;
	top:0;
	right:0;
	width:28%;
}
.home-search-demo dl.search3 dd button{
	display:block;
	height:40px;
	color:#fff;
	line-height:38px;
	text-align:center;
	border:1px solid #01386d;
	background:#3991e6;
	width: 100%;
	font-weight:bold;
}
.home-search-demo dl.search3 dd button:hover {
	background: #56a6f2;
}
/* ///////////////////////////////////////201051120検索ボタン */
.home-search-demo2 {
	padding: 5px 3.125%;
	background-color:#70ba2d;
	text-align: left;
}
.home-search-demo2-small{
	font-size:0.6em;
	color:#FFF;
	letter-spacing: 0em;
	float:right;
}
.home-search-demo2-small a{
	color:#FFF;
	text-decoration:none;
}
.home-search-demo2 h2{
	color: #fff;
	letter-spacing: 0.3em;
	padding:0px 0px 0px 0px;
	font-size:18px;
	text-align:center;
}
.home-search-demo2 h2 i{
	color: #fff;
}
.home-search_peco {
	padding: 5px 3.125%;
	background-color:#3299ff;
	text-align: left;
}
.home-search_peco h1 {
	padding: 5px 0 5px 0;
	color: #FFF;
	letter-spacing: 0.3em;
}
.home-search_peco-small{
	font-size:0.6em;
	color:#70ba2d;
	letter-spacing: 0em;
	float:right;
}
.home-search_peco-small a{
	color:#FFF;
	text-decoration:none;
}
/*      DEMO    */
.home-search-demo3 {
	padding: 5px 3.125%;
	background-color:#FFF;
	text-align: left;
}
.home-search-demo4 {
	padding: 5px 3.125%;
	background-color:#f79910;
	text-align: left;
}
.home-search-demo4 h1 {
	padding: 5px 0 5px 0;
	color: #FFF;
	letter-spacing: 0.3em;
}
.home-search-demo5 {
	padding: 5px 3.125%;
	background-color:#FFF;
	text-align: left;
}
.demo5-center{
	width:100%;
    max-height:500px;
	min-height:100px;
	background-color:#FFF;
}
img.demo-tokusyuu {
	max-height: 100px;
	}
.demo5-right{
	float:left;
	width:64%;
	background-color:#FFF;
	margin-left:5%;
	line-height:1.2em;
}
.demo5-left{
	float:left;
	width:30%;
}
.christmas{
	color:#F00;
	font-weight:bold;
}

.home-search-news1 {
	padding: 10px 0%;
	background: #FFF;
	text-align: center;
}
.home-search-news1 h1 {
	padding: 0 0 20px 0;
	color: #fff;
	letter-spacing: 0.3em;
}
.home-search-news1 h1 i {
	color: #fff;
}
.home-search-news1 ul li {
	float: left;
	margin: 0 2% 6px 0;
	width: 48%;
	text-align: center;
	border:dotted 1px #70ba2d;
}
.home-search-news1 ul li.last {
	margin: 0 0 6px 0;
}
.home-search-news1 ul li a {
	display: block;
	padding: 0 0 0 0;
	height: 100%;
	width:100%;
	border-radius: 0px;
	background-color: #FFF;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	color: #70ba2d;
	font-size: 0.8em;
	font-weight: bold;
	
}
.home-search-news1 ul li a:hover, 
.home-search-news1 ul li a:active {
	background-color: #94cc62;
	color: #fff;
}
#page-top {
	position: fixed;
	bottom: 15px;
	right: 5px;
	font-size: 80%;
	font-weight:bold;

	z-index:1000;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height:50px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
    filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8; 

}
#page-top a:hover {
	text-decoration: none;
	background: #666;
	/*background: #e08654;*/
}



	

.peco_news {
	diaplay: block;
	height: 60px;
	position: absolute;
	left: -15px;
	top: -10px;*/
	z-index: 0;
} 

.home-search-peco-1-small{
	font-size:0.6em;
	font-weight:bold;
	color:#666;
	letter-spacing: 0em;
	float:right;
}
.date_tex{
	margin-left:5px;
	/*padding-left:20px;*/
	font-size:10px;
	color:#333;
	line-height:1.4em;
	/*
	background-image: url(../img/new01.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: 16px 8px;
	*/
}
/* 横スクロールメニュー関連　テストその1　scroll_index.php　*/
.home-search-menu {
	padding: 3px 0px 0px 0px;
	/*background-color:#70ba2d;*/
	background-color:#FFF;
	text-align: left;
	z-index:10;
}
.scroll_index {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
 
/* 要素からの相対位置 */
.scroll_x {
  position: relative;
  padding: 0 0 10px;
  

}
 
/* テーブル */
table {
  width: 2000px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #F66;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
 
table th,
table td {
  padding: 5px;
  border-right: 1px solid #EEF1F4;
  border-bottom: 1px solid #ccc;
}
 
table th {
  background: #EEF1F4;
  text-align:left;
  font-size:14px;
  text-decoration:none;
  font-weight:100;
}
table th a{
  background: #EEF1F4;
  text-align:left;
  font-size:14px;
  text-decoration:none;
  font-weight:100;
  color:#333;
}
.top_menu {
  background:#F66;
  color:#FFF;
  text-align:center;
  font-weight:bold;
  border-top: 1px solid #F66;
  border-bottom: 1px solid #F66;
  border-right: 1px solid #F66;
}
.top_menu a{
  background:#F66;
  color:#FFF;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
}
.top_menu_center {
  background: #EEF1F4;
  text-align:center;
  font-size:14px;
  text-decoration:none;

  color:#666;

}
.top_menu_center a{
  background: #EEF1F4;
  text-align:center;
  font-size:14px;
  text-decoration:none;
  font-weight:100;
  color:#333;

}
.nav {
   padding: 0 0 0px;
   z-index:100;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index:100;
}

/* ///////////////////////////////////////検索追加の物ホーム */
/* home:search */
.home-search-new {
	padding: 10px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background: #70ba2d;
	text-align: center;
}
.home-search-new h2 {
	padding: 0 0 20px 0;
	color: #fff;
	letter-spacing: 0.3em;
	font-size:18px;
}
.home-search-new h2 i {
	color: #fff;
}
.home-search-new ul li {
	float: left;
	margin: 0 2% 6px 0;/* 2%=6px/300px */
	width: 48%;/* 32%=96px/300px */
	text-align: center;
}
.home-search-new ul li.last {
	margin: 0 0 6px 0;
}
.home-search-new ul li a {
	display: block;
	padding: 60px 0 10px 0;
	height: 100%;
	border-radius: 5px;
	background-color: #fff;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	color: #70ba2d;
	font-size: 0.8em;
	font-weight: bold;
}
.home-search-new ul li a:hover, 
.home-search-new ul li a:active {
	background-color: #94cc62;
	color: #fff;
}
.home-search1-new {
	background-image: url(../img/search-icon1.png);
	background-size: 29px 31px;
}
.home-search2-new {
	background-image: url(../img/search-icon2.png);
	background-size: 36px 30px;
}
.home-search3-new {
	background-image: url(../img/search-icon3.png);
	background-size: 34px 31px;
}
.home-search4-new{
	background-image: url(../img/search-icon4.png);
	background-size: 32px 31px;
}
.home-search5-new {
	background-image: url(../img/search-icon5.png);
	background-size: 36px 31px;
}
.home-search6-new {
	background-image: url(../img/search-icon6.png);
	background-size: 31px 31px;
}
.home-search7-new {
	background-image: url(../img/search-icon7.png);
	background-size: 31px 31px;
}
.home-search8-new {
	background-image: url(../img/search-icon8.png);
	background-size: 31px 31px;
}
.home-search1-new:hover, .home-search1-new:active {
	background-image: url(../img/search-icon1-on.png);
}
.home-search2-new:hover, .home-search2-new:active {
	background-image: url(../img/search-icon2-on.png);
}
.home-search3-new:hover, .home-search3-new:active {
	background-image: url(../img/search-icon3-on.png);
}
.home-search4-new:hover, .home-search4-new:active {
	background-image: url(../img/search-icon4-on.png);
}
.home-search5-new:hover, .home-search5-new:active {
	background-image: url(../img/search-icon5-on.png);
}
.home-search6-new:hover, .home-search6-new:active {
	background-image: url(../img/search-icon6-on.png);
}
.home-search7-new:hover, .home-search7-new:active {
	background-image: url(../img/search-icon7-on.png);
}
.home-search8-new:hover, .home-search8-new:active {
	background-image: url(../img/search-icon8-on.png);
}

/* ---------------------------------------------ハンバーガーメニュー---------------------------------*/
#head001 {
  padding:0px;
  background-color:;
  height: 60px;
	width: 60px;
	border-radius: 0 0 0 10px;
	top: 0;
	position: fixed;
	z-index: 2147483647;
	right:0;
}


#nav-drawer {
  position: relative;	
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
	padding:10px;
    background-color: #FF0000;
	height: 40px;
	width: 40px;
	border-radius: 0 0 0 10px;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 4px;
    width: 40px;
    border-radius: 5px;
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
	line-height: 60px;
	text-align: center;
	margin-top: 5px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    max-width: 300px;
    height: 100%;
    background:#FFFAEB;
    transition: .3s ease-in-out;/*滑らかに表示*/
	right: -340px;
	width:300px;
	padding: 0px;
}
#nav-content li{
	padding:10px 10px;
	font-size:1.0em;
	/*font-weight: bold;*/
}
	.brue_00{
	background-color: #e74e3e;
		/*background-color: #000;*/
	color: #FFF;
	padding: 15px 10px;
	margin-bottom: 5px;
	font-weight: bold;	
}
.brue_01{
	background-color: #F5069B;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
.brue_02{
	background-color: #009ffa;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
.brue_03{
	background-color: #f95a96;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
.brue_04{
	background-color: #1d2088;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
	.brue_05{
	background-color: #935220;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
	.brue_06{
	background-color: #4ba36a;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
	.brue_07{
	background-color: #ff972a;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
	.brue_08{
	background-color: #8ec03d;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
.brue_06_01{
	background-color: #a3814b;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
	.menu_tittle0101{
	font-weight: bold;
		font-size: 1.2em;
		padding: 10px 5px;
		color: #6fb842;
	}
#nav-content a{
	color: #FFF;
	}
#nav-content a i{
	color: #FFF;
	margin-right: 10px;
	font-size: 1.0em;
	}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(-340px);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-input:checked ~ #nav-open {
    transform: translateX(-300px); /*メニュー横幅①と合わせる*/
    transition: .3s ease-in-out;
}
/*---------------------------------------以上ハンバーガーメニュー関連----------------------------*/

/*スマホ　　*/
@media (max-width: 767px) {
/* home:menu  TOP 豆知識 */
.home-menu_topmame {
	padding: 20px 3.125%;
	background-color:#70ba2d;
	border-top:dotted 1px #FFF;
	border-bottom:dotted 1px #FFF;
}
.home-menu_topmame h2{
	color: #fff;
	letter-spacing: 0.3em;
	padding:0px 0px 15px 0px;
	font-size:18px;
	text-align:center;
}
.home-menu_topmame h2 i{
	color: #fff;
}
.home-search-topmame ul li {
    /*margin-top: 5px;*/
	margin-left:5px;
	width: 90%;
	height:60px;
	text-align: left;
	line-height:1.4em;
	border:dotted 1px #70ba2d;
	padding:5px 3.125%;
}
#topmame_feed{
	padding: 5px 0%;
	text-align: left;
	color:#333;
	background-color:#FFF;
	font-size:12px;
}
#topmame_feed a{
	padding: 5px 0%;
	text-align: left;
	color:#3299ff;
	font-size:14px;
	font-weight:bold;
}
.cut_mame {
	position: relative;
	float: left;
	overflow: hidden;
	height: 60px;
	width: 60px;
	display: block;
	margin:5px 5px 5px 0px;
}
.top_mame_under a{
	text-align:right;
	margin:10px 0px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.top_mame_under i{
	color:#FFF;
	font-size:14px;
}	
/*高橋さん見せるためのもの基本
.pecopeco{
	display:none;
}
.ipad_sec{
	width:100%;
}
.home-search-peco {
	display:none;
}
*/
.ipad_sec{
	width:100%;
}

.pecopeco{

	background-color:#70ba2d;
	text-align: left;
	width:100%;
	float:left;
	height:430px;
}
.pecopeco h2 {
	padding: 15px;
	color: #FFF;
	letter-spacing: 0.3em;
	background-color:#70ba2d;
}
/* peco記事について　*/

.home-search-peco {
	padding: 0px 0%;
	background-color:#FFF;
	text-align: left;
	line-height:1.4em;
}
#peco_feed{
	padding: 5px 0%;
	text-align: left;
	color:#333;
}
#peco_feed a{
	/*padding: 5px 0%;
	text-align: left;
	color:#333;*/
	padding: 5px 0%;
	text-align: left;
	color:#3299ff;
	font-size:14px;
	font-weight:bold;
	line-height:0.9em;
}
.home-search-peco ul li {
    /*margin: 5px 0;
	width: 100%;
	height:60px;
	text-align: left;
	line-height:1.2em;
	border:dotted 1px #70ba2d;
	padding:5px 0%;*/
	margin-left:5px;
	width: 90%;
	height:60px;
	text-align: left;
	line-height:1.3em;
	border:dotted 1px #70ba2d;
	padding:5px 3.125%;
	margin-bottom:10px;
}
.cut {
	position: relative;
	float: left;
	overflow: hidden;
	height: 60px;
	width: 60px;
	display: block;
	margin:0px 5px 0px 0px;

}
/* ///////////////////////////////////////ランダムに出現TOPバナー */
.top_banner {
	padding: 3px 0px 0px 0px;
	/*background-color:#70ba2d;*/
	background-color:#FFF;
}
/* ///////////////////////////////////////広告バナー */
.ad-space {
	background-image: url(../img/colorbar-demo.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e6e1d8;
	background-size: 243px 50px;	/* 50px : ad height */
	height: 50px;	/* 50px : ad height */
}
.ad-fixed {
	position: fixed;
	/*bottom: 0; */
	bottom: -6px;	/* 環境依存？？ */
	left: 50%;
	margin-left: -160px;	/* 320px/2 中央揃え */
}
.ad-old {
	text-align: center;
}
.ad_ {
	position: absolute;
}
#sp_rundum02{
	display:none;
}
}
/*タブレット  */
@media (min-width: 768px) {
.ipad_sec{
	width:100%;
	height:455px;

}
.pecopeco{
	display:none;
}
/*
.top_banner{
    display:none;
}
*/
.top_banner {
	padding: 2px 0px 2px 0px;
	background-image:url(../img/main_bg_01.png);
	background-repeat: repeat-x;
}
.top_banner img{
	max-width:680px;
	 display: block;
     margin-left: auto;
     margin-right: auto;
}
#sp_rundum01{
	display:none;
}

/*
.pecopeco{
	padding: 3px 3px;
	background-color:#FFF;
	text-align: left;
	width:46.875%;
	float:left;
	height:430px;
}

.pecopeco h2 {
	padding: 15px;
	color: #FFF;
	letter-spacing: 0.3em;
	background-color:#70ba2d;
}
*/
/* peco記事について　*/

.home-search-peco {
	display:none;
}
#peco_feed{
	display:none;
}
#peco_feed a{
	display:none;
}
.home-search-peco ul li {
    display:none;
}
.cut {
	display:none;

}
/* home:menu  TOP 豆知識 */
.home-menu_topmame {
	padding: 10px 1.875%;
	background-color:#70ba2d;

	width:41.875%;
	float:left;
}
.home-menu_topmame h2{
	color: #fff;
	letter-spacing: 0.3em;
	padding:0px 0px 15px 0px;
	font-size:18px;
	text-align:center;
}
.home-menu_topmame h2 i{
	color: #fff;
}
.home-menu_topmame h2{
	color: #fff;
	letter-spacing: 0.3em;
	padding:0px 0px 15px 0px;
	font-size:18px;
	text-align:center;
}
.home-menu_topmame h2 i{
	color: #fff;
}
.home-search-topmame ul li {
    /*margin-top: 5px;*/
	margin-left:5px;
	width: 90%;
	height:60px;
	text-align: left;
	line-height:1.4em;
	border:dotted 1px #70ba2d;
	padding:5px 3%;
}
#topmame_feed{
	padding: 5px 0%;
	text-align: left;
	color:#333;
	background-color:#FFF;
	font-size:12px;
}
#topmame_feed a{
	padding: 5px 0%;
	text-align: left;
	color:#3299ff;
	font-size:14px;
	font-weight:bold;
}
.cut_mame {
	position: relative;
	float: left;
	overflow: hidden;
	height: 60px;
	width: 60px;
	display: block;
	margin:5px 5px 5px 0px;
}
.top_mame_under a{
	text-align:right;
	margin:10px 0px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.top_mame_under i{
	color:#FFF;
	font-size:14px;
}
/* ///////////////////////////////////////検索追加の物ホーム */
/* home:search */
.home-search-new {
	padding: 10px 3.125%; /* 3.125%=10px/320px 左右一律の余白*/
	background: #70ba2d;
	text-align: center;
	width:43%;
	float:left;
}
.home-search-new h2 {
	padding: 0 0 20px 0;
	color: #fff;
	letter-spacing: 0.3em;
}
.home-search-new h2 i {
	color: #fff;
}
.home-search-new ul li {
	float: left;
	margin: 0 2% 6px 0;/* 2%=6px/300px */
	width: 48%;/* 32%=96px/300px */
	text-align: center;
}
.home-search-new ul li.last {
	margin: 0 0 6px 0;
}
.home-search-new ul li a {
	display: block;
	padding: 68px 0 10px 0;
	height: 100%;
	border-radius: 5px;
	background-color: #fff;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	color: #70ba2d;
	font-size: 0.8em;
	font-weight: bold;
}
.home-search-new ul li a:hover, 
.home-search-new ul li a:active {
	background-color: #94cc62;
	color: #fff;
}
/* ///////////////////////////////////////広告バナー */
.ad-space {
	background-image: url(../img/colorbar-demo.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #e6e1d8;
	background-size: 243px 50px;	/* 50px : ad height */
	height: 50px;	/* 50px : ad height */
	padding: 5px 3.125%;
}
.ad-fixed {
	position: fixed;
	/*bottom: 0; */
	bottom: -6px;	/* 環境依存？？ */
	/*left: 50%;*/
	text-align: center;
	padding: 0px 30%;
	/*margin-left: -160px;	 320px/2 中央揃え */
}
.ad-old {
	text-align: center;
}
.ad_ {
	position: absolute;
}	
}