@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #fff;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
/*
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
*/

.mt10 {margin-top: 10px;}
a:link {
	text-decoration: none;
	color:#F3A111;
}

a:visited {
	text-decoration: none;
	color:#F3A111;
}

img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
}

ol, ul {
	list-style:none;
}

ul.num_list {
	counter-reset: wpp-ranking;
}

/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
	border-top: 5px solid #80C075;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #86D57C), color-stop(0.00, #AADF9B));
	background: -webkit-linear-gradient(#AADF9B, #86D57C);
	background: -moz-linear-gradient(#AADF9B, #86D57C);
	background: -o-linear-gradient(#AADF9B, #86D57C);
	background: -ms-linear-gradient(#AADF9B, #86D57C);
	background: linear-gradient(#AADF9B, #86D57C);
}
header h1{
	font-size:12px;
	top:3px;
	left:5px;
	width: 100%;
}

header .logo{
	text-align:center;
}

header .logo img{
	vertical-align: bottom;
}
.t-left {text-align: left !important;}
.t_right {text-align: right !important;}
.t-center {text-align: center !important;}

img.photo {
	padding: 2px;
	border: 1px solid #ccc;
}

.red {color: #f00 !important;}
.green {color: #60B953 !important;}
.blue{color: #00f !important;}
.orange {color: #fa2 !important;}

.red02  {color: #EE6F69 !important;}
.blue02 {color: #25A6EA !important;}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	padding: 10px 0 0px;
	font-size:12px;
	background: url(../images/common/bg-content.jpg);
}
footer nav{
	margin:5px;
}
nav.homenav div{
	float:left;
	width:48%;
	background-color:#99aa33;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}
nav.homenav div a{
	display:block;
	color:#76C267;
	padding:5px;
	background: #CBE3C3;
	border-radius: 5px;
}
nav.homenav div:nth-child(even){
	float:right;
}
footer nav ul{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #cccccc;
	width:100%;
	overflow:hidden;
	margin-top:20px;
	border-radius: 5px;
	background: #fff;
}
footer nav ul li{
	float:left;
	width:50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
footer nav ul li:nth-last-child(2),
footer nav ul li:last-child{
	border-bottom:none;
}
footer nav ul li:nth-child(even){
	border-right:none;
}

footer nav ul li a{
	background:url(../images/common/icon_arrow.png) 5px center no-repeat ;
	display:block;
	padding:8px 8px 8px 25px;
}
footer .info {
	margin:10px;
}
footer .under {
	background:#509B39;
}
footer .under ul {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
footer .under ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width:50%;
	text-align:center;
}
footer .under ul li a {
	color:#FFF;
	display:block;
	padding:10px 10px;
}
footer .under ul li:first-child{
	border-right:1px solid rgba(255,255,255,0.2);
}
footer .under ul li:nth-child(even){
	border-left:1px solid rgba(255,255,255,0.1);
}
footer small {
	margin:0;
	padding:10px;
	display:block;
	color:#FFF;
	font-size:10px;
	clear:both;
}
footer small#copy a{
	color:#ffffff;
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
.visual{
	background: #87D57D;
	text-align:center;
}

.visual p{
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}
.visual.sub h2{
	background: #F8FDE6;
	background-size: 310px 68px;
	-webkit-background-size: 310px 68px;
	-moz-background-size: 310px 68px;
	text-align:right;
	font-size:20px;
	padding:10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	padding:5px;
	background:url(../images/common/bg-content.jpg);
}

.container-content p{
	margin-bottom:15px;
}

section.content {
	margin-bottom:20px;
	margin-top: 10px;
}
section.content h3 {
	background:url(../images/common/h3_bg.jpg) 5px center no-repeat #fff;
	padding: 15px 10px 10px 40px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #60B850;
	border-radius: 5px;
	margin: 0 0 10px 0;

	/*
	background-size: 3px 20px;
	-webkit-background-size: 3px 20px;
	-moz-background-size: 3px 20px;
	border-radius:6px 6px 0px 0px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	box-shadow: 1px -1px 1px #fff;
	-webkit-box-shadow: 1px -1px 1px #fff;
	-moz-box-shadow: 1px -1px 0px #fff;
	background-color:#ff5a00;
	font-size:18px;
	color:#fff;
	line-height:120%;
	padding:10px 8px 8px 8px;*/
}
section.content nav{
	margin-bottom:10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom:10px;
	background: #fff;
	border:1px solid #ccc;
}
section.content nav ul {
	width:100%;
	overflow:hidden;
}
section.content nav ul li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
section.content nav ul li a{
	background:url(../images/common/icon_arrow.png) 5px center no-repeat ;
	display:block;
	padding:12px 12px 12px 25px;
}
section.content nav ul li:last-child {
	border-bottom:none;
}
section.content nav ul li:first-child{
	border-top:none;
}

section.content nav.search li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	float:left;
}
section.content nav.search li:nth-child(2n){
	border-left:1px solid #cccccc;
}
section.content nav.search ul li:nth-last-child(2) {
	border-bottom:none;
}
section.content nav.search ul li:nth-child(2){
	border-top:none;
}


.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.list-base li{
	height:100%;
}


.list-base2 li{
	height:150px;
}


.sticking_ph{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

.tit_l{
	font-size:12px;
}


.voice_title{
	margin-bottom:30px !important;
}



/* 写真つきリスト */

.list-base{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
.list-base li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base li:last-child {
	border-bottom:none;
}
.list-base li:first-child{
	border-top:none;
}
.list-base li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100px;
	overflow:hidden;
	display:block;
	padding:10px;
	float: left;
}
.list-base div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base span{
	display:inline-block;
	color:#7FA50A;
	font-size:14px;
	margin-left: 20px;
	margin-top: 10px;
}
.list-base p{
	padding-right:20px;
	margin-left: 20px;
}
.list-base dl{
	display:block;
	padding:10px;
}

.list-base dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base a p{
	font-size:16px;
	line-height:140%;
}


.list-base2{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
.list-base2 li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base2 li:last-child {
	border-bottom:none;
}
.list-base2 li:first-child{
	border-top:none;
}
.list-base2 li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100px;
	overflow:hidden;
	display:block;
	padding:10px;
	float: left;
}
.list-base2 div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base2 span{
	display:inline-block;
	color:#7FA50A;
	font-size:14px;
	margin-left: 20px;
	margin-top: 10px;
	font-weight:bold;
}
.list-base2 p{
	display:block;
	padding-right:20px;
	margin-left: 120px;
}
.list-base2 dl{
	display:block;
	padding:10px;
}

.list-base2 dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base2 dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base2 li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base2 a p{
	font-size:16px;
	line-height:140%;
}

/* 汎用 */
.container{
	margin-bottom:10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#F1FAED;
	padding-bottom:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
}
.container h4{
	background:url(../images/common/bg_op.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#f3f3f3;
	border-bottom:2px solid #60B850;
	font-size:16px;
	color:#60B850;
	line-height:120%;
	padding:7px 8px 5px 8px;
	margin:20px 0px 5px 0px;
	margin-bottom:10px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}
.container h4:first-child{
	margin-top:0px;
}

.container h5{
	margin:12px 0 0 8px;
	font-weight:bold;
}

.container p{
	margin:10px;
}

.container ul{
	margin:10px;
	padding:10px 10px 20px 10px;
	background:#fffbef;
	border-top:1px dotted #DFDFDF;
	border-bottom:1px dotted #DFDFDF;
}

.container ul li {
	padding: 3px 0 3px 35px;
	margin:10px 0 0 0;
	background:url(../images/common/icon.jpg) left center no-repeat;
}

.container .photo {
	padding:0 10px;
}

.table_common{
	margin:10px;
}
.container img.photo {
	padding: 2px;
	border:1px solid #ccc;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
}
p.center {text-align: center;}

.map{
	text-align:center;
}

/* ---------------------------------------------------- */
/* btn */
/* ---------------------------------------------------- */

/* btn ベース */

.btn,.listbtn li{
	background:url(../images/common/bg_op.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	line-height:100%;
	font-size:18px;
	text-align:center;
	margin:10px 0px 15px 0px;
}
.btn a,.listbtn li a{
	background:url(../images/common/arrow-next.png) right center no-repeat ;
	background-size: 26px 22px ;
	-webkit-background-size: 26px 22px ;
	-moz-background-size: 26px 22px ;
	padding:18px 7px;
	display:block;
	color:#ffffff;
}

/* btn各カスタマイズ */

.btn.entrybtn{
	background-color:#ff4f4e ;
}
.btn.detailbtn{
	background-color:#66b400 ;
	padding:0px;
}
.btn.graybtn{
	background-color:#fafafa ;
}
.btn.graybtn a{
	color:#666666 ;
}
.listbtn li{
	background:url(../images/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eaeaea ;
	margin:8px 0px;
}
.listbtn li a{
	padding:12px 5px;
	color:#666666;
}


/* ---------------------------------------------------- */
/* detail */
/* ---------------------------------------------------- */

/* iconlist */

.iconlist{
	width:100%;
	overflow:hidden;
	margin:5px;
}

.iconlist li{
	float:left;
	background:url(../images/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eeeeee;
	width:19%;
	margin:2px 2px;
	padding:5px 0px;
	font-size:12px;
}

/* ---------------------------------------------------- */
/* form */
/* ---------------------------------------------------- */

.content input{
	vertical-align:bottom;
}
.content form p input{

}
.imgbtn{
	text-align:center;
	margin-bottom:25px;
}
.img{
	text-align:center;
	margin:0px auto;
}
.img img{
	border-radius:3px ;
	-moz-border-radius:3px ;
	-webkit-border-radius:3px ;
}
.es{
	color:#c80000;
}
.form-btn{
	text-align:center;
}
.form-btn input{
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	border:none;
	text-align:center;
	background-color:#FF6600;
	font-size:16px;
	color:#fff;
	padding:10px 30px;
}
.rec{
	background-color:#f3f3f3;
	padding:7px 8px 7px 8px;
}
.rec dt{
	color:#c80000;
	font-size:16px;
	border-bottom:1px solid #dddddd;
	margin-bottom:7px;
	padding-bottom:7px;
}

/* pagenavi */

.pagenavi {
	/zoom: 1;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
}
.pagenavi li {
	float: left;
	margin: 0 2px 2px 0;
	text-align:center;
}
.pagenavi li span,
.pagenavi li a {
	float: left;
	color:#ffffff;
	font-weight:bold;
	padding: 5px 0px;
	width:30px
}
.pagenavi li a.link_before,
.pagenavi li a.link_next {
	width:62px;
}
.pagenavi li a {
	background: #aaaaaa;
}
.pagenavi li span {
	background: #ff6022;
}

.catch{
	font-size:16px;
	color:#c80000;
}


.green {
	color:#009900;
}

.red{
	color:#FF0000;
}

.bold {
	font-weight:bold;
}


@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}



table {
	width: 95%;
	margin: 0 auto;
}
table th {
	background: #CBE3C3;
	border: 1px solid #ccc;
	text-align: center
}
table td {
	border: 1px solid #ccc;
	text-align: center
}


footer table.def td{
	text-align: left;
}

table.def {
	width: 100%;
}
table.def th {
	width: 50%;
	padding: 8px 3px;
	text-align: left;
	border: 1px solid #ccc;
	background: #CBE3C3;
}
table.def td {
	width: 50%;
	padding: 8px 3px;
	border: 1px solid #ccc;
	border-left: none;
	background: #fff;
}

table.sub {
	width: 95%;
	margin: 0 auto;
}
table.sub th {
	width: 30%;
	padding: 8px 3px;
	text-align: left;
	border: 1px solid #ccc;
	background: #CBE3C3;
}
table.sub td {
	width: 70%;
	padding: 8px 3px;
	border: 1px solid #ccc;
	border-left: none;
	background: #fff;
}

table.news {
	width: 95%;
	margin: 0 auto;
}
table.news th,table.news td {
	border: none;
	background: none;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
}
table.news tr:last-child th,table.news tr:last-child td {
	border: none;
}


dl.qa {
	width: 95%;
	margin: 8px auto;
}
dl.qa dt {
	overflow: hidden;
	margin: 0 0 5px 0;
}
dl.qa dt:before {
	content: 'Q';
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #92D25D;
	color: #fff;
	border-radius: 10px;
	float: left;
}
dl.qa dd {
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}
dl.qa dd:last-child{
	margin: 0;
	padding: 0;
	border: none;
}
dl.qa dd:before {
	content: 'A';
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #FF9000;
	color: #fff;
	border-radius: 10px;
	float: left;
}





p.top_bn01 {
	overflow: hidden;
}
p.top_bn01 a {
	display: block;
	width: 47%;
	margin: 0 6% 0 0;
	padding: 5px 0;
	line-height: 20px;
	float: left;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bababa), color-stop(0.00, #fff));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e8e8e8), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e8e8e8);
	background: -moz-linear-gradient(#fff, #e8e8e8);
	background: -o-linear-gradient(#fff, #e8e8e8);
	background: -ms-linear-gradient(#fff, #e8e8e8);
	background: linear-gradient(#fff, #e8e8e8);
	border-radius: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
p.top_bn01 a:nth-child(2n) {
	margin: 0;
}


p.green_box span {
	background: #6EB43A;
	padding: 2px 5px;
	margin: 5px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
}

p.topics img {
	margin: 0 0 20px 0;
}


/* 本来不要なページネーション用 */
.wp-pagenavi {
	overflow: hidden;
}
.wp-pagenavi .pages {
	border: 1px solid #999;
	display: block;
	height: 30px;
	margin: 0 2px 0 0;
	padding: 0 3px;
	line-height: 30px;
	color: #999;
	float: left;
	text-align: center;
}
.wp-pagenavi .current {
	display: block;
	height: 30px;
	width: 30px;
	margin: 0 0 0 4px;
	line-height: 30px;
	border: 1px solid #60B850;
	color: #fff;
	background: #60B850;
	font-weight: bold;
	float: left;
	text-align: center;
}
.wp-pagenavi a {
	display: block;
	margin: 0 0 0 4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
	color: #999;
	float: left;
	text-align: center;
}


/* ページネーション
------------------------------ */

ul.pagenation {
	margin: 0 0 20px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	background:none;
	padding:0;
	border:none;
}
ul.pagenation li {
	width: 30px;
	margin: 0 3px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border: 1px solid #5EB952;
	border-radius: 4px;
	vertical-align: top;
	display: inline-block;
	padding:0;
	background:none;
}
ul.pagenation li.current {
	color: #fff;
	background: #5EB952;
}
ul.pagenation li.dot {
	width: 15px;
	margin: 0 1px;
	border: none;
}
ul.pagenation li a {
	text-decoration: none;
	display: block;
	color:#5EB952;
}


/* 詳細ページ SNSシェアボタン
------------------------------ */

.sns-sharerbtn-list {
	margin: 8px 0;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #60B850;
	border-bottom: 1px solid #60B850;
	background: #f0f0f0;
	overflow: hidden;
	clear: both;
}
.sns-sharerbtn-list li {
	margin: 0 4px;
	vertical-align: top;
	display: inline-block;
}


/* 詳細ページ 前後の記事へのリンク
------------------------------ */

.paginated-link {
	margin: 0 5px;
	overflow: hidden;
}
.paginated-link li {
	width: 48%;
	padding: 0 5px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #60B850;
	border-radius: 4px;
	background: #f0f0f0;
	box-sizing: border-box;
}
.paginated-link li.prev-link {
	float: left;
}
.paginated-link li.next-link {
	float: right;
}
.paginated-link li a {
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

p.text-more {
	padding: 12px 0 0;
	text-align: right;
}
p.text-more a {
	padding: 0 0 0 12px;
	background: url(../images/common/ico_arrow02.png) left center no-repeat;
}

