@charset "EUC-JP";
body{
	font-family: YuGothic,"¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN","¥á¥¤¥ê¥ª","Meiryo","Osaka","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	font-size: .75em;
	color: #3D2D1C;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
  color:#3D2D1C;
  text-decoration:none;
}
form{
	margin:0px;
}
h1,h2,h3,h4,h5,h6,th {
  font-weight:normal;
  letter-spacing: 0.1em;
}
strong,.bold{
  font-weight:bold;
}
img {
  line-height:0;
}
.iw100 {
width:100% !important;
}
.inputCancel * {
	border:none;
	background:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.word {
	display: inline-block;
}
.yt-bkCon .base_btn{
	display: inline-block;
    width: 45%;
    background: url(../images/bg.png) left top #DBD0AD;
    color: #5C4A3D;
    font-size: 1.08em;
    text-align: center;
    padding: 9px;
}
/*slidebar*/
html, body, #sb-site, .sb-site-container, .sb-slidebar {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
}
html {
	height: 100%; /* Site is as tall as device. */
}
body {
	min-height: 100%;
	height: auto;
	position: relative;
	background-color: #F7F5F1;
}
.sb-init.sb-active.sb-active-right {
	overflow: hidden;
    height: 100%;
}
html.sb-active:not(.sb-slidebar) {
    overflow-y: scroll;
}
#sb-site {
	width: 100%;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	padding-top: 50px;
    background-color: #F7F5F1;
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto; 
	position: fixed;
	top: 0;
	z-index: 0; 
	display: none; 
	background-color: #fff; 
	-webkit-transform: translate(0px); 
}
.sb-right {
	right: 0; /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; 
}
.sb-slidebar.sb-active {
	display: block;
}
.sb-style-overlay {
	z-index: 9999; 
}
.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; 
}
.sb-slidebar {
	width: 16.25rem;
	font-family: "smart";
}
.sb-width-thin {
	width: 55%;
}
.sb-width-wide {
	width: 85%;
}
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
	-webkit-transition-property:
	-webkit-transform, left, right; 
	-webkit-backface-visibility: hidden; 
}
.sb-hide { 
	display: none; 
}
.sb-toggle-right {
    width: 50px;
    height: 50px;
}
.sb-toggle-right,
.pc_subnav {
	position: absolute;
    top: 0;
    right: 0;
}
.sp-inbox {
	width: 15px;
	height: 15px;
    position: relative;
	margin: 17.5px auto;
}
.sb-toggle-right span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #6F593F;
	transition: all .4s;
}
.sb-toggle-right span:nth-of-type(1) {
	top: 0;
}
.sb-toggle-right span:nth-of-type(2) {
	top: 50%;
	margin-top:-0.5px;
}
.sb-toggle-right span:nth-of-type(3) {
	bottom: 0;
}
.sb-toggle-right.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.sb-toggle-right.active span:nth-of-type(2) {
	opacity: 0;
}
.sb-toggle-right.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
.sb-overlay {
	position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
/*wrapper*/
#header {
	display: block;
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 104;
	box-shadow: 0 1px 2px 0px rgba(0,0,0,0.3);
}
.logobox {
    padding: 11px 10px 7px;
    height: 50px;
}
.logoImg {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    padding-top: 1px;
}
#new_year img {
	width: auto;
    max-width: 100%;
	vertical-align:middle;
}
.mainImgBox {
	height:160px;
	width: 100%;
	background:url('../images/topimg.jpg') center center no-repeat;
	background-size:cover;
	position: relative;
    margin-bottom: 15px;
}
.imgMask {
	height:100%;
}
.imgTxt {
	padding: 0 10px;
    text-align: center;
    color: #fff;
    font-size: 1.16em;
	position: absolute;
    bottom: 20px;
    width: 100%;
    margin: auto;
    text-shadow: 0px 1px 2px rgba(102,68,40,.7);
}
.imgtxt {
	font-size: 1.4em;
    line-height: 1.5em;
}
.imgTxt .able_txt{
	background: #27a190;
    padding: 10px 12px;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 1.3rem;
	font-weight: bold;
}
@media screen and (max-width: 670px){
	.imgTxt .able_txt{
		font-size: 1.1rem;
	}
}
.on_lock {
	margin: 10px 1.5%;
    text-align: center;
}
.abBox {
    letter-spacing: -.50em;
}
.abbox {
    display: inline-block;
    letter-spacing: normal;
}
/*index*/
.contents {
	padding:0 1.5%;
    width: 100%;
    margin: auto;
}
#bk_tabs {
	font-family: "smart";
    margin: 20px auto;
    text-align: center;
}
.bk_tab {
    display: inline-block;
	vertical-align: top;
	width: 49%;
}
.tabmenu {
    display: block;
    width: 100%;
	position: relative;
	font-size: 1.5em;
	color: #fff;
	background-color: #ccc;
	border-bottom: 2px solid #B3B3B3;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.05);
    box-shadow: 0 2px 1px rgba(0,0,0,.05);
	padding: 10px;
}
.active .tabmenu {
    margin-top: 2px;
    border: none;
    box-shadow: none;
}
.rentTab.active .tabmenu {
	background-color: #EFBA9C;
}
.saleTab.active .tabmenu {
	background-color: #79CADC;
}
.h2Caption,
.h2caption {
	font-family: "smart";
	text-align: center;
}
.h2caption {
	margin-bottom: 25px;
}
.iconTtl {
    font-size: 2em;
    color: #A8AAA1;
}
.topTtl {
    font-size: 1.8em;
    margin: 5px 0 5px;
}
.topTxt {
    font-size: 1.08em;
}
.keyword {
    display: block;
    text-align: center;
    padding: 20px 0;
}
.keyBox {
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: middle;
    -moz-border-radius: 5px;
    border: 1px solid #d2d2d2;
    font-size: 1.16em;
}
.quickSearch {
	background-color: #fff;
    border-radius: 5px;
    padding: 10px 4%;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.05);
    box-shadow: 0 2px 1px rgba(0,0,0,.05);
	margin:20px auto 35px;
}
.fom_Box_cr td {
    display: inline-block;
    width: 33%;
}
.catbox {
    text-align: center;
    margin: 10px auto 30px;
}
.catimg {
    display: inline-block;
    width: 32%;
    margin: 0.5%;
}
.catimg img {
    width: 100%;
}
.bkCon {
    position: relative;
    color: #333;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}
.bkHead {
    padding: 0 0 10px;
}
.bkHead,
.bkhead,
.bkBody {
	position:relative;
}
.bktime {
	float: right;
    line-height: 24px;
    vertical-align: middle;
}
.bkCat {
    display: inline-block;
    font-size: 1.08em;
    font-weight: bold;
    color: #fff;
    padding: 6px 0 3px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    width: 90px;
    text-align: center;
}
.bkBody {
	background-color: #fff;
	padding: 12px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.bkNew {
    width: 47px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.bkclosed {
    width: 76px;
    position: absolute;
    left: 10px;
    top: 7px;
}
.bkPhoto {
	width:100%;
	height:170px;
	 display: grid !important;
}
.bkTtl {
    font-size: 1.17em;
    font-weight: bold;
    margin:13px 0 5px;
    line-height: 1.5em;
    word-break: break-all;
    word-wrap: break-word;
}
.bkData {
	display: inline-block;
    width: 49%;
    margin: 10px 0 7px;
}
.bkdata {
	padding: 4px 0 2px;
    font-weight: bold;
    height: 30px;
}
.madori {
    font-size: 15px;
    color: #5F4E3E;
    font-weight: bold;
    line-height: 20px;
}
.bkAdd {
	line-height: 1.5em;
    font-size: 1em;
    letter-spacing: .1em;
	padding: 2px 0;
}
.bkAdd i {
    color: #DBD0AD;
    font-size: 1.25em;
    padding-right: 5px;
    vertical-align: -2px;
}
.bkCom {
	display: none;
}
.icons {
	display: inline-block;
    color: #B3AB95;
    font-size: 1.25em;
    letter-spacing: .5em;
    padding-top: 15px;
    width: 50%;
    min-height: 34px;
}
.bkFavo {
	font-family: "smart";
    float: right;
	font-size: 1.25em;
    color: #a8aaa1;
    margin-top: 15px;
}
.onFav {
	color: #EC6867;
}
.bkBtns {
	font-family: "smart";
    margin: 0 0 15px;
}
.deBtn,.rqBtn {
    display: inline-block;
    width: 50%;
}
.rqBtn {
    float: right;
    padding-left: 1px;
}
.moreLink {
	display: block;
    width: 100%;
    background: url('../images/bg.png') left top #DBD0AD;
    color: #5C4A3D;
    font-size: 1.08em;
    text-align: center;
    padding: 9px;
}
.moreBtn {
    display: block;
    width: 100%;
	font-family: "smart";
    font-size: 1.33em;
    text-align: center;
    border: 3px solid #DBD0AD;
    padding: 15px 15px;
    margin: 20px auto 60px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    letter-spacing: normal;
}
#boxUseful {
    background-color: #fff;
    padding: 20px 0;
    margin-top: 30px;
}
#boxUseful img {
    width: auto;
    max-width: 100%;
}
.fimg,
.fImg li,
.Fimg {
    margin-bottom: 10px;
}
.arBox {
	width:100%;
}
.useTcell {
    margin: 0 5px 10px;
    height: 86px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}
.usePhoto {
	display: inline-block;
	height: 71px;
    width: 39.25%;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.useTxt {
    display: inline-block;
    width: 58%;
    padding-left: 5px;
    vertical-align: top;
}
.useTtl {
	line-height: 1.5em;
    font-size: 1.08em;
    word-break: break-all;
    word-wrap: break-word;
    margin: 5px 0;
}
.useBtn {
    display: block;
    height: 35px;
    line-height: 29px;
    background: url('../images/bg.png') left top #DBD0AD;
    font-size: 1.25em;
	font-family: "smart";
    text-align: center;
    padding: 5px 20px;
}
.useBtn .pull-right {
    line-height: 29px;
}
.fbana {
    margin: 10px auto;
}
/*main*/
.Pan {
    font-size: 0.83em;
    margin: 10px 0;
    padding: 5px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: wrap;
}
.Pan li {
    display: table;
}
.pan {
	font-size: 0.83em;
    margin: 10px 0;
    padding: 5px;
    background-color: #f2f2f2;
    line-height: 1.5em;
}
#searchBox {
	border: 6px solid #EFEAE1;
	border-top: none;
    background-color: #fff;
    padding: 1px 10px;
    border-radius: 6px;
}
.h2ttl {
    font-size: 1.16em;
    font-weight: bold;
    width: 100%;
    padding: 12px 30px;
    margin: 20px auto 0px;
    color: #fff;
    text-align: center;
    background-color: #90755d;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
.quickacc dd {
    padding: 8px;
    vertical-align: middle;
	display: block;
    width: 100%;
    font-size: 1.09em;
}
.quickacc .sh_Box_cr {
	padding: 8px 2px;
}
.quickacc .sh_Box_cr2 {
    padding: 8px 2px;
}
.sh_100 {
	width: 100%;
}
.topSearcBtn {
	display: block;
	width: 90%;
	margin: 10px auto 20px;
}
.quickSearcBtn {
	width: 100%;
    margin: 25px 0 10px;
}
.keyBtn,
.quickSearcBtn,
.topSearcBtn {
	cursor: pointer;
	border: none;
    border-image: none;
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #DBD0AD;
	border-bottom: 2px solid #CCC2A8;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.05);
	 -moz-box-shadow: 0 2px 1px rgba(0,0,0,.05);
    box-shadow: 0 2px 1px rgba(0,0,0,.05);
}
.keyBtn:hover,
.quickSearcBtn:hover,
.topSearcBtn:hover,
.btnSearch:hover {
    background-color: #CCC2A8;
	border-bottom: none;
    -webkit-box-shadow: none;
	 -moz-box-shadow: none;
    box-shadow: none;
}
.keyBtn {
    margin-left: 2%;
    padding: 2% 2.5%;
    font-size: 1.25em;
}
.mem_box {
    background-color: #F7F5F1;
    margin: 0px 5px 15px;
    padding: 15px;
    border-radius: 5px;
}
.mem_box2 {
    background-color: #fff;
    margin: 0px 5px 15px;
    padding: 15px;
    border-radius: 5px;
}
.menTtl {
    font-size: 1.33em;
    margin-bottom: 5px;
    font-weight: bold;
}
.memList {
    display: inline-block;
    width: 49%;
    text-align: center;
}
.memList-link,
.memList-link2 {
	display: block;
    background-color: #DBD0AD;
    border-bottom: solid #CCC2A8 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px 10px 10px;
    margin-top: 10px;
}
.memList2 {
    display: inline-block;
    width: 80%;
    text-align: center;
}
.memList-link2 {
    margin-top: 20px;
}
.memTxt {
    line-height: 1.6em;
    margin-top: 15px;
	font-size:1.15em;
}
.memBtn {
    margin: 0 auto 30px;
}
.memPass {
    display: block;
    font-size: 1.25em;
    margin: 15px auto;
    text-align: right;
}
.catTtl {
    margin: 30px 0 10px;
    border-bottom: 1px dotted #c5b59d;
    font-size: 1.5em;
    line-height: 1.5em;
}
.pager {
	padding: 5px 2% 12px;
    text-align: center;
}
.pager2 {
	padding: 15px 2% 12px;
    text-align: center;
}
.pageBtn,
.num_act {
    display: inline-block;
    width: 5.5%;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    font-size: 1.17em;
    font-weight: bold;
    padding:10px;
    margin: 0 3px;
	vertical-align: top;
	box-sizing: content-box;
}
.pageBtn {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 3px solid rgba(0,0,0,0.2);
}
.pageBtn:hover {
	margin-top: 2px;
    background-color: #F7F7F7;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.num_act {
    background-color: #CCC2A8;
    color: #fff;
    margin-top: 3px;
}
.selectWrapper,
.selectWrapper2 {
    position: relative;
    display: inline-block;
}
.select01,.select02,
.selectWrapper2 select {
	display:table-cell;
    vertical-align: middle;
    min-width: 110px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px 30px 5px 10px;
    box-sizing: border-box;
    background-color: #fff;
	font-size:1.17em;
    color: #3D2D1C;
    border: solid 1px #C1C1C1;
}
.select02 { 
	min-width:10px;
}
.sh_box_cr td,
.sh_Box_cr td {
    display: inline-block;
    width: 50%;
	padding: 2px;
}
.sh_Box_cr td {
	font-size: .85em;
}
.sh_box_cr2 td,
.sh_Box_cr2 td {
    display: inline-block;
    width: 100%;
    padding: 2px;
}
.sh_Box_cr2 td {
    font-size: .85em;
}
.no-data-box {
    margin: 30px auto 50px;
    text-align: center;
}
.cmpTtl {
    border-bottom: 2px solid #D0D8CC;
    color: #245786;
    font-size: 1.25em;
    padding: 5px 0 1px 10px;
    line-height: normal;
    margin: 25px 0 10px;
}
/*mylist*/
.favoBox,
.favobox {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
}
.favobox {
	padding-top: 15px;
	margin: 0 0 10px;
    margin-top: 0;
}
.favoBox li,
.favobox li {
    display: table-cell;
    padding: 5px;
	vertical-align: top;
}
.favoBtn {
    display: block;
    background-color: #DBD0AD;
    padding: 10px 3px;
    font-size: 1.08em;
    border-bottom: 3px solid #CCC2A8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.favoBtn:hover,
.favobtn:hover {
    margin-top: 3px;
    background-color: #CCC2A8;
	border-bottom: none;
}
.favobtn {
	display: block;
    background-color: #DBD0AD;
    padding: 7px 3px;
    font-size: 1.5em;
    border-bottom: 3px solid #CCC2A8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bkhead {
    padding: 5px 0 15px;
}
.checkbox {
    float: right;
    padding-left: 10px;
    margin-top: -4px;
}
.checkbox input[type="checkbox"] {
    position: relative;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid #DBD0AD;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.checkbox input[type="checkbox"]:checked:after {
	position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    width: 15px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*side*/
.drawer-list {
	border-bottom: 1px solid #E8E6E1;
}
.drawer-link{
    display: block;
	color: #926540;
    padding: 18px 30px 18px 25px;
	position: relative;
}
.drawer-link i {
    font-size: 1.09em;
    margin-right: 10px;
}
.drawer-link i.ic-right,
.drawer-link i.ic-down,
.drawer-link i.ic-up {
	position: absolute;
    right: 20px;
    font-size: 1.33em;
}
.drawer-link.active {
    color: #3D2D1C;
	font-weight: bold;
}
ul.cat-menu {
    padding: 0 5px 0 10px;
	background-color: #F7F5F1;
}
.cat-menu > li {
    border-top: 1px dotted #E8E6E1;
}
/*footer*/
#share {
    overflow: hidden;
	clear: both;
	text-align: center;
}
#share li {
    display: inline-block;
    margin: 25px 3%;
	width: 40px;
}
#footer {
	font-family: "smart";
	position:relative;
    background: url('../images/bg_dod.png') left top;
    padding-top: 20px;
}
.ftIcon {
	font-size: 4.17em;
    color: #A8AAA1;
}
.ftTxt {
    color: #75776C;
    line-height: 1.5em;
    margin: 10px 0;
}
.fcon {
    padding: 2.5%;
}
.fcon1,.fcon2 {
	vertical-align: top;
    font-size: 1.17em;
}
.fcon1:first-child {	
	width: 100%;
}
.fcon1 {
	padding-right: 10px;
    width: 50%;
}
.fTtl {
    display: inline-block;
    font-size: 1.14em;
    margin: 10px 0;
}
.fList {
    margin-left: 10px;
    line-height: 1.5em;
}
.fList dt {
    color: #75776C;
	font-size: 0.87em;
}
.fList li { 
	margin-bottom: 8px;
}
#copy {
    background: #CCC2A8;
    font-size: 1em;
    margin-top: 25px;
    padding: 10px 5px;
}
.pagetop {
	display: block;
	background-color: #245786;
    font-size: 1.2em;
	color: #fff;
    letter-spacing: .1em;
	padding: 15px 0;
    text-align: center;
}
/*form*/
.contactbox {
    background-color: #fff;
    padding: 1.5% 3%;
    width: 100%;
    margin: 20px auto 60px;
}
.t-contact {
	padding: 10px;
    line-height: 1em;
    margin: 10px 0.5%;
    vertical-align: middle;
}
.subttl {
    display: inline-block;
    width: 100%;
    font-size: 1.08em;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 10px;
}
.required,
.arbitrary {
	display: inline-block;
    background: #D04E2E;
    color: #fff;
    padding: 3px 5px;
    float: right;
    margin: -4px 10px -6px 0;
    font-size: 0.83em;
    vertical-align: middle;
}
.arbitrary {
    background-color: #888;
}
.t-contact td {
	display: inline-block;
    padding: 6px;
}
.size1 td,.size3 td {
    width: 100%;
}
.size2 td {
    width: 50%;
}
.t-cbox {
	display:inline-block;
	width:45%;
	font-size:14px;
}
.t-box,
.tbox {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
textarea {
    width: 100%;
}
.tbox {
	font-size:1.13em;
}
.tBox {
    line-height: 1.5em;
    margin-top: 10px;
}
.sentBox {
    background-color: #E7F7E3;
    padding: 20px 4%;
    width: 100%;
    margin: auto;
    line-height: 1.7em;
    font-size: 1.16em;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btnSearch,
.btnSearch2 {
    width: 80%;
	font-size: 1.33em;
	text-align: center;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    padding: 8px 0 6px;
	margin: 20px auto;
	border: none;
	background-color: #DBD0AD;
	color: #fff;
	font-size: 1.3em;
    line-height: normal;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.btnSearch {
    display: inline-block;
	margin: 20px auto;
}
.btnSearch2 {
    display: block;
	vertical-align: top;
}
.btnSearch2:hover,
.btnSearch2.active {
	background-color: #999;
}
/*input*/
label {
    font-size: 1.08em;
    vertical-align: middle;
	padding: 3px 3px 3px 5px;
}
.contactbox input[type="text"],
.contactbox input[type="tel"],
.contactbox input[type="email"],
.contactbox input[type="password"],
.contactbox textarea,
.calTable input,
.loanTable input,
.smp_use {
	width:100%;
	box-sizing: border-box;
	padding: 10px 5px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
	background-color: #fff;
}
textarea {
	resize: vertical;
}
select[disabled] {
    color: #A0A0A0;
    border-color: #E2E2E2;
    background: #F7F5F1;
}
/*input[type="radio"] */
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: 0;
	border: none;	
}
input[type="checkbox"]:checked:focus,
input[type="radio"]:checked:focus {
    border: none;
	outline: 0;
}
input[type="radio"] {
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #DBD0AD;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: #fff;
    cursor: pointer;
}
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    content: "";
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
input[type="checkbox"]:checked, 
input[type="radio"]:checked {
    background: #DBD0AD;
}
/*input[type="checkbox"]*/
input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #DBD0AD;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
input[type="checkbox"]:checked:after {
    position: absolute;
    content: '';
	top: 3px;
    left: 2px;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: 0;
	border: 2px solid #DBD0AD;	
}
input[type="checkbox"]:checked:focus,
input[type="radio"]:checked:focus {
    border: 2px solid #DBD0AD;
}
/*sub*/
.subtxt {
    padding: 0 5px;
    line-height: 1.5em;
	margin: 10px auto;
}
.otherBox,
.dicBox {
    line-height: 2;
    letter-spacing: 0.14em;
    margin-bottom: 40px;
}
.dicBox {
	padding: 0 1.5%;
}
.asslist {
    padding: 10px 0;
}
.asslist li {
    margin: 10px 0;
}
.comTable {
    margin: 10px auto 60px;
    width: 100%;
    background: #fff;
}
.comTable th,
.comTable td {
	border: 1px solid #CBD2D1;
	vertical-align:middle;
	padding:8px 1.5%;
    line-height: 1.4em;
}
.comTable th {
    background-color: #f6f6f6;
    width: 22%;
}
.tnp_map img {
    width: 47%;
    height: auto;
}
.tw30 { 
	width:30%;
}
.ans-box {
    width: 90%;
    margin: auto;
    text-align: center;
    background-color: #fff;
    padding: 11px;
    border-radius: 10px;
    font-size: 1.12em;
    line-height: normal;
	box-shadow: 0 1px 3px 0px #D2D2D2;
}
.dicTable {
	width:100%;
	table-layout:fixed;
    margin: 10px auto 30px;
    text-align: center;
}
.dicTable td {
	font-size:1.08em;
	line-height:1.625em;
	letter-spacing:0.12em;
}
.dicTable td {
    border: 1px dotted #A2988A;
    vertical-align: middle;
    padding:10px 5px;
    background-color: #fff;
}
.dic_word {
    overflow-x: auto;
    margin: 40px auto 15px;
    text-align: center;
}
.dic_word-box {
    display: table;
	margin: auto;
}
.dic_word-box li {
	display: table-cell;
    padding: 3px 6px;
}
.dicBox section[id] {
    padding-top: 50px;
}
.dic_term {
    padding: 10px;
	background-color: #fff;
	margin-bottom:-25px;
}
.dicttl {
	background-color: #dedfd5;
    font-size: 1.42em;
    padding: 7px 15px 5px;
    border-radius: 3px;
    line-height: normal;
}
.dic_term p,
.dicterm p {
    padding: 10px;
}
.abImg {
    display: block;
    margin: 10px auto;
}
.abTxt{
    line-height: 1.5em;
    font-size: 1.08em;
    padding: 10px;
}
.reBox {
    width: 50%;
    text-align: center;
    vertical-align: top;
}
.dicterm {
    padding: 10px;
	background-color: #fff;
	margin-bottom: 15px;
}
.sitemap ul {
    padding-bottom: 10px;
}
.sitemap a {
	font-size: 1.08em;
}
.sateTable {
    width: 100%;
    margin: 10px auto;	
}
.calTable,
.loanTable,
.loanTable_spa {
    width: 100%;
    background-color: #fff;
    margin: 10px auto;
}
.sateTable th,
.sateTable td,
.calTable th,
.calTable td,
.loanTable th,
.loanTable td,
.loanTable_spa th,
.loanTable_spa td {
    padding: 8px 2%;
    border: 1px solid #dcdcdc;
	vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word;
}
.sateTable td table {
    width: 80%;	
}
.sateTable td td {
    border: none;	
}
.calTable th {
	width:60%;
    background: #f6f7f8;
    line-height: 1.25em;
}
.sateTable th,
.loanTable th,
.loanTable_spa th {
    background: #f6f7f8;
}
.calTable input,
.loanTable input { 
	width:75%;
	margin-right:1.5%;
}
.loanTable_spa th,
.loanTable_spa td {
	display:block;
	width:100%;
}
.loanTable_spa td {
    border-top: none;
    padding: 13px;
    font-size: 1.33em;
}
.miTxt {
    font-size: 1.08em;
    letter-spacing: .1em;
    color: #A8AAA1;
    margin: 15px 0 10px;
    font-weight: bold;
}
/*allclass*/
.error_msg {
    color: #b94a48;
    font-size: 1.13em;
    line-height: 1.6em;
    padding: 20px 0;
}
.errorBox {
	background-color: #f2dede;
    color: #b94a48;
    padding: 10px 3%;
    width: 100%;
    margin: 25px auto;
    text-align: center;
    line-height: normal;
    font-size: 1.08em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.red { color:#D04E2E; }
.txtRent {
    color: #EFBA9C;
}
.txtSale {
    color: #79CADC;
}
.bgRent {
	background-color: #EFBA9C;
}
.bgSale {
	background-color: #79CADC;
}
.bgClose {
	background-color: #8173A0;
}
.a02,
.useful a {
    color: #4CB5BB;
    text-decoration: underline;
}
.fs11 { font-size: 11px !important; }
.fs14 { font-size:14px; }
.fs20 { font-size: 20px; }
.disc,
.useful ul {
	 list-style:disc inside;
    padding-left: 8px;
}
.circle { 
	list-style:circle inside;
	text-indent: 1em;
}
.page_c { text-align:center; }
.page_r { text-align:right; }
.page_l{ text-align:left; }
.m10 { margin: 10px auto;}
.m20 { margin: 20px auto;}
.m2m3 {
	margin: 15px auto;
}
.of { overflow:hidden; }
.clear_m { clear:both; }
.clear_all {
clear:both;
padding:0;margin:0;
font-size:0px;line-height:0;
}
/*contents*/
.ulUse {
	margin: 15px auto;
    line-height: 2.5em;
}
.ulUse li {
    display: inline-block;
	padding-right: 6px;
}
.ulLink {
	font-size: 1.17em;
    color: #B3B3B3;
}
.ulLink:hover {
	border-bottom: 2px dotted;
}
.ulLink.active {
	color:#D04E2E;
	font-weight: bold;
	border-bottom: 2px dotted #D04E2E;
}
.h3Ttl {
    padding: 10px;
    font-size: 1.17em;
    margin: 20px 0;
	background-color: #6f593f;
	color: #fff;
}
.atCat {
    background-color: #fff;
    padding: 5px 15px 13px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.subCat {
	display: inline-block;
    padding: 8px 2px 8px 10px;
    margin: 3px 4px;
    background-color: #DBD0AD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.ulistCon {
	margin: 10px auto;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}
.ulistTtl {
	font-size: 1.16em;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1.5em;
    word-break: break-all;
    word-wrap: break-word;
}
.ulistPhoto {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.ulistcon {
    display: inline-block;
    width: 100%;
}
.ulistCom {
    word-break: break-all;
    word-wrap: break-word;
    line-height: 1.5em;
    letter-spacing: .15em;
}
.ulinkBtn {
    display: inline-block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	border: 3px solid #DBD0AD;
    font-size: 1.33em;
    padding: 10px 25px;
	margin: 15px 0;
}
/*entry*/
.backBtn {
    color: #D25739;
    font-weight: bold;
    padding: 10px;
    font-size: 1.15em;
}
#innerBox {
    line-height: 2;
    letter-spacing: 0.14em;
    margin-bottom: 50px;
	background-color: #fff;
}
.useconTtl {
    background: #F7F7F7;
    text-align: left;
    padding: 10px;
}
.useconTtl:before {
	left: -2px;
}
.useconTtl:after {
	right: -2px;
}
.useconBox,
.otherBox {
    padding: 0px 2.5% 10px;
}
.useconBox img {
	width:auto !important;
	height:auto !important;
	max-width:100%;
}
.h3Ttl,
.useful h4,
.useful h5,
.useful h6 {
	font-family: "smart";
}
.h3ttl,
.useful h4,
.conTtl,
.useful .text_Q {
	background-color: #dedfd5;
    font-size: 1.42em;
    padding: 7px 15px 5px;
    border-radius: 3px;
    line-height: normal;
    margin: 25px 0 10px;
}
.useful h5 {
    font-size: 1.33em;
    border-bottom: 1px dotted #c5b59d;
    margin: 30px 0 10px;
    color: #6f593f;
    padding: 1px 8px 1px;
}
.useful h6 {
	margin-top: 20px;
    font-size: 1.08em;
    color: #43503e;
    font-weight: bold;
}
.useful p,
.otherBox p { 
	margin: 10px 0; 
}
.useful ol { 
	list-style:decimal inside; 
}
.useful td,.useful th {
	border: 1px solid #CBD2D1;
	padding: 10px;
	vertical-align:middle;
	background: #fff;
    min-width: 20%;
}
.useful th { 
	background: #f6f6f6; 
}
.useful th.th_mi,.useful td.th_mi {
	background: #406060;
	color: #fff;
}
.useful > table {
	width: 100%;
	margin:20px auto;
}
.useful > table.dotted { 
	border: 1px solid #C6DBD4;
}
.useful .dotted td,
.useful .dotted th,
.useful td.dotted,
.useful th.dotted {
	border: 1px dotted #C6DBD4; 
}
div.dotted {
  border: 2px dotted #C6DBD4;
  margin: 15px auto;
  padding: 2%;
  background: #fff;
  border-radius: 5px;
}
.b_none,
.b_none * { 
	border:none !important;
}
.t_c {
	margin:auto;
}
.no_bg {
	background:none !important;
}
.tw100 { width:90%; }
.tcell80 { width:80px; }
.tcell120 { width:120px; }
.tcell150 { width:150px; }
.tcell200 { width:200px; }
html * .cancel {
border: none;
margin: 0;
line-height: normal;
padding: 0;
background: none;
}
.usecell {
    display: inline-block;
    width: 25%;
	width:50%;
    min-height: 135px;
    padding: 0 10px;
    vertical-align: top;
    border-left: 1px dotted #ccc;
}
.usecell:first-child {
    border-left: none;
}
.usephoto {
    height: 80px;
    width: 100%;
    margin: 0px auto 10px;
    border: 1px solid #eee;
}
select::-ms-expand {
  display: none;
}

.mylist_info{
	background-image:url('../images/mylist_info.gif');
	background-repeat:no-repeat;
	background-position:15px 15px;
	margin:15px;
	padding:15px 15px 15px 85px;
	border:3px solid #cb4e42;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size:14px;
	color:#cb4e42;
	line-height:140%;
	position:relative;
}
.mylist_info span.btn_modoki{
	background-color:#cb4e42;
	padding:3px 5px 3px 5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	color:#ffffff;
	margin:0px 5px 0px 5px;
	font-size:12px;
}

/*youtube*/
.youtube .bkPhoto img{
	display: block !important;
    width: 100%;
    height: 100%;
}
.youtube .base_btn{
	display: inline-block;
    width: 40%;
    background: url(../images/bg.png) left top #DBD0AD;
    color: #5C4A3D;
    font-size: 1.08em;
    text-align: center;
    padding: 9px;
}

.youtube .bkPhoto{
    display: grid;
}
#container .youtube .bkCon{
	margin:0 !important;
}
.youtube .base_btn{
	display: inline-block;
    width: 45%;
    background: url(../images/bg.png) left top #DBD0AD;
    color: #5C4A3D;
    font-size: 1.08em;
    text-align: center;
    padding: 9px;
}
@media screen and (max-width: 670px){
	.mylist_info{
		background-image:url('../images/mylist_info.gif');
		background-repeat:no-repeat;
		background-position:center 15px;
		margin:15px;
		padding:85px 15px 15px 15px;
		border:3px solid #cb4e42;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		font-size:14px;
		color:#cb4e42;
		line-height:140%;
		position:relative;
	}
}
.stock_info{
	background-image:url('../images/stock.gif');
	background-repeat:no-repeat;
	background-position:15px 15px;
	margin:15px;
	padding:15px 15px 15px 85px;
	border:3px solid #cb4e42;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size:14px;
	color:#cb4e42;
	line-height:140%;
	position:relative;
}
@media screen and (max-width: 670px){
	.stock_info{
		background-image:url('../images/stock.gif');
		background-repeat:no-repeat;
		background-position:center 15px;
		margin:15px;
		padding:85px 15px 15px 15px;
		border:3px solid #cb4e42;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		font-size:14px;
		color:#cb4e42;
		line-height:140%;
		position:relative;
	}
}

.yuru_ban{
	width:600px;
	height:auto;
	margin:10px auto;
}
.yuru_ban a:hover{
	opacity:0.7;
}
.yuru_ban img{
	width:100%;
	height:auto;
	box-shadow: 1px 1px 3px #ccc;
}
@media screen and (max-width:800px){
	.yuru_ban{
		width:100%;
	}
}