@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #fff;
	color: #666;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
	color: #666;
	text-decoration: none;
}
/*
a:visited {
	text-decoration: none;
}
*/
img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
}

ol, ul {
	list-style:none;
}

.mr20{
	margin-right: 20px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mt20 {
	margin-top: 20px;
}

/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
/*header {
	border-top: 10px solid #01397f;
	padding-bottom: 10px;
	background: #fff;
}*/
h1{
	background: #01397f ;
	color: #fff;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 5px;
}

/*.logo{
	float: left;
}
*/
.logo img{
	vertical-align: bottom;
}

/*.mail {
	float: right;
}*/


/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	padding: 0 0 0px;
	font-size:12px;
}
footer nav{
	margin:5px;
}
nav.homenav div{
	float: left;
	width: 49%;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	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;
}
nav.homenav div a{
	display:block;
	padding:5px;
	color: #fff;
}
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 #fff;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	background-color: #000;
}
footer nav ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-right-color: #fff;
	border-top-color: #fff;
}
footer nav ul li:first-child,
footer nav ul li:nth-child(2){
	border-top:none;
}
footer nav ul li:nth-child(even){
	border-right:none;
}

footer nav ul li a{
	background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	background-position: 95%;
	display:block;
	padding:8px 10px;
	color: #fff;
	font-size: 10px;
}
footer .info {
	margin:10px 10px 20px 10px;
}

footer .info a {

}

footer .under {
	background-color: #01397f;
}
footer .under ul {
	width: 100%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ece0d2;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ece0d2;
}
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 {
	display:block;
	padding:10px 10px;
	color: #fff;
}
footer .under ul li:first-child{

}
footer .under ul li:nth-child(even){
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
footer small {
	margin: 0;
	padding: 10px;
	display: block;
	font-size: 10px;
	clear: both;
	background-color: #01397f;
	color: #FFF;
}
footer small#copy a{
	color: #464646;
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
.visual{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background: #01397f;
}

.visual h2{
	text-align: center;
}
.visual.sub h2{
	text-align: center;
}
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	padding:10px 5px 5px;
}

.container-content{

}

section.content {
	margin-bottom:20px;
	margin-top: 10px;
}

section.content h1 {
	font-size: 18px;
	color: #fff;
	line-height: 120%;
	background-image: url(../images/common/h1_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 7px 10px 5px;
	margin: 0px;
	border-radius: 6px 6px 0 0;
}
section.content h1.sp{
	border-radius: 6px;
}
section.content nav{
	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 #C0B3A3;
	background-color: #fff;
}

section.content nav.none_h1{
	margin-bottom: 10px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	margin-bottom: 10px;
	border: 1px solid #C0B3A3;
	background-color: #fff;
}

section.content nav ul {
	width: 100%;
	overflow: hidden;
}
section.content nav ul li {
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0B3A3;
}
section.content nav ul li a{
	background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:12px;
}
section.content nav ul li:last-child {

}
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 #25acdf;
}
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;
}




/* 写真つきリスト */

.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 #153ff6;
}
.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:100%;
	overflow:hidden;
	display:block;
	padding: 0px;
}
.list-base div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base span{
	display:inline-block;
	color:#464646;
	font-size:12px;
	margin-left: 10px;
	margin-top: 10px;
}
.list-base p{
	padding-right:10px;
	margin-left: 10px;
}
.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{
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #c0b3a3;
	background: #fff;
	overflow: hidden;
	border-top: none;
}
.container.no_sp {
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
	border: 1px solid #c0b3a3;
	background: #fff;
	overflow: hidden;
	border-top: none;
}

.container h2{
	background-color: #e5d7c8;
	font-size: 16px;
	color: #4c0801;
	line-height: 120%;
	border: 1px solid #4c0801;
	padding: 6px 10px 5px;
	margin: 20px -10px 10px;
}

.container h2:first-child{
	margin-top:0px;
	border-radius: 6px 6px 0 0;
}

/* ---------------------------------------------------- */
/* 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 ##75440f;
	-webkit-box-shadow:1px 2px 1px ##75440f;
	-moz-box-shadow: 1px 2px 1px ##75440f;
	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: #930e10;
}
.btn.entrybtn2{
	background-color: #0a4ab6;
}
.btn.entrybtn2 a{
	color: #fff;
}
.btn.detailbtn{
	background-color:#2e9d50;
	padding:0px;
	line-height: 22px;
}

.btn.detailbtn2 {
	background-color:#0eb089;
	padding:0px;
}

.btn.graybtn{
	background-color:#eee ;
}
.btn.graybtn a{
	color:#666666 ;
}
.listbtn li{
	background:url(../images/common/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/common/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:#1e6dc5;
	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;
}
.blue {
	color: #003366;
}
.brn{
	color: #01397f;
}

.bold {
	font-weight:bold;
}

.under_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #75440f;
}

.small{
	font-size: 90%;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}
@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}
.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.textright{
	text-align: right;
}

h3 {
	font-size:16px;
	color:#403e3a;
	line-height:120%;
	font-weight: bold;
	border: #999 1px solid;
	border-top: #01397f 3px solid;
	padding: 5px;
	/* Firefox */
	background: -moz-linear-gradient(top center, #fff 0%, #ccc 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	/* 共通 */
	background: linear-gradient(top center, #fff 0%, #ccc 100%);
	margin: 10px 0 10px 0;
}

.belt {
	background-color: #ececec;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dashed #bfbfbf;
}

.kado,
.kado img{
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
}

.waku{
    border: 1px solid #DDDDDD;
    padding: 4px;
}

.container table{

}

.container table th,
.container table td{
	border: 1px solid #ece0d2;
	padding: 10px;
}

.container table th{
	background: #e3d4c4;
	text-align: left;
	width: 40%;
}
/*
横並び画像1列2枚
*/

ul.sp2{
	overflow: hidden;
}
ul.sp2 li{
	/*text-align:center;*/
	margin:5px 0 ;
	padding:5px;
	width:45%;
	float:left;
	overflow:hidden;
}



ul.sp2 li:nth-child(2n){
	float:right;
}


ul.sp2 li p{
	text-align:left;
	margin:0px;
	font-size:12px !important;
}


ul.sp2 li img{
	padding:0px;

}

.tar {
	text-align: right;
}

/*
横並び画像1列3枚
*/
ul.sp3{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:5px;
	overflow: hidden;
}


ul.sp3 li{
	width:32%;
	float:left;
	color:#000;
	margin:2px;
	padding-top:2px;
	overflow:hidden;
}

.mail {
	float: right;
}

.business {
	background: #01397f;
	border-radius: 5px;
	margin-bottom: 20px;
}

.business img {
	padding: 0;
}

.box1 p {
	padding: 5px;
	border-bottom: #ccc 2px dotted;
}

.box1,.box2 {
	background: #fff;
	margin: 0 10px 0 10px;
	padding: 5px;
}

.topic {
	margin-bottom: 20px;
}

.topic p {
	background: url(../images/sp/spot_back.jpg) top center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 10px;
}

.news {
	margin-bottom: 20px;
}

.news li {
	margin:5px 0 5px 0;
	border-bottom: #ccc 1px dotted;
}

.list {
	margin-bottom: 20px;
	padding-left: 18px;
	float: right;
	background: url(../images/sp/list_arw.jpg) left center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}

.privacy {
	margin-top: 20px;
}

.privacy p {
	margin-bottom: 15px;
	padding: 5px;
}

.network {
	padding: 5px;
}

.defTable {
	margin-bottom: 20px;
	width: 100%;
}

.defTable th {
	background: #6699cc;
	border-bottom: #fff 1px solid;
	border-right:#003399 2px solid;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	width: 25%;
	padding: 10px 5px 10px 5px;
}

.defTable th:last-child {
	border-bottom: #ccc 1px solid;
}

.defTable td {
	padding: 10px 5px 10px 5px;
	border: #ccc 1px solid;
}

.rcp02 {
	line-height: 1.5em;
}

.txt {
	padding: 5px;
	margin-bottom: 20px;
}

ul.car{
	overflow: hidden;
	float:left;
	width:50%;
}
ul.car li{
	/*text-align:center;*/
	margin:5px 0 ;
	padding:5px;
	/*width:45%;*/
	overflow:hidden;
}



ul.car li:nth-child(2n){
	float:right;
}


ul.car li p{
	text-align:left;
	margin:0px;
	font-size:12px !important;
	border: #ccc 1px solid;
	padding: 5px;
	margin-top: 3px;
}


ul.car li img{
	padding:0px;

}

.back {
	text-align: center;
	width: 50%;
	margin: 5px;
	padding: 5px;
	background: #abddfe;
	border-radius: 5px;
}

.part01 a {
	margin-left: 15px;
}

.text-more {
	text-align: right;
	margin-right: 2%;
}

/*==================================================
 ページネーション
================================================== */
.pagenation {
	margin: 0 0 20px;
	text-align: center;
	color: #999;
	font-size: 0;
	letter-spacing: 0;
}

.pagenation li {
	width: 26px;
	margin: 0 2px;
	line-height: 30px;
	color: #999;
	font-size: 13px;
	background: #aaa;
	display: inline-block;
}

.pagenation li > * {
	color: #fff;
	text-decoration: none;
	display: block;
}

.pagenation li:hover,
.pagenation li.current {
	background: #54a2dc;
}
