@charset "utf-8";


/*=============================================================================
   Reset
=============================================================================*/
html, body {
	min-width:1280px;
	width: 100%;
	height: 100%;
	}
html {
   font-size: 100%;
   overflow-y: scroll;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
	 -webkit-font-smoothing: antialiased;
	 }
body {
	margin: 0;
	}

h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,dl,dt,dd,address,form,input{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}

strong { font-style: normal; font-weight: bold;}
img { border: 0; vertical-align:bottom; -ms-interpolation-mode: bicubic;/*ie7*/}

ul,ol { list-style: none;}

table { border-collapse: collapse;border-spacing: 0;}
th,td { }

/*=============================================================================
   Base
=============================================================================*/
body {
	color: #FFF;
	background:#161616 url(../img/body.jpg) center top;
	font: 100%/1.8 "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	}

a:link, a:visited{
	color: #A73010;
	text-decoration: none;
	}
a:hover, a:active{
	color: #776622;
	text-decoration: underline;
  outline: 0;
	}
a:focus {
  outline: thin dotted/*chrome*/;
	}
h1 {
	font-size: 0.9em;
	margin: 0px auto 20px;
	width: 960px;
	text-align: right;
	color: #999999;
	padding-top: 5px;
}
h2 { }
h3 { }
h3.deco {
	background: url(../img/cap_deco01.png) no-repeat left center;
	text-align: left;
	padding-left: 50px;
	margin-bottom: 20px;
	font-size: 1.625em;
	}
h3.line {
	text-align: center;
	font-size: 1.625em;
	background: url(../img/cap_deco02.png) no-repeat center center;
	margin-bottom: 20px;
	line-height: 60px;
	}
h4 {
	}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.4em;
	}
h6 {
	}
hr {
	margin: 18px 0px;
	padding:0;
	border:solid #A08868;
	border-width:1px 0 0 0;
	height:1px;
	clear:both;
	}


/* Clear Settings
-----------------------------------------------------------------------------*/
.clear:before,.clear:after {
  content:"";
  display:table;}
.clear:after { clear:both;}
.clear { zoom:1;}

.clearboth {clear: both;}
.clearblank {clear: both;height: 0px;font-size: 0px;line-height: 0px;}



/*=============================================================================
   Style
=============================================================================*/
.mat { background: url(../img/mat.jpg); }
a img, .hoverfade {
	opacity: 1;
	transition: 0.3s;
	}
	a img:hover, .hoverfade:hover {
	opacity: 0.7;
	}

/* Style_border
--------------------------------------------------- */
.border {border: 1px solid #CC6633;}
.border02 {border: 2px double #CC6633;}

.border_btm {border-bottom: 1px solid #CC6633;}

.borderdot {border: 1px dotted #CE8639;}
.borderdot_btm {border-bottom: 1px dotted #CE8639;}

.borderbox01 {
	border: 3px double #463225;
	padding: 15px;
	}

/* Style_text
--------------------------------------------------- */
.small {font-size:0.92em;font-weight: normal;}
.smaller {font-size:smaller;font-weight: normal;}
.midium {font-size:1.16em;}
.midbold {font-size:1.16em;font-weight: bold;}
.larger { font-size:larger;}
.big {font-size:1.40em;font-weight: bold;}
.bold {font-weight: bold;}
.red { color:#ee4444;}
.white { color:#fff;}

/* Style_table
--------------------------------------------------- */
table { margin: 0px auto 5px; }
table caption {text-align: left;font-weight: bold;}
th,td { padding: 6px; }
th {}

table.border, .border th, .border td { border: 1px solid #888; }
.border th { background-color: #222; }
table.border_btm, .border_btm th, .border_btm td { border-bottom: 1px dotted #888; }

/* Style float margin padding
--------------------------------------------------- */
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}

.lfloat, .left {float: left !important;}
.rfloat, .right {float: right !important;}

img.left {float: left; margin-right: 10px; margin-bottom: 10px;}
img.right {float: right; margin-bottom: 10px; margin-left: 10px;}

.lfloatmrb5 {float: left; margin-right: 5px; margin-bottom: 5px;}
.rfloatmbl5 {float: right; margin-bottom: 5px; margin-left: 5px;}
.lfloatmrb10 {float: left; margin-right: 10px; margin-bottom: 10px;}
.rfloatmbl10 {float: right; margin-bottom: 10px; margin-left: 10px;}
.lfloatmr20 {float: left; margin-right: 20px;}
.lfloatmr30 {float: left; margin-right: 30px;}

.m0 { margin: 0px !important;}
.m5 { margin: 5px;}
.m10 { margin: 10px;}
.m15 { margin: 15px;}
.m20 { margin: 20px;}
.m30 { margin: 30px;}
.m40 { margin: 40px;}

.mr0 { margin-right: 0px !important;}
.mr5 { margin-right: 5px;}
.mr10 {	margin-right: 10px;}
.mr15 {	margin-right: 15px;}
.mr20 {	margin-right: 20px;}
.mr30 {	margin-right: 30px;}

.mrb5 { margin-right: 5px; margin-bottom: 5px;}
.mrb10 { margin-right: 10px; margin-bottom: 10px;}

.mb3 { margin-bottom: 3px;}
.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}

.ml10 {	margin-left: 10px;}
.ml20 {	margin-left: 20px;}

.mside5 { margin-right: 5px; margin-left: 5px;}
.mside10 { margin-right: 10px; margin-left: 10px;}
.mside15 { margin-right: 15px; margin-left: 15px;}
.mside20 { margin-right: 20px; margin-left: 20px;}

.p5 { padding: 5px;}
.p10 { padding: 10px;}
.p15 { padding: 15px;}
.p20 { padding: 20px;}
.p30 { padding: 30px;}

.ptb5 { padding-top: 5px; padding-bottom: 5px;}
.ptb10 { padding-top: 10px; padding-bottom: 10px;}
.ptb20 { padding-top: 20px; padding-bottom: 20px;}

.pside10 { padding-right: 10px; padding-left: 10px;}
.pside20 { padding-right: 20px; padding-left: 20px;}

.pt5 { padding-top: 5px}
.pr5 { padding-right: 5px}
.pb5 { padding-bottom: 5px}
.pl5 { padding-left: 5px}




/* ----------------------------------------------------
            タブレット縦対策
----------------------------------------------------- */
#tablet_caution {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 999;
    text-align: center;
}
#tablet_caution.caution_none {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999;
    text-align: center;
	color: #fff;
}
#tablet_caution p {
	font-size:22px;
	line-height:30px;
    position: absolute;
    top: 50%;
    margin-top: -148px;
    width: 100%;
	text-align:center;
}


/* ----------------------------------------------------
            planserch_wrap
----------------------------------------------------- */
.planserch_wrap .row_01{
	margin-bottom: 5px;
    display: inline-block;
    margin-top: 15px;
}
.planserch_wrap .row_01.row_02{
	margin: 0;
}
.planserch_wrap .selection .row_01 div{
	float: left;
	margin-right: 35px;
}
.planserch_wrap .selection .row_01 div:nth-child(3){
	margin-right: 0;
}
.planserch_wrap .selection .row_01 div img{
	position: relative;
	top:-5px;
	padding-right: 5px;
}
.planserch_wrap .selection .type img{
	top:-0px !important;
}
.planserch_wrap .selection .mitei img{
		top:-7px !important;
}


#container #content {
    background: none; 
}

#feed2 .botton{
	text-align: right;
}
#feed2 .botton a{
	display: inline-block;
	border: solid 2px #494b23;
	padding: 10px 20px;
	background: rgba(255,255,255,0.6);
	font-weight: bold;
	font-family: serif;
	color: #494b23;
	font-size: 12px;
}
#feed2 .botton a:hover{
	background: rgba(255,255,255,0.0);
	color: #fff;
	text-decoration: none;
}