@charset "utf-8";

.sp_img{display: none;}
@media screen and (max-width: 414px){
.pc_img{display: none;}
.sp_img{display: block;}
}

/* common
-------------------------------------- */
body {	
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
}

h1 {
	display:block;
	font-size:10px;
	line-height:1.5;
	text-align:left;
	position:absolute;
	top:30px;
	left:210px;
	font-weight:normal;
	width:360px;
}

/*h2 {
	color:#333;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-left:0;
	margin:10px 15px;
	text-align:left;
}*/

h3 {
	color:#333;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding-left:0;
	margin:10px 15px;
	text-align:left;
}

h4 {
	margin:10px 15px;
}

p {
	color:#333;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.1em;
	padding-left:0;
	margin:10px 15px;
	text-align:left;
}

p.caption {
	font-size:11px;
	letter-spacing:0.01em;
	line-height:1.5;
}

a {
	text-decoration:underline;
	color:#ca5d1a;
}

a:hover {
	text-decoration:none;
}

a:focus { outline:none;}

a.blankIcon {
	padding-right:15px;
	background:url(../img/icon-blank_ie.png) right 50% no-repeat;
	}

li { list-style:none; }

p#pan {
	font-size:10px;
	text-align:left;
	margin:10px 0 0 0 !important;
	padding:0 0 0 0;
	line-height:1;
}
p#pan a {
	text-decoration:underline;
	color:#333;
}
p#pan a:hover {
	text-decoration:none;
}

.sp_visible {display:none;}
.sp_hidden {display:block;}

sup { font-size:10px; vertical-align: top; }

.aw { display: inline-block; }



/* wrapper
-------------------------------------- */
#wrapper {
	width: 1092px;
	margin: auto;
	position:relative;
	margin-top: 20px;
}
@media screen and (max-width: 768px){
#wrapper {
	width: auto;
	margin-top: 0px;
	border-top: 3px solid #db631a;
	padding-top: 20px!important;
}
}


/* header
-------------------------------------- */
#header {
	height:80px;
	width: 1092px;
	margin: auto;
	position: relative;
}
#oberLogo {
	position: absolute;
	left: 0px;
	top: 13px;
}
#oberLogo img {
	width:180px;
	height:57px;
}
#corpLogo {
	position: absolute;
	right: 0px;
	top: 27px;
}
#idSearchForm{
	position: absolute;
	top: 27px;
	right: 200px;
	overflow: hidden;
	width: 260px;
}
#idSearchForm .serchtxt{
	width: 180px;
	height: 23px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0px;
	border: 1px solid #ddd;
	padding: 5px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	float: left;
}
#idSearchForm .serchsub{
	width: 60px!important;
	height: 35px!important;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	background:#000 url(../img/header/serchsub.png) no-repeat center center!important;
	background-size: 60px 35px!important;
	box-sizing: border-box;
}


.topserch {display: none;}
.footserchSp {display: none;}
.footserchPc {display: block!important;}


.footserchPc{
	padding: 20px 0px;
	border-top:1px solid #6d5e56;
	margin-top: 30px;
}
.footserchSp {
	padding: 15px 15px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.topserch {
	padding: 15px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: block!important;
}
.footserchPc #idSearchForm,
.footserchSp #idSearchForm,
.topserch #idSearchForm{
	position: relative;
	margin: auto;
	display: block!important;
	top: 0px;
	right: 0px;
	width: auto;
}


.footserchPc #idSearchForm{max-width: 600px; margin: auto;}
.footserchPc #idSearchForm .serchtxt{
	width: 78%;
	height: 45px;
	border: 1px solid #ddd;
	padding: 5px;
	box-sizing: border-box;
}
.footserchPc #idSearchForm .serchsub{
	width: 20%!important;
	height: 45px!important;
	border: none;
	background:#db631a url(../img/header/serchsub.png) no-repeat center center!important;
	background-size: 60px 35px!important;
}





@media screen and (max-width: 414px){

.footserchPc{display: none;}
.footserchSp {display: block;}
	
#idSearchForm .serchsub{
	width: 20%;
	height: 45px!important;
	background-size: 80px 48px!important;
	background-color: #000;
	
}
#idSearchForm .serchtxt{
	width: 75%;
	height: 33px!important;
}
	
}

@media screen and (max-width: 320px){

#idSearchForm .serchsub{
	width: 20%;
	
}
#idSearchForm .serchtxt{
	width: 70%;
}
	
}
	
	

#idSearchForm .serchsub{
	width: 70px;
	height: 45px;
	background-size: 80px 48px;
	background-color: #000;
	
}




#switchFontSize {
	position:absolute;
	top:18px;
	right:188px;
	background:url(../img/header/switchFontSize-ttl.png) top center no-repeat;
}
#switchFontSize ul li {
	float:left;
	margin:17px 1px 0 0;
}
#switchFontSize ul li a {
	display:block;
	width:26px;
	height:26px;
	background:url(../img/header/switchFontSize-btn.png) 0 0 no-repeat;
	text-indent:-9999px;
}
#switchFontSize ul li.smallSize a { background-position:0 0;}
#switchFontSize ul li.mediumSize a { background-position: -26px -26px;}
#switchFontSize ul li.largeSize a { background-position: -52px 0;}

#switchFontSize ul li.smallSize a:hover { background-position:0 -26px;}
#switchFontSize ul li.mediumSize a:hover { background-position: -26px -26px;}
#switchFontSize ul li.largeSize a:hover { background-position: -52px -26px;}



@media screen and (max-width: 768px){
#header {
	width: 95%;
	height:60px!important;
}
#oberLogo {
	position: absolute;
	left: 0px;
	top: 13px;
}
#oberLogo img {
	width:150px;
	height:auto;
}
#idSearchForm{
	top: 20px;
	right: 160px;
}
#corpLogo {
	right: 0px;
	top: 23px;
}
#corpLogo img{
	width: 150px;
	height: auto;
}
}
@media screen and (max-width: 600px){
#idSearchForm{
	display: none;
}
}
@media screen and (max-width: 414px){
#header {
	width: 90%;
	height:60px!important;
}
#oberLogo {
	top: 15px;
}
#oberLogo img {
	width:130px;
}
#corpLogo {
	top: 23px;
}
#corpLogo img{
	width: 130px;
}
}


/* gnav
-------------------------------------- */
.gnav {
	background-image: url(../img/nav/gnav_bg.jpg);
	background-size: 380px 50px;
}
.gnav ul{
	width: 1092px;
	margin: auto;
	border-left: 1px solid #fff;
	height: 50px;
	position: relative;
	overflow: hidden;
}
.gnav ul li{
	width: 16.66666%;
	display:inline-block;
	*display: inline;
	*zoom: 1;	
}
.gnav ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.gnav ul li img{
	width: 380px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -190px;
}

.slidebtn {
	display: none;
}



@media screen and (max-width: 768px){
.gnav ul{
	width: 100%;
	border-left:none;
	height:auto;
	text-align: left;
}
.gnav ul li{
	width: 33.3333%;
}	
/*.gnav ul li:nth-child(3n) a{
	border-right: none;
}*/
.gnav ul li img{
    max-width: 380px!important; 
}
	
.slidebtn{
	width: 100%;
	height: 50px;
	background: #624e42;
	text-align: center;
	display: block;
	position: relative;
}
.slidebtn img{
	width: 100px;
	height: 20px;
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.slidenav {
	display: none;
	margin-top: 1px;
}
	.slidebtn.btnon {
		background: #000;
	}
	
}
@media screen and (max-width: 414px){
.gnav ul li{
	width: 50%;
}
.gnav ul li:nth-child(2n) a{
	border-right: none;
}
body#top .slidebtn {
	display: none;
}
}

/* leftArea rightArea
-------------------------------------- */

#leftArea {
	float:left;
	width:340px;
	margin-top: 0px!important;
	padding-top: 0px!important;
}

.contentsBox {
	float:right;
	width:722px;
	margin-top: 0px;
	padding-top: 0px;
}


@media screen and (max-width: 768px){
#leftArea {
	float:none;
	width:auto;
	border-top: 1px solid #ddd;
	margin-top: 25px!important;
}
.contentsBox {
	float:none;
	width:90%;
	margin: auto;
}
}

/*
#area.index #mainArea,
#theme.index #mainArea,
.saitama #mainArea,
.chiba #mainArea,
.other  #mainArea,
.residents  #mainArea,
.price  #mainArea,
.access  #mainArea,
.car  #mainArea,
.cyclePort  #mainArea,
.storage  #mainArea,
.value.index  #mainArea,
#brand.index  #mainArea,
#brand.history  #mainArea,
#brand.resident  #mainArea,
#brand.management  #mainArea,
#members  #mainArea,
#sitemap  #mainArea,
#theme.sell  #mainArea
 { min-height:1550px;}
 */



#footnav_sp{
	background: #4d423c;
	display: none;
}
#footnav_sp li{
	width: 50%;
	display:inline-block;
  vertical-align: top;
	*display: inline;
	*zoom: 1;
}
#footnav_sp ul {
	border-top: 1px solid #6d5e56;
}
#footnav_sp li a{
	background: #4d423c;
	width: auto;
	padding: 15px 5px;
	display: block;
	border-bottom: 1px solid #6d5e56;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#footnav_sp li:nth-child(2n) a{
	border-left: 1px solid #6d5e56;
}
/*#footnav_sp li:nth-of-type(3) a{
  padding-top: 21px;
  padding-bottom: 21px;
}*/

@media screen and (max-width: 414px){
	#footnav_sp {
		display: block;
	}
}

@media screen and (max-width: 408px){
#footnav_sp li:nth-of-type(4) a{
  padding: 9px 5px;
}
}



/* banabox
-------------------------------------- */

.banabox img {
	width: 100%;
	height: auto;
	max-width: 340px;
	border: 0px!important;
	margin: 0px!important;
}
.banabox li { margin-bottom: 15px; list-style: none; text-align:center;}


.area_bana{
	position: relative!important;
}
.area_bg {
	position: relative;
	z-index: 0;
}
.tokyo_a,
.kanagawa_a,
.chiba_a,
.saitama_a,
.osaka_a{
	position: absolute;
	z-index: 5;
	width: 20.588235294%;
	max-width: 70px;
}
.tokyo_a{
	top: 42%;
	left: 33%;
}
.kanagawa_a{
	top: 62%;
	left: 22%;
}
.chiba_a{
	top: 55%;
	left: 60%;
}
.saitama_a{
	top: 23%;
	left: 29%;
}
.osaka_a{
	top: 82%;
	left: 3%;
}


@media screen and (max-width: 768px){
	.banabox li.area_bana {
		display: none!important;
	}
	.banabox {
		padding-top: 20px;
	}
	.banabox ul{
		width: 90%;
		margin: auto;
		text-align: left;
	}
	.banabox li{
		width: 48%;
		display:inline-block;
		*display: inline;
		*zoom: 1;
		margin-right: 4%;
		margin-bottom: 0px;
		margin-top: 15px;
	}
	.banabox li:nth-child(2n+1){
		margin-right: 0%;
	}
}






/* nav
-------------------------------------- */
.spNav,
.spNav2 {
	display:none;
}

.pcNav {
	display:block;
	width:232px;
	height:35px;
	color:#fff;
	font-size:14px;
	font-weight:nomal;
	padding:0;
	text-align:left;
	border:1px solid #ccc;
	background:#624e42;
}

#nav1,
#nav2 {
	margin-bottom:10px;
}
#nav5 {
	float:left;
	margin-top:10px;
}

#nav1 .pcNav a {
	display:block;
	width:232px;
	height:35px;
	background:url(../img/nav/pcNav-01.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#nav1 ul li {
	position:relative;
	border:none;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	height:181px;
}

#serchMap img#mapBg {
	width:232px;
}

.map-saitama img {
	width:30%;
	height:auto;
	position:absolute;
	top:5%;
	left:8.6%;
}
.map-tokyo img {
	width:30%;
	height:auto;
	position:absolute;
	top:26%;
	left:15%;
}
.map-chiba img {
	width:30%;
	height:auto;
	position:absolute;
	top:30%;
	left:60%;
}
.map-kanagawa img {
	width:30%;
	height:auto;
	position:absolute;
	top:45%;
	left:15%;
}
.map-other img {
	width:35%;
	height:auto;
	position:absolute;
	bottom:0;
	left:0;
}

#nav2 .pcNav a,
#nav5 .pcNav a {
	display:block;
	width:232px;
	height:35px;
	background:url(../img/nav/pcNav-02.png) 0 0 no-repeat;
	text-indent:-9999px;
}
#nav5 .pcNav a {	
	background:url(../img/nav/pcNav-05.png) 0 0 no-repeat;
}
#nav2 .nav ul li,
#nav5 .nav ul li {
	*margin:-3px 0 0 0;
}
#nav2 .nav ul li a,
#nav5 .nav ul li a {
	display:block;
	background:url(../img/nav/navTheme.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:234px;
	height:35px;
	*margin-top:-1px;
}
#nav5 .nav ul li a {
	background:url(../img/nav/navBrand.png) 0 0 no-repeat;
}

#nav2 .nav ul li a:hover,
#nav5 .nav ul li a:hover {
	color:#ca5d1a;
}

#nav2 .nav ul li.a a,
#nav5 .nav ul li.a a { background-position:0 -1px; }
#nav2 .nav ul li.b a,
#nav5 .nav ul li.b a { background-position:0 -36px; }
#nav2 .nav ul li.c a,
#nav5 .nav ul li.c a { background-position:0 -71px; }
#nav2 .nav ul li.d a,
#nav5 .nav ul li.d a { background-position:0 -106px; }
#nav2 .nav ul li.e a,
#nav5 .nav ul li.e a { background-position:0 -141px; }
#nav2 .nav ul li.f a,
#nav5 .nav ul li.f a { background-position:0 -176px; }
#nav2 .nav ul li.g a,
#nav5 .nav ul li.g a { background-position:0 -211px; }
#nav2 .nav ul li.h a,
#nav5 .nav ul li.h a { background-position:0 -246px; }
#nav2 .nav ul li.i a,
#nav5 .nav ul li.i a { background-position:0 -281px; }
#nav2 .nav ul li.j a,
#nav5 .nav ul li.j a { background-position:0 -316px; }

#nav2 .nav ul li.a a:hover,
#nav5 .nav ul li.a a:hover { background-position:-234px -1px; }
#nav2 .nav ul li.b a:hover,
#nav5 .nav ul li.b a:hover { background-position:-234px -36px; }
#nav2 .nav ul li.c a:hover,
#nav5 .nav ul li.c a:hover { background-position:-234px -71px; }
#nav2 .nav ul li.d a:hover,
#nav5 .nav ul li.d a:hover { background-position:-234px -106px; }
#nav2 .nav ul li.e a:hover,
#nav5 .nav ul li.e a:hover { background-position:-234px -141px; }
#nav2 .nav ul li.f a:hover,
#nav5 .nav ul li.f a:hover { background-position:-234px -176px; }
#nav2 .nav ul li.g a:hover,
#nav5 .nav ul li.g a:hover { background-position:-234px -211px; }
#nav2 .nav ul li.h a:hover,
#nav5 .nav ul li.h a:hover { background-position:-234px -246px; }
#nav2 .nav ul li.i a:hover,
#nav5 .nav ul li.i a:hover { background-position:-234px -281px; }
#nav2 .nav ul li.j a:hover,
#nav5 .nav ul li.j a:hover { background-position:-234px -316px; }


#nav3,#nav4 {display:none;}



/* keyArea
-------------------------------------- */
#keyArea {
	width:478px;
	float:left;
	margin-bottom:10px;
}


html, body{ height:100%; width:100%; padding:0; margin:0; text-align:center;}
#openingMovieArea{ height:100%; width:100%; position:relative; z-index:100; background:#fff;}
#openingMovieEnd{ position:absolute; top:-9999px; z-index:10; background:#fff;}
	

/* flexSlider
-------------------------------------- */

body#top .flexslider {
	padding:0 0 10px 0;
	position:relative;
}
body#top .flexslider ul.slides {
	width: 478px;
	height: 356px;
	overflow:hidden;
}

body#top .flexslider ul.slides li img {
	width: 476px;
	height: 354px;
	border:1px solid #e4e1cf;
}

body#top .flex-control-paging {
	position:absolute;
	bottom:20px;
	left:47%;
}

body#top .flex-control-paging li {
	display: inline-block;
	*display:block;
	*float:left;
	width:9px;
	height:9px;
	margin-right:5px;
}

body#top .flex-control-paging li a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../../img/pagination_nomal_ie.png) 0 0 no-repeat;
}


body#top .flex-control-paging li a:not(:target) {
	background:url(../../img/pagination_nomal_ie.png) 0 0 no-repeat\9;
}

body#top .flex-control-paging li a.flex-active {
	background:url(../../img/pagination_current_ie.png) 0 0 no-repeat;
}




/* top
-------------------------------------- */
body#top #leftArea .area_bana{
	display: none;
}
@media screen and (max-width: 768px){
	body#top #leftArea .area_bana{
		display:inline-block;
		*display: inline;
	}
}
/* top_main_area
-------------------------------------- */

.topmain{
	margin: auto;
	max-width: 1092px!important;
	/*overflow: hidden;*/
	margin-top: 20px;
}
.topmain::after {
  content: "";
  display: block;
  padding-bottom: 38%;
}

.top_main_area{
	position: relative!important;
	float: left;
	width: 31.135531135%;
	max-width: 340px;
	background: #ddd;
}

.top_main_area img{
	width: 100%;
	height: auto;
}

.top_area_bg {
	position: relative;
	z-index: 0;
}
.top_tokyo_a,
.top_kanagawa_a,
.top_chiba_a,
.top_saitama_a,
.top_osaka_a{
	position: absolute;
	z-index: 5;
	width: 26.471588235%;
	max-width: 90px;
}

.top_tokyo_a a:hover,
.top_kanagawa_a a:hover,
.top_chiba_a a:hover,
.top_saitama_a a:hover,
.top_osaka_a a:hover{
	opacity: 0.85;
}

.top_tokyo_a{
	top: 47%;
	left: 22%;
}
.top_kanagawa_a{
	top: 62%;
	left: 10%;
}
.top_chiba_a{
	top: 58%;
	left: 62%;
}
.top_saitama_a{
	top: 31%;
	left: 15%;
}
.top_osaka_a{
	top: 90%;
	left: 70%;
}







.top_main_slider{
	max-width: 752px;
	width: 68.864468864%;
	float: right;
	position: relative;
}
.top_main_slider img{
	width: 100%;
	height: auto;
	max-width: 752px;
}
.bx-pager{
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -25px;
	z-index: 10;
}
.bx-pager-item{
		display:inline-block;
		*display: inline;
		*zoom: 1;
		margin: 8px;
}
.bx-pager-item a{
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	background: #ccc;
	border: 1px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.bx-pager-item a:hover,
.bx-pager-item a.active{
	background: #db631a;
}

@media screen and (max-width: 768px){
.topmain::after{
  padding-bottom: 42%;
}
.bx-pager{
	bottom: -20px;
}
.bx-pager-item{
		margin: 5px;
}
.bx-pager-item a{
	width: 8px;
	height: 8px;
}
}

@media screen and (max-width: 414px){
.top_main_slider{
	width: 100%;
	float: none;
}
.topmain{
	margin-top: 10px;
}
.topmain::after{
  content: none;
}
.top_main_area{
	display: none;
}
.bx-pager{
	position: relative;
	bottom: 0px;
}
	
}









/* infoArea
-------------------------------------- */
#infoArea {
	border:4px solid #624e42;
	text-align:left;
	color:#2d211a;
	padding: 11px;
	height:179px;
	*height:179px;
	box-sizing: border-box;
}

#infoArea h2 {
	text-align: left;
	padding: 8px 5px;
	margin:5px 0 0 15px;
}
#infoArea h2 img{
	width: 124px;
	height: auto;
}

#infoArea ul {
	margin:0 0 0 15px;
	padding:0 10px 0 0;
}

#infoArea ul li {
	margin-bottom:4px;
	border-bottom: 1px solid #ddd;
	padding: 8px 5px;
}

#infoArea ul li a {
	color:#2d211a;
	text-decoration:underline;
	font-size:12px;
	margin:10px 0;
}
#infoArea ul li a:hover{	
	color:#884e2d;
}


@media screen and (max-width: 768px){
	#infoArea {
		width: 100%;
	}
	#infoArea ul li a {
		font-size:14px;
	}
}


@media screen and (max-width: 414px){
#infoArea h2 {
	border-bottom:none;
}
#infoArea {
	height:240px;
	*height:240px;
}
}



/* tab_bana
-------------------------------------- */

.tab_bana {
	display: none;
}
.tab_bana li{	
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width: 33%;
	margin-right: 0.5%;
}
.tab_bana li:nth-child(3){
	margin-right: 0px;
}

@media screen and (max-width: 768px){
.tab_bana {
	display: block;
	margin-top: 20px;
}
	.tab_bana .area_bana {
		display: none;
	}
}
@media screen and (max-width: 414px){
.tab_bana {
	display: none;
}
}

/* sp_bana
-------------------------------------- */

.sp_bana {
	display: none;
}

@media screen and (max-width: 414px){
.sp_bana {
	display: block;
}
	.sp_bana .gnav{
		display: block;
		margin-top: 5px;
	}
	.sp_bana_box {
		width: 90%;
		margin: auto;
		padding: 20px 0px 5px;
	}
	.sp_bana_box li{
		margin-bottom: 15px;
	}
}





/* prArea
-------------------------------------- */
#prArea {
	width:232px;
	float:right;
}
#pr-01 {
	width:232px;
	height:267px;
	margin-bottom:10px;
	/*border:1px solid #ccc;*/
}
#pr-02 {
	width:230px;
	height:197px;
	border:1px solid #ccc;
}

.attentionImg {
	width:232px;
	height:232px;
}
#pr-02 img {
	width:230px;
	height:197px;
}


/* bukkenArea
-------------------------------------- */
.ttl3000 {
	background:#d16320;
	color:#fff;
	padding:10px;
    margin: 30px 0 0;
	text-align:center;
	position:relative;
	/*border-radius: 12px;*/
}/*
.ttl3000:before{
	content: "";
	position: absolute;
	bottom: -30px;
	right: 50%;
	border: 20px solid transparent;
	border-top: 20px solid #d16320;
	margin-left:-10px;
}*/

#bukkenArea {
	clear:both;
	margin:13px 0 0 0;
}

#bukkenArea h2#head-tokyo,
#bukkenArea h2#head-kanagawa,
#bukkenArea h2#head-chiba,
#bukkenArea h2#head-saitama,
#bukkenArea h2#head-other,
#bukkenArea h2#head-osaka,
#bukkenArea h2#head-aichi {
	width:722px;
	height:29px;
	*margin-top:10px;
}
#bukkenArea h2#head-tokyo	 {background:url(../../img/bukken-head-tokyo.png) 0 0 no-repeat;}
#bukkenArea h2#head-kanagawa {background:url(../../img/bukken-head-kanagawa.png) 0 0 no-repeat;}
#bukkenArea h2#head-chiba	 {background:url(../../img/bukken-head-chiba.png) 0 0 no-repeat;}
#bukkenArea h2#head-saitama	 {background:url(../../img/bukken-head-saitama.png) 0 0 no-repeat;}
#bukkenArea h2#head-other	 {background:url(../../img/bukken-head-other.png) 0 0 no-repeat;}
#bukkenArea h2#head-osaka	 {background:url(../../img/bukken-head-osaka.png) 0 0 no-repeat;}
#bukkenArea h2#head-aichi	 {background:url(../../img/bukken-head-aichi.png) 0 0 no-repeat;}

#bukkenArea h2 {
	margin:0;
}
#bukkenArea h2 a {
	display:block;
	text-indent:-9999px;
}

.bukkenOpen {
	display:block;
}
.bukkenList {
	display:block;
}
.bukkenOpen,
.bukkenList {
	width:100%;
}

.bukkenOpen ul,
.bukkenList ul {
	overflow:hidden;
	margin:10px 0 0 0;
}

.bukkenOpen ul li,
.bukkenList ul li {
	float:left;
	width:234px;
	margin:0 10px 10px 0;
}

.bukkenOpen ul li.third,
.bukkenList ul li.third {
	margin:0 0 10px 0;
}

.bukken-img {
	position:relative;
}

.bukken-img img {
	width:218px;
	height:110px;
}

.bukken-img span.newIcon img {
	width:34px;
	height:17px;
	display:block;
	position:absolute;
	top:115px;
	left:0;
}

.bukken {
	border:1px solid #dfd7d2;
	padding:7px;
}

.bukken h3 {
	font-size:13px;
	letter-spacing:0;
	margin:5px 0 2px 0;
}

.bukken h3.newIcon {
	padding-left:37px;
	*margin-top:0px;
}

.bukken p {
	font-size:12px;
	letter-spacing:0;
	line-height:1.3;
	margin:0 0 7px 0;
	padding-bottom:5px;
}

.bukken-btnArea {
	width:100%;
	overflow:hidden;
}


.bukken-btnArea .bukken-detail a {
	float:left;
	background:#ca5d1a;
	display:block;
	width:219px;
	height:25px;
	background:url(../../img/btnBukken.png) -216px 0 no-repeat;
	text-indent:-9999px;
}

.bukken-btnArea .bukken-hp a {
	float:left;
	background:#ca5d1a;
	display:block;
	width:108px;
	height:25px;
	background:url(../../img/btnBukken.png) 0 0 no-repeat;
	text-indent:-9999px;
}

.bukken-btnArea .bukken-hp-soldOut a {
	float:right;
	background:#ca5d1a;
	display:block;
	width:108px;
	height:25px;
	background:url(../../img/btnBukken.png) 0 0 no-repeat;
	text-indent:-9999px;
}

.bukken-btnArea .bukken-req a {
	float:right;
	background:#c63c08;
	display:block;
	width:108px;
	height:25px;
	background:url(../../img/btnBukken.png) -108px 0 no-repeat;
	text-indent:-9999px;
}

/* 2017/04/26 michikura : begin */
.bukken-btnArea .bukken-gn a {
	float:left;
	background:#ca5d1a;
	display:block;
	width:108px;
	height:25px;
	background:url(../../img/btnBukken02.png) 0 0 no-repeat;
	text-indent:-9999px;
}
.bukken-btnArea .bukken-co a {
	float:right;
	background:#c63c08;
	display:block;
	width:108px;
	height:25px;
	background:url(../../img/btnBukken02.png) -108px 0 no-repeat;
	text-indent:-9999px;
}
/* 2017/04/26 michikura : end */




/* bukkenArea
-------------------------------------- */
.ttl3000 {
	background:#d16320;
	color:#fff;
	padding:10px;
    margin: 30px 0 0;
	text-align:center;
	position:relative;
	/*border-radius: 12px;*/
}/*
.ttl3000:before{
	content: "";
	position: absolute;
	bottom: -30px;
	right: 50%;
	border: 20px solid transparent;
	border-top: 20px solid #d16320;
	margin-left:-10px;
}*/

body#top .bukken_box{
	margin-top: 20px!important;
	padding: 10px 10px 0px 10px !important;
	background: #efece2;
}

body#top .bukken_box h2 {
	margin:0;
	position: relative;
	background: #624e42;
	text-align: left;
	overflow: hidden;
	width: 100%!important;
}
body#top .bukken_box h2 a {
	display: inline-block;
	position: relative;
	z-index: 2;
}
body#top .bukken_box h2 a img{
	width: 220px;
	height: auto;
}
body#top .bukken_box h2 span{
	position: absolute;
	margin: auto;
	top: 14px;
	bottom: 0px;
	right: 10px;
	text-align: right;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	z-index: 0;
	font-weight: lighter;
}

@media screen and (max-width: 768px){
	body#top .bukken_box h2 a img{
		width: 160px;
	}
	body#top .bukken_box h2 span{
		top: 9px;
	}
}
@media screen and (max-width: 760px){
	body#top .bukken_box h2 span{
		display: none;
	}
}

/* 2017/04/27 by Mr.Kobayashi :begin */
body#top .bukkenList ul {
	text-align: left;
	margin-top: 10px;
	letter-spacing: -.40em;
}
body#top .bukkenList ul li{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	width: 49.145299145%;
	margin-right: 1.709401709%;
	margin-bottom: 10px;
	vertical-align: top;
	background: #fff;
}
/* 2017/04/27 by Mr.Kobayashi :end */


body#top .bukkenList ul li:nth-child(2n){
	margin-right: 0px;
}
body#top .bukkenmaster{
	position: relative;
	min-height: 370px;
}
body#top .bukken_photo {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
body#top .bukken_photo img{
	width: 100%;
	height: auto;
}
body#top .bukken_outline {
	padding: 15px 20px;
}
body#top h3.bukken_name{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
}
body#top p.bukken_txt{
	font-size: 12px;
	line-height: 20px;	
	margin: 0px;
	margin-top: 10px;
}

/* 2017/04/27 by Mr.Kobayashi :begin */
body#top .bukkenmaster .bukken_link_box {
	position: absolute;
	bottom: 20px;
	left: 5%;
	width: 91%;
	padding: 0px!important;
	letter-spacing: -.40em;
}
body#top .bukken_link li{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	width: 50%;
	margin-right: 0px!important;
	margin-bottom: 0px!important;
	margin-top: 0px;
	min-height:auto!important;
}
/* 2017/04/27 by Mr.Kobayashi :end */

body#top .bukken_link li img{
	width: 150px;
	height: auto;
	max-width: 150px;
	position: absolute;
	margin: auto;
	top: 0px;
	left: 50%;
	margin-left: -75px;
}
body#top .bukken_link li a{
	width: 100%;
	height: 40px;
	display: block;
	position: relative;
}
body#top .bukken_link li.bukken_hp a{
	background: #d2c9ac;
}
body#top .bukken_link li.bukken_rq a{
	background: #db631a;
}
body#top .bukken_link li.bukken_hp a:hover{
	background: #f2e8c9;
}
body#top .bukken_link li.bukken_rq a:hover{
	background: #efa273;
}

/* 2017/04/26 by Mr.Kobayashi : begin */
body#top .popArea{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 4px 7px;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	background: #c70000;
	font-weight: bold;
}
/* 2017/04/26 by Mr.Kobayashi : end */


@media screen and (max-width: 500px){
body#top .bukken_link li img{
	width: 100px;
	max-width: 100px;
	margin-left: -50px;
}
body#top .bukken_link li a{
	height: 28px;
}
}
@media screen and (max-width: 414px){
	body#top .bukkenList ul li{
		width: 100%;
		margin-right: 0%;
	}
	body#top .bukken_link li{
	width: 50%!important;
	margin-right: 0%!important;
	}
	body#top .bukkenmaster{
		position: relative;
		min-height: 350px;
	}
  /*
  body#top .bukken_box{
    display: none;
  }
  */
}




/* bnArea
-------------------------------------- */
.bnArea {
	float:left;
	background:#ebe8d1;
	width:234px;
	margin-top:10px;
}

.bn img {
	width:214px;
	height:auto;
	margin-top:10px;
	border:1px solid #e4e1cf;
}


.bnArea p {
	width:214px;
	line-height:1.1;
	margin:5px 10px 10px 10px;
	letter-spacing:0.05em;
}

#clubOber a {
	text-decoration:none;
}
#clubOber {
	position:relative;
	padding-bottom:10px;
}
#clubOber img {
	width:auto;
	height:auto;
}

#clubOber img {
	width:auto;
	height:auto;
}

#clubOber .bn-clubOber {
	width:212px;
	height:125px;
}

#clubOber .bn-clubOber-btn1 {
	position:absolute;
	top:54px;
	left:20px;
}

#clubOber .bn-clubOber-btn2 {
	position:absolute;
	top:84px;
	left:20px;
}

#clubOberBtnArea2 .clubOberBtn1 a,
#clubOberBtnArea2 .clubOberBtn2 a {
	display:none;
}


#oberWebMagazine {
	float:left;
	margin-top:10px;
}
	#oberWebMagazine img {
		border:1px solid #cccccc;
	}

/*#oberWebMagazine.bnArea {
	border:#5c493d solid 2px;
	width:230px;
}

#oberWebMagazine a {
	text-decoration:none;
	display:block;
}

#magNew1,
#magNew2 {
	clear:both;
	border-top:1px solid #dad6be;
	margin-left:10px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}

#magNew2 {
	margin-top:10px;
}


#magNew1 a,
#magNew2 a {
	color:#333;
}

#magNew1 .photo,
#magNew2 .photo {
	float:left;
	width:62px;
	height:45px;
}

#magNew1 p,
#magNew2 p {
	float:right;
	width:135px;
	font-size:10px;
	line-height:1.3;
	margin-top:0px;
}

#magNew1 h3,
#magNew2 h3 {
	font-size:14px;
	margin:5px 0 5px 0;
}

#magNew1 .update,
#magNew2 .update {
	display:block;
	position:absolute;
	top:8px;
	right:10px;
}
*/
#sell {
	float:left;
}

#sell img {
	border:1px solid #cccccc;
}

#messageMovie {
	float:left;
	margin-top:10px;
}

	#messageMovie img {
		border:1px solid #cccccc;
	}

#gda {
	float:left;
	margin-top:10px;
}
	#gda img {
		border:1px solid #cccccc;
	}

#tatekae {
	float:left;
	margin-top:10px;
}
	#tatekae img {
		border:1px solid #cccccc;
	}
	
#tochi {
	float:left;
	margin-top:10px;
}
	#tochi img {
		border:1px solid #cccccc;
	}

#orangeLabo {
	float:left;
	margin-top:10px;
}
	#orangeLabo img {
		border:1px solid #cccccc;
	}



/* footer
-------------------------------------- */
#footer {
	clear:both;
	background:#4d423c;
	color:#dedad7;
	margin-top:40px;
	/*margin-top:423px;*/
}

#footerSiteMapArea {
	overflow:hidden;
}
	#footerSiteMapArea dl {
		float:left;
		text-align:left;
		margin-right:70px;
	}
	#footerSiteMapArea dl:last-child {
		margin-right:0px;
	}

		#footerSiteMapArea dl.oberBrand {
		}
		#footerSiteMapArea dl dt {
			margin-bottom:15px;
		}
		#footerSiteMapArea dl dt.others {
			margin-bottom:15px;
		}
		#footerSiteMapArea dl dt a {
			font-size:14px;
			font-weight: bold;
			color:#dedad7;
			text-decoration: none;
		}
		
		#footerSiteMapArea dl dd a {
			font-size:10px;
			color:#dedad7;
			text-decoration:underline;
		}
		#footerSiteMapArea dl dd a:hover {
			text-decoration:none;
		}
		#footerSiteMapArea dl dd ul li {
			margin-bottom:10px;
		}
		#footerSiteMapArea dl dd ul li a {
			text-decoration: none;
			font-size: 12px;
			color: #aaaaaa;
		}
		#footerSiteMapArea dl dd ul li a:hover {
			color: #fff;
		}


#footerWrapper {
	width:1092px;
	margin:0 auto;
	padding: 60px 0px;
}

#footerSiteDiscription {
	border-top:1px solid #6d5e56;
	padding-top: 35px;
}

#footerSiteDiscription p {
	color:#fff;
	font-size:12px;
	line-height:1.5;
	margin: 0px !important;
}

#fnavArea {
	padding: 25px 0px;
	background: #fff;
}
#fnavWrapper {
	width:1092px;
	height:30px;
	margin:0 auto;
}

#fnavArea ul li {
	float:left;
	font-size:10px;
	margin:9px 20px 0 0;
}
#fnavArea ul li a {
	color:#000;
	text-decoration:none;
}
#fnavArea ul li a:hover {
	color:#777;
	text-decoration:none;
}

#fnavArea .copyright {
	float:right;
	margin:9px 0 0 0;
	color:#000;
}

#fnavArea address {
	font-style:normal;
	font-size:10px;
}


#backTop {
	display:none;
	position:fixed;
	bottom:130px;
	right:15px;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background:url(../img/footer/btn-pageTop.png) 0 0 no-repeat;
	cursor:pointer;
}



@media screen and (max-width: 768px){
	#footer{padding-bottom: 0px;}
	#footerWrapper {
		width:90%;
		padding: 40px 0px 0px;
		margin-bottom: 0px;
	}
	#footerSiteMapArea {
		text-align: left;
	}
	#footerSiteMapArea dl {
		width: 46%;
		margin-right:8%;
		float:none;
		display:inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		margin-bottom: 40px;
	}
	#footerSiteMapArea dl:nth-child(2n) {
		margin-right:0%;
	}
	#footerSiteDiscription{
		display: none;
	}
	
	#fnavWrapper {
		width:90%;
		height:auto;
		margin: auto;
	}
	#fnavArea .copyright {
		float:none;
		margin:0 auto;
		width: auto;
		display: block;
		color:#000;
		text-align: center;
		padding: 10px 0px;
	}
	#fnavArea ul {
		width: auto;
		margin: auto;
		text-align: center;
		padding-bottom: 30px;
	}
	#fnavArea ul li {
		display:inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		margin:9px 10px 9px 10px;
		float: none;
	}
}


@media screen and (max-width: 414px){	
	#fnavWrapper {
		width:100%;
	}	
	#fnavArea {
		padding: 0px 0px 25px;
		background: #fff;
	}
	#fnavArea ul {
		width: auto;
		margin: auto;
		text-align: center;
		padding-bottom: 30px;
	}
	#fnavArea ul li {
		margin:0px;
		width: 100%;
	}
	#fnavArea ul li a{
		display: block;
		width: 100%;
		padding: 15px 0px;
		background: #f1f1f1;
		border-bottom: 1px solid #ddd;
	}
	#footerWrapper {
		display: none;
	}
}


/*-------------------------------------- */
/* area
---------------------------------------- */
#area #mainArea {
	margin:-16px 0 0 0;
	margin:0 0 0 0\9;
}

#area #keyV {
	margin:10px 0 20px 0;
}


#area #lnav ul {
	width:722px;
	height:37px;
	margin:10px 0 20px 0;
	position:relative;
  overflow: hidden;
}
	#area #lnav ul li {
    float: left;
    width: 144px;
	}
		#area #lnav ul li a {
			/*position:absolute;
			top:0;
			left:0;*/
			display:block;
			width: 100%!important;
			height:37px;
			background:url(../../area/img/tab.png) 0 0 no-repeat;
			text-indent:-9999px;
		}
		#area #lnav ul li#lnav-tokyo a		 { background-position:0 0; left:0; }
		#area #lnav ul li#lnav-kanagawa a	 { background-position:-144px 0; left:144px; }
		#area #lnav ul li#lnav-chiba a		 { background-position:-288px 0; left:288px; }
		#area #lnav ul li#lnav-saitama a	 { background-position:-432px 0; left:432px; }
		#area #lnav ul li#lnav-other a		 { background-position:-576px 0; left:576px; }
		
		#area #lnav ul li#lnav-tokyo a:hover	 { background-position:0 -37px; z-index:100; }
		#area #lnav ul li#lnav-kanagawa a:hover	 { background-position:-144px -37px; z-index:100; }
		#area #lnav ul li#lnav-chiba a:hover	 { background-position:-288px -37px; z-index:100; }
		#area #lnav ul li#lnav-saitama a:hover	 { background-position:-432px -37px; z-index:100; }
		#area #lnav ul li#lnav-other a:hover	 { background-position:-576px -37px; z-index:100; }
		
		#area.tokyo #lnav ul li#lnav-tokyo a	 { background-position:0 -37px; z-index:100; }
		#area.kanagawa #lnav ul li#lnav-kanagawa a	 { background-position:-144px -37px; z-index:100; }
		#area.chiba #lnav ul li#lnav-chiba a	 { background-position:-288px -37px; z-index:100; }
		#area.saitama #lnav ul li#lnav-saitama a	 { background-position:-432px -37px; z-index:100; }
		#area.other #lnav ul li#lnav-other a	 { background-position:-576px -37px; z-index:100; }


#area h2#head-index,
#area h2#head-tokyo,
#area h2#head-kanagawa,
#area h2#head-chiba,
#area h2#head-saitama,
#area h2#head-other {
	width:722px;
	height:46px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

:root #area h2#head-index,
:root #area h2#head-tokyo,
:root #area h2#head-kanagawa,
:root #area h2#head-chiba,
:root #area h2#head-saitama,
:root #area h2#head-other { margin:16px 0 0 0; }

#area h2#head-kanagawa {
	margin:16px 0 0 0;
	margin:0 0 0 0\9;
}

#area h2#head-index { background:url(../../area/img/head-index.png) 0 0 no-repeat;}
#area h2#head-tokyo { background:url(../../area/img/head-tokyo.png) 0 0 no-repeat;}
#area h2#head-kanagawa { background:url(../../area/img/head-kanagawa.png) 0 0 no-repeat;}
#area h2#head-chiba { background:url(../../area/img/head-chiba.png) 0 0 no-repeat;}
#area h2#head-saitama { background:url(../../area/img/head-saitama.png) 0 0 no-repeat;}
#area h2#head-other { background:url(../../area/img/head-other.png) 0 0 no-repeat;}


#area .areaSerch_bukken {
	border:1px solid #dfd7d2;
	padding:17px;
	width:688px;
	margin-top:10px;
	position:relative;
}

#area .areaSerch_bukken .bukken-btnArea {
	position:absolute;
	top:17px;
	right:17px;
	width:216px;
}

#area .areaSerch_bukken .bukken-ttl {
	margin:0;
	padding:0 0 10px 0;
	font-size:14px;
}

#area .areaSerch_bukken .bukken-ttl span.newIcon img {
	display:block;
	width:37px;
	height:19px;
	margin-right:10px;
	float:left;
}

#area .areaSerch_bukken .bukken-img {
	float:left;
	width:218px;
	height:110px;
	margin-bottom:10px;
}
#area .areaSerch_bukken .bukken-copy {
	margin-bottom:10px;
}

#area .areaSerch_bukken dl {
	overflow:hidden;
	padding:5px 0 0 13px;
}

#area .areaSerch_bukken dl dt,
#area .areaSerch_bukken dl dd {
	float:left;
	text-align:left;
	font-size:12px;
	margin-bottom:10px;
	line-height:1.3;
}

#area .areaSerch_bukken dl dt {
	width:70px;
}
#area .areaSerch_bukken dl dd {
	width:350px;
}

#area .bukkenOpen ul {
	margin:0;
}

#area .bukkenOpen ul li {
	width:214px;
	margin:10px 20px 0 10px;
}

#area .bukkenOpen ul li.third {
	margin-right:0;
}

#area .areaSerch_bukken .pr {
	clear:both;
	font-size:12px;
	line-height:1.3;
	text-align:left;
	padding:10px;
	background:#f1f0e8;
}

#area .areaSerch_bukken .info {
	font-size:14px;
	line-height:1.3;
	text-align:left;
	padding:12px 10px 0 10px;
	font-weight:bold;
	letter-spacing:0.1em;
}

#area.index h3.bukken-ttl {
	color:#d50003;
	border-bottom:1px solid #ccc;
	padding:1px 0 5px 25px;
	margin:0 0 5px 0;
	font-size:14px;
	line-height:1.3;
	letter-spacing:0.01em;
	background:url(../img/icon-link_ie.png) top left no-repeat;
}

#area.index h3.bukken-ttl a,
#area.index h3.bukken-ttl span {
	display:block;
	width:214px;
	color:#333;
	text-decoration: none;
	height:28px;
}

#area.index h3.bukken-ttl a:hover {
	color:#e94609;
}

#area .bukkenOpen ul li.nothing {
  opacity: 0.5;
}

/*-------------------------------------- */
/* theme
---------------------------------------- */
#theme #mainArea {
	margin:-16px 0 0 0;
	margin:0 0 0 0\9;
}

#theme #keyV {
	margin:10px 0 20px 0;
}

#theme #keyV p {
	letter-spacing: 0.01em;
	line-height: 1.5;
	color: #624e42;
	font-size: 12px;
}
@media screen and (max-width: 414px){
  .theme_price_keyV { display: none; }
}

#theme #lnav ul {
	width:722px;
	height:57px;
	margin-top:10px;
	position:relative;
}
	#theme #lnav ul li {
	}
		#theme #lnav ul li a {
			position:absolute;
			top:0;
			left:0;
			display:block;
			width:81px;
			height:57px;
			background:url(../../theme/img/tab.png) 0 0 no-repeat;
			text-indent:-9999px;
		}
		#theme #lnav ul li#lnav-price a		 { background-position:0 0; left:0; }
		#theme #lnav ul li#lnav-access a		 { background-position:-160px 0; left:80px; }
		#theme #lnav ul li#lnav-mega a			 { background-position:-80px 0; left:160px; }
		#theme #lnav ul li#lnav-residents a		 { background-position:-401px 0; left:240px; }
		#theme #lnav ul li#lnav-shopping a		 { background-position:-320px 0; width:82px; left:320px; }
		#theme #lnav ul li#lnav-parenting a		 { background-position:-240px 0;  left:401px; }
		#theme #lnav ul li#lnav-car a			 { background-position:-481px 0; left:481px; }
		#theme #lnav ul li#lnav-bicycle a		 { background-position:-561px 0; left:561px; }
		#theme #lnav ul li#lnav-orange_labo a		 { background-position:-641px 0; width:82px; left:641px; }
		
		#theme #lnav ul li#lnav-price a:hover	 { background-position:0 -57px; z-index:100; }
		#theme #lnav ul li#lnav-mega a:hover		 { background-position:-80px -57px; z-index:100; }
		#theme #lnav ul li#lnav-access a:hover		 { background-position:-160px -57px; z-index:100; }
		#theme #lnav ul li#lnav-parenting a:hover	 { background-position:-240px -57px; z-index:100; }
		#theme #lnav ul li#lnav-shopping a:hover	 { background-position:-320px -57px; z-index:100; }
		#theme #lnav ul li#lnav-residents a:hover	 { background-position:-401px -57px; z-index:100; }
		#theme #lnav ul li#lnav-car a:hover		 { background-position:-481px -57px; z-index:100; }
		#theme #lnav ul li#lnav-bicycle a:hover	 { background-position:-561px -57px; z-index:100; }
		#theme #lnav ul li#lnav-orange_labo a:hover		 { background-position:-641px -57px; z-index:100; }
		
		#theme.price #lnav ul li#lnav-price a		 { background-position:0 -57px; z-index:100; }
		#theme.mega #lnav ul li#lnav-mega a				 { background-position:-80px -57px; z-index:100; }
		#theme.access #lnav ul li#lnav-access a			 { background-position:-160px -57px; z-index:100; }
		#theme.parenting #lnav ul li#lnav-parenting a	 { background-position:-240px -57px; z-index:100; }
		#theme.shopping #lnav ul li#lnav-shopping a		 { background-position:-320px -57px; z-index:100; }
		#theme.residents #lnav ul li#lnav-residents a	 { background-position:-401px -57px; z-index:100; }
		#theme.car #lnav ul li#lnav-car a			 { background-position:-481px -57px; z-index:100; }
		#theme.bicycle #lnav ul li#lnav-bicycle a	 { background-position:-561px -57px; z-index:100; }
		#theme.orange_labo #lnav ul li#lnav-orange_labo a		 { background-position:-641px -57px; z-index:100; }


#theme h2#head-index,
#theme h2#head-ekichika,
#theme h2#head-mega,
#theme h2#head-access,
#theme h2#head-parenting,
#theme h2#head-shopping,
#theme h2#head-residents,
#theme h2#head-orangeLabo,
#theme h2#head-price,
#theme h2#head-car,
#theme h2#head-bicycle,
#theme h2#head-orange_labo {
	width:722px;
	height:46px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

:root #theme h2#head-index,
:root #theme h2#head-ekichika,
:root #theme h2#head-mega,
:root #theme h2#head-access,
:root #theme h2#head-parenting,
:root #theme h2#head-shopping,
:root #theme h2#head-residents,
:root #theme h2#head-orangeLabo,
:root #theme h2#head-price,
:root #theme h2#head-car,
:root #theme h2#head-bicycle,
:root #theme h2#head-orange_labo {
	margin:16px 0 0;
}

#theme h2#head-index { background:url(../../theme/img/head-index.png) 0 0 no-repeat;}
#theme h2#head-ekichika { background:url(../../theme/img/head-ekichika.png) 0 0 no-repeat;}
#theme h2#head-mega { background:url(../../theme/img/head-mega.png) 0 0 no-repeat;}
#theme h2#head-access { background:url(../../theme/img/head-access.png) 0 0 no-repeat;}
#theme h2#head-parenting { background:url(../../theme/img/head-parenting.png) 0 0 no-repeat;}
#theme h2#head-shopping { background:url(../../theme/img/head-shopping.png) 0 0 no-repeat;}
#theme h2#head-residents { background:url(../../theme/img/head-residents.png) 0 0 no-repeat;}
#theme h2#head-orangeLabo { background:url(../../theme/img/head-orangeLabo.png) 0 0 no-repeat;}
#theme h2#head-price { background:url(../../theme/img/head-orangeLabo.png) 0 0 no-repeat;}
#theme h2#head-car { background:url(../../theme/img/head-orangeLabo.png) 0 0 no-repeat;}
#theme h2#head-bicycle { background:url(../../theme/img/head-orangeLabo.png) 0 0 no-repeat;}
#theme h2#head-orange_labo { background:url(../../theme/img/head-orangeLabo.png) 0 0 no-repeat;}
#theme h2#head-price { background:url(../../theme/img/head-price.png) 0 0 no-repeat;}
#theme h2#head-car { background:url(../../theme/img/head-car.png) 0 0 no-repeat;}
#theme h2#head-bicycle { background:url(../../theme/img/head-bicycle.png) 0 0 no-repeat;}
#theme h2#head-orange_labo { background:url(../../theme/img/head-storage.png) 0 0 no-repeat;}


#theme .areaSerch_bukken {
	border:1px solid #dfd7d2;
	padding:17px;
	width:688px;
	margin-top:10px;
	position:relative;
}

#theme .areaSerch_bukken .bukken-btnArea {
	position:absolute;
	top:17px;
	right:17px;
	width:216px;
}

#theme .areaSerch_bukken .bukken-ttl {
	margin:0;
	padding:0 0 10px 0;
	font-size:14px;
}

#theme .areaSerch_bukken .bukken-ttl span.newIcon img {
	display:block;
	width:37px;
	height:19px;
	margin-right:10px;
	float:left;
}

#theme .areaSerch_bukken .bukken-img {
	float:left;
	width:218px;
	height:110px;
	margin-bottom:10px;
}
#theme .areaSerch_bukken .bukken-copy {
	margin-bottom:10px;
}

#theme .areaSerch_bukken dl {
	overflow:hidden;
	padding:5px 0 0 13px;
}

#theme .areaSerch_bukken dl dt,
#theme .areaSerch_bukken dl dd {
	float:left;
	text-align:left;
	font-size:12px;
	margin-bottom:10px;
	line-height:1.3;
}

#theme .areaSerch_bukken dl dt {
	width:70px;
}
#theme .areaSerch_bukken dl dd {
	width:350px;
}

#theme .areaSerch_bukken .pr {
	clear:both;
	font-size:12px;
	line-height:1.3;
	text-align:left;
	padding:10px;
	background:#f1f0e8;
}

#theme .areaSerch_bukken .info {
	font-size:14px;
	line-height:1.3;
	text-align:left;
	padding:12px 10px 0 10px;
	font-weight:bold;
	letter-spacing:0.1em;
}

#theme.index h3.bukken-ttl {
	color:#d50003;
}

/* orangeLabo */
#theme.orange_labo .areaSerch_bukken{
	padding-bottom:70px;
}
#theme.orange_labo .orangeLaboArea {
	background:#faf3eb;
	position:absolute;
	bottom:0px;
	left:0px;
	height:60px;
	width:722px;
}
	#theme.orange_labo .orangeLaboArea h4.icon-ttl {
		float:left;
		margin:10px 20px 0 20px;
	}
	#theme.orange_labo .orangeLaboArea ul {
		overflow:hidden;
		margin:5px 0 0 0;
	}
	
		#theme.orange_labo .orangeLaboArea ul li {
			float:left;
			width:auto;
			margin:0 5px 0 0;
		}
#theme.orange_labo .icon-discription {
	position:absolute;
	bottom:19px;
	right:20px;
}

#theme.orange_labo .notice {
	font-size:10px;
	margin:0;
	text-align:right;
}






.theme_nav ul{
	text-align: left;
}
.theme_nav.head ul{
	padding: 10px 0px 20px;
}
.theme_nav.foot ul{
	padding: 20px 0px 10px;
}
.theme_nav ul li{	
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 240px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.theme_nav ul li a{
	display: block;
	width: 100%;
	height: 58px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #ebe8d1;
	position: relative;
	overflow: hidden;
}
.theme_nav ul li a img{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 240px!important;
	min-width: 240px!important;
	margin-left:-120px!important;
}
.theme_nav ul li a:hover,
.theme_nav ul li a.current{
	background: #ca5d1a;
}
.theme_nav ul li:nth-child(3n){
	margin-right: 0px;
}



@media screen and (max-width: 768px){
.theme_nav ul li{	
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 2px;
}
.theme_nav ul li:nth-child(3n){
	margin-right: 0px;
}
.theme_nav ul li a img{
	position: absolute;
	top: 0px;
}
}

@media screen and (max-width: 414px){
.theme_nav ul li{
	width: 49.5%;
	margin-right: 0.5%;	
}
.theme_nav ul li:nth-child(3n){
	margin-right: 0.5%;	
}
.theme_nav ul li:nth-child(2n){
	margin-right: 0px;
}
.theme_nav ul li a{
	height: 45px;
}
.theme_nav ul li a img{
	width: 190px!important;
	min-width: 190px!important;
	margin-left:-95px!important;
}
}



/*-------------------------------------- */
/* brand
---------------------------------------- */


/* accordion
---------------------------------------- */
body#brand .accordion {
	position:relative;
	border:1px solid #e0dcd9;
	margin-bottom:10px;
}

	body#brand .accordion a {
		display:block;
		padding:1.5%;
		width:97%;
		text-decoration:none;
		background:#fff;
		overflow:hidden;
	}
		body#brand .accordion a:hover {	background:#fcf7f3;}
		body#brand .accordion.selected a { background:#faeee8;}
	
	
		body#brand .accordion a .accordionImgBox {
			float:left;
		}
		
		body#brand .accordion a .accordiontxtBox {
			float:left;
			text-align:left;
			margin:20px 0 0 30px;
		}
			body#brand .accordion a .accordiontxtBox .accordionTitle { margin:0 0 10px 0;}
			body#brand .accordion a .accordiontxtBox .accordionTxt { font-size:13px;}
			
			
		body#brand .accordion a .accordionBtn {
			position:absolute;
			bottom:10px;
			right:10px;
		}






.brand_nav ul{
	text-align: left;
}
.brand_nav.head ul{
	padding: 10px 0px 20px;
}
.brand_nav.foot ul{
	padding: 20px 0px 10px;
}
.brand_nav ul li{	
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 179px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.brand_nav ul li a{
	display: block;
	width: 100%;
	height: 58px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #ebe8d1;
	position: relative;
	overflow: hidden;
}
.brand_nav ul li a img{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 179px!important;
	min-width: 179px!important;
	margin-left:-90px!important;
}
.brand_nav ul li a:hover,
.brand_nav ul li a.current{
	background: #ca5d1a;
}
.brand_nav ul li:nth-child(4){
	margin-right: 0px;
}



@media screen and (max-width: 768px){
.brand_nav ul li{	
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 3px;
}

.brand_nav ul li:nth-child(2n){
	margin-right: 0px;
}
.brand_nav ul li a img{
	position: absolute;
	top: 0px;
	width: 179px!important;
	min-width: 179px!important;
	margin-left:-90px!important;
}
}

@media screen and (max-width: 414px){
.brand_nav ul li a{
	height: 48px;
}
.brand_nav ul li a img{
	width: 140px!important;
	min-width: 140px!important;
	margin-left:-70px!important;
}
}






body#brand #phirosophyArea {
	position:relative;
	margin-bottom: 30px;
}
body#brand .tabs {
	position:absolute;
	top:10px;
	right:10px;
	z-index:10000;
}
body#brand .tabs a {
	float:left;
	margin-right:3px;
	border:1px solid #ccc;
	display:block;
	width:15px;
	height:15px;
	background:#fff;
	font-size:12px;
	padding:7px 5px 3px 5px;
	color:#333;
}
body#brand .tabs a.active {
	background:#ca5d1a;
	color:#fff;
}


/*--*/

#brand #mainArea {
	margin:-16px 0 0 0;
	margin:0 0 0 0\9;
}

#brand .lnav ul {
	width:722px;
	height:48px;
	margin:10px 0 20px 0;
	position:relative;
	overflow:hidden;
}
	#brand .lnav ul li {
		float:left;
	}
		#brand .lnav ul li a {
			display:block;
			width:235px;
			height:48px;
			background:url(../../brand/img/tab.png) 0 0 no-repeat;
			text-indent:-9999px;
		}
		#brand .lnav ul li#lnav-brand a		 { background-position:0 0; margin-right:8px;}
		#brand .lnav ul li#lnav-mansion_management 	a	 { background-position:-235px 0; margin-right:8px;}
		#brand .lnav ul li#lnav-history a	 { background-position:-470px 0;}
		
		#brand .lnav ul li#lnav-brand a:hover	 { background-position:0 -48px;}
		#brand .lnav ul li#lnav-mansion_management a:hover	 { background-position:-235px -48px;}
		#brand .lnav ul li#lnav-history a:hover	 { background-position:-470px -48px;}
		
		#brand.brand .lnav ul	 li#lnav-brand a { background-position:0 -48px;}
		#brand.value .lnav ul	 li#lnav-mansion_management a { background-position:-235px -48px;}
		#brand.history .lnav ul	 li#lnav-history a { background-position:-470px -48px;}


#brand .lnav2 {
	position:relative;
	height:60px;
}

#brand .lnav2_line {
	position: absolute;
	top:-21px;
	left:243px;
	width:235px;
	height:8px;
	background:url(../../brand/mansion_management/img/tab_line.png) 0 0 no-repeat;
}

#brand .lnav2 ul {
	width:722px;
	height:48px;
	margin:10px 0 20px 0;
	position: absolute;
	top:-23px;
	left:0;
	overflow:hidden;
	background:url(../../brand/mansion_management/img/tab.png) 0 0 no-repeat;
}

		#brand .lnav2 ul li a {
			display:block;
			width:227px;
			height:28px;
			position: absolute;
			top:10px;
			left:10px;
			z-index:10000;
			text-indent:-9999px;
			font-size:10px;
			background:url(../../brand/mansion_management/img/tab.png) -10px -10px no-repeat;
		}

		#brand .lnav2 ul li#lnav2-resident a 	{ background-position:-10px -10px; top:10px; left:10px;}
		#brand .lnav2 ul li#lnav2-quality a 	{ background-position:-247px -10px; top:10px; left:247px;}
		#brand .lnav2 ul li#lnav2-management a 	{ background-position:-483px -10px; top:10px; left:483px; width:228px;}

		#brand .lnav2 ul li#lnav2-resident a:hover	{ background-position:-10px -58px; top:10px; left:10px;}
		#brand .lnav2 ul li#lnav2-quality a:hover 	{ background-position:-247px -58px; top:10px; left:247px;}
		#brand .lnav2 ul li#lnav2-management a:hover { background-position:-483px -58px; top:10px; left:483px; width:228px;}

		#brand .lnav2 ul li#lnav2-resident a.cur	{ background-position:-10px -58px; top:10px; left:10px;}
		#brand .lnav2 ul li#lnav2-quality a.cur	{ background-position:-247px -58px; top:10px; left:247px;}
		#brand .lnav2 ul li#lnav2-management a.cur { background-position:-483px -58px; top:10px; left:483px; width:228px;}

#brand h2#head-brand,
#brand h2#head-mansion_management,
#brand h2#head-mansion_management-resident,
#brand h2#head-mansion_management-management,
#brand h2#head-mansion_management-quality,
#brand h2#head-mansion_management-design,
#brand h2#head-history {
	width:722px;
	height:46px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

:root #brand h2#head-brand,
:root #brand h2#head-mansion_management,
:root #brand h2#head-mansion_management-resident,
:root #brand h2#head-mansion_management-management,
:root #brand h2#head-mansion_management-quality,
:root #brand h2#head-mansion_management-design,
:root #brand h2#head-history {
	margin:16px 0 0;
}

#brand h2#head-brand { background:url(../../brand/img/head-brand.png) 0 0 no-repeat;}

#brand #movieArea {
	background:#ebe8d1;
	padding:10px 0;
	position:relative;
}

#brand #movieArea ul {
	display: inline-block;
}

#brand #movieArea ul li#movie1 {
	width: 232px;
	height: 52px;
	background:#fff;
	margin:10px 0 0 10px;
	float:left;
	border: 2px solid #fff;
}
#brand #movieArea ul li#movie1.cu,#brand #movieArea ul li#movie2.cu {
	border: 2px solid #624e42;
}
#brand #movieArea ul li#movie2 {
	width: 232px;
	height: 52px;
	background:#fff;
	margin:10px 0 0 6px;
	float:left;
  border: 2px solid #fff;
}
#brand #movieArea ul li#movie3 {
	width:230px;
	height:50px;
	background:#fff;
	margin:10px 0 0 6px;
	float:left;
  border: 1px solid #624e42;
}

/*#brand #movieArea #messageMovie01_click {
	width:100px;
	height:100px;
	position:absolute;
	top:185px;
	left:310px;
	z-index:1;
}*/

#brand #mainArea h3 {
	margin:0 0 10px 0;
	padding:10px 0 11px 18px;
	background:url(../img/head-bg.png) 0 0 no-repeat;
}

#brand.brand #mainArea h3 {
	margin:0 0 10px 0;
	padding:0;
	background:none;
}


#brand #mainArea h4 {
	margin:0;
	padding:0 0 10px 0;
}

#brand #mainArea h4 span {
	display:none;
}

#brand #mainArea p {
	margin:0 0 10px 0;
	letter-spacing:0;
	line-height:1.8;
}
#brand #mainArea p.caption {
	font-size:10px;
	color:#666;
	line-height:1.3;
	margin-top:5px;
}

#brand .section {
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}

#brand #mainArea .section h4.brand_after {
	text-align:left;
	background-color:#e6e6e7;
	padding:10px 15px;
	margin-bottom:10px;
}

#brand #mainArea h3 span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	text-indent:-9999px;
}

#brand #mainArea .brand_square {
	border:1px solid #dec3a8;
	margin:10px 0 20px 0;
	padding:20px 27px 10px 27px;
}

#brand #mainArea .brand_square h4 {
	font-size:18px;
	color:#624e42;
}

#brand #mainArea #valueBtnArea li {
	border:1px solid #e0dcd9;
	margin-right:10px;
	padding:20px 21px 15px 20px;
	background-color:#f7f4d5;
}

#brand #mainArea #valueBtnArea li.last {
	margin-right:0;
}

#brand #mainArea #valueBtnArea li a {
	display:block;
	text-decoration:none;
}

#brand #mainArea #valueBtnArea li:hover {
	background-color:#fffde9;
}

#brand #mainArea #valueBtnArea li div {
	float:left;
}

#brand #mainArea #valueBtnArea li h4 {
	font-size:18px;
	text-align:left;
	line-height:1.5;
}

#brand #mainArea #valueBtnArea li h4.listKerning {
	margin-left:-10px;
}

#brand #mainArea #valueBtnArea li p {
	width:160px;
	line-height:1.4;
}

#brand #mainArea #valueBtnArea li img {
	float:left;
	margin-top:90px;
}

#brand #mainArea .oberMean {
	border:1px solid #dfd8d2;
	padding:52px 25px 25px 25px;
}

#brand #mainArea .oberMean h4 {
	color:#555555;
	font-size:14px;
	font-weight:bold;
	margin:30px 0 30px;
	line-height:1.5;
}

#brand #mainArea .oberMean hr {
	color:#e8e8e8;
	margin:0 0 20px 0;
}

#brand #mainArea .oberMean h5 {
	float:left;
	width:120px;
	height:20px;
	margin-right:25px;
	font-size:11px;
	font-weight:normal;
}

#brand #mainArea .oberMean ul {
	float:right;
	width:510px;
	margin-top:-8px;
	text-align:left;
	*text-align:center;
}

#brand #mainArea .oberMean li {
	list-style-type: disc;
	line-height:1.7;
	*padding-left:0px;
	*text-align:left;
	margin-left:15px;
	color:#fa9726;
}

#brand #mainArea .oberMean li span {
	font-size:13px;
	color:#333333;
}

#brand #mainArea .managementCycleArea {
	border:1px solid #ccc;
	padding:30px 20px;
}



/* history
---------------------------------------- */

#brand .history_box,
#brand .history_box .title,
#brand .history_box p{
	text-align: center!important;
}
#brand .history_box img{
	width: 100%;
	height: auto;
}
#brand .history_box a:hover{
	opacity: 0.75;
}
#brand .history_box .title img{
	max-width: 400px;
	margin: 30px 0px 20px;
}
#brand .gallery_bana img{
	max-width: 400px;
	margin: 25px 0px;	
}
#brand .gallery_list {
	padding: 30px 0px;
}
#brand .gallery_list li{
	width: 31.855955678%;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 2.216066481%;
	margin-bottom: 25px;
}
#brand .gallery_list li:nth-child(3n){
	margin-right: 0px;
}


@media screen and (max-width: 414px){
#brand .gallery_list li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 15px;
}
#brand .gallery_list li:nth-child(3n){
	margin-right: 2%;
}
#brand .gallery_list li:nth-child(2n){
	margin-right: 0%;
}
}


#section_design {
  padding: 30px 0;
}
#section_design img {
  width: 100%;
  height: auto;
}
#section_design .section_design_1 {
  max-width: 607px;
  margin: 10px auto;
}

#section_design .section_design_2 {
  border: 2px solid #b7a67f;
  color: #543900;
  border-radius: 5px;
  padding: 1em;
  font-weight: bold;
}
#section_design .section_design_3 ul {
  font-size: 0;
  margin: 0 -2%;
}
#section_design .section_design_3 ul > li {
  display: inline-block;
  font-size: 1rem;
  width: 29%;
  margin: 0 2%;
  vertical-align: top;
  
}
#section_design .section_design_3 h5 {
  padding: 10px;
  background: #ddd;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 5px;
}
#section_design .section_design_3 ol {
  counter-reset: item;
  margin-bottom: 1em;
}
#section_design .section_design_3 ol li:before {
  counter-increment: item;
  content: counter(item)/*'. '*/;
  border-radius: 20px;
  background: #b7a67f;
  padding: 3px 4px;
  margin-right: 3px;
  color: #fff;
  font-size: 10px;  
}
#section_design .section_design_3 ol li {
  font-size: 12px;
  text-align: left;
  margin-top: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.1;
}
#section_design .section_design_1::after,
#section_design .section_design_3 ul > li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 10px auto;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #b7a67f transparent transparent transparent;
}
@media screen and (max-width: 600px){
  #brand.resident #mainArea #section_design img {
    width: 100%;
    margin: 0;
  }
  #section_design .section_design_2 {
    font-size: 13px;
  }
  #section_design .section_design_3 ul {
    margin: 0;
  }
  #section_design .section_design_3 ul > li {
    width: 90%;
    margin: 20px auto 10px;
    position: relative;
  }
  #section_design .section_design_3 ul > li::before {
    position: absolute;
    left: -5%;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #b7a67f;
  }
}

.from_orange_labo {
  margin-bottom: 30px;
}
.from_orange_labo .o-header h3, .from_orange_labo .o-header p { text-align: center; margin: 1em 0; }
.from_orange_labo .o-header h3 { font-size: 22px; color: #5b5958; }
@media screen and (max-width: 600px) { .from_orange_labo .o-header h3 { font-size: 18px; } }
@media screen and (max-width: 500px) { .from_orange_labo .o-header p { text-align: left; }
  .from_orange_labo .o-header p br { display: none; } }
.from_orange_labo .logo { width: 90%; max-width: 400px; margin: 30px auto; }
.from_orange_labo .step { max-width: 636px; margin: 30px auto; }
.from_orange_labo .about { box-sizing: border-box; padding: 10px 15px; border: 1px solid #db631a; }
.from_orange_labo .about * { font-size: 12px; margin: 1em 0; }

#brand.resident #mainArea .from_orange_labo img {
  width: 100%;
  height: auto;
  margin: 0;
}


/* glanz ober
---------------------------------------- */

#brand.inner {
	
}
#brand .inner .txt {
	float: left;
	width: 59%;
}
#brand .inner .img {
	float: right;
	width: 41%;
}
#brand .inner .txt .copy {
	font-size: 19px;
	color: #8a7057;
}
#brand .inner .txt .logo {
	margin-bottom: 1em;
	text-align: left;
}
#brand .inner .txt .logo img {
	width: 100%;
	max-width: 233px;
	height: auto;
}
#brand .inner .img .img_inner {
	width: 100%;
	max-width: 290px;
}
#brand .inner .img .img_inner img {
	width: 100%;
	max-width: 290px;
	height: auto;
}
#brand .inner .img .img_inner .caption {
	text-align: right;
}
.wrap {
	padding: 25px;
	border: 1px solid #dfd8d2;
}


/*-------------------------------------- */
/* history
---------------------------------------- */

#historyArea {
	position:relative;
	width:720px;
	height:704px;
	border:1px solid #ccc;
}

#historyArea #history {
	width:720px;
	height:704px;
	overflow:hidden;
	text-align: left;
}

#historyArea .leftBtn {
	position:absolute;
	top:0;
	left:0;
	z-index:10000;
	cursor:pointer;
}

#historyArea .rightBtn {
	position:absolute;
	top:0;
	right:0px;
	z-index:10000;
	cursor:pointer;
}



/*-------------------------------------- */
/* value
---------------------------------------- */
#valueBtnArea ul {
	overflow:hidden;
}
#valueBtnArea ul li {
	float:left;
	margin:0 0 10px 0;
}

#pageNav {overflow:hidden; padding:40px 0 10px 0;}
#pageNav-Next {	float:right;}
#pageNav-Prev {	float:left;}


#pageNav a {
	display:block;
	width:252px;
	height:30px;
	background:url(../../brand/img/pageNav.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#pageNav .page01 a { background-position:-252px 0px;	 width:222px;}
#pageNav .page02 a { background-position:-252px -30px;}
#pageNav .page03 a { background-position:-252px -60px;	 width:202px;}
#pageNav .page04 a { background-position:-252px -90px;	 width:232px;}
#pageNav .page05 a { background-position:-252px -120px;	 width:202px;}
#pageNav .page06 a { background-position:-252px -150px;	 width:162px;}

#pageNav .page07 a { background-position:0px 0px;	 width:222px;}
#pageNav .page08 a { background-position:0px -30px;}
#pageNav .page09 a { background-position:0px -60px;	 width:202px;}
#pageNav .page10 a { background-position:0px -90px;	 width:232px;}
#pageNav .page11 a { background-position:0px -120px; width:202px;}
#pageNav .page12 a { background-position:0px -150px; width:162px;}






/*-------------------------------------- */
/* SalePlanned
---------------------------------------- */
#theme.sell #mainArea {
	margin:-16px 0 0 0;
	margin:0 0 0 0\9;
}


#theme.sell h2#head-salePlanned {
	width:722px;
	height:46px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	*margin-top:-16px;
}

:root #theme.sell h2#head-salePlanned {
	margin:16px 0 0 0;
}

#theme.sell h2#head-salePlanned { background: url(../../sell/img/head-salePlanned.png) 0 0 no-repeat;}

#theme.sell .areaSerch_bukken {
	border:1px solid #dfd7d2;
	padding:17px;
	width:688px;
	margin-top:10px;
	position:relative;
}

#theme.sell .areaSerch_bukken .bukken-btnArea {
	position:absolute;
	top:13px;
	right:17px;
	width:108px;
}

#theme.sell .areaSerch_bukken .bukken-ttl {
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	font-size:14px;
	border-left:2px solid #ed6d1e;
}

#theme.sell .areaSerch_bukken .bukken-ttl span.bukken-schedule {
	font-size:14px;
	color:#d6000f;
	letter-spacing:0.01em;
	display:block;
}

#theme.sell .areaSerch_bukken .bukken-ttl span.newIcon img {
	display:block;
	width:37px;
	height:19px;
	margin-right:10px;
	float:left;
}

#theme.sell .areaSerch_bukken .bukken-copyWrapper { overflow:hidden;}
#theme.sell .areaSerch_bukken .bukken-copy {
	float:left;
	width:340px;
}
#theme.sell .areaSerch_bukken .bukken-copy2 {
	float:right;
	width:340px;
}

#theme.sell .areaSerch_bukken table th,
#theme.sell .areaSerch_bukken table td {
	text-align:left;
	font-size:12px;
	line-height:1.3;
	padding:5px 2px 5px 2px;
}

#theme.sell .areaSerch_bukken table th {
	width:105px;
	border-bottom:1px solid #f1f0e8;
	color:#7d5e4c;
	font-weight:normal;
}
#theme.sell .areaSerch_bukken table td {
	width:235px;
	border-bottom:1px solid #f1f0e8;
	color:#444444;
}

#theme.sell .areaSerch_bukken .pr {
	font-size:12px;
	line-height:1.3;
	text-align:left;
	padding:10px;
	margin-bottom:10px;
	background:#f1f0e8;
}

#theme.sell .areaSerch_bukken .bukken-update p {
	clear:both;
	padding-top:10px;
	text-align:right;
	margin:0;
}

#theme.sell .areaSerch_bukken .bukken-contact {
	clear:both;
	padding:10px;
	background:#f1f0e8;
	margin-top:10px;
}
#theme.sell .areaSerch_bukken .bukken-contact a { text-decoration:none;}

#theme.sell .areaSerch_bukken .bukken-contact .contact-01,
#theme.sell .areaSerch_bukken .bukken-contact .contact-02,
#theme.sell .areaSerch_bukken .bukken-contact .contact-03 {
	padding:0;
	margin:0 5px;
	line-height:1.5;
	letter-spacing:0.01em;
	display:inline-block;
}

#theme.sell .areaSerch_bukken .bukken-contact .contact-01 {
	font-size:10px;
}

#theme.sell .areaSerch_bukken .bukken-contact .contact-02 {
	color:#d6000f;
	font-weight:bold;
	font-size:20px;
}

#theme.sell .areaSerch_bukken .bukken-contact .contact-03 {
	font-size:10px;
}



/*-------------------------------------- */
/* clubOberPage
---------------------------------------- */

#members #mainArea {
	margin:-16px 0 0 0;
	margin:0 0 0 0\9;
}


#members h2#head-clubOber {
	width:722px;
	height:46px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

:root #members h2#head-clubOber {
	margin:16px 0 0;
}

#members h2#head-clubOber { background: url(../../members/img/head-clubOber.png) 0 0 no-repeat;}

#head-clubOber .wrap{ display: inline-block; font-size: 16px;}

#members .headArea p{
	font-size: 100%;
}

#members .prArea {
	position:relative;
	border-top:2px solid #af9981;
	border-bottom:2px solid #af9981;
	padding: 20px;
}

#members .prArea p {
	/*position:absolute;
	left:2px;
	top:79px;
	width:374px;
	height:30px;*/
	font-size:13px;
	letter-spacing:0;
	text-align:center;
	line-height:1.9em;
	margin: 20px auto 20px;
}

#members .headArea {
	background:#624e42;
	border:1px solid #cccccc;
}

#members .btnArea {
	padding:0 10px;
}
#members .holiday {
	font-size:12px;
	color:#A2100F;
	line-height: 1.4;
    font-weight: bold;
}

/*#members .sp1 {
	padding:0 10px 0 0;
}

#members .sp2 {
	padding:0 10px 0 0;
}

#members .sp3 {
	padding:0 0 0 0;
}

#members .sp4 {
	padding:20px 10px 0 0;
}

#members .sp5 {
	padding:20px 0 0 0;
}*/

#members .specialWrap {
	letter-spacing:-.40em;
	text-align:center;
}
#members .specialWrap > div {
	display:inline-block;
	*display: inline;  
	*zoom: 1;
	letter-spacing: normal;
	position:relative;
	text-align:left;
	/*border:#ece7c4 solid 1px;*/
	margin:0 0 20px 20px;
	width:351px;
}
#members .specialWrap img {
	width: 100%;
	height: auto;
}
#members .specialWrap > div:nth-child(2n+1) {
	margin:0 0 20px 0;
}
#members .specialWrap > div.sec4 {
	margin:0 0 10px 0;
}
#members .specialWrap > div h3 {
	padding:0;
	margin:0;
}
#members .specialWrap > div p {
	line-height:1.2;
	min-height:75px;
}
#members .specialWrap > div small {
	font-size:12px;
	display: block;
	margin-top:4px;
}

#members .navlink {
	display: none;
}


@media screen and (max-width: 414px){
	#members .navlink {
		text-align: left;
		margin-top: 30px;
		display: block;
	}
	#members .navlink li{		
		display:inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		width: 49%;
		margin-right: 1%;
		margin-top:3px; 
	}
	#members .navlink li:nth-child(2n){
		margin-right: 0px;
	}
	#members .navlink li a{
		display: table-cell;
		vertical-align: middle;
		padding: 0px 10px;
		text-align: center;
		font-size: 11px;
		background: #eee;
		box-sizing: border-box;
		border: 1px solid #ddd;
		height: 40px;
		width: 240px;
		position: relative;
		color: #000;
	}
}


/*-------------------------------------- */
/* sitemap
---------------------------------------- */

#sitemap #mainArea {
	margin:0 0 0 0;
	margin:0 0 0 0\9;
	overflow:hidden;
}


#sitemap h2#head-sitemap {
	width:722px;
	height:46px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#sitemap h2#head-sitemap { background: url(../../sitemap/img/head-sitemap.png) 0 0 no-repeat;}

#sitemap #mainArea h3 { 
	border-bottom:1px solid #ccc;
	padding:3px 0 5px 25px;
	margin:30px 0 10px 0;
	font-size:14px;
	line-height:1.3;
	letter-spacing:0.01em;
	background:url(../img/icon-link_ie.png) top left no-repeat;
}


#sitemap #mainArea .sitemapCat { 
	width:47%;
	float:left;
	margin-right:3%;
}

#sitemap #mainArea ul li { 
	text-align:left;
	margin-bottom:8px;
	padding-left:10px;
	font-size:12px;
	line-height:1.5;
}

#sitemap #mainArea h3 a { 
	color:#333;
	text-decoration: none;
}

#sitemap #mainArea ul li a { 
	color:#333;
	text-decoration: underline;
}

#sitemap #mainArea h3 a:hover,
#sitemap #mainArea ul li a:hover { 
	color:#333;
	text-decoration: none;
}



span.sum_mesg{font-size: 60%!important; margin-top: 10px!important; text-indent: 0!important; color: #eee!important; display: block; line-height: 150%; width: 220px;}



/*
千葉県を非表示
*/
/*
#footerSiteMapArea .areaSerch dd ul li:nth-child(3),
.chiba_a a,
.top_chiba_a a,
body#top #chiba.bukken_box,
#area #lnav ul li#lnav-chiba a {
  display: none;
}

.top_chiba_a,.chiba_a {
  background-image: url(../../img/top_main_chiba_close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.7;
  height: 0;
  padding-bottom: 8%;
}

#area #lnav ul li#lnav-chiba {
  height: 37px;
  background:url(../../area/img/tab.png) 0 0 no-repeat;
  text-indent:-9999px;
  background-position: -288px 0;
  left: 288px;
  opacity: 0.5;
}
*/

/*
埼玉県を非表示
*/
#footerSiteMapArea .areaSerch dd ul li:nth-child(4),
.saitama_a a,
.top_saitama_a a,
body#top #saitama.bukken_box,
#area #lnav ul li#lnav-saitama a {
  /*display: none;*/
}

.top_saitama_a,.saitama_a {
  background-image: url(../../img/top_main_saitama_close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  /*opacity: 0.7;*/
  height: 0;
  padding-bottom: 8%;
}

#area #lnav ul li#lnav-saitama {
  height: 37px;
  background:url(../../area/img/tab.png) 0 0 no-repeat;
  text-indent:-9999px;
  background-position: -432px 0;
  left: 288px;
  /*opacity: 0.5;*/
}


/*
大阪府を非表示
*/
.top_osaka_a{
	display: none;
}
.osaka_a{
	display: none;
}

#footerSiteMapArea dl.areaSerch dd ul li.lastChild {
	display: none;
}

body#top #mainArea #osaka.bukken_box {
	display: none;
}

.bukkenOpen ul li.lastChild {
	display: none;
}

body#area #mainArea #lnav #lnav-other {
	display: none;
}

/******************************************************

 clear fix
 
******************************************************/


#wrapper:after {
  display : block;
  clear : both;
  content : '';
}
#wrapper{
	padding-top:0px;
   zoom : 1; }

