@charset "utf-8";

/*スマホ版物件CMSはbase.cssを読み込んでいます*/
/*こちらはCMS以外の静的ページ用のCSSです*/

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, font, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
body,
table,
input, textarea, select, option {
    font-family: HiraKakuProN-W3;
    font-size: 1em;
	
}
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a:link{color:#1b71b8;text-decoration:underline;}
a:visited{color:#1b71b8;text-decoration:underline;}
a:hover{color:#e50202;text-decoration:underline;}
a:active{color:#1b71b8;text-decoration:underline;}
img {vertical-align: middle;border:0;}

/*位置と状態*/
.fleft{float:left;}
.fright{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.right{text-align:right;}
.bold{text-shadow:1px 0 1px black;}/*スマホ用*/
.red {color:#b20000;}
.l{ text-align:left;}

/*余白*/
.mb05em {margin-bottom:0.5em;}
.mb1em {margin-bottom:1em;}
.mb2em {margin-bottom:2em;}
.mb3em {margin-bottom:3em;}
.pb1em {padding-bottom:1em;}
.pb2em {padding-bottom:2em;}
.innerbox {margin:1em;}
.mar20{ margin:20px;}
.mar10{ margin:10px;}
.m1em{margin:1em;}
.ml1em {margin-left:1em;}
.mtb10{ margin:10px 0 10px 0;}
.mt05em{margin-top:0.5em;}
.mt1em{margin-top:1em;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.pt10{ padding-top:10px;}
.pt1em{ padding-top:1em;}
img{
    max-width: 100%;/*表示領域の幅に応じて画像を自動的に縮小*/
}

.toph{  white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
    color:#FFF;
    }
	
.opa a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}	

/*inputもロールオーバー*/
a {outline:none;border:0;}
a:hover img,
input[type="image"]:hover{
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}	
/*------------------------------------------------------------
header
------------------------------------------------------------*/
header:before{
	content:" ";
	width: 100%;
padding-top: calc(148 / 1204 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
 background: url(../img/obi.gif) center center / cover no-repeat;
 display:inline-block;

	}


.topheader {
    top:0;
    width:100%;
    /*height:61px;*/
    background-color:#FFFFFF;
	margin:0;
}

.topheader table{
	border:0;
	margin:0;
	padding:0;}

.topheader td{
	padding:0;
}

.topheader img{
	margin:0;}
}


/*メニュープルダウン*/

/*MAIL*/
header{
	background-color:#FFF;

}
header a.tel {
	float:right;
	background:url(../img/main_bg.png) no-repeat -50px 0px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	display:block;
	width:50px;
	height:50px;
	margin:0;
	border-bottom:none;
	background-size:150px;

}

.dropdowntel{
    }

.dropdowntel dt a.tel {
    float:right;
    background:url(../img/main_bg.png) no-repeat -50px 0;
    white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
    display:block;
    width:50px;
    height:50px;
    margin:0 0 0 0;
}

.dropdowntel dd {
    position:relative;
}
.dropdowntel dd ul {
    display:none;
    position:absolute; 
    top:50px;
    right:5px;
    width:80%;
    min-width:250px;
    background:#eee;
}

.dropdowntel dd ul li a {
    width:100%;
    height:45px;
    line-height:45px;
    display:block;
    background:#eee;
    text-indent:20px;
    border-bottom:1px solid #fff;
}
.dropdowntel dd ul li a:hover {
    background-color:#ECF3CD;
}
.dropdowntel dd ul li a:link {color:#333; text-decoration:none;}
.dropdowntel dd ul li a:visited {color:#333; text-decoration:none;}
.dropdowntel dd ul li a:hover {color:#c06; text-decoration:none;}
.dropdowntel dd ul li a:active {color:#333; text-decoration:none;}

/*MAIL*/
header a.hmail {
	float:right;
	background:url(../img/main_bg.png) no-repeat 0px 0px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	display:block;
	width:50px;
	height:50px;
	margin:0;
	border-bottom:none;
	background-size:150px;
}


.dropdown{
}

.dropdown dt a.hmenu {
    float:right;
    background:url(../img/btn_menu.png) no-repeat 0 0;
    white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
    display:block;
    width:50px;
    height:50px;
    margin:0 0 0 0;
	background-size:50px;

}

.dropdown dt a.tel {
    float:right;
    background:url(../img/main_bg.png) no-repeat -50px 0;
    white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
    display:block;
    width:50px;
    height:50px;
    margin:0 0 0 0;
}


/*----------------------------------------------------------*/
.dropdown dd {
    position:relative;
			z-index: 2;

}
.dropdown dd ul {
    display:none;
    position:absolute; 
    top:46px;
    right:0px;
    width:100%;
    min-width:250px;
    background:#eee;	

}

.dropdown dd ul li{
	overflow:hidden;
}

.dropdown table td{
	vertical-align:top;}


.sub{
	width:100%;
	font-size:14px;
	}

.subttl{
	background-color:#0247da;
	width:40px;
	height:35px;
	line-height:1.1;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 10px 5px 10px;
	border: solid 1px #66CCFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0357df), to(#0039d6));
    background-image: -webkit-linear-gradient(top, #0357df, #0039d6);
    background-image:    -moz-linear-gradient(top, #0357df, #0039d6);
    background-image:     -ms-linear-gradient(top, #0357df, #0039d6);
    background-image:      -o-linear-gradient(top, #0357df, #0039d6);
    background-image:         linear-gradient(top, #0357df, #0039d6);
    -webkit-border-radius: 0.5em;
       -moz-border-radius: 0.5em;
        -ms-border-radius: 0.5em;
         -o-border-radius: 0.5em;
            border-radius: 0.5em;
	text-align:center;
}

.menubggra{
background:#efefef;
	}
.sub a{
	display:block;
	border-bottom:1px solid #fff;
	padding:15px 0 15px 8px;
	line-height:16px;
	text-decoration:none;
	background:url(../img/sankaku.png) no-repeat 95% center;
}
.sub a.noborder{	
	border-bottom:none;}

.sub a:link {color:#333; text-decoration:none;}
.sub a:visited {color:#333; text-decoration:none;}
.sub a:hover {color:#c06; text-decoration:none; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bce1f9));
    background-image: -webkit-linear-gradient(top, #ffffff, #bce1f9);
    background-image:    -moz-linear-gradient(top, #ffffff, #bce1f9);
    background-image:     -ms-linear-gradient(top, #ffffff, #bce1f9);
    background-image:      -o-linear-gradient(top, #ffffff, #bce1f9);
    background-image:         linear-gradient(top, #ffffff, #bce1f9);

}
.sub a:active {color:#333; text-decoration:none;}

.subgra{
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#0357df), to(#0039d6));
    background-image: -webkit-linear-gradient(top, #0357df, #0039d6);
    background-image:    -moz-linear-gradient(top, #0357df, #0039d6);
    background-image:     -ms-linear-gradient(top, #0357df, #0039d6);
    background-image:      -o-linear-gradient(top, #0357df, #0039d6);
    background-image:         linear-gradient(top, #0357df, #0039d6);
	}

.subright{
		float:left;
	}

.subright p{
border-bottom:1px solid #09F;
padding:10px 0 10px 0;
margin:0 0 0 3px;

}

.subright a{
    display:block;
    width:90%;
    text-align:left;
    background:url(../img/sankaku.png) no-repeat 5px 3px;
	padding:0 13px 0 20px;
    color:#333333;
	text-decoration:none;
	font-size:14px;
}

.subright a:hover {
	color:#F0F;
}

.menutbl td{
	vertical-align:top;
	}
	
.dropdowntel dd ul li a:hover {
    background-color:#ECF3CD;
}

.pt5{
	padding:5px 0 0 0;}

/**/
.wrapper{
	color:#222;
	padding:7px 5px 10px 5px;
}

.mb2{
	margin:0 0 2px 0;
}

.top_search{
	font-size:13px;
	padding-bottom:5px;
	
}
.top_search ul{
	overflow:hidden;
	margin-bottom:20px;}
.top_search li{
	float:left;
	width:50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
text-align:center;
border-bottom:1px #eee solid;
padding:10px;
font-size:120%;
}
.top_search li a{
	text-decoration:none;}

.ttlkaitai{
	background-color:#F97BA0;
	color:# FFF;}
.ttlkaitai span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/icon01.png) no-repeat 0 0;
	background-size:100%;
	display:block;
	width:35px;
	height:35px;
	margin:0 auto;
	overflow:hidden;
	}
.ttlkaritai{
	background-color:#E4335F;
	color:# FFF;}	
.ttlkaritai span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/icon01.png) no-repeat 0 0;
	background-size:100%;
	display:block;
	width:35px;
	height:35px;
	margin:0 auto;
	overflow:hidden;
	}
.ttlkashitai{
	background-color:#FA5F8B;
	color:# FFF;}	
.ttlkashitai span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/icon01.png) no-repeat 0 0;
	background-size:100%;
	display:block;
	width:35px;
	height:35px;
	margin:0 auto;
	overflow:hidden;
	}
.ttlcompany{	
	color:# 333;}	
.ttlcompany span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/icon02.png) no-repeat 0 0;
	background-size:100%;
	display:block;
	width:35px;
	height:35px;
	margin:0 auto;
	overflow:hidden;
	}	
.ttlcontact{
	color:# 333;
	border-left:1px #eee solid;
}	
.ttlcontact span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/icon03.png) no-repeat 0 0;
	background-size:100%;
	display:block;
	width:35px;
	height:35px;
	margin:0 auto;
	overflow:hidden;
	}

.ttlstaff{
	color:# 333;
	border-left:1px #eee solid;
}	
.ttlstaff span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/icon04.png) no-repeat 0 0;
	background-size:100%;
	display:block;
	width:35px;
	height:35px;
	margin:0 auto;
	overflow:hidden;
	}	
.wwlink a:link{color:#fff; text-decoration: none !important;}
.wwlink a:visited{color:#fff;text-decoration:none !important;}
.wwlink a:hover{color:#fff;text-decoration:underline !important;}
.wwlink a:active{color:#fff;text-decoration:underline !important;}

.bblink a:link{color:#333; text-decoration: none !important;}
.bblink a:visited{color:#333;text-decoration:none !important;}
.bblink a:hover{color:#333;text-decoration:underline !important;}
.bblink a:active{color:#333;text-decoration:underline !important;}
 
.top_search_w{
	margin:5px 20px;
	}

.top_search_w table td{
	padding:3px;}


input.fshadow{
	border:solid 1px #aaa;
	width:95%;
    padding:5px;
	font-size:14px;
    -webkit-border-radius: 0.3em;
       -moz-border-radius: 0.3em;
        -ms-border-radius: 0.3em;
         -o-border-radius: 0.3em;
            border-radius: 0.3em;
  
  
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);

}

input.fshadow:focus{
	border:solid 1px #aaa;
    padding:5px;
	font-size:12px;
    -webkit-border-radius: 0.3em;
       -moz-border-radius: 0.3em;
        -ms-border-radius: 0.3em;
         -o-border-radius: 0.3em;
            border-radius: 0.3em;
  
  
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);

	}

/*inputのボタン*/
input.btn_input{
		text-shadow: 1px 1px 2px #003399;
		color:#fff;
		padding:5px 10px;
		border-radius: 0.3em;
	border:1px solid #0C0;
		font-weight:bold;
		cursor:pointer;
		background:#090;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#89c51b), to(#50b107));
	background-image: -webkit-linear-gradient(top, #89c51b, #50b107);
	background-image:    -moz-linear-gradient(top, #89c51b, #50b107);
	background-image:     -ms-linear-gradient(top, #89c51b, #50b107);
	background-image:      -o-linear-gradient(top, #89c51b, #50b107);
	background-image:         linear-gradient(top, #89c51b, #50b107);
	
}

	input.btn_input:hover	{
		text-shadow: 1px 1px 2px #003399;
		color:#fff;
		padding:5px 10px;
		border-radius: 0.3em;
	border:1px solid #0C0;
		font-weight:bold;
		cursor:pointer;
		background:#090;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#50b107), to(#89c51b));
		background-image: -webkit-linear-gradient(top, #50b107, #89c51b);
		background-image:    -moz-linear-gradient(top, #50b107, #89c51b);
		background-image:     -ms-linear-gradient(top, #50b107, #89c51b);
		background-image:      -o-linear-gradient(top, #50b107, #89c51b);
		background-image:         linear-gradient(top, #50b107, #89c51b);
	}

.serchiarea{
	margin:10px 0 0 0}

.nanatsu{
	margin:20px 10px;
	border:solid 1px #ffddb8;
}

.nanatsu h2{
	background-color:#FF6600;
	color:#FFFFFF;
	text-align:center;
	padding:10px 0;
	line-height:1.8;
	}

.nanatsu p{
	margin:15px;
	line-height:160%;
}

.btnarea{
	margin:0 10px 20px 10px;
}

.btnarea a{
	color:#FFFFFF;
	padding:5px;
	background-color:#65A64A;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #78BA58), color-stop(0.00, #65A64A));
background: -webkit-linear-gradient(top, #65A64A 0%, #78BA58 88%);
background: -moz-linear-gradient(top, #65A64A 0%, #78BA58 88%);
background: -o-linear-gradient(top, #65A64A 0%, #78BA58 88%);
background: -ms-linear-gradient(top, #65A64A 0%, #78BA58 88%);
background: linear-gradient(to bottom, #65A64A 0%, #78BA58 88%);




display:block;
margin-bottom:0.5em;
line-height:2;
}
.btnarea a.deco1 span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/deco02.png) no-repeat 0 5px;
	background-size:100%;
	display:block;
	width:20px;
	height:25px;
	margin-right:3px;
	float:left;
	}

.btnarea a.deco2 span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/deco01.png) no-repeat 0 5px;
	background-size:100%;
	display:block;
	width:20px;
	height:25px;
	margin-right:3px;
	float:left;
	}
.btnarea a.deco3 span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/deco03.png) no-repeat 0 5px;
	background-size:100%;
	display:block;
	width:20px;
	height:25px;
	margin-right:3px;
	float:left;
	}	
.btnarea a.deco4 span{
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../../img/deco04.png) no-repeat 0 5px;
	background-size:100%;
	display:block;
	width:20px;
	height:25px;
	margin-right:3px;
	float:left;
	}
.btnarea a:link{color:#fff; text-decoration: none;}
.btnarea  a:visited{color:#fff;text-decoration:none;}
.btnarea  a:hover{color:#fff;text-decoration:underline;}
.btnarea  a:active{color:#fff;text-decoration:none;}



.btnarea img{
	margin:0 0 10px 0;
}

.top_voice{	
	margin:10px 10px 20px 10px;
}

.top_voicemidashi{
	background:url(../../img/fukidashi.jpg) no-repeat;
	color:#ff5400;
	line-height:20px;
	padding:0 0 0 26px;
}
.top_voicemidashi a:link{color:#　; text-decoration: none;}
.top_voicemidashi a:visited{color:#ff5400;text-decoration:none;}
.top_voicemidashi a:hover{color:#ff5400;text-decoration:underline;}
.top_voicemidashi a:active{color:#ff5400;text-decoration:none;}


.top_voice ul{
	overflow:hidden;}

.top_voice li{
	margin:10px 0 0 0;
	overflow:hidden;

}
.top_voice li a:link{color:#222; text-decoration:underline;}
.top_voice li a:visited{color:#222; text-decoration:underline;}
.top_voice li a:hover{color:#222; text-decoration:none;}
.top_voice li a:active{color:#222; text-decoration:underline;}

.top_voice li img{
	float:left;
	margin:0 10px 0 0;
	display:block;
}

.top_voice li p{
	float:left;
	font-size:12px;
	display:block;
	width:60%;
	}

.top_voice li span{
	display:block;
	text-align:right;
	margin:5px 0 0 0;}

.yuuiarea{
	text-align:left;
}

.ofh{
	overflow:hidden;
}

.cara table td{
	vertical-align:top;}



dl.listyuui{
	margin:10px 0 0 0;
	width:50%;}

dl.listyuui dt {

	margin: 0 0 0.8em;
	padding:3px;
	background-color:#fce4ce;
	font-size:12px;
}

dl.listyuui dd {
	margin-bottom: 0.8em;
	font-size:12px;

}

.map{
	margin:0 0 20px 0;
	}
	
.map a{
	text-align:right;
	display:block;
	
	}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.pagetop{
	text-align:right;
	margin-right:5px;
}
.copyright{
    color:#222;
    padding:14px 0;
    text-align:center;
	background-color:#FFF;
    font-size:0.8em;
	border-top:solid 1px #EC347C;
	background-color:#dedede;
}
/*タイトル*/
.ttl01{
	background-color:#F16A9F;
	color:#FFF;
	font-size:120%;
	font-weight:bold;
	padding:10px 5px;
	}
	
.ttl02{
	background-color:#F16A9F;
	color:#FFF;
	font-size:110%;
	padding:10px 5px;
	font-weight:normal !important;
	}
.ttl003{
	color:#F16A9F;
		line-height:1.6;
		margin-bottom:10px;}	
/*------------------------------------------------------------
会社概要
------------------------------------------------------------*/
/*▼会社概要*/
.h1txt {
    border-top: 2px #F16AAB solid;
    border-bottom: 2px #F16AAB solid;
    padding: 5px;
}
.txtbg_lb {
    padding: 10px 0;
    background-color: #fdf7f8;
    text-align: center;
}
.menu_btnarea li.menu_company{
color: #e85c38;

	background-color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
display: block;
padding: 10px 3px 10px 0;
text-decoration: none;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset, 0 2px 2px rgba(0, 0, 0, 0.3) inset;
	}
	
/*.menu_btnarea li.menu_company span{
	border-top: 2px solid #e85c38;
	border-right: 2px solid #e85c38;
	
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	}	*/

.menu_btnarea li.menu_company p{
	width: 25px;
	height: 25px;
	background: url(../img/menu_icon04.png) no-repeat 4px 0;
	background-size: 100%;
	display: inline-block;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	float:left;
	margin-right:5px;}

.menu_btnarea li.menu_company a{color:#e85c38; text-decoration: none;}

.menu_btnarea li.menu_company a:link{color:#e85c38; text-decoration: none;}
.menu_btnarea li.menu_company a:hover{color:#F9C; text-decoration: none;}


.photoarea{
	text-align:center;}

.photoarea img{
	margin-top:1em;}

.story{
	text-align:center; margin-bottom:0.5em;}

.story img{
	margin-bottom:1em;}
.story p{
	text-align:left;
	margin:0.5em 0;}	
	

.contactbox img{
	float:right;
	}	
	
.contactbox p{
	float:left;
	padding:0.5em;
	font-size:80%;}	
	
.contactbox a{
	font-size:140%;}	
	
.contactbox td{
	vertical-align:middle;}	
	
.contactbox span{
	font-size:80%;}	
	
.hp{
	background-color:#666;
	color:#FFFFFF;
	text-align:center;
	padding:0.5em;
	border-radius:4px;
	margin-bottom:0.5em;

	}
	
.p_policy_box1 {
	width: ;
	margin: 0 0 30px 0;
}


.p_policy_box1 ul {
	margin: 5px 0 5px 10px;
	list-style-type:decimal;
}

.p_policy_box1 ul li {
	margin: 0 0 5px 20px;
	list-style-type:decimal;
}
/*------------------------------------------------------------
お客様への７つのお約束
------------------------------------------------------------*/
.img_herf{
	max-width: 20%;
	max-height: 20%;
	margin:0 0 0.5em 0;
}
.point7box{
	width:96%;
	overflow:hidden;
	margin:0 auto 1em;
}
.point7box p{
	font-size:0.9em;
	line-height:1.5;
}
/*アコーディオン*/
dl.acMenu{
	width:96%;
	margin:0 auto 10px;
}
.acMenu dt,
.acMenu dt.active{
	display:block;
	width:100%;
	height:60px;
	margin:8px 0 0;
	line-height:60px;
	font-weight:bold;
	text-indent:14px;
	cursor:pointer;
	border-radius: 0.6em;
	border:1px solid #ccc;
	background:#eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#dfdfdf));
	background-image: -webkit-linear-gradient(top, #fafafa, #dfdfdf);
	background-image:    -moz-linear-gradient(top, #fafafa, #dfdfdf);
	background-image:     -ms-linear-gradient(top, #fafafa, #dfdfdf);
	background-image:      -o-linear-gradient(top, #fafafa, #dfdfdf);
	background-image:         linear-gradient(top, #fafafa, #dfdfdf);
}
.acMenu dt.active{
	border-radius: 10px 10px 0 0;
}
	.acMenu dt span{/*＋マーク*/
		background: url(../img/point_plus.png) no-repeat;
		float: left;
		width: 26px;
		height: 26px;
		margin:18px 0 0 10px;
		white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	}
	.acMenu dt.active span{/*－マーク*/
		background: url(../img/point_none.png) no-repeat;
		float: left;
		width: 26px;
		height: 26px;
		margin:18px 0 0 10px;
		white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	}
.acMenu dd{
	display:none;
	}

/*お客様の声*/

.title04{
	width:100%;
	min-height:25px;
	margin:0 0 20px;
	overflow:hidden;
	background:#FFDDB8;
	text-indent:12px;
	font-size:0.9em;
	font-weight:normal;
	padding-top:5px;
}

dl.shopdl dt.staffcomment{
	background:#d4f1ff;
	padding:8px 4px 8px 4px;
	margin:0 0 0.5em 0;
	text-align:left;}
	
dl.shopdl dt.staffcomment p{
	color:#000066;
	margin-bottom:0.5em;}

/*ページャー*/

.mb20c{ margin-bottom:20px;
	text-align:center;}
.wp-pagenavi {
	padding: 10px 5px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#707070 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #DCDCDC !important;
		padding:6px 5px 6px 5px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#fff !important;
		border-color:#478223 !important;
		background:#599F2F !important;
		background:-moz-linear-gradient(top,#9FE355 1px,#79BF4A 1px,#599F2F) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9FE355),color-stop(0.02,#79BF4A),color-stop(1,#599F2F)) !important;

}
 .wp-pagenavi span.current{
		padding:6px 5px 6px 5px !important;
		border:solid 1px #DCDCDC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#478223 !important;
		background:#599F2F !important;
		background:-moz-linear-gradient(top,#9FE355 1px,#79BF4A 1px,#599F2F) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9FE355),color-stop(0.02,#79BF4A),color-stop(1,#599F2F)) !important;
}

/*ご利用の流れ*/
.floworange{
	}

.floworange p{
	text-align:center;
	color:#d73800;
	margin:10px 0;
	font-size:80%;
	}

dl.flowdl{
	width:90%;
	margin:0 auto 0.5em;
	overflow:hidden;
}
dl.flowdl dt{
	background:#e3e3e3;
	padding:8px 0;
	margin:0 0 0.5em 0;
	text-align:center;
}
dl.flowdl dd{
	margin:0 0 1em 0;
	line-height:1.5;
}

dl.flowdl dt.staffcomme{
	background:#d4f1ff;
	padding:8px 4px 8px 4px;
	margin:0 0 0.5em 0;
	text-align:left;}


.telarea{
	margin:0 0 0 15px;
	vertical-align:top;
	font-size:80%;}

.teltable{}

.teltable th{
	width:20%;
	vertical-align:top;}

.teltable td{
	width:80%;
	vertical-align:top;
	padding:0 0 0 15px;
	font-size:80%;
	text-decoration:none;}

.teltable td a:link{
	color:#d73800;
	text-align:left;
	font-weight:bold;
	font-size:150%;
	margin:0 0 5px 0;
	display:block;
	text-decoration:none;
	}

.teltable td a:visited {color:d73800; text-decoration:none;}
.teltable td a:hover {color:#033; text-decoration:none;}
.teltable td a:active {color:d73800; text-decoration:none;}

.w90{
	width:90%;
	margin:0 auto 2em;
	overflow:hidden;
	font-size:90%;
	
	}

.w90 p{
	color:#d73800;
	margin-bottom:0.5em;
}

.flowphoto{
	text-align:center;
	margin:1em 0;}

.machiawase{
	border:solid 2px #f88036;
	background-color:#f9f5ee;
	text-align:center;
	padding:25px;}

.machiawase p{
	color:#d73800;
	margin-bottom:0.5em;
	font-size:120%;
	text-align:left;

	
	}

.machitxt{
	text-align:left;
	margin:0.5em 0 0 0;
	display:block;}

.indent1{
	text-indent:1em;}

.keiyakuindent{
	color:#000;
	margin:0.5em 0 0.5em 1em;}

.iyoiyo{
	font-size:120%;
	margin-top:0.5em;}
	
/*現地下見・来店予約*/	

.ww90{
	width:90%;
	margin:0 auto 1em;
	overflow:hidden;
	
	}

.yoyaku{
	margin:10px auto 0 auto;}
	
span.redbg{
	padding:3px 5px;
	background-color:#F00;
	color:#FFF;}	
	
.yoyakutel{
	border:solid 2px #ef7c04;
	margin:10px 0 1em 0;}	
	
.telw{
	overflow:hidden;
	margin-top:10px;}
	
.tell{
	float:left;
	width:30%;}

.telr{
	float:right;
	width:50%;}

.yoyakutbl p{
	color:#F00;
	font-size:150%;
	}

.yoyakutbl p a:link {color:#F00; text-decoration:none;}
.yoyakutbl p a:visited {color:#F00; text-decoration:none;}
.yoyakutbl p a:hover {color:#F60; text-decoration:none;}
.yoyakutbl p a:active {color:#F00; text-decoration:none;}


	
.yoyakutbl td{
	font-size:90%;
	padding:0 0 10px 10px;
	}

.vtop{
	vertical-align:top;
	}
.shopdl dt p{
	padding-left:5px;
	text-align:left;}

.shopdl dd ul {
	margin-left: 1.0em;
}
.shopdl dd li{
	margin-bottom:0.5em;
	text-indent: -1.0em;}
	

		

.list_disc li{
	padding-left:1em;
text-indent:-1em;


}
	
dl.yoyakudl p{
	padding-left:5px;
	text-align:left;}
	
	
dl.yoyakudl{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}
dl.yoyakudl dt{
	background:#e3e3e3;
	padding:8px 0;
	margin:0 0 0.5em 0;
	text-align:center;
}
dl.yoyakudl dd{
	margin:0 0 1em 0;
	line-height:1.5;
}
	
.form_01{
	width:95%;
	border: solid 1px #a2a2a2;
	font-size:20px;
	line-height:20px;
	padding:6px 3px;
	text-align:left;
	margin:0 0 15px 0;

}

.form_02{
	width:38%;
	border:1px solid #a2a2a2;
	font-size:20px;
	line-height:20px;
	padding:6px 3px;
	text-align:left;
	margin:0 0 25px 0;
}

.form_03{
	width:100%;
	border:1px solid #a2a2a2;
	font-size:24px;
	line-height:36px;
	padding:6px 3px;
	text-align:left;
}

.form_04{
	width:90%;
	line-height:36px;
	padding:6px 3px;
	text-align:left;
	margin-bottom:20px;
}	
	
.info a:link {color:#ef7c04; text-decoration: underline;}
.info a:visited {color:#ef7c04; text-decoration:underline;}
.info a:hover {color:#F00; text-decoration:none;}
.info a:active {color:#ef7c04; text-decoration:underline;}
		
.info span{
	font-weight:normal;
	}
	
.info p{
	font-weight:bold;
	margin-bottom:0.5em;}	
	
.redred{
	color:#F00;}	
	
.w20{
	width:20%;
	margin-bottom:0.5em;}	
	
.normal{
	font-weight:normal;}	
	
/*チェックボックス*/

ul.checkbox_area{
	width:100%;
	margin:0 0 20px;
}
li.goraiten{
	margin:0 0 25px 30px;
}
ul.checkbox_area li{
	width:90%;
}
ul.checkbox_area li input{
	margin:0 10px 0 0;
}



/*accordion 遠方、スタイル*/
.enpo{
	margin:10px 15px 20px 15px;
	}
.enpo p{
	color:#d73800;
	font-size:110%;
	background:url(../img/txttop01.gif) no-repeat 0px 10px;
	padding:0 0 0 20px;
	margin:10px 0 5px 0;
}

.enpo ul{
	padding:0 0 0 20px;
}

.enpo li{
	margin-bottom:0.5em;}
	
.menugtxt{
	margin-top:10px;}
	
.menugtxt span{
	color:#d73800;
	font-size:110%;
	display:block;
	}	
	
.smpfaq{}	
.smpfaq ul{
	margin-top:10px;
	}	
.smpfaq li{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0.5em;

	}
li.ored{
	color:#d73800;
	margin-bottom:0.5em;
}


dl.acMenug{
	margin:0 auto 10px auto;
}
.acMenug dd{
	position: relative;
	z-index: 1;
	display:block;
	width:100%;
	color:# 3399cc;
	margin:10px; 
	cursor:pointer;
		font-size:110%;
		line-height:2;
}

	.acMenug dd span{/*＋マーク*/
	position: absolute;
	top: 50%;
	right: 8%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #3399cc;
	border-right: 2px solid #3399cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	}

.acMenug dd a:link{color:#3399cc; text-decoration: none;}
.acMenug dd  a:visited{color:#3399cc; text-decoration:none;}
.acMenug dd  a:hover{color:#3399cc; text-decoration:underline;}
.acMenug dd  a:active{color:#3399cc; text-decoration:none;}

.kochira{
	position: relative;
	z-index: 1;
	display:block;
	width:100%;
	color:#1E5A00;
	background-color:#C6F599;
	cursor:pointer;
		font-size:110%;
		text-indent:5%;
		line-height:2;
}

	.kochira span{/*＋マーク*/
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #1E5A00;
	border-right: 2px solid #1E5A00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	}

kochira a:link{color:#ff6600; text-decoration: none;}
kochira a:visited{color:#ff6600; text-decoration:none;}
kochira a:hover{color:#ff6600; text-decoration:underline;}
kochira a:active{color:#ff6600; text-decoration:none;}

.accessarea{}

.accessarea img{
	text-align:center;
	margin:0 auto;
	display:block;}






/*チェックボックス見やすく*/
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 8px;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
	vertical-align:middle;
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

/*ラジオボタン見やすく*/
input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 14px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align: middle;
}

/* チェック時は背景色を変更 */
input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素を使って作成 */
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}	

/*お部屋探し・２つのスタイル*/

	
.styletop{
	margin:0 0 0 0;
	}

.styletop p{
	font-size:130%;
	padding:5px;
	font-weight:bold;
	overflow:hidden;
	}

.style{
		margin:10px 15px 20px 15px;
}	
.style span{
	margin:10px 0;
	display:block;}	
.style p{
	margin:5px 0 15px 0;
	display:block;}	

.styleb{	
	background:#d4f1ff;
	padding:8px;
	margin:0 0 1em 0;
	text-align:left;}

.cafe p{
	margin:15px 0 2px 0;
	display:block;}	
.w96{
	width:94%;
	margin:0 auto;
	font-size:14px;
	line-height:1.7;
}
.title01 {
    line-height: 1.6;
    color: #FFFFFF;
    background-color: #F16AAB;
    padding: 5px;
}
.outlineli{
	margin:0 10px 50px;
overflow:hidden;
	}
.outlineli dl{
	margin-left:auto;
	margin-right:auto;
overflow:hidden;
padding:10px 0 0 0;			/*←最初の行、上部10px空き*/
font-size:14px;
}
.outlineli dl dt{
clear:both;
margin:0 0 5px;				/*←各行の下部10px空き*/
color:#F16AAB;
}
.outlineli dl dd{
margin:0 0 10px;				/*←各行の下部10px空き*/
border-bottom:1px solid #ccc;
padding:0 0 10px 0;			/*←各行の下罫線の上10px空き ＆ dtのwidth分*/
}
.ttlbg{
	/*height:0;
	padding-top:7%;*/
	background:url(../img/ttl_bg.jpg) no-repeat 0 0;
	background-size:contain;
	padding-top:5px;
}
.pem p{
	margin-bottom:1em;}	

/*------------------------------------------------------------
お問合せフォーム
------------------------------------------------------------*/
#conts {
    margin: 0 0 20px 0;
}
#conts .contactInfo{
margin:0 7px 20px;
padding:7px 7px 2px;
border-radius:2px;
background:#EEEFF1;
}
#conts .contactInfo .ttl{
margin:0 0 5px 5px;
font-weight:bold;
background-size:3px 5px;
-webkit-background-size:3px 5px;
color:#F16AAB;
}
#conts .contactInfo .txt{padding-left:10px;line-height:1.5;}
#conts .contactTtl{
	color:#222;
	padding:5px;
	margin:10px 0 10px 0;
	font-weight:bold;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
background:-moz-linear-gradient(top,#ffffff 0%,#ffffff 50%,#eee);
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),color-stop(0.50,#ffffff),to(#eee));
-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);

}

#conts .contactTtl span{
display:block;
color:#222;
font-size:14px;
background-size:3px 5px;
-webkit-background-size:3px 5px;

}

#conts .box{margin:0 7px 20px;padding:10px;border:1px solid #1862AB;border-radius:2px;background:#fff;}
#conts .box .image{float:left;margin-right:10px;}
#conts .box p{font-size:12px;}
#conts .selectFirst{margin:0 7px 20px;}
#conts .selectFirst p{margin:20px 5px 15px;font-size:12px;}
#conts .form_area .customer{margin-bottom:0;}
#conts .form_area table{margin-bottom:10px;width:100%;border-collapse:collapse;}
#conts .form_area th,
#conts .form_area td{text-align:left;}
#conts .form_area th{
padding:5px 7px;
    background-color: #F16AAB;
color: #FFF;

}
#conts .form_area th p{
padding-left:5px;
font-size:120%;
background-size:12px 12px;
-webkit-background-size:12px 12px;
margin-bottom:0;
}
#conts .form_area th p span{color:#fff;font-size:10px;font-weight:normal;}
#conts .form_area td{padding:10px 7px 15px;}
#conts .form_area .confirm td{padding:15px;}
/*#conts .form_area td input{width:80%;font-size:12px;}
#conts .form_area td p input{width:24px;}*/
#conts .form_area td select,#conts .selectFirst select{width:88%; display: inline-block; 
padding: 5px 0;
	line-height:2;}
#conts .form_area td.selectSmall select{width:30%; display: inline-block;

padding: 5px 0;
    color: #222;
    line-height: 2;
}
#conts .form_area td textarea{width:86%;height:60px;margin-bottom:20px;}
#conts .form_area .policy{margin-bottom:5px;}
#conts .need,#conts .error{color:#ff0000;}
#conts .message{
margin:0 0 20px 7px;
padding-left:5px;
font-size:11px;
background:url(../img/common/icon/ico03.png) no-repeat left 5px;
background-size:3px 5px;
-webkit-background-size:3px 5px;
}
.dpcms_bukkenshosai_formp{overflow:hidden;margin:0 10px 20px 10px;padding:0 0 0 20px; line-height:1.6;}
.dpcms_bukkenshosai_formp ul{margin:0;}
.dpcms_bukkenshosai_formp li{list-style-type:disc;padding:0px 0 4px 0;}
.dpcms_bukkenshosai_formp li span{color:#1862AB;font-weight:bold;}

#name,#furi,#tel,#mail,#fax,#kana{
	width:90%;
	height:35px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #CCCCCC;
}

#waku{
	height:35px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #CCCCCC;
}

.border_l{
	margin-bottom:0.5em;}

.aboutli dl dd{
	margin:10px;}
	
.btn_input_form {
    text-align: center;
    font-weight: bold;
    line-height: 42px;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    background: #fff;
    font-size: 117%;
    display: block;
    margin: 10px auto;
    color: #C2061E !important;
    border: 2px solid #C2061E;
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none !important;
}
.kome_red {
    color: #C00 !important;
}
.f14{font-size:14px;}

/*戻る*/
.btn_modoru_form{
	float:left;
    text-align:center;
    color:#fff;
    font-weight:bold;
    height:42px;
    line-height:42px;
    border:none;
    font-size:1.2em;
    cursor:pointer;
    background: #333;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #333), color-stop(0.00, #666));
background: -webkit-linear-gradient(top, #666 0%, #333 88%);
background: -moz-linear-gradient(top, #666 0%, #333 88%);
background: -o-linear-gradient(top, #666 0%, #333 88%);
background: -ms-linear-gradient(top, #666 0%, #333 88%);
background: linear-gradient(to bottom, #666 0%, #333 88%);

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    margin: 10px auto;
}

.btn_modoru_form:hover {
    text-align:center;
    color:#fff;
    font-weight:bold;
    height:42px;
    line-height:42px;
    border:none;
    font-size:1.2em;
    cursor:pointer;
    background: #333;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #666), color-stop(0.00, #474747));
background: -webkit-linear-gradient(top, #474747 0%, #666 97%);
background: -moz-linear-gradient(top, #474747 0%, #666 97%);
background: -o-linear-gradient(top, #474747 0%, #666 97%);
background: -ms-linear-gradient(top, #474747 0%, #666 97%);
background: linear-gradient(to bottom, #474747 0%, #666 97%);

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
                margin-bottom:20px;
    }
.btnarea01{
	width:70%;
	margin:0 auto;
	height:60px;
	overflow:hidden;
}
.btnarea01:after{content: "";display: block;clear: both;}

.btn_w500{/*ボタン*/
	display:block;
	width:80%;
	margin:0 auto 20px;
	height:44px;
	line-height:44px;
	text-decoration: none!important;
	background:#F7B800;
	border-radius:4px;
	cursor: pointer;
	color:#666;
	text-align:center;
	font-size:16px;
}
.btn_w500:link{color:#fff;}
.btn_w500:visited{color:#fff;}
.btn_w500:hover{color:#fff; opacity:0.6;}
.btn_w500:active{color:#fff;}

.btn_w500:after{
	font-family: 'FontAwesome' ;
	content: '\f054';
	/*display: inline-block;*/
	/*width: 4em;*/
	/*text-align: center;*/
	color:#fff;		/*色*/
	font-size:0.9em;
	float:right;
	padding:0 20px 0 0;
}
.title02{
	padding:4px;
	background:#ddd;
	border-left:4px solid #F16AAB;
	font-weight:normal;
	font-size:12px;
}
ul.listyes li{
	list-style-type:disc;
	margin:0 0 1em 2em;
}

.o_cms{
	width:100%;
	margin:10px auto 30px;
	border:1px solid #ccc;
}
.o_cms dl{
	margin:10px 20px;
}
.o_cms dl dt{
	border-left:3px solid #E45698;
	line-height:1.3;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 0 8px;
}
.o_cms dl dt a:link{color:#222; text-decoration:none;}
.o_cms dl dt a:visited{color:#222; text-decoration:none;}
.o_cms dl dt a:hover{color:#222; text-decoration:none;}
.o_cms dl dt a:active{color:#222; text-decoration:none;}

.o_cms_photo{
	width:280px;
	height:210px;
	margin:0 auto 4px;
	position:relative;
	border:1px solid #eee;
}
.o_cms_photo img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
max-width: 280px;
max-height: 210px;
}
.pink{color:#CA003E;}

.o_cms_text_l strong{
	color:#CA003E;
	font-weight:bold;
	font-size:15px;
}
.btn_detail{
	height: 60px;
	line-height: 60px;
	padding: 10px;
	overflow: hidden;
	text-decoration: none!important;
	border:1px solid #ccc;
	background:#eee;
	background: -webkit-linear-gradient(top, #fafafa, #eee);
	background:         linear-gradient(top, #fafafa, #eee);
	border-radius:4px;
	cursor: pointer;
}
.btn_detail:link{color:#333;text-decoration:none;}
.btn_detail:visited{color:#333;text-decoration:none;}
.btn_detail:hover{color:#333;text-decoration:none;}
.btn_detail:active{color:#333;text-decoration:none;}

/*ページ送り*/
.pagenavearea{
	padding:3px 0 8px 0;
	text-align:center;
	overflow:hidden;
}
.wp-pagenavi {
	text-align:center;
	margin:10px auto;
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#1b71b8 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #CCCCCC !important;
		padding:3px 9px 3px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#FFF !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd))!important;
	background-image: -webkit-linear-gradient(top, #ccc, #ddd) !important;
	background-image:    -moz-linear-gradient(top, #ccc, #ddd) !important;
	background-image:     -ms-linear-gradient(top, #ccc, #ddd) !important;
	background-image:      -o-linear-gradient(top, #ccc, #ddd) !important;
	background-image:         linear-gradient(top, #ccc, #ddd) !important;
}
 .wp-pagenavi span.current{
		padding:3px 9px 3px 9px !important;
		border:solid 1px #CCCCCC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#aaa))!important;
	background-image: -webkit-linear-gradient(top, #999, #aaa) !important;
	background-image:    -moz-linear-gradient(top, #999, #aaa) !important;
	background-image:     -ms-linear-gradient(top, #999, #aaa) !important;
	background-image:      -o-linear-gradient(top, #999, #aaa) !important;
	background-image:         linear-gradient(top, #999, #aaa) !important;
}
/*PCサイトはこちら*/
.pcview{
	margin:0 0 10px 0;
}
.pcview a{
	display:block;
	width:88%;
	margin:10px auto 20px;
	padding:16px 10px;
	border:1px solid #ccc;
	background:#fff;
	border-radius: 0.3em;
	text-decoration:none;
	background:#eee;
	background: -webkit-linear-gradient(top, #fafafa, #eee);
	background:         linear-gradient(top, #fafafa, #eee);
}
.pcview a:after{content: "";display: block;clear: both;}

.pcview a:link{color:#f00;}
.pcview a:visited{color:#f00;}
.pcview a:hover{color:#f00;}
.pcview a:active{color:#f00;}
/*------------------------------------------------------------
retina
------------------------------------------------------------*/	
#logo {
     width: 320px;
     height: 388px;
     background: url(../../img/bg.jpg) no-repeat;
     display: block;

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#logo {
     width: 320px;
     height: 388px;
     background: url(../../img/bg_retina.jpg) no-repeat;
     background-size: 100%;
     display: block;

	}
}	

	