@charset "utf-8";

/* category image */


/*************** company ***************/
/********** index **********/
/* toppage (english spanish chinese) */
.topWrap {padding-top:503px;}
header.top {position:absolute; top:0; left:0;}

.menu {margin:20px 0 0;text-align: center;}
.menu ul {margin:0;}
.menu li {float:left; }
.menu li:first-child {float: left;margin-right:7px;}
.menu li:last-child {float: right; margin:0;}


/*************** company ***************/
/********** index **********/
table.basic_table {
border-collapse:separate;
}

.basic_table td dl {
	clear: both;
}
.basic_table td dl dt,
.basic_table td dl dd {
	display: block;
	width: 12em;
	float: left;
}
.basic_table td.branch_office_cell {
	padding: 8px 8px 8px 7px;
}
.basic_table td.branch_office_cell dl {
	width: 45em;
}
.basic_table td.branch_office_cell dl dt {
	width: 6em;
}
.basic_table td.branch_office_cell dl dd {
	width: 38em;
}


table.basic_table th{
text-align:left;
vertical-align:top;
border-right:1px solid #FFF;
border-bottom:1px solid #FFF;
}
table.basic_table td{
border-right:1px solid #E6E6E6;
border-bottom:1px solid #E6E6E6;
}
table.basic_table tr td:last-child,
table.basic_table tr th:last-child{
border-right-width:0;
}
table.basic_table tr:last-child th,
table.basic_table tr:last-child td{
border-bottom-width:0;
}
table.basic_table.light_th th{
background-color:#F1EFEB;
}
table.basic_table.light_th tr:first-child th{
background-color:#E3E0D7;
}
table.basic_table tr th.r_exception{
border-right-width:1px;
}
table.basic_table.tr_center th,
table.basic_table.tr_center td,
table.basic_table .tr_center th,
table.basic_table .tr_center td{
text-align:center;
}
table.basic_table.tr_mid th,
table.basic_table.tr_mid td,
table.basic_table .tr_mid th,
table.basic_table .tr_mid td{
text-align:middle;
}
table.basic_table.th_center th,
table.basic_table .th_center th{
text-align:center;
}
table.basic_table.th_mid th,
table.basic_table .th_mid th{
vertical-align:middle;
}
table.basic_table.td_center td{
text-align:center;
}
table.basic_table.td_mid td{
vertical-align:middle;
}


/********** group **********/
.group {
	width: 737px;
	margin: 0 auto;
}
.group dt, .group dd {
	float: left;
}
.group dt {
	width: 7em;
}
.group dd:before {
	content: "：";
}
/********** recruit/index **********/
.recruit_box {
	width: 353px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}
.recruit_box dd {
	text-align: center;
}
.recruit_box .btn {
	margin-top: 15px;
}
/********** recruit/career **********/
.recruit_box.career {
	padding: 0 0 0 18px;
}
.section02.career {
	background-color: #f7f7f7;
	margin: 40px 0 0;
	padding: 5px 0 15px;
}
.section02.career img {
	display: block;
	margin: 10px auto 0;
}
/********** recruit/career_sales **********/
.recruit_box2 {
	width: 540px;
	margin: 0 auto;
}
.recruit_box2 dt, .recruit_box2 dd {
	float: left;
}
.recruit_box2 dt {
	width: 4.5em;
}
.recruit_box2 dd {
	width: 38em;
	padding-left: 1em;
	text-indent: -1em;
}
.recruit_box2 dd:before {
	content: "：";
}
/********** info/topix **********/
.info_box {
	width: 540px;
	margin: 0 auto;
}
.info_box dl {
	background: url(../images/info/topix/line.gif) repeat-x bottom;
	padding: 6px 0;
}
.info_box dt, .info_box dd {
	float: left;
}
.info_box dt {
	width: 85px;
	padding: 0 0 2px;
}
.info_box dd {
	padding: 4px 0 0;
}
.info_box .newIcon {
	padding: 0 0 0 20px;
}
/********** info/event **********/
.event_index.info_box dt {
	width: 90px;
}
.event_index.info_box dd {
	width: 450px;
	padding: 0;
}
/********** info/topix/detail **********/
.info_detail_box {
	margin: 0 0 20px;
}
.info_detail_box .inner {
	padding: 15px 0 15px 15px;
	margin: 0;
}

/********** voice/detail **********/

.voice_bottom {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
	padding: 15px 10px 5px;
}
.voice_bottom div {
	float: left;
}
.voice_bottom div.bnr {
	float: right;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
}
.voice_bottom div ul {
	width: 200px;
	margin: 10px 0 0;
}
.voice_bottom div ul li {
	width: 59px;
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
}
/*************** hlc ***************/
/********** index **********/

.hlc .service_img {
}
.hlc .service_img li {
	float: left;
	margin: 0 21px 0 0;
}
.hlc .service_img li.colend {
	margin: 0;
}
/********** hlc list **********/

.service_list {
	letter-spacing : -0.4em;
	overflow : hidden;
	zoom : 1;
	margin : 0;
	padding : 0 0 8px;
}
.service_list dl {
	display : inline-block;
	vertical-align : top;
	overflow : hidden;
	background : #fff;
	border : 1px solid #17902e;
	width : 120px;
	margin : 0 8px 8px 0;
	letter-spacing : normal;
}
* html .service_list dl,
*:first-child+html .service_list dl {
	display : inline;
	zoom : 1;
}
.service_list dt {
	padding : 5px;
}
.service_list dd {
	padding : 2px 5px 5px;
	text-align : justify;
	text-justify : inter-ideograph;
	-ms-text-justify : inter-ideograph;
	font-size : 95%;
}
.service_list .price {
	padding : 5px 0 0;
}
.service_list .only {
	padding : 0 0 27px;
}
/********** trouble_service **********/
.hlc .service_list.trouble_index .cf {
	margin: 0 0 20px;
}
.hlc .service_list.trouble_index dl {
	display: inline;
	margin: 0 12px 0 0;
	float: left;
	border: none;
	width: 186px;
	box-shadow: 0 0 2px rgba(50,50,50,0.2);
}
.hlc .service_list.trouble_index dl.colend {
	margin-right: 0px;
}
.hlc .service_list.trouble_index dl dd {
	width: 184px;
	border: 1px solid #ff4800;
	border-top: none;
	padding: 5px 0 0;
}
.hlc .service_list.trouble_index dl dt {
	padding:5px 0;
	background-color:#ff4800;
	text-align:center;
	box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
}
.hlc .service_list.trouble_index dl dd p.text01 {
	color: #F33;
	font-size: 125%;
	margin: 0 5px;
	padding:0 10px;
}
.hlc .service_list.trouble_index dl dd p.tx {
	padding: 0 5px;
}
.hlc .service_list.trouble_index dl dd p.img {
	text-align: center;
}
.hlc .service_list.trouble_index dl dd p.text02 {
	margin: 0 5px;
	padding:0 10px;
	font-size:110%;
}
.hlc .service_list.trouble_index dl dd p.price {
	margin: 5px 1px 1px;
}
/********** hlc/consulting_service **********/
.hlc .service_list.consulting_index dl {
	border: 1px solid #17902E;
	background-color: #FFF;
	margin: 0 10px 15px 0;
	padding: 1px;
	width: 180px;
	*display: inline;
	*zoom: 1;
}
.hlc .service_list.consulting_index dl.colend {
margin-right: 0px;
}
.hlc .service_list.consulting_index dl dt {
	background-color: #FFF;
	text-align: center;
}
.hlc .service_list.consulting_index dl dd {
	border: none;
}
.hlc .service_list.consulting_index dl dd p.tx1,
.hlc .service_list.consulting_index dl dd p.tx2 {
	padding: 0 5px;
}
.hlc .service_list.consulting_index dl dd p.tx1 {
	color: #0068b5;
}
.hlc .service_list.consulting_index dl dd p.img {
	text-align:center;
}
/********** hlc/introduction_service **********/
.hlc .service_list.introduction_index dl {
	margin-right: 15px;
	width: 160px;
	*display: inline;
	*zoom: 1;
}


/********** tamahome/modelhouse **********/

/* base */
.pb10{
padding-bottom:10px;
}

.mb50{
margin-bottom:50px;
}

.ml10{
margin-left:10px;
}

.mb30{
margin-bottom:30px;
}

.mg15{
margin:15px;
}

.mg30{
margin:30px;
}


/********** modelhouse/index **********/

.search_box{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.2), 0 3px 2px rgba(50, 50, 50, 0.1);
    padding: 12px;
	margin:5px 0 20px 0; 
}

.search_box .inner{
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	border:1px solid #DDD;
	padding:13px;
}

div.areamap_box{
	width:404px;
	float:left;
}
div.areamap{
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
	box-shadow:0px 0px 3px rgba(0,0,0,0.4);
	border:1px solid #DDD;
	width:404px;
}
div.area{
	width:300px;
	float:right;
}

div.area dl{
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
}

dl.last{
	margin-bottom: 0px !important;
	border-bottom: none !important;
}

div.area dt{
	width: 81px;
	float: left;
}
div.area dd{width:205px; float:right;}

div.area dd a{
	display: block;
	background: url(/common/images/icon_link01.gif) no-repeat 0px 6px;
	padding-left:10px;
	float:left;
	margin-right:12px;
	white-space: nowrap;
}
p.btn_abroad{margin-top:65px;}
div.bnr_mobile{text-align:right; clear:both; margin-top:10px;}


/* modelhouse/tokyo/ */


/* gmap */
div.gmap{
margin:25px 0 15px;
}

div.gmap iframe{
margin:25px 0 15px;
border:10px solid #fff;
margin:-10px; 
box-shadow:20px 20px 20px 10px rgba(0,0,0,0.4) inset;
}

div.gmp_caption{
background-color:#FFFFFF;
margin:-26px 0px 5px;
}

div.gmap div.gmp_caption p{
z-index:9999;
}


ul.pagenav{
width:745px;
border-bottom:solid 2px #cccccc;
}

ul.pagenav li{
float:left;
}

ul.pagenav li a{
text-decoration:underline;
}

ul.pagenav ul.pgnav_num{
float:right;
}

ul.pagenav ul.pgnav_num li{
margin-left:10px;
}

ul.pagenav ul.pgnav_num li.nxt{
background:url(/common/images/modelhouse/tokyo/mh_tk_nxt.jpg) no-repeat right center;
padding-right:12px;
}



.mdGal{
	background: #F5F5F5 url(../images/bg_image02.gif) repeat-x 0 0;
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	margin:10px 0 30px;
	padding: 9px 38px;
	overflow:hidden;
	_width: 89%;	            /*★★★ IE6テンプレート用暫定処理 ★★★*/
	zoom: 1;
}
* html #contents .slider {_width: 86%;}  /*★★★ IE6テンプレート用暫定処理 ★★★*/

.mdGal .gal {width: 1000%;}
.mdGal .gal li {
	float: left;
	margin-right: 15px;
}
.mdGal .gal li:last-child {margin-right: 0;}
.mdGal .gal li a span{
	padding: 0 10px 0 20px;
	background: url(/common2/images/shape_05.gif) no-repeat left center;
}
  .mdGal .gal li img {
/*	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 2px solid #CCC;*/
}

/* pagenav_tp */

ul.pagenav_tp{
border-top:solid 2px #cccccc;
width:745px;
font-size:14px;
padding-top:10px;
}

ul.pagenav_tp li{
float:left;
}

ul.pagenav_tp li a{
text-decoration:underline;
}

ul.pagenav_tp ul.pgnav_num{
float:right;
}

ul.pagenav_tp ul.pgnav_num li{
margin-left:10px;
}

ul.pagenav_tp ul.pgnav_num li.nxt{
background:url(/common/images/modelhouse/tokyo/mh_tk_nxt.jpg) no-repeat right center;
padding-right:12px;
}


span.caption{font-size:10px; }

/* mh_box2 */

section.section03 div.mh_box2{
width:753px;
height:260px;
}

section.section03 div.mh_box2 div.mh_boxL{
width:215px;
float:left;
}

section.section03 div.mh_box2 div.mh_boxL img.bt_evt{
margin:15px 25px;
}

section.section03 div.mh_box2 div.mh_boxR{
width:520px;
float:right;
}

section.section03 div.mh_box2 div.mh_boxR p{
font-weight:bold;
font-size:19px;
}


/* modelhouse/tokyo/hachiouji */


/* gmap */

div.gmap{margin:30px 15px;}
div#gmap{
width:720px;
height:400px;
border:10px solid #fff;
}

div.gmap iframe{
border:10px solid #fff;
margin:-10px; 
box-shadow:20px 20px 20px 10px rgba(0,0,0,0.4) inset;
}

div.gmap div.gmp_caption{
background-color:#FFFFFF;
margin:-2px 14px 5px -10px;
}
div.gmap div.gmp_caption p{z-index:9999;}
span.caption{font-size:10px; }


/* mh_box */

div.mh_box{width:753px; height:220px;}
div.mh_box div.mh_boxL{
width:280px;
float:left;
}

section.section03 div.mh_box div.mh_boxL img.bt_evt{margin:15px 25px;}

section.section03 div.mh_box div.mh_boxR{
width:520px;
float:right;
}

section.section03 div.mh_box div.mh_boxR p{
font-weight:bold;
font-size:19px;
}

div.flR{width:400px;}

/* col02 */
.col02B li {width: 273px;}
.col02B li:nth-child(odd) {float: left;}
.col02B li:nth-child(even) {float: right;}
.mb15 {margin-bottom: 15px!important;}


.maparea{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.2), 0 3px 2px rgba(50, 50, 50, 0.1);
    padding: 12px;
	margin:5px 0 20px 0; 
}

#gmap2{
	width:720px; height:400px;
	-moz-box-shadow:inset 6px 6px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 6px 6px 10px rgba(0,0,0,0.3);
	box-shadow:inset 6px 6px 10px rgba(0,0,0,0.3);
}

span.caption{font-size:10px; }


.contsbox{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.2), 0 3px 2px rgba(50, 50, 50, 0.1);
    padding: 12px 0;
	margin:50px 0 20px 0;
	/border: 1px solid #ccc;
}

.contsbox .inner{
	margin: 0 auto;
	width:560px;
	background-image: -moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(242,242,242) 100%);
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(242,242,242)));
	background-image: -webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(242,242,242) 100%);
	background-image: linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(242,242,242) 100%);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	border: 1px solid #D0D0D0;
	overflow:visible;
	position:relative;
}

.contsbox .inner h3{
	margin: -2px 0 0 -1px;
	padding:10px 0;
	width:561px;
	color: #FFF;
	background-color: #4D4D4D;
	text-align: center;
	height: auto !important;
	font-size: 14px;
	position:relative;
}
.contsbox .inner .tale{
	width:100%;
	height:8px;
	background: url(/common/images/real-estate/bg_title_tale.gif) no-repeat center 0px;
}

.contsbox .inner dl{
	padding: 0px 10px 10px;	
}
.contsbox .inner dt{
	font-weight:bold;
	font-size:14px;
	border-bottom:solid 1px #CFCFCF;
	margin-bottom:10px;
	/width: 100%;
}
.contsbox .inner dd{
	vertical-align: baseline !important;
	margin-bottom: 10px;
}



/**********  English Chinese Spanish   **********/

body.chinese {
	font-family:宋体, SimSun, "MS Song", "Arial UnicodeMS", "SimSun";
}

.zh {
	font-family:SimHei,SimSun, MingLiU,Arial Unicode MS  !important;
	}

article#main h2.h2Br{
	font-size:86%;
	font-weight:bold;
	padding:0 0 6px 20px;
	line-height:1.2;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" , serif;
	margin: 20px 0;
	padding: 0px 0 6px 20px;
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
	background: url(/common/images/english/h2_bg.gif) no-repeat left top;
}
section.section03 div.flL{
float:left;
width:580px;
}

section.section03 div.flR{
float:right;
padding-right:20px;
width:120px;
}
div.map{float:left;}

div.map dl dt {
padding-left:20px;
font-weight:bold;
font-size:1.4em;
}

div.map dl {
	padding-top:20px;
	width:210px;
	margin-bottom:20px;
	margin-right:15px;
}

div.map dl.map01 dt {background:url(/common/images/english/hokkaido.gif) no-repeat -1px 3px;}
div.map dl.map02 dt {background:url(/common/images/english/tohoku.gif) no-repeat -1px 3px;}
div.map dl.map03 dt {background:url(/common/images/english/hokuriku.gif) no-repeat -1px 3px;}
div.map dl.map04 dt {background:url(/common/images/english/kanto.gif) no-repeat -1px 3px;}
div.map dl.map05 dt {background:url(/common/images/english/tokai.gif) no-repeat -1px 3px;}
div.map dl.map06 dt {background:url(/common/images/english/Kansai.gif) no-repeat -1px 3px;}
div.map dl.map07 dt {background:url(/common/images/english/chugoku.gif) no-repeat -1px 3px;}
div.map dl.map08 dt {background:url(/common/images/english/shikoku.gif) no-repeat -1px 3px;}
div.map dl.map09 dt {background:url(/common/images/english/kyushu.gif) no-repeat -1px 3px;}
div.map dl dd {display:inline;}
div.map dl dd a {
color:#00C;
text-decoration:underline;
}
div.map dl dd a:hover {text-decoration:none;}

/**********  TVCM   **********/
.section04 section {width:370px; margin-bottom:10px;}
.section04 section p {margin-bottom:10px;}
.section04 section p.p15 {padding:0 15px;}
.section04 section p.sml {font-size:83%;}
p.att {text-indent: -1em;color:#3c3c3c;font-size:86%; margin-bottom:30px; padding:0 15px 0 30px;}
div.tvcmBnr {box-shadow: 0px 0px 5px rgba(50, 50, 46, 0.25); width:771px; height:103px; margin-top:50px;}


/********** contact **********/
span.bFont {color:#221815; font-weight:bold; text-decoration:underline;}
/* col05 */
.colum5 {zoom: 1;}
.colum5 li, .col01 li {
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 5px 5px 8px;
	background-color: #FFF;
}
.colum5 li img {max-width: 100%; height: auto;}
.col05 {zoom: 1;}
.col05 li {
	width: 146px !important;
	float: left;
	margin:0 10px 15px 0;
	padding:0;
	font-size:93%;
}
.col05 li:nth-child(5n) {margin-right: 0!important;}
.col05 li:last-child {margin-bottom:0;}
.col05 li .upbox {background:url(/common/images/contact/contact_bg.gif) left top repeat;padding:15px 10px 10px;}
.col05 li p.img {text-align:center; margin:5px 0 0;} 
.col05 li p.text {padding:10px; color:#4d4d4d;}
.col05 li p.text span {font-size:77%;}


table.selection {box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1); width:100%; margin-bottom:25px;}
table.selection th,
table.selection td {padding:20px;}
table.selection th { background:url(/common/images/contact/contact_bg.gif) left top repeat; text-align:left; font-weight:bold; width:200px;}
table.selection td { font-weight:bold; color:#cd121b; line-height:1.4; background-color:#fff;}

.contact_table {margin-bottom:15px;border: 1px solid #C4C4C4;width: 100%;}
.contact_table th {vertical-align:middle; width:220px;background: #E3E0D7;font-weight: bold;border-bottom: 1px solid #FFF;text-align: left;padding: 8px;}
.contact_table th.must { background:url(/common/images/contact/must.gif) 190px center no-repeat #E3E0D7;}
.contact_table th.address {width:60px; border-bottom:1px #fff solid;}
.contact_table th.post {width:120px; border-left:1px #fff solid;}
.contact_table th.postM { width:140px; background:url(/common/images/contact/must.gif) 115px center no-repeat #E3E0D7; border-left:1px #fff solid;}
.contact_table td {background: #FFF;border-bottom: 1px solid #E6E6E6;vertical-align: top;padding: 8px 8px 8px 15px;}
.contact_table td span.gray {font-size:77%; color:#909090;}
.contact_table td textarea.w95p {width:95%;}
.contact_table tr:last-child th, .contact_table tr:last-child td {border-bottom: none;}

.contact_table td dl dt {display:block; width:50px; text-align:left; float:left; font-size:120%; padding-top:5px;}
.contact_table td dl dt.w80 {width:80px; text-align:left; padding-top:3px; font-size:100%;}
.contact_table td dl dd {width:200px; float:left;}
.contact_table td dl dd span {font-size:77%; color:#909090;}

.contact_table td input.w180 {width:180px;}

.action p.notice {font-size:77%; text-align:left; width:100%; color:#3c3c3c; padding:15px 0 0; border-top:1px #d9d9d9 solid; border-bottom:none; border-left:none; border-right:none; margin:20px 0 0 0 !important;}
.action p.notice a {color:#08356d; text-decoration:underline;}


/********** sitemap **********/

.blank03 {
	background:transparent url(/common/images/icon_blank02.gif) right center no-repeat;
	text-decoration: underline;
	padding-right:15px;
}
h3.title a {text-decoration:underline;}


/********** lineup **********/

/*構造*/
.boxSt01,.boxSt02{margin-bottom: 35px;}
.boxSt01 li{padding: 25px 15px 10px;}
.boxSt01 dt{
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 18px;
}
.boxSt01 ul li{
	padding: 0;
	float: left;
	font-size: 11px;
	width: 200px;
}
.boxSt01 .boxSt01ImgR ul li{
	width: auto;
}
.boxSt01 .boxSt01ImgL ul li span,.boxSt01 .boxSt01txt ul li span{
	padding-top: 5px;
	display: block;
}
.boxSt01ImgL{
	margin-right: 10px!important;
	float: left;
	width: 270px;
	font-size: 11px;
	text-align: center;
}
.boxSt01ImgL img { display: block; }
.boxSt01ImgL2{
	margin-right: 10px!important;
	float: left;
	width: 300px;
	font-size: 11px;
	text-align: center;
}
.boxSt01ImgR{
	margin-left: 10px!important;
	float: right;
	font-size: 11px;
	/*width: 360px;*/
}
.boxSt01ImgR p span.va-t {
	vertical-align:top;
}
.boxSt01ImgR2{
	margin-left: 10px!important;
	float: right;
	font-size: 11px;
	width: 360px;
}
.boxSt01txt{overflow: hidden;}
.boxSt02 li{padding: 20px 10px 16px;}
.boxSt02 li.boxSt02sl,.boxSt02 li.boxSt02sr{width: 209px;}
.boxSt02 li.boxSt02br,.boxSt02 li.boxSt02bl{width: 470px;}
.boxSt02 dt{
	padding: 0 0 15px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.bdb01{
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: #ccc solid 1px;
}
.boxInImgLeft div{overflow: hidden;}
.boxInImgLeft div p{margin-bottom: 10px;}
.boxInImgLeft p{
	float: left;
	margin-right: 10px!important;
}
.boxInImgLeft p span{
	padding: 5px 0;
	display: block;
	text-align: center;
}
.boxSt02sr p{
	font-size: 11px;
}
.boxIn2col p{
	margin: 0 8px;
	float: left;
	width: 215px;
	font-size: 11px;
}
.boxIn2col p:nth-child(2) {float: right;}
.boxIn2col p img,.boxSt02sr img{
	margin-bottom: 5px;
}
.tab_contents .section01{
	padding: 0 0 10px;
}

/*オール電化システム*/	
.boxA01 li{
	padding: 20px 0 10px;
}
.boxA01 h4{
	padding: 0 0 5px;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
.boxA01 ul li{
	width: 247px;
	float: left;
}
.boxA01 dl{
	padding: 0 10px;
	border-left: #ccc solid 1px;
}
.boxA01 .boxA01fast dl{
	border-left: none;
}
.boxA01 dt{
	margin-bottom: 10px;
	padding: 5px 0;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	background: #efefef;
}
.boxA02{
	margin-bottom: 40px;
}
.boxA02 li{
	margin-left: 23px;
	padding: 20px 8px 15px;
	width: 216px;
	float: left;
	text-align: center;
}
.boxA02 li.boxA02fast{
	margin-left: 0;
}
.boxA02 dt{
	margin-bottom: 10px;
	padding: 5px 0;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.boxA02 dd{
	text-align: left;
}
.boxA02col2 p{
	padding: 0 6px;
	width: 94px;
	float: left;
	font-size: 11px;
	text-align: left;
}
.boxA02col2 p span{
	display: block;
}
.boxA02 p{
	padding-bottom: 5px;
}
.boxA02col2 p img{
	margin-bottom: 10px;
}

/* キッチン */
.tab_top .tab li a,.tab_top .tab_bottom li a{
	padding: 2px 27px 6px 18px;
}

#main .tab_contents .col04tab li{
	margin-right: 16px;
	padding: 5px 5px 168px;
	width: 155px;
	position: relative;
}

#main .tab_contents .col04 li:last-child{
	margin-right: 0;
}

.lstmt .col04 li {
	margin-bottom:30px;
}

.col04tab li h5{
	padding: 20px 0;
	font-size:14px;
}
.col04tab li h5.center{
	text-align: center;
}
.col04tab li img{
	position: absolute;
	bottom: 10px;
	left: 8px;
}
.boxK01{
	margin-bottom: 20px;
}
.boxK01 li{
	padding: 20px 14px;
}
.boxK01 ul li,.boxK02 ul li,.boxK03 ul li,.boxS02 ul li,.boxS03 ul li,.boxE01 ul li,.boxE02 ul li,.boxE03 ul li,.boxSt01 ul li,.boxA01 ul li{
	box-shadow: none;
	border-top: none;
}
.boxK01 ul li{
	padding: 10px 12px 10px 0;
	float: left;
	width: 125px;
}
/*.boxK01 ul li:nth-child(3n){
	padding-right: 0;
}*/
.boxK01l{
	float: left;
	width: 405px;
}
.boxK01l h4 span{
	font-size: 16px;
	display: block;
	overflow: hidden;
}
.boxK01l dt{
	padding: 10px 0 5px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
.boxK01l dd{
	font-size: 10px;
}
.boxK01l h4 img{
	margin-right: 10px;
	float: left;
}
.boxK01r{
	float: right;
	width: 273px;
}
.boxK01r p{
	font-size: 10px;
}
.boxK01r p img{
	margin-left: 5px;
}
.boxK01r p span.va-t {
	vertical-align:top;
}

.boxK01r figure{
	margin-bottom: 10px;
	padding-left: 0;
	width: 267px;
	background-position: right;
}
.boxK02 h4{
	margin-bottom: 20px;
	font-size: 17px;
}
.boxK02 li{
	padding: 20px 34px;
}
.boxK02 ul li{
	padding: 0 16px 10px 0;
	float: left;
	width: 95px;
}
.boxK02 ul li:last-child{
	padding-right: 0;
}
.boxK02 ul li img,.boxK02l img{
	margin-bottom: 6px;
}
.boxK02 ul li p,.boxK02l p{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.boxK02l ul li{
	padding: 0;
	width: auto;
	font-size: 10px;
}
.boxK02l{
	float: left;
	width: 181px;
}
.boxK02r{
	float: right;
}

.boxK03{
	margin-bottom: 40px;
}
.boxK03 h4{
	margin-bottom: 20px;
	font-size: 17px;
}
.boxK03 li{
	padding: 20px;
	zoom: 1;
}
.boxK03 ul li{
	padding: 0 15px 10px 0;
	float: left;
}
.boxK03 ul li:nth-child(4n){
	padding-right: 0;
}
.boxK03 ul li img{
	margin-bottom: 5px;
}
.boxK03 ul li p{
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.boxK04 li{
	padding:20px 34px;
}
.boxK04 .titleK01 {
}
#main .boxK04 .titleK01 p {
	padding:0;
	margin:1.5em 0 3em;
}

.boxK04 ul li{
	padding:0 10px 10px 0;
	float:left;
	width:153px;
	border-top:none;
	box-shadow:none;
}
.boxK04 ul li:last-child{
	padding-right:0;
}
.boxK04 ul li img{
	margin-bottom:6px;
}
.boxK04 ul li p{
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.titleK01 p{
	padding-top: 5px;
	overflow: hidden;
}
.titleK01 img{
	margin-right: 15px;
	float: left;
}

.titleK02{
	padding-left: 20px;
	margin: 40px 0 10px;
	font-size: 15px;
	background:url(/common/images/tamahome/icon_lineup2.png) no-repeat 2px 0.4em;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}
.ps15{
	padding: 0 15px;
}

/*** tab nav ***/
#wrap .tab_top .tab_contents .tab,#wrap .tab_top .tab_contents .tab_bottom{
width: 773px;
}
.tabnav .tab_bottom {
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0;
	z-index: 100;
}
.tabnav .tab_bottom li {
	margin-right: 2px;
	float: left;
}
.tabnav .tab_bottom li:last-child {margin-right: 0;}
.tabnav .tab_bottom li a {
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	_display: inline;
	zoom: 1;
}
#wrap .tab_top .tab_bottom li a {
	padding: 6px 27px 2px 18px;
	background: url(/common/images/tab_bg.png) no-repeat 0 5px;
}
#wrap .tab_top .tab_bottom .act a {background: url(/common/images/tab_btm_on.png) no-repeat left bottom;}
#wrap .tab_top .tab_contents { background: url(/common/images/tab_middle_bg.png) repeat-y left bottom;
}
#wrap .tab_top .tab_link_bottom {
	padding: 6px 0 0 5px;
	margin: 10px 0 -5px;
	border-top: 1px solid #C5C5C5;
	border-bottom: none;
}
.tabnav .tab_bottom li a span {
	padding-left: 18px;
	background: url(/common/images/tab_link.gif) no-repeat left center;
}
.tabnav .tab_bottom .act a span {background: none;}
.tabnav .tab_bottom .act a {color: #333;}
.tabnav .tab_bottom li:last-child.act a {border-right: 2px solid #EEE;}

#wrap .tab_contents .link_list li{
	margin-right: 3px;
	padding-right: 2px;
	border-right: #ccc dotted 1px;
}
#wrap .tab_contents .link_list li:nth-child(8n){
	border: none;
}
#wrap .tab_top .tab_updown_contents .link_list{
	margin-top: 35px;
}
#wrap .tab_top .tab_updown_contents .tab_link_bottom{
	margin-bottom: 35px;
}


/*サニタリー*/

#main .tab_contents .boxS01 li{
	margin-right: 14px;
	padding: 5px 5px 25px;
	width: 218px;
	text-align: center;
	position: relative;
}
#main .tab_contents .boxS01 li h4{
	padding: 20px 0 15px;
	font-weight: bold;
	font-size: 15px;
}
#main .tab_contents .boxS01 li .panelColor{
	padding: 10px 0;
	font-size: 11px;
	text-align: right;
}
.boxS01 li .panelColor img{
	margin: 0 5px 0 8px;
}
#main .tab_contents .boxS01 li div{
	padding-left: 1px;
}
#main .tab_contents .boxS01 li div div{
	margin-right: 10px;
	float: left;
	width: 100px;
}
#main .tab_contents .boxS01 li div div:nth-child(2n){
	margin-right: 0;
}
#main .tab_contents .boxS01 li div div dt{
	padding: 6px 0 8px;
	font-weight: bold;
}
#main .tab_contents .boxS01 li div div dd{
	font-size: 11px;
	text-align: left;
}

.titleS01 div{
	margin-bottom: 20px;
	overflow: hidden;
}
.titleS01 img{
	margin-right: 15px;
	float: left;
}
.boxS02 li{
	padding: 20px 10px 10px;
	zoom: 1;
}
.boxS02 li h4{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
.boxS02 li ul{
	margin-bottom: 20px;
}
.boxS02 li ul li{
	padding: 0 20px 0 0;
	float: left;
}
.boxS02 li ul li img{
	margin-bottom: 8px;
}
.boxS02 li ul li p{
	text-align: center;
	font-weight: bold;
}
.boxS02 li .panelColor{
	margin-bottom: 5px;
	text-align: right;
	font-weight: normal;
}
.boxS02 li .panelColor img{
	margin: 0 0 0 8px;
}
.boxS02 .boxS02_1 li{
	padding: 0 7px 0 0;
	width: 168px;
	zoom:1;
}
.boxS02 .boxS02_1 li p{
	font-size: 10px;
}
.boxS02 .boxS02_1 li.boxS02_1liFast{
	width: 143px;
}
.boxS03{
	margin-bottom: 40px;
}
.boxS03 li{
	padding: 25px 15px 5px;
}
.boxS03 li h4{
	margin-bottom: 15px;
	font-size: 18px;
}
.boxS03 .boxS03_1{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #ccc solid 1px;
}
.boxS03 .boxS03_1 div ul{
	width: 200px;
	float: left;
}
.boxS03 .boxS03_1 img{
	float: left;
}
.boxS03 .boxS03_1 li{
	padding: 0 5px 15px;
}
.boxS03 .boxS03_1 li img{
	margin-right: 10px;
}
.boxS03 .boxS03_1 li dl{
	overflow: hidden;
}
.boxS03 .boxS03_1 li dt{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
}
.boxS03 .boxS03_1 li dl{
	font-size: 11px;
}

.boxS03_2 li{
	padding: 10px 20px 15px 0;
	float: left;
	width: 148px;
	font-size:10px;
}
.boxS03_2 li p{
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}
.boxS03_2 li small{
	font-size: 11px;
}
.boxS03_2 li .ind{
	margin-top: 0;
}
.boxS03_2 li.boxS03_2fast{
	width: 117px;
}

/*エクステリア*/	
.boxE01 li{
	padding: 25px 15px 20px;
}
.boxE01 dt{
	padding: 8px 0 5px;
	text-align: center;
	font-weight: bold;
}
.boxE01 dd{
	margin-bottom: 10px;
	font-size: 11px;
}
.boxE01 li h4{
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
.boxE01l{
	float: left;
	width: 560px;
}
.boxE01r{
	float: right;
	width: 135px;
}
.boxE01r li{
	padding: 0;
}
.boxE01col2 img{
	float: left;
}
.boxE01col2 div{
	overflow: hidden;
}
.boxE01col2 div img{
	float: none;
}
.boxE01col2 div li{
	padding: 0 0 0 18px;
	float: left;
	width: 161px;
}
em{
	font-weight: bold;
}
.mb5{
	margin-bottom: 5px;
}
.mb25{
	margin-bottom: 25px;
}

.boxE02 li{
	padding: 20px 15px 15px;
	width: 335px;
	text-align: center;
}
.boxE02 h4{
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
.boxE02 dt{
	padding: 8px 0 5px;
	text-align: center;
	font-weight: bold;
}
.boxE02 p,.boxE02 dd{
	margin-bottom: 10px;
	text-align: left;
}
.boxE02 dd{
	font-size: 11px;
}
.boxE02l{
	float: left;
	width: 139px;
}
.boxE02r{
	float: right;
	width: 173px;
}

.boxE03{
	margin-bottom: 20px;
}
.boxE03 li{
	padding: 20px 5px 25px 15px;
}
.boxE03 h4{
	margin-bottom: 20px;
	font-size: 18px;
}
.boxE03 img{
	float: right;
}
.boxE03 div{
	float: left;
	width: 400px;
}
.boxE03 div img{
	float: none;
}
.boxE04 li{
	padding: 20px 15px 25px 15px;
}
.boxE04 h4{
	margin-bottom: 20px;
	font-size: 18px;
}


/* nadia追加分 */


/* space */
#main .tab_contents .spaceBlock {
	width: 713px;
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 5px 14px 15px;
	background-color: #FFF;
}
#main .tab_contents .spaceBlock h3 {
	margin: 20px 0 15px;
	font-size: 19px;
	zoom: 1;
}
#main .tab_contents .spaceBox {
	width: 347px;
}
#main .tab_contents .spacetab li{
	margin-right: 17px;
	padding: 5px 10px 168px;
	width: 205px;
	position: relative;
	float: left;
}
#main .tab_contents .spacetab li:last-child {
	margin-right: 0;
}
#main .tab_contents .spacetab li h4 {
	padding: 20px 0;
	font-size:14px;
}
#main .tab_contents .spacetab li h4.center{
	text-align: center;
}
#main .tab_contents .spacetab li img {
	position: absolute;
	bottom: 10px;
	left: 8px;
}
#main .tab_contents .spaceImg li {
	padding-right: 12px;
}
#main .tab_contents .spaceImg li.last,
#main .tab_contents .spaceImg li:nth-child(4n) {
	padding-right: 0;
}
#main .tab_contents .spaceImg li.flR{
	float: right !important;
}
/* housing 121205追記 */

.photoBoxWrap{
width:736px;
margin:0 auto 40px;
overflow:hidden
	}
.photoBoxInner{
width:752px;
	}
ul.photoList{
margin-bottom:4px;
	}
ul.photoList li{
margin:0 16px 16px 0;
float:left;
	}


#main .tab_contents .col02tab li{
	margin-right: 16px;
	padding: 5px 5px 20px;
	width: 338px;
	position: relative;
float:left;
}
.col02tab li h5{
	padding: 20px 0;
	font-size:14px;
}
.col02tab li h5.center{
	text-align: center;
}
.col02tab li p.txt{ padding:0 3px 15px;}
.col02tab li .styleList{ width:327px; margin:0 auto; }
.col02tab li .styleList p{ width:56px; float:left; margin-right:16px; padding-top:15px;}
.col02tab li .styleList dl{ float:left; width:136px; padding-top:15px; height:auto !important;}
.col02tab li .styleList dl:last-child{ float:right; width:99px; margin-right:0;}
.col02tab li .styleList dl dt{ margin-bottom:10px;}
.col02tab li .styleList dl dd.ttl{ text-align:center; font-weight:bold; font-size:13px; margin-bottom:5px;}
#main .tab_contents .col02tab li:last-child{ margin-right:0; float:right;}

.col02tab li .styleList02{}
.col02tab li .styleList02 .left{ width:152px; float:left;}
.col02tab li .styleList02 .right{ float:right; font-weight:bold; width:170px; text-align:left; font-size:13px;} 
.col02tab li .styleList02 .right dl { width:50%; float:left; text-align:center; font-size:12px;}

#wrap .tab_link_bottom{ position:relative;}

/*** tab nav ***/
#wrap .tab_top .tab_contents{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	position: relative;
}

/* category image */



h5.title{
margin:15px 0 10px;
padding:0 0 0 16px;
font-size:14px;
background:url(/common/images/tamahome/lineup/icon_lineup.png) no-repeat scroll 0px 0.3em transparent;
}




.image_boxM figure{
background:none;
width:210px;
}

.image_boxM .side{
margin-left:230px;
margin-top:5px;
}

.m30_50{
margin:30px 50px;
}

.m0{
margin:0 !important;
}

.pos_abs1 li{
margin-left:0 !important;
}

.pos_abs1 li{
margin-right:0 !important;
}

.m5{
margin:5px;
}

.lh1_4{
line-height:1.4;
}
div.luMap div.flR{
width:375px;
height:295px;
background:url(/common/images/tamahome/lineup/tm_lu_img02_2.jpg) no-repeat 0 0;
position:relative;
}

.dannetsu_map a:nth-child(1){
	position:absolute;
	top:33px;
	left:0px;
}
.dannetsu_map a:nth-child(2){
	position:absolute;
	bottom:9px;
	left:135px;
}
.dannetsu_map .popup_image:hover .popup {
	display: block;
	z-index: 100;
	top: -150px;
	left: -380px;
	border: 1px solid #ccc;
}

div ul.ngm5{top:-5px !important;}
div.tab_top div.tab_contents ul.pos_abs1{
position:relative;
top:10px;
}

div.tab_top div.tab_contents ul.pos_abs2{
position:absolute;
bottom:12px;
border-top:1px solid rgb(197,197,197);
border-bottom:none;
}

div.tab_contents ul.alldnk li:nth-child(3n){float:left !important;}

div.tab_contents ul.alldnk li{
width:226px !important;
margin-bottom:15px;
}

.tab_top .tab li a {
	padding: 4px 25px 6px 20px;
	background: url(/common/images/tamahome/lineup/tab_bg.jpg) no-repeat 0 4px;
}

.tab_top .tab .act a {padding-left:10px;}

.tab_btm2 {
	position: relative;
	padding-bottom: 41px;
	bottom:48px;
	zoom: 1;
}
.tab_btm2 .tab li a {
	padding: 4px 26px 2px 21px;
	background:url(/common/images/tamahome/lineup/tab_btm_bg.jpg) no-repeat 0 5px;
}

.tab_btm2 .tab .act a {
	background: url(/common/images/tab_btm_on.png) no-repeat left bottom;
	padding-left:10px;
}

.tab_btm2 .tab .act a span {padding-top:2px;}


/* 大安心の家 概要 */

.pd_lr10{padding:0 10px}
.m15_0{margin:15px 0;}
.boxFix{
padding-right:2px;
padding-left:25px;
}

.m15_0_10{margin:15px 0 10px;}
.ml6{margin-left:6px;}
.mr6{margin-right:6px;}
figure.bg_n{background:none;}
ul.photoList_nds li{
margin:0 12px 12px 0;
float:left;
	}

div.cf div.flR_nds{
background:none;
width:auto;
height:auto;
overflow:auto;
}

li.w345{width:345px !important;}
li.w330l{width:330px !important; position: relative;}
li.w330l p.pos_clr{
position:absolute;
z-index:9999;
top:-15px;
left:-25px;
}

li.w330r{width:330px !important; position:relative;}
li.w330r p.pos_clr{
position:absolute;
z-index:9999;
top:-15px;
left:-25px;
}

/* 大安心の家 特徴 */

.tabMt41{margin-top:41px;}

.m_t0_b20{
margin-top:0 !important;
margin-bottom:20px !important;
}
.heightSet{
margin-top:-43px;
margin-bottom:-29px;
}
.pdt35{padding-top:35px;}

/* /tamahome/lineup/newdaichi_ai.html */

* html .tabnav .tab li a span{font-size:96%;}
* html .tabnav .tab_bottom li a span{font-size:96%;}

ul.thmList{
float:left;
width:633px;
height:43px;
background:url(/common/images/tamahome/lineup/lu_nd_thm_bg.jpg) no-repeat;
}

ul.thmList li{
float:left;
padding-left:11px;
padding-top:5px;
}

ul.ctrlList{
float:right;
width:115px;
height:43px;
background:url(/common/images/tamahome/lineup/lu_nd_ctrlbt_bg.jpg) no-repeat;
}

ul.ctrlList li{
float:right;
vertical-align:middle;
}

/* /tamahome/lineup/guarantee */

.m0 {margin:0 !important;}
.m5 {margin:5px;}
.m30_50 {margin:30px 50px;}
.mb20 {margin-bottom:20px;}
p.pos_ab{
position:absolute;
top:105px;
right:2px;
}


.m30_0_15 {margin:30px 0 15px;}
.m50_80 {margin:50px 80px;}
.mtb20 {
margin-top:20px;
margin-bottom:20px;
}

.m20_0 {margin:20px 0;}
.ml10 {margin-left:10px;}
.mt1 {margin-top:1px;}
.mb1 {margin-bottom:1px;}

#event div.cf p{
margin-left:10px;
vertical-align:middle;
}

* html #event div.cf p {padding-bottom:10px;}

.image_boxM figure{
background:none;
width:210px;
}

.image_boxM .side{
margin-left:230px;
margin-top:5px;
}

.tb_lr{
width:582px;
height:160px;
}

.tb_lr .flR table{
width:285px;
height:178px;
}

.tb_lr .flL table{
width:280px;
height:178px;
}

.tb_lr2{
width:582px;
height:280px;
}

.tb_lr2 .flR table{
width:285px;
height:227px;
}

.tb_lr2 .flL table{
width:280px;
height:227px;
}

.w268{width:268px;}
.w312{width:268px;}
.listyle{list-style:disc inside;}
.fsSS{font-size:70%;}
.fsSSS{font-size:50%;}

/* /tamapalace */

.center{
text-align:center !important;
vertical-align:middle !important;
}

.tb_bg{background-color:#F0EFEB !important;}
.pb60{padding-bottom:60px;}

/* box */

.box{
width:740px;
height:200px;
}

.w400_h200{
width:400px;
height:200px;
}

section.box section.w420{width:420px;}

section.box table{
width:280px;
height:200px;
}


/* base */

.pb0{padding-bottom:0px;}
.pb40{padding-bottom:40px;}
.pb80{padding-bottom:80px;}
#real_estate .pb10{padding-bottom:10px;}
#real_estate .mb50{margin-bottom:50px;}
#real_estate .ml10{margin-left:10px;}
#real_estate .mb30{margin-bottom:30px;}
#real_estate .mg5{margin:5px;}
#real_estate .mg15{margin:15px;}
#real_estate .mg30{margin:30px;}
#real_estate .wauto{width:auto !important;}
#real_estate .taCenter{text-align:center !important;}
#real_estate .vtCenter{vertical-align:middle !important;}
* html .section02{padding:0;}
* html #real_estate h4.title{margin-left:20px;}


/* mh_box */

#real_estate div.mh_box{
width:555px;
height:auto;
}


#real_estate div.mh_box div.mh_boxL{
width:280px;
float:left;
}

#real_estate div.mh_box div.mh_boxR{
width:330px;
float:right;
}


/* pagenav_tp */

#real_estate ul.pagenav_tp{
border-top:solid 2px #cccccc;
width:745px;
padding-top:10px;
}

#real_estate ul.pagenav_tp li{float:left;}
#real_estate ul.pagenav_tp li a{text-decoration:underline;}
#real_estate ul.pagenav_tp ul.pgnav_num{float:right;}
#real_estate ul.pagenav_tp ul.pgnav_num li{margin-left:10px;}

#real_estate ul.pagenav_tp ul.pgnav_num li.nxt{
background:url(/common/images/modelhouse/tokyo/mh_tk_nxt.jpg) no-repeat right center;
padding-right:12px;
}



/********** real-tohoku/ **********/

/* col02 */
#real_estate .col02B li {width: 273px;}
#real_estate .col02B li:nth-child(odd) {float: left;}
#real_estate .col02B li:nth-child(even) {float: right;}
#real_estate .mb15 {margin-bottom: 15px!important;}

/* gmap */

div#gmap{
margin:30px 15px;
width: 559px;
height: 462px;
border:10px solid #fff;
}

div#gmapS{
width: 526px;
height: 286px;
border:10px solid #fff;
}

div#gmapM{
width: 564px;
height: 402px;
border:10px solid #fff;
}


/********** foundation **********/

/* base */

.m20_0{margin:20px 0;}
.m30_50{margin:30px 50px;}
.vaM{vertical-align:middle !important;}

th.center{
text-align:center !important;
vertical-align:middle !important
}

.tb_act_bg{background-color:rgb(241, 239, 235) !important;	}
.tb_bg{background-color:#e3e0d7 !important;	}

.tb_lr, .fod_boxR, .fod_boxL, .tb_lr .flR table, .tb_lr .flL table, #tb_lr2, #tb_lr2 .flR table, #tb_lr2 .flL table{
	width:auto!important;
	height:auto!important;
}

.w312{width:268px;}
div.tabcontents_btmbg{
background: url(../images/tab_top_btm.png) no-repeat center bottom;
height:7px;
width:100%;
}

* html div.tabcontents_btmbg{margin-left:0px;}
.tab_top .tab{padding-bottom:0px;}

.w240,
#tb_lr2 .flR table.w240, #tb_lr2 .flL table.w240{
width:240px !important;
table-layout:fixed;
}
.w270{
width:270px !important;
table-layout:fixed;
}

.w300{
width:300px !important;
table-layout:fixed;
}

/* [mp] common */

div.action_col{margin-bottom:0;}
.section01 {background-repeat: repeat-x;}
.lineupPage div#wrap{padding-bottom:40px;}
.lineupPage article#main {
	padding-bottom:0;
}
/* [mp] showrooms */
#showrooms #map-wrapper {
	margin:0 0 10px;
	width:500px;
	overflow:hidden;
	position:relative;
	background-color:#FFF;
}
#showrooms #map-img{
	position:relative;
	left:-86px;
}
.pdl2{padding-left:2px;}

.tab_top .tab{background:none;}

.tab .act_middle a {
	background: url(../images/tab_mid_on.png) no-repeat 0 0 !important;
	padding-left:10px;
	}

.tab_top .tab_updown_contents .tab {background: url(/common/images/tab_top_top_updown.png) no-repeat bottom -2px;}

div.tabcontents_topbg{
background: url(../images/tab_top_top.png) no-repeat center top;
height:2px;
width:100%;
overflow:hidden;
}

.pb5{padding-bottom:5px !important;}

.mlr0{
margin-left:0 !important;
margin-right:0 !important;
}

/*5series*/

.tab2 .tab_top li a,
.tab2 .tab_btm2 li a{
padding:4px 24px 6px 18px;
}


.tab2 ul.thmList li a, 
.tab2 ul.ctrlList li a{
padding:0;
}


/*5series*/

.guarantee .col03 li{
width:237px !important;
}


/* foreign map */

dl.map01,
dl.map03,
dl.map04,
dl.map02,
dl.map06,
dl.map07,
dl.map09{
height:55px;
}

dl.map02,
dl.map05,
dl.map08{
height:40px;
}

.map_box{
height:320px;
width:680px;
}

* html .map_box{
overflow:hidden;
display:inline;
}


.chinese dl.map01,
.chinese dl.map03,
.chinese dl.map04,
.chinese dl.map02,
.chinese dl.map06,
.chinese dl.map07,
.chinese dl.map09{
height:80px;
}

.chinese dl.map02,
.chinese dl.map05,
.chinese dl.map08{
height:40px;
}

.chinese .map_box{
height:340px;
width:680px;
}
.chinese div.map dl{width:200px;}
* html .slider .slide li{margin-right:13px;}

.gmapM_border{
margin:15px 0 15px 0px;
border:1px solid #cacaca;
width:585px;
height:422px;
}

.gmapS_border{
margin:15px 0 15px 0px;
border:1px solid #cacaca;
width: 546px;
height: 306px;
}

.english div.map,
.spanish div.map{
width:220px;
}

* html dl.map05{padding-top:0px;}

.guarantee ul.column li{float:left;}
.tab_top .tabtype01 li a,.tab_btm2 .tabtype01 li a{padding: 4px 20px 6px 11px;}
.lineupImgR img{
	margin-right: 15px;
	float: right;
}
.lineupImgL img{
	margin-left: 15px;
	float: left;
}
.lineupImgR div,.lineupImgL div{
	overflow: hidden;
}
.lineup3col li{
	float: left;
	padding: 0 13px;
	zoom: 1;
}
.col1to2 dt,.lineupCol04 dt,.lineupCol02 dt{
	margin-bottom: 5px;
	font-weight: bold;
}
.lineupCol04 dd small{
	font-size: 77%;
}
#main .tab_contents .col1to2 li.col1to2Left{
	margin-left: 15px;
	_display: inline;
	width: 347px;
}
#main .tab_contents .col1to2 li{
	width: 167px;
}
#main .tab_contents .lineupCol04{
	margin-left: 15px;
}
#main .tab_contents .lineupCol04 li{
	width: 167px;
}
#main .tab_contents .lineupCol02{
	margin: 10px 20px 0 15px;
}
#main .tab_contents .lineupCol02 li{
	padding: 20px 0;
	width: 347px;
}


/* additional css */

@charset "utf-8";
.image_boxR figure{
    float:right;
    margin-left:30px;
}
.image_boxFL figure{
    float:left;
    margin-right:30px;
}
.rlframe {
 box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
 padding: 5px 5px 8px;
 background-color: #FFF;
 height: auto;
 margin-left:6px;
}
.galleri_g01{overflow: hidden;}

.w176 li{
	width:176px;
	float:left;
	}
.w176 li.flL{margin-right:9px;}

.kire_table {
	font-size: 90%;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: none;
	border-bottom: none;
}
.kire_table th {padding: 5px;}
.kire_table td {
	padding: 5px;
	border-right: 1px solid #E6E6E6!important;
	border-bottom: 1px solid #E6E6E6!important;
}
.kire_table th {text-align: center;}


.kirei_gaiyou .image_boxS .side{
margin-right:225px;
margin-left:0px;
}

.kirei_gaiyou .image_box figure{float:right;}
.kirei_gaiyou .image_box figure{float:right;}
.galleri .wauto{width:auto !important;}
.ml20{margin-left:20px;}
.galleri .flL{float:left !important;}
.mt17{margin-top:17px;}
.w360{width:360px !important;}
* html .w360{width:400px !important;}
.w480{	
width:480px !important;
height:145px;
}

.pdl37{padding-left:37px;}
	
.w307{
width:307px;	
display:block;
margin-left:38px;
}





/****************************  DEMO  ****************************/

/*
.info_box {} 全削除

.info_detail_box {}
.info_detail_box .inner {}
修正


voice/detail 全削除

recruit/index, recruit/career, recruit/career_sales 全削除

*/

.info_detail_box {margin-bottom: 30px;}
.info_detail_box .inner {padding: 10px;}
.info_box dd {
	_width: 445px;
	_padding-top: 2px;
}
.info_box dd a {display: block;}



.voice .column p {margin: 6px 0 0;}
.voice .column .link01 {
	font-weight: bold;
	display: block;
}

.voice .leader figure {
	float: right;
	margin-left: 15px;
}
.voice .leader dt {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.voice .leader dd p:nth-child(1) {
	margin-bottom: 8px;
}
.voice .image_box {margin-top: 20px;}
.voice .image_box li img {
	padding: 5px;
	background: #FFF;
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
}
.voice .image_box li {width: 266px;}
.voice .image_box li:first-child {float: left;}
.voice .image_box li:last-child {float: right;}
.voice .image_box figcaption span {
	display: block;
	width: 48%;
}
.voice .image_box figcaption span:first-child {float: left;}
.voice .image_box figcaption span:last-child {float: right;}

.lineup_title {
	font-size: 14px;
	padding-left: 20px;
	background: url(../images/tamahome/icon_lineup2.png) no-repeat left 4px;
}

.company .fsDef {
	font: inherit;
	*font-size: 12px;
	*line-height: 1.5;
}

/* trouble_service */

.trb_list {}

.trb_list li {
	float: left;
	width: 190px;
	margin-right: 6px;
}
.trb_list li:nth-child(3n) {margin-right: 0;}
.trb_list li:nth-child(n+4) {margin-top: 15px;}


/* tvcm */

#tvcm_block h3.title {font-size: 18px;}
#tvcm_block .cm {margin-top: 25px;}
#tvcm_block .cm li {width: 370px;}  /* 2013/02/12　サイズ変更 */
#tvcm_block .cm li:nth-child(odd) {float: left;}
#tvcm_block .cm li:nth-child(even) {float: right;}
#tvcm_block .cm li:nth-child(n+3) {margin-top: 30px;}

#tvcm_block .ind li {width: auto; float: none;}

/*#tvcm_block .inner { 2013/02/12削除
	width: 280px;
	margin: 0 auto;
}*/
#tvcm_block .movie {　 /* 2013/02/12　サイズ変更 */
	width: 340px;
	height: 240px;
	margin: 0 auto 5px;
	padding: 7px;
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 5px 5px;
	background-color: #FFF;
}
#tvcm_block .cm p {text-align: center;}
#tvcm_block .gaikan p {text-align: left;}


/* t-smart */

.smart_box {
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 25px 10px;
	background-color: #FFF;
	margin: 30px 0;
}
#lead_box {
	padding: 2px 0 20px 0;
	margin-bottom: 20px;
	position: relative;
	background: url(../../common/images/tamahome/lineup/space_lead_imgL.png) no-repeat right top;
	min-height: 270px;
	_height: 270px;
	border-bottom: 1px solid #D9D9D9;
}
#lead_box h2 {margin-bottom: 8px;}
#lead_box h2 .flL {margin-right: 15px;}
#lead_box .txt {
	position: absolute;
	top: 30px;
	left: 80px;
}
#lead_box p {width: 430px;}

#space_box ol {padding-top: 5px; zoom: 1;}
#space_box ol li {margin-top: 15px;}
#space_box ol li h3 {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 10px 50px;
}
#space_box li h3 {
	font-size: 16px;
	line-height: 1.3;
}
#space_box ol li:first-child h3 {background-image: url(/common/images/tamahome/lineup/space_01_icon.png);}
#space_box ol li:nth-child(2) h3 {background-image: url(/common/images/tamahome/lineup/space_02_icon.png);}
#space_box ol li:nth-child(3) h3 {background-image: url(/common/images/tamahome/lineup/space_03_icon.png);}
#space_box ol li:nth-child(4) h3 {background-image: url(/common/images/tamahome/lineup/space_04_icon.png);}

#space_box li h3 span {
	display: block;
	font-size: 12px;
	margin-top: 3px;
}
#space_box ol {background: url(/common/images/tamahome/lineup/space_imgL.png) no-repeat right top;}
#space_box ol p.cf {width: 430px;}
#space_box ol p.cf img {margin-left: 15px;}

#btm_col {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
}
#btm_col li {
	width: 360px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#btm_col li p {
	padding-left: 105px;
	margin-top: 10px;
}
#btm_col li:first-child {float: left;}
#btm_col li:last-child {float: right;}
#btm_col li:first-child p {background: url(/common/images/tamahome/lineup/space_btm_img01.jpg) no-repeat 0 0;}
#btm_col li:last-child p {background: url(/common/images/tamahome/lineup/space_btm_img02.jpg) no-repeat 0 0;}


.smart_box02 {
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 25px 15px;
	background-color: #FFF;
}
.smart_border_btm {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.smart_box02 .inner {
	width:430px;
	margin-right:20px;
}
.smart_box02 h3 {
	border: none;
	margin: 0;
	padding-bottom: 10px;
}
.smart_box02 h4 {
	padding: 15px 0;
}
.smart_box02 h5 {
	font-size: 14px;
}
.smart_box02 figure.flL {
	padding: 0 15px 15px 0;
}
.smart_box02 figure.flR {
	padding: 0 0 0 20px;
}
.btm_col02 {
	width: 360px !important;
}


/* グリーンエコの家 */

.green_box {
	box-shadow: 0 0 5px rgba(50,50,50,.2), 0 2px 2px rgba(50,50,50,.1);
	border: 1px solid #d6d6d6;
	padding: 20px;
	background-color: #FFF;
}
.green_box#summary_box1 {
	padding:10px;
}
.green_box .feature li,
.green_box .feature2 li {
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0;
}
.green_box .feature li:first-child {
	padding-top: 10px;
}
.green_box .feature li:last-child,
.green_box .feature2 li:last-child  {
	border: none;
	padding-bottom: 10px;
}
.green_box .feature li img {
	float: right;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 5px rgba(50,50,50,.2), 0 2px 2px rgba(50,50,50,.1);
	padding: 5px;
	margin-left: 10px;
	background-color: #FFF;
}
.green_box .feature li h3 img {
	float: none;
	border:0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
.green_box .feature h3 { /* 2013/02/21　修正 */
	margin: 0;
	border: none;
}
.green_box .feature2 h3 {
	margin-top: 15px;
	border: none;
}
.green_box .feature2 h4 {
	margin-bottom: 20px;
}
.green_box .feature2 li:first-child {
	padding: 0 0 10px;
}
.green_box .feature2 li img {
	float: right;
	padding-left: 25px;
}
.green_box .feature2 li .fancybox {
	float: right;
}
.green_box .feature2 li .fancybox img {
	float: none;
}
.green_box .feature2 li h3 img,
.green_box .feature2 li h4 img  {
	float: none;
	padding: 0;
}
.green_box h4.item {
	text-align: center;
	margin: 10px 0 30px;
	font-size: 16px;
}
.green_box .item li {
	width: 122px;
	float: left;
	margin: 0 30px 0 0;
	height: 260px;
}
.green_box .item li.last {
	margin: 0;
}
.green_box .item li h5 {
	text-align: center;
	margin: 5px 0;
}
.green_box .item li:last-child {
	margin-left: -2px;
}
.green_box .item li:last-child img {
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 5px rgba(50,50,50,.2), 0 2px 4px rgba(50,50,50,.1);
}

/* 元気の家 */

.genki_box {
	box-shadow: 0 0 5px rgba(50,50,50,.2), 0 2px 2px rgba(50,50,50,.1);
	border: 1px solid #d6d6d6;
	padding: 20px 5px;
	background-color: #FFF;
}
.genki_box h3 {
	margin: 5px 0 -5px;
	border: none;
}
.genki_box h4 {
	margin-bottom: 10px;
}
.genki_box .titleblock {
	margin: 0 10px 30px 0;
}
.genki_box .titleblock img {
	float: left;
	margin:0 10px;
}
.genki_box .titleblock h3 img {
	float: none;
	margin: 0;
}
.genki_box .block {
	width: 360px;
	height: 430px;
	padding: 10px 10px 0;
	float: left;
	position: relative;
}
.genki_box .feature li {
	border-bottom: 2px solid #a2ba98;
	padding: 20px 0 10px;
}
.genki_box .feature.interior li {
	border-color: #ddb772;
}
.genki_box .feature li .in {
	float: left;
	width: 235px;
	margin-right: 2px;
	_width: 230px;
}
.genki_box .feature li .in p {
	width: 230px;
	margin-top: 0 !important;
	margin-bottom: 0.5em !important;
}

.genki_box .feature li .in img {
	float: left;
	margin-right: 2px;
	_margin: 0;
}
.genki_box .feature li .in h5 img {
	float: none;
} 
.genki_box .bg1 {
	background: url(/common/images/tamahome/lineup/genki_bg_01.gif) no-repeat 0 0;
}
.genki_box .bg2 {
	background: url(/common/images/tamahome/lineup/genki_bg_02.gif) no-repeat 0 0;
}
.genki_box .bg3 {
	background: url(/common/images/tamahome/lineup/genki_bg_03.gif) no-repeat 0 0;
}
.genki_box .example {
	font-size: 11px;
	padding: 40px 0 0;
	width: 380px;
}
.genki_box .example p {
	position: absolute;
	top: 260px;
	left: 40px;
}
.genki_box .example ul {
	position: absolute;
	bottom: 30px;
	left: 40px;
}
.genki_box .example ul li {
	display: inline-block;
	overflow: hidden;
	/display: inline;
	/zoom: 1;
}
.genki_box .example .image {
	position: absolute;
	top: 40px;
	left: 50px;
}
.genki_box .example .title {
	margin: 190px 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	/margin-top: 230px;
}
.genki_box .example .mr1 li {
	margin-right:25px;
}
.genki_box .example .mr2 li {
	margin-right:45px;
}
.genki_box .example .mr1 li.last,
.genki_box .example .mr2 li.last {
	margin: 0;
}
.genki_box .example p {
	width: 250px;
	margin-top: 0 !important;
}


/* IMPERIO */

#imp_space {
	box-shadow: 0 0 5px rgba(50,50,50,.2), 0 2px 2px rgba(50,50,50,.1);
	border: 1px solid #D6D6D6;
	margin-top: 30px;
	padding: 20px 10px;
	background-color: #FFF;
}
#imp_space.nb {
	box-shadow:none;
	border:none;
}
#imp_space dt {
	padding-left: 28px;
	background: url(../images/tamahome/lineup/imp_space_lm.gif) no-repeat 0 2px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
}
#imp_space dd {margin:  15px 0 0 28px;}
#imp_space #fl_img {
	margin: 18px 0 15px;
	padding-right: 280px;
	position: relative;
	min-height: 225px;
	_height: 225px;
}
#imp_space #fl_img p img {
	position: absolute;
	top: 0;
	right: 20px;
}

/* wall */

#wall_inner {
	box-shadow: 0 0 5px rgba(50,50,50,.2), 0 2px 2px rgba(50,50,50,.1);
	border: 1px solid #D6D6D6;
	margin: 30px 0;
	padding: 15px 14px;
	background: #fff;
}

/* hatching_bg */

.hatch {
	background: url(../images/hatching_bg.gif);	
}

/* kibou */
.kibou02col2 p{
	padding: 0 6px;
	width: 165px;
	float: left;
	font-size: 11px;
	text-align: left;
}


.imperio_gaiyou dt {
    text-align: center;
    font-size: 14px;
    padding: 15px 0 20px 0;
		font-weight:bold;
}
.imperio_gaiyou dl dd{
	font-size:10px;
}
.imperio_gaiyou div.flR{
	width:190px;
	margin-right:2px;
}
.allsystem_list li{
width:130px!important;
margin-right:15px;
}
.allsystem_list li.w170 {
    width: 170px !important;
    margin-right: 40px !important;
}
.allsystem_list li dt{
	font-size:12px;
	text-align:center;
	margin-top:4px;
}
.allsystem_list li dd{
	font-size:10px;
}
h3.imp_space_lm {
    background: url("../images/tamahome/lineup/imp_space_lm.gif") no-repeat scroll 0 2px transparent;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 28px;
		border-bottom:none;
}
/*2013/02/21　修正*/
span.bg_ef{
   font-size: 15px;
}
.boxK01 .kitchen_sanitary li{
	padding: 10px 20px 10px 0;
	background: none;
}
.boxK01 .kitchen_sanitary li.bigbox{
	width: 226px;
}
.boxK01 .kitchen_sanitary li.smallbox{
	width: 140px;
}
.boxK01 .kitchen_sanitary li:last-child {
	padding-right: 0;
}
.boxK01 .kitchen_sanitary li dt {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-align: center;
}
.boxK01 .kitchen_sanitary li dd {
	font-size: 11px;
}
.boxK01 .kitchen_sanitary li .diamond {
	font-size: 10px;
	background-color: #ededed;
	padding: 5px;
	text-align: center;
}
.imperio_gaiyou div.flL{
	margin-left:2px;
}
/* 2013/02/21　修正ここまで */

.other_event_box figure {
	float: left;
}
.other_event_box figure img {
	margin-bottom: 10px;
}
.other_event_box div { /*2013/02/12　width修正*/
	float: right;
	width: 600px;
}


.career.section01 .col03 li, .career.section02 .col03 li {width: 237px;}
.career.section01 .col03 li:nth-child(3n),
.career.section02 .col03 li:nth-child(3n) {
	float: left;
}
.career .col03 li div {
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 5px 5px 8px;
	background-color: #FFF;
	width: 202px;
	/border: 1px solid #ccc;
	margin: 0 auto;
	height: 300px;
	_height: 320px;
}
.career .col03 li div img {
	display: block;
	margin-bottom: 10px;
}
.career_box {
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 5px 5px;
	background-color: #FFF;
}

.career img {
	display: inline;
}
.career figure img:first-child {
	margin-right:10px;
}
.career figure {
	margin-left: 20px;
}

.boxK01l .column li:last-child {
	padding-right: 0;
}

/* top gallery */

.top_gallery {
	width: 748px;
	margin: 20px auto 10px;
	position: relative;
}

.top_gallery #galleryImage {
	width: 748px;
	height: 539px;
	overflow: hidden;
}
.top_gallery #galleryImage li {
	*font-size:0;
	*line-height:0;
}

.top_gallery .overlay {
	display: none;
	width: 740px;
	height: 535px;
	background: rgba(0,0,0,0.7);
	background/*\**/: url(../common/images/bg_000op.png)\9; 
	position: absolute;
	top:3px;
	left:4px;
	color: #fff;
}
* html .top_gallery .overlay {
	background: none;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80000000,EndColorStr=#80000000);
}
.top_gallery .overlay ul {
	position: absolute;
	top: 80px;
	left: 25px;
}
.top_gallery .overlay li {
	float: left;
	margin: 0 0 10px 10px;
}
.top_gallery .overlay li:nth-child(4n+1) {
	clear:both;
	margin-left:0;
}

/* privacy */

.privacy #main {line-height: 1.5;}

/* 画像光彩（汎用） */

.img_box {
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 5px 5px;
	background-color: #FFF;
	margin-right: 2px;
	border: 1px solid #ccc\9;
	/border: 1px solid #ddd;
}

/*  search  */

#search_result li{margin-bottom:25px;}


/* 木望 */

.pt20 { padding-top:20px !important; }
.mr10 { margin-right:10px !important; }
.mr100 { margin-right:100px !important; }
.p15 { padding: 15px !important; }
.kibou_w480 { width:480px !important; _width: 475px; _overflow: hidden; }
.kibou_mrM4 li { margin-right:-4px !important; }
.kibou_3col li {
	width:238px;
	padding:0;
	margin-right: 14px;
}
.kibou_3col li:last-child {
	margin-right:0;
}

.sanitary_col_pr10 li {padding-right:10px !important;}



/* ブログ */
.blog_col03 {
	padding: 15px 15px 0;
}
.blog_col03  h3 {
	margin-bottom: 15px;
}
.blog_col03 li {
	float: left;
	width: 165px;
	height: 120px;
	margin: 5px 0 15px 10px;
}
.blog_col03 li:nth-child(4n+1) {　/*2012/02/12　修正*/
	clear: both;
	margin-left: 0;
}
.blog_col03 li li {
	float: none;
	width: auto;
	margin:0;
	height: auto;
	margin: 0 0 5px;
	border-right: 1px solid #000;
	padding: 0 5px;
	display:inline-block;
	/zoom:1;
	/display:inline;
}
.blog_col03 li li:last-child {
	border: none;
}


.loan_table th {
	width: 150px;
}

.loan_table td:nth-child(2) {
	width: 150px;
}

.loan_table td:nth-child(3) {
	width: 280px;
}



.listBlank span {
	background: none !important;
}
.listBlank .blank01 {
	background-position: 0.6em 1em;
}


/* 大安心 */
ul.thmList li.act img {
        border: 1px solid red;
}






#modal {
	width:435px;
	height:284px;
	position: absolute;
	top:0;
	right:21px;
	z-index:2000;
	display:none;
}
#modal .modal_head {
	background: url("/common/images/index/modal_bg01.png") no-repeat;
	width:415px;
	height:40px;
	text-align: right;
	padding: 5px 10px;
}
#modal .modal_contents {
	background: url("/common/images/index/modal_bg02.png") no-repeat;
	width:420px;
	height:219px;
	padding: 15px 0 0 15px;
}
#modal .modal_contents ul {
	margin-bottom: 10px;
}
#modal .modal_contents li {
	float:left;
	margin-right:3px;
}
#modal .modal_contents li:last-child {
	margin:0;
}
#modal .modal_contents p {
	margin-bottom: 10px;
}
#modal .modal_contents p:last-child {
	margin-bottom:0;
}
#close img {
    cursor: pointer;
}




.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:14px;
line-height:13px;
text-align:center;
}
 
.pagination span, .pagination a {
display:inline-block;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
color:#fff;
background: #000;
/display: inline;
/zoom: 1;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #D3131C;
color:#fff;
}



.hall-list {
	/padding-bottom:40px;
}

.hall-list:last-child {
	/padding-bottom:100px;
}

.minH400 li {min-height: 400px; _height: 400px; margin-bottom: 15px;}
.minH440 li {min-height: 440px; _height: 440px; margin-bottom: 15px;}
.mb8 {margin-bottom: 8px!important;}
.w320 {width: 320px!important;}
.w_auto {width: auto!important;}

/* kirei_structure_daichi.html */
.kire_att {
	width: 100%;
	text-align: right;
	font-size: 90%;
}

ul.merit3 h4 {
	padding: 13px 0;
}
ul.merit3 li {
	padding: 0 0 10px 0;
}

table.basic_table td ul.indent-list {
	list-style: outside;
	margin: 0 1em;
}

.listyle-outside {
    list-style: disc outside none;
    margin-left: 1em;
}
.listyle-outside2 {
    list-style: disc outside none;
    margin-left: 2em;
}
.listyle-outside2 .none {
    list-style: none;	
    margin-left: -2em;
}
.listyle-outside3 {
    list-style: disc outside none;
    margin-left: 3em;
}
.listyle-outside3 .none {
    list-style: none;	
    margin-left: -3em;
}
.indent-p {
	text-indent: -1em;
	margin-left: 1em !important;
}
.table_bottom li {
    position: relative;
    height: 210px;
}
.table_bottom li img {
    position: absolute;
    bottom:50px;
}
.table_bottom li dl {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.housemaking-left h4,
.housemaking-right h4 {
    background-color: #605a47;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.housemaking-left div {
    margin-right: 2em;
}
.housemaking-left {
    float: left;
    width: 49%;
}
.housemaking-right {
    float: right;
    width: 50%;
}
.housemaking-right table th {
    text-align: center;
    vertical-align: middle;
}
.t-smart-column-middle li {
    display: table;
    height: 130px;
}
.t-smart-column-middle dl {
    display: table-cell;
    vertical-align: middle;
}

.fancybox {
    display: block;
    position: relative;
}
.fancybox .zoom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.genki_box h5 {
	margin-top: 0;
	line-height: 1.2;
}

.call {
	_margin-top: 0 !important;
}


.sanitary_toilet {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.sanitary_toilet li {
	float: left;
	width: 190px;
	padding: 0;
	margin-right: 10px;
	_margin-right: 5px;
}
.sanitary_toilet li:first-child {
	width: 275px;
}
.sanitary_toilet li:last-child {
	margin-right: 0;
}
.sanitary_toilet li ul li:first-child {
	width: 190px;
}
.sanitary_toilet li ul li {
	margin-bottom: 15px;
}
.sanitary_toilet li ul li img {
	float: left;
	width: 88px;
	margin-right: 10px;
}
.sanitary_toilet li ul li dl dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sanitary_toilet li ul li dl dd {
	font-size: 11px;
}


.cond-tel span {
	vertical-align: middle;
}
.cond-tel span:nth-child(1) {
	color: #d2131b;
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	font-family: 'Oxygen', sans-serif;
}

/* i TamaHome */

#i-tamahome p,
#i-tamahome h4.title {
	margin:0;
}
#i-tamahome h1.title {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#i-tamahome h3.title {
	padding:0 15px 5px;
	margin:0 0 20px;
}
#i-tamahome p.txt {
	padding:0 15px;
	margin:5px 0 50px;
	font-size:10px;
}
#i-tamahome p.title {
	font-size:16px;
	font-weight:bold;
}
#i-tamahome p.title span {
	font-family: "A-OTF A1明朝 Std Bold", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
}


#i-tamahome .cf {
	padding:0 15px;
}
#i-tamahome .cf .flR {
	text-align:center;
}
#i-tamahome #box1 {margin-bottom:40px;}
#i-tamahome #box1 .flL {width:563px;}
#i-tamahome #box1 .flR {width:180px; padding-top:2.5em;}

#i-tamahome #box1 .flR img {
	width:132px;
	height:86px;
}

#i-tamahome #box2 {margin-bottom:20px;}
#i-tamahome #box2 .flL {width:373px;}
#i-tamahome #box2 .flR {width:370px;}

#i-tamahome #box3 {
	padding:0 15px;
}
#i-tamahome #box4 table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}
#i-tamahome #box4 table th {
	font-weight:normal;
	color:#FFF;
	text-align:center;
	border-left:1px #FFF solid;
}
#i-tamahome #box4 table th,
#i-tamahome #box4 table td {
	padding:5px;
}
#i-tamahome #box4 table .bd {
	border-bottom:1px #C4C4C4 solid;
}
#i-tamahome #box4 table th.t01 {background-color:#9EB46C;}
#i-tamahome #box4 table th.t02 {background-color:#87B9B8;}
#i-tamahome #box4 table th.t03 {background-color:#D0AE67;}
#i-tamahome #box4 table th.t04 {background-color:#8BB488;}
#i-tamahome #box4 table th.t05 {background-color:#A893BC;}
#i-tamahome #box4 table th.t06 {background-color:#8BB488;}
#i-tamahome #box4 table th.t07 {background-color:#CD9095;}
#i-tamahome #box4 table th.t08 {background-color:#CDBF90;}
#i-tamahome #box4 table th.t09 {background-color:#CF99BD;}
#i-tamahome #box4 table th.t10 {background-color:#B19186;}

#i-tamahome .action {
	padding:15px 10px;
	margin:30px 0 50px;
}



.column li img.attachment-arcvoice {
height: 242px !important;
max-width: 100%;
}

/* award-history */

#award-history p {
	margin:0;
}
#award-history .box-base {
	clear:both;
	width:743px;
	margin:0 auto;
}
#award-history .box-base .blank02 {
	color:#022551;
	line-height:2em;
}

#award-history #box0 {
	padding-bottom:20px;
}
#award-history #box0 p img {
	margin-right:20px;
}
#award-history #box0 p span {
	display:inline-block;
	width:320px;
}

#award-history h2.title {
	clear:both;
	margin:35px 0 15px;
}
#award-history h3.title {
	padding-left:15px;
}

#award-history #box1 {
	padding-bottom:10px;
}
#award-history #box1 .flL {
	width:475px;
}
#award-history #box1 .flR {
	width:240px;
}
#award-history #box1 .flR .txt {
	font-family: "A-OTF A1明朝 Std Bold", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
	text-align:center;
	padding-top:10px;
}

#award-history #box2 {
	background:url(../images/award-history/bg00.jpg) no-repeat;
	height:260px;
	padding:40px 180px 0 40px;
	margin:40px 0 30px 0;
}
#award-history #box2 .title {
	font-size:30px;
	padding:0;
	margin:0 0 25px;
}

.award-history_box figure {
	float: left;
	height: 180px;
}
.award-history figure img {
	margin-bottom: 10px;
	margin-right: 10px;
}
#award-history div { /*2013/02/12　width修正*/
	float: right;
	width: 543px;
}

/* ハッピーライフクラブ */

body.hlc .al-r {text-align:right;}
body.hlc .s-txt {font-size:10px;}
body.hlc .b-txt {font-size:14px;}
body.hlc .bb-box {
	border-bottom:1px #999999 dotted;
	margin-bottom:40px !important;
	padding-bottom:40px;
}

.serviceBox,
.planBox {
	margin-bottom:40px;
}
.serviceBox .title {margin:0;}
.planBox .title {margin:0 0 5px; padding-top:0;}


.hlcBox li {
	float:left;
	box-shadow:0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	background-color:#FFF;
}

.hlcBox-service {
}
.hlcBox-service li {
	float:left;
	width:372px;
	margin-right:29px;
}

.hlcBox-service li dl {
	box-shadow:0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	background-color:#FFF;
	width:342px;
	padding:15px 15px 20px;
	margin-bottom:20px;
}
.hlcBox-service li dl dt {margin-bottom:10px;}
.hlcBox-service li p {margin:0 !important;}

.hlcBox-plan {
	margin-bottom:20px;
}
.hlcBox-plan li {
	width:225px;
	padding:10px 5px;
	margin-right:15px;
	border:5px #FFFFFF solid;
}
.hlcBox-plan li:first-child  {
	border:5px #F2E100 solid;
}
.hlcBox-plan li dt {margin-bottom:10px;}


.home-assistant-service {
	margin-bottom:40px;
}
.home-assistant-service li {
	width:169px;
	padding:10px 10px 15px;
	margin-right:9px;
}
.home-assistant-service li dt {margin-bottom:10px;}
.home-assistant-service li dd {padding:0 2px;}


.hlcBox-2col li:nth-child(2n) {margin-right:0;}
.hlcBox-3col li:nth-child(3n) {margin-right:0;}

/* start 2017.07.24 hlc */
.hlc_area {
  width: 950px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  font-size:14px;
  line-height:200%;
}
.hlc_area hr {
  padding-top:20px;
  color:#777777;
  padding-bottom:20px;
}
.hlc_area .sp_only{
  display:none;
}

.hlc_area img{
  border:none;
}
.hlc_area a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none;
}

.hlc_area .h1 {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #00A0E9;
  font-size:34px;
  text-align:center;
  margin-top: 20px;
}
.hlc_area .h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #008d86;
  font-size:20px;
}
.hlc_area .none{
  float:none;
  clear:both;
  margin:0px;
  padding:0px;
}
.hlc_area .left{
  float:left;
}
.hlc_area .right{
  float:right;
}
.hlc_area .right20{
  margin-right:20px;
}

.hlc_area .main_text {
  padding: 0px;
  width: 850px;
  margin-top:50px;
  margin-right: auto;
  margin-left: auto;
}
.hlc_area .service_area{
  background-color: #e4f5ff;
  padding: 20px;
  width: 910px;
  margin-top:50px;
  margin-bottom: 50px;
  
}
.hlc_area .service_area .h2 {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height:1.5em;
  color: #166a9f;
  font-size:30px;
  text-align:  center;
  font-weight: normal;
  margin-bottom: 15px;  
}
.hlc_area p.hlc_inquiry {
  margin-bottom: 50px !important;
}
.hlc_area .box1set {
  background-color: #FFF;
  padding: 12px;
  width: 886px;
  border-radius: 8px;
  text-align:left;
  margin: 0px;
}
.hlc_area .box2set {
  background-color: #FFF;
  padding: 12px;
  width: 426px;
  border-radius: 8px;
  text-align:left;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.hlc_area .plan_area{
  background-color: #ece3d0;
  padding: 20px;
  width: 910px;
  margin-top:50px;
  margin-bottom: 50px;
}
.hlc_area .plan_area .h2 {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height:1.5em;
  color: #785a13;
  font-size:30px;
  text-align:  center;
  font-weight: normal;
  margin-bottom: 15px;  
}

.hlc_area .annualfee_area{
  background-color: #f9ccc6;
  padding: 20px;
  width: 910px;
  margin-bottom: 50px;
}
.hlc_area .flow_area{
  background-color: #fff6a8;
  padding: 20px;
  width: 910px;
  margin-bottom: 50px;
}
.hlc_area .flow_area .h2 {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
]  color:#333;
  line-height:1.5em;
  font-size:30px;
  text-align:  center;
  font-weight: normal;
  margin-bottom: 15px;  
}
.hlc_area p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.hlc_area .footer_mn {
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.hlc_area .footer_mn ul{
  margin:0px;
  padding:0px;
  list-style-type: none;
}
.hlc_area .footer_mn ul li{
  float:left;
  width:23%;
  background-image: url(/common/images/hlc/icon_01.jpg);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 2%;
}
.hlc_area .login_area {
  text-align: center;
  padding:15px;
  background-color: #fff6a8;
}
.hlc_area .faq_title{
  font-size:30px;
  border-bottom:3px solid #777777;
  padding-left:20px;
  padding-bottom:20px;
  margin-bottom:20px;
}
.hlc_area .trouble_text_area{
  float:left;
  width:50%;
}
.hlc_area .trouble_img_area{
  float:right;
  width:48%;
}
.hlc_area .trouble_area{
  font-size:18px;
  text-align:center;
  padding:2%;
  border-bottom:1px solid #777777;
  margin-top:5px;
  margin-bottom: 20px;
}
.hlc_area .trouble_title{
  font-size:18px;
  color:#F00;
  font-weight:bold;
  text-align:left;
  margin-bottom:15px;
}
.hlc_area .trouble_sub_title ul{
  margin:0px;
  padding:0px;
}
.hlc_area .trouble_sub_title ul li{
  margin:0px;
  padding:0px 0px 0px 15px;
  background-image:url(/common/images/hlc/icon_01.jpg);
  background-position:left 7px;
  background-repeat:no-repeat;
}
.hlc_area .trouble_more_bt{
  background-color:#00b2af;
  border-radius: 5px;
  background-image:url(/common/images/hlc/icon_02.png);
  background-position:right 5px;
  height: 16px;
  width: auto;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size:16px;
  line-height:100%;
  background-repeat: no-repeat;
  float: left;
}
.hlc_area .trouble_more_bt a{
  color:#fff;

}
.hlc_area .trouble_tel {
  margin-top: 50px !important;
}
.hlc_area .service_area .box2set.left .left .trouble_more_bt a:hover{
  color:#fff;
}
.hlc_area .red{
  color:#F00;
  font-weight:bold;
}
.hlc_area .f25{
  font-size:25px;
}
.hlc_area .login_area table tr td {
  vertical-align: middle;
}
.hlc_area .service_area .box2set.left .left .trouble_more_bt a:hover {
  color:#eee;
}
.hlc_area .service_area .box2set.right .left .trouble_more_bt a:hover {
  color: #eeeeee;
}
/* knowhow faq  */
.hlc_area .faqNav {
  margin: 44px 0 47px -16px;
}
.hlc_area .faqNav li {
  float: left;
  width: 224px;
  margin-left: 16px;
  font-size: 18px;
  font-weight: bold;
}
.hlc_area .faqNav li a {
  display: block;
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  text-align: left;
}
.hlc_area .faqNav li a span {
  padding: 0 15px;
  background:url(/common2/images/shape_05.gif) no-repeat left center;
}

.hlc_area .faqBox {
  margin: -84px 0 76px;
  padding-top: 84px;
}
.hlc_area .faqBox h3 {
  min-height: 24px;
  padding-left: 32px;
  background:url(/common2/images/shape_10.png) no-repeat left center;
  font-size: 20px;
  font-weight: bold;
}
.hlc_area .faqBox .faq-list {
  margin-top: 26px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.hlc_area .faqBox .faq-list dt {
  padding: 20px 30px 20px 59px;
  border: 1px solid #e6e6e6;
  background: #f8f8f8 url(/common2/images/shape_01.png) no-repeat 29px center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-align:left;
}
.hlc_area .faqBox .faq-list dt span {
  display: block;
  padding-right: 30px;
  background:url(/common2/images/shape_11_off.png) no-repeat right center;
}
.hlc_area .faqBox .faq-list dt.on span {
  background:url(/common2/images/shape_11_on.png) no-repeat right center;
}
.hlc_area .faqBox .faq-list dd {
  width: 100%;
  padding: 15px 70px 40px 66px;
  line-height: 1.7;
  box-sizing: border-box;
  text-align:left;
}
.hlc_area .faqBox .faq-list dd:last-child {
  padding-bottom: 0;
}
.hlc_area .faqFoot {
  margin-top: 76px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.hlc_area .faqFoot p.btn {
  margin: 0;
}
.hlc_area .faqFoot p.btn a {
  display: inline-block;
  margin: 0 auto;
  padding: 13px 50px;
  background: #e70012;
  text-decoration: none;
  vertical-align: top;
  color: #ffffff;
  font-weight: bold;
}
.hlc_area .faqFoot p.btn a:hover {
  color: #ffffff !important;
}

@media screen and (max-width: 640px) {
.hlc_area {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-text-size-adjust: 100%;
  line-height:200%;
}
.hlc_area .pc_only{
  display:none;
}
.hlc_area .sp_only{
  display:block;
}
.hlc_area img{
  border:none;
}
.hlc_area .bt{
  width:48%;
}
.hlc_area .bt1{
  width:98%;
}
.hlc_area .h1 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #00A0E9;
  font-size:25px;
  text-align:center;
}
.hlc_area .h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #008d86;
  font-size:20px;
  margin-bottom: 15px;
}
.hlc_area .none{
  float:none;
  clear:both;
  margin:0px;
  padding:0px;
}
.hlc_area .left{
  float:left;
}
.hlc_area .right{
  float:right;
}
.hlc_area .right20{
  margin-right:20px;
}


.hlc_area .main_text {
  padding: 0px;
  width: 90%;
  margin-top:20px;
  margin-right: auto;
  margin-left: auto;
}
.hlc_area .service_area{
  background-color: #e4f5ff;
  padding: 1%;
  width: 98%;
  margin-top:30px;
  margin-bottom: 30px;
  
}
.hlc_area .service_area .h2 {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height:1.5em;
  color: #166a9f;
  font-size:24px;
  text-align:  center;
  font-weight: normal;
  margin-bottom: 0px;
}
.hlc_area .box1set {
  background-color: #FFF;
  padding: 2%;
  width: 96%;
  border-radius: 8px;
  margin: 0px;
}
.hlc_area .box2set {
  background-color: #FFF;
  padding: 2%;
  width: 96%;
  border-radius: 8px;
  text-align:left;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.hlc_area .plan_area{
  background-color: #ece3d0;
  padding: 1%;
  width: 98%;
  margin-top:30px;
  margin-bottom: 30px;
}
.hlc_area .plan_area .h2 {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height:1.5em;
  color: #785a13;
  font-size:24px;
  text-align:  center;
  font-weight: normal;
  margin-bottom: 0px;
}

.hlc_area .annualfee_area{
  background-color: #f9ccc6;
  padding: 1%;
  width: 98%;
  margin-bottom: 30px;
}
.hlc_area .flow_area{
  background-color: #fff6a8;
  padding: 1%;
  width: 98%;
  margin-bottom: 30px;
}
.hlc_area .flow_area .h2 {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color:#333;
  line-height:1.5em;
  font-size:24px;
  text-align:  center;
  font-weight: normal;
  margin-bottom: 0px;
}
.hlc_area p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.hlc_area .footer_mn {
  margin-top: 20px;
  margin: 0px;
  padding: 0px;
}
.hlc_area .footer_mn ul{
  margin:0px;
  padding:0px;
  list-style-type: none;
}
.hlc_area .footer_mn ul li{
  float:left;
  width:90%;
  background-image: url(/common/images/hlc/icon_01.jpg);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 4%;
}
.hlc_area .trouble_title{
  font-size:18px;
  color:#F00;
  font-weight:bold;
  text-align:left;
  margin-bottom:5px;
}
.hlc_area .trouble_more_bt{
  background-color:#00b2af;
  border-radius: 5px;
  background-image:url(/common/images/hlc/icon_02.png);
  background-position:right 5px;
  height: 16px;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size:16px;
  line-height:100%;
  background-repeat: no-repeat;
  float:left;
}
.hlc_area .trouble_more_bt a{
  color:#fff;
}
.hlc_area .trouble_more_bt a:hover{
  color:#fff;
}

.hlc_area .faq_title{
  font-size:24px;
  border-bottom:3px solid #777777;
  padding-bottom:20px;
}
/* knowhow faq  */
.hlc_area .faqNav {
  margin: 44px 0 47px -16px;
}
.hlc_area .faqNav li {
  float: left;
  width: 224px;
  margin-left: 16px;
  font-size: 18px;
  font-weight: bold;
}
.hlc_area .faqNav li a {
  display: block;
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  text-align: left;
}
.hlc_area .faqNav li a span {
  padding: 0 15px;
  background:url(/common2/images/shape_05.gif) no-repeat left center;
}

.hlc_area .faqBox {
  padding-top: 0px;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
}
.hlc_area .faqBox h3 {
  min-height: 24px;
  padding-left: 32px;
  background:url(/common2/images/shape_10.png) no-repeat left center;
  font-size: 20px;
  font-weight: bold;
}
.hlc_area .faqBox .faq-list {
  margin-top: 26px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.hlc_area .faqBox .faq-list dt {
  border: 1px solid #e6e6e6;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-align:left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  line-height: 150%;
  background-color: #f8f8f8;
  background-image: url(/common2/images/shape_01.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.hlc_area .faqBox .faq-list dt span {
  display: block;
  padding-right: 30px;
  background:url(/common2/images/shape_11_off.png) no-repeat right center;
}
.hlc_area .faqBox .faq-list dt.on span {
  background:url(/common2/images/shape_11_on.png) no-repeat right center;
}
.hlc_area .faqBox .faq-list dd {
  width: 100%;
  padding: 10px;
  line-height: 1.7;
  box-sizing: border-box;
  text-align:left;
}
.hlc_area .faqBox .faq-list dd:last-child {
  padding-bottom: 0;
}
.hlc_area .faqFoot {
  margin-top: 76px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.hlc_area .faqFoot p.btn {
  margin: 0;
}
.hlc_area .faqFoot p.btn a {
  display: inline-block;
  margin: 0 auto;
  padding: 13px 50px;
  background: #e70012;
  text-decoration: none;
  vertical-align: top;
  color: #ffffff;
  font-weight: bold;
}
.hlc_area .faqFoot p.btn a:hover {
  color: #ffffff !important;
}
}
/* end 2017.07.24 hlc */


/* 役員紹介 */

#main .officers-area ul {
	display:table;
	padding-bottom:10px;
}
#main .officers-area ul li {
	display:table-cell;
	padding-right:30px;
	width:230px;
	vertical-align:top !important;
}
@media screen and (max-width: 640px) {
  #main .officers-area ul li {
	width:33.33333%;
  }
}
#main .officers-area ul li p {
	text-align:center;
	margin:0.5em 0;
}
/*
#main .officers-area ul.directors-area li {
	width:230px;
	vertical-align:top !important;
}
*/

/*
-----------------------------------------------------------------------
大安心の家 PREMIUM
-----------------------------------------------------------------------
*/

.float-box,
.clear-box {clear:both;}
.float-box .float-l {float:left;}
.float-box .float-r {float:right;}
#main .float-box p {margin:0;}

/*-- daianshin-premium-top --*/

#daianshin-premium-top .al-c {
	text-align:center;
}
#daianshin-premium-top .top_gallery,
#daianshin-premium-top .top_gallery p {margin-bottom:0;}

#daianshin-premium-top .t-base {
	background:url(../images/tamahome/lineup/daianshin_premium/top/t_base_bg.png) repeat-x;
	height:38px;
	line-height:38px;
	letter-spacing:5px;
	padding:0 30px;
	color:rgba(255,255,255,1);
	font-weight:normal;
	font-size:190%;
	margin:35px 0 0;
}
#daianshin-premium-top .t-base span {
	font-size:40%;
	padding:0 10px;
	letter-spacing:2px;
	vertical-align:middle;
}

#daianshin-premium-top .float-box {
}
#daianshin-premium-top .float-box .float-l {width:245px;}
#daianshin-premium-top .float-box .float-r {width:482px;}

#daianshin-premium-top .bg0 {
	background:url(../images/tamahome/lineup/daianshin_premium/top/bg0.png) no-repeat 10px 90px;
	padding-bottom:50px;
}

#daianshin-premium-top .img1 {
	clear:both;
	margin:1.5em auto 35px;
}

#daianshin-premium-top .bottom-text {
	clear:both;
	margin:35px auto;
	font-size:80%;
}

/*-- daianshin-premium-gaiyou --*/

#daianshin-premium-gaiyou {
}
#daianshin-premium-gaiyou .small-text {font-size:8px;}
#daianshin-premium-gaiyou .al-r {text-align:right;}

#daianshin-premium-gaiyou .main-title {
	text-align:center;
	background-color:rgba(255,255,255,1);
	box-shadow:0 0 2px rgba(50, 50, 50, 0.2), 0 3px 2px rgba(50, 50, 50, 0.1);
	padding:20px 10px;
}

#daianshin-premium-gaiyou .tab_contents {
	margin:20px auto 0;
}

#daianshin-premium-gaiyou .st-base {
	background-color:rgba(125,123,111,1);
	color:rgba(255,255,255,1);
	padding:0.6em 1em;
	margin:0 0 15px;
}

#daianshin-premium-gaiyou .float-box {
	margin:0 0 30px;
}
#daianshin-premium-gaiyou #box1,
#daianshin-premium-gaiyou #box3 {
	border-bottom:1px solid rgba(63,58,52,1);
	padding:0 0 30px;
	margin:0 0 45px;
}

#daianshin-premium-gaiyou .float-box p {margin:0 0 15px;}
#daianshin-premium-gaiyou .float-box .float-l {width:270px;}
#daianshin-premium-gaiyou .float-box .float-r {width:456px;}

#daianshin-premium-gaiyou #box1 .float-l {width:182px;}
#daianshin-premium-gaiyou #box1 .float-r {width:548px;}

#daianshin-premium-gaiyou #box4 .float-l {width:275px;}
#daianshin-premium-gaiyou #box4 .float-r {width:450px;}
#daianshin-premium-gaiyou #box4 .float-l p {margin:0;}
#daianshin-premium-gaiyou #box4 .float-l p:first-child {margin:0 0 5px;}

#daianshin-premium-gaiyou #box4 .title,
#daianshin-premium-gaiyou #box5 .title {margin:0 0 5px;}

#daianshin-premium-gaiyou .text {
	background-color:rgba(238,235,226,1);
	color:rgba(174,14,26,1);
	padding:10px 20px;
	font-weight:bold;
}
#daianshin-premium-gaiyou .text p:last-child {margin:0;}
#daianshin-premium-gaiyou .text img {width:100%;}

#daianshin-premium-gaiyou .img-bottom {
	text-align:center;
	background-color:rgba(238,235,226,1);
}

/*
-----------------------------------------------------------------------
楽楽の家
-----------------------------------------------------------------------
*/

/*-- rakuraku-top --*/

#rakuraku-top .top_gallery,
#rakuraku-top .top_gallery p {margin-bottom:0;}

#rakuraku-top .bg {
	background:url(../images/tamahome/lineup/rakuraku/top/bg.png) no-repeat right top;
}

#rakuraku-top .bottom-text {
	margin:35px auto;
	font-size:80%;
}

/*-- rakuraku-gaiyou --*/

#rakuraku-gaiyou {
}
#rakuraku-gaiyou .main-title {
	text-align:center;
	background-color:rgba(255,255,255,1);
	box-shadow:0 0 2px rgba(50, 50, 50, 0.2), 0 3px 2px rgba(50, 50, 50, 0.1);
	padding:20px 10px;
}

#rakuraku-gaiyou .tab_contents {
	margin:20px auto 0;
}

#rakuraku-gaiyou #box0 .title {
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

#rakuraku-gaiyou .t-base {
	background-color:rgba(0,178,221,1);
	color:rgba(255,255,255,1);
	font-size:20px;
	padding:6px 10px;
	margin:0 0 20px;
}
#rakuraku-gaiyou #box2 sub {
	bottom:0;
}

#rakuraku-gaiyou #box3 .t-base {position:relative; margin:0 0 30px;}
#rakuraku-gaiyou #box3 .t-base span {
	display:block;
	width:169px;
	height:75px;
	background:url(../images/tamahome/lineup/rakuraku/gaiyou/bg0.png) no-repeat;
	position:absolute;
	top:0;
	right:20px;
}
#rakuraku-gaiyou #box5 .t-base {text-align:center;}
#rakuraku-gaiyou #box6 .t-base {
	background-color:rgba(216,226,102,1);
	color:rgba(56,56,56,1);
	text-align:center;
}
#rakuraku-gaiyou .small-text {font-size:8px;}
#rakuraku-gaiyou .float-box {margin:0 0 30px;}

#rakuraku-gaiyou #box0 {margin:0 0 30px;}
#rakuraku-gaiyou #box1,
#rakuraku-gaiyou #box2,
#rakuraku-gaiyou #box3,
#rakuraku-gaiyou #box4,
#rakuraku-gaiyou #box5 {margin:0 0 50px;}


#rakuraku-gaiyou #box0 .float-l {width:470px;}
#rakuraku-gaiyou #box0 .float-r {width:270px;}

#rakuraku-gaiyou #box0 .title {
	color:rgba(0,178,221,1);
	font-size:36px;
	margin:0 0 30px;
}
#rakuraku-gaiyou #box0 .title span {
	display:block;
	font-size:20px;
	margin:0 0 15px;
}
#rakuraku-gaiyou #box0 dl {
	display:table;
	width:100%;
}
#rakuraku-gaiyou #box0 dl dt,
#rakuraku-gaiyou #box0 dl dd {
	display:table-cell;
	vertical-align:top;
	font-size:11px;
}
#rakuraku-gaiyou #box0 dl dt {width:131px; padding-right:10px;}


#rakuraku-gaiyou #box1 .float-l {width:409px;}
#rakuraku-gaiyou #box1 .float-r {width:327px;}
#rakuraku-gaiyou #box1 .float-l img {margin-bottom:5px;}


#rakuraku-gaiyou #box2 .float-box {margin:0;}
#rakuraku-gaiyou #box2 .float-l {width:175px;}
#rakuraku-gaiyou #box2 .float-r {width:561px;}
#rakuraku-gaiyou #box2 .float-r img {margin-bottom:5px;}


#rakuraku-gaiyou #box3 .float-l,
#rakuraku-gaiyou #box3 .float-r {width:365px;}

#rakuraku-gaiyou #box3-0 .float-l {width:150px;}
#rakuraku-gaiyou #box3-0 .float-r {width:207px;}
#rakuraku-gaiyou #box3-1 .float-l {width:150px;}
#rakuraku-gaiyou #box3-1 .float-r {width:213px;}
#rakuraku-gaiyou #box3-2 .float-l {width:145px;}
#rakuraku-gaiyou #box3-2 .float-r {width:220px;}
#rakuraku-gaiyou #box3-3 p {text-align:right;}

#rakuraku-gaiyou #box3-0,
#rakuraku-gaiyou #box3-1 {
	border-bottom:1px dashed rgba(56,56,56,1);
	margin:0 0 20px;
	padding:0 0 20px;
}
#rakuraku-gaiyou #box3-1 {margin:0;}

#rakuraku-gaiyou #box3 dl {
}
#rakuraku-gaiyou #box3-0 dl {margin-bottom:10px;}

#rakuraku-gaiyou #box3 dl dt {
	vertical-align:middle;
	font-size:14px;
}
#rakuraku-gaiyou #box3 dl dt span {
	color:rgba(0,178,221,1);
	font-weight:bold;
	font-size:36px;
	padding-right:5px;
	vertical-align:middle;
}


#rakuraku-gaiyou #box4 .float-l {width:170px;}
#rakuraku-gaiyou #box4 .float-r {width:555px;}
#rakuraku-gaiyou #box4 .float-box .float-box {margin:0;}
#rakuraku-gaiyou #box4 .float-box .float-box .float-l {width:300px;}
#rakuraku-gaiyou #box4 .float-box .float-box .float-r {width:242px;}

#rakuraku-gaiyou #box4 .float-l p:first-child {margin:0 0 10px; font-size:90%;}
#rakuraku-gaiyou #box4 .float-r p:first-child {margin:0 0 20px;}


#rakuraku-gaiyou #box5 .float-l,
#rakuraku-gaiyou #box5 .float-r {width:365px;}
#rakuraku-gaiyou #box5 .float-box .float-box {margin:0;}
#rakuraku-gaiyou #box5 .float-box .float-box .float-l {width:205px;}
#rakuraku-gaiyou #box5 .float-box .float-box .float-r {width:150px;}

#rakuraku-gaiyou #box5 .st-base {
	border-left:5px solid rgba(0,178,221,1);
	font-size:15px;
	padding-left:5px;
	margin-bottom:10px;
}

#rakuraku-gaiyou #box5 .float-box .float-box .float-l .small-text {margin-top:5px;}
#rakuraku-gaiyou #box5 .float-box .float-box .float-r p {margin-bottom:10px;}
#rakuraku-gaiyou #box5 .float-box .float-box .float-r p:last-child {margin-bottom:0;}

/*
-----------------------------------------------------------------------
タマパレス
-----------------------------------------------------------------------
*/

.tamapalace {
}

/*
----------------------------------------
tamapalace-index
----------------------------------------
*/

/*-- box0 --*/

#tamapalace-index .box0 {
}
#tamapalace-index .box0 .title {font-size:22px; margin-bottom:9px;}

#tamapalace-index .box0 .box0-area {
}
#tamapalace-index .box0 .box0-box {
	float:left;
	width:241px;
	margin-right:25px;
	padding:5px 0;
	border-top:1px dotted rgba(165,165,165,1);
	border-bottom:1px dotted rgba(165,165,165,1);
	background:url(../images/tamapalace/index/box0_line.png) no-repeat 0 -1px;
}
#tamapalace-index .box0 .box0-box:last-child {margin-right:0;}
#tamapalace-index .box0 .box0-box .box0-l {float:left; width:150px;}
#tamapalace-index .box0 .box0-box .box0-r {float:right; width:82px;}

#tamapalace-index .box0 p {margin:0;}

#tamapalace-index .box0 .box0-title {
	font-family:"A-OTF A1明朝 Std Bold", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
	font-size:24px;
	line-height:1.2em;
	margin:0.4em 0 0.6em;
}
#tamapalace-index .box0 .box0-title span {
	display:block;
	font-size:18px;
}

#tamapalace-index .box0 .box0-text {
	color:rgba(102,102,102,1);
}

/*-- box1 --*/

#tamapalace-index .box1 {
	clear:both;
	border-bottom:1px solid rgba(204,204,204,1);
	padding:0 0 10px;
	margin:0 0 30px;
}
#tamapalace-index .box1 .title {font-size:22px; margin-bottom:9px;}

#tamapalace-index .box1 .box1-area {
	margin-bottom:30px;
}
#tamapalace-index .box1 .box1-box {
	width:166px;
	float:left;
	margin-right:23px;
	box-shadow:0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding:5px 5px 8px;
	background-color:rgba(255,255,255,1);
}
#tamapalace-index .box1 .box1-box:last-child {margin-right:0;}

#tamapalace-index .box1 .box1-img {margin:0 0 10px;}
#tamapalace-index .box1 .box1-title {margin:0 0 10px;}
#tamapalace-index .box1 .box1-text {margin:0; padding:0 8px;}

#tamapalace-index .box1 .text {
	clear:both;
	font-family:"A-OTF A1明朝 Std Bold", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
	font-size:20px;
	text-align:center;
	margin:0;
}
#tamapalace-index .box1 .btn0 {
	text-align:center;
}

/*-- box2 --*/

/*#tamapalace-index .box2 {
	clear:both;
}
#tamapalace-index .box2 .title {
	font-size:30px;
	color:rgba(255,255,255,1);
	background-color:rgba(77,77,77,1);
	border-top:1px solid rgba(153,153,153,1);
	border-left:1px solid rgba(153,153,153,1);
	border-right:1px solid rgba(153,153,153,1);
	padding:20px;
	margin:0;
}
#tamapalace-index .box2 .box2-area {
	box-shadow:0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding:20px 25px;
	background-color:rgba(255,255,255,1);
}
#tamapalace-index .box2 .box2-area .box2-l {float:left; width:307px; margin:0;}
#tamapalace-index .box2 .box2-area .box2-r {float:right; width:380px;}

#tamapalace-index .box2 .box2-title {font-size:20px; margin:0 0 10px;}
#tamapalace-index .box2 .box2-text {font-size:14px; margin:0 0 20px;}
#tamapalace-index .box2 .btn1 {text-align:center; margin:0;}*/

/*
----------------------------------------
tamapalace-stad
----------------------------------------
*/

#tamapalace-stad {
}
#tamapalace-stad .img {
	width:100%;
	position:relative;
}
#tamapalace-stad .img a {
	display:block;
	width:27%;
	height:10%;
	text-indent:-9999px;
	position:absolute;
	left:5%;
	background-color:#FFF;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#tamapalace-stad .img0 .img0-link0,
#tamapalace-stad .img1 .img1-link0,
#tamapalace-stad .img2 .img2-link0 {top:48%;}
#tamapalace-stad .img0 .img0-link1,
#tamapalace-stad .img1 .img1-link1,
#tamapalace-stad .img2 .img2-link1 {top:63%;}
#tamapalace-stad .img0 .img0-link2,
#tamapalace-stad .img1 .img1-link2,
#tamapalace-stad .img2 .img2-link2 {top:77%;}

#tamapalace-stad .img3 .img3-link0 {top:44%;}
#tamapalace-stad .img3 .img3-link1 {top:58%;}
#tamapalace-stad .img3 .img3-link2 {top:72%;}
#tamapalace-stad .img3 .img3-link3 {top:86%;}

/*
----------------------------------------
tamapalace-live-merit
----------------------------------------
*/

#tamapalace-live-merit h2.title {font-size:22px; padding:0;}
#tamapalace-live-merit p {margin:0;}

#tamapalace-live-merit .box-table {
	display:table;
	width:100%;
}
#tamapalace-live-merit .box-tr {display:table-row;}
#tamapalace-live-merit .box-td {display:table-cell; vertical-align:top;}

#tamapalace-live-merit .box-float {
	width:100%;
}
#tamapalace-live-merit .box-float-l {float:left;}
#tamapalace-live-merit .box-float-r {float:right;}

#tamapalace-live-merit .box-text {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:rgba(176,166,144,1);
}
#tamapalace-live-merit .box-text p {
	color:rgba(255,255,255,1);
	line-height:1.6em;
}

#tamapalace-live-merit .box-title {
	height:0;
	overflow:hidden;
	margin-bottom:20px;
}
#tamapalace-live-merit .box0-title0 {background:url(../images/tamapalace/live-merit/box0_title0.png) no-repeat top;	padding-top:24px;}
#tamapalace-live-merit .box0-title1 {background:url(../images/tamapalace/live-merit/box0_title1.png) no-repeat top;	padding-top:26px;}
#tamapalace-live-merit .box0-title2 {background:url(../images/tamapalace/live-merit/box0_title2.png) no-repeat top;	padding-top:27px;}
#tamapalace-live-merit .box1-title0 {background:url(../images/tamapalace/live-merit/box1_title0.png) no-repeat top;	padding-top:23px;}
#tamapalace-live-merit .box1-title1 {background:url(../images/tamapalace/live-merit/box1_title1.png) no-repeat top;	padding-top:24px;}

#tamapalace-live-merit .box2-title0 {background:url(../images/tamapalace/live-merit/box2_title0.png) no-repeat top;	padding-top:25px;}
#tamapalace-live-merit .box2-title1 {background:url(../images/tamapalace/live-merit/box2_title1.png) no-repeat top;	padding-top:27px;}
#tamapalace-live-merit .box3-title0 {background:url(../images/tamapalace/live-merit/box3_title0.png) no-repeat top;	padding-top:27px;}

/*-- box0 --*/

#tamapalace-live-merit .box0 .box0-area0,
#tamapalace-live-merit .box0 .box0-area1 {margin-bottom:20px;}
#tamapalace-live-merit .box0 .box0-area2 {margin-bottom:40px;}

#tamapalace-live-merit .box0 .box0-area0 .box-td:first-child {width:444px;}
#tamapalace-live-merit .box0 .box0-area0 .box-td:last-child {padding-left:5px;}
#tamapalace-live-merit .box0 .box0-area0 .box-text {min-height:264px; padding:60px 70px 0;}

#tamapalace-live-merit .box0 .box0-area1 .box-td:first-child {width:354px;}
#tamapalace-live-merit .box0 .box0-area1 .box-td:last-child {padding-left:5px;}
#tamapalace-live-merit .box0 .box0-area1 .box-text {min-height:237px; padding:65px 30px 0;}

#tamapalace-live-merit .box0 .box0-area2 .box-float-l {width:467px;}
#tamapalace-live-merit .box0 .box0-area2 .box-float-r {width:301px;}
#tamapalace-live-merit .box0 .box0-area2 .box-text {min-height:237px; padding:75px 63px 0;}

/*-- box1 --*/

#tamapalace-live-merit .box1 .box1-area0 {
	margin-bottom:20px;
}
#tamapalace-live-merit .box1 .box1-area0 .box-td:first-child {width:440px;}
#tamapalace-live-merit .box1 .box1-area0 .box-td:last-child {padding-left:5px;}
#tamapalace-live-merit .box1 .box1-area0 .box-text {min-height:245px; padding:60px 25px 0;}

#tamapalace-live-merit .box1 .box1-area1 {
	margin-bottom:40px;
}
#tamapalace-live-merit .box1 .box1-area1 .box-text {min-height:244px; padding:70px 150px 0; margin-top:5px;}

/*-- box2 --*/

#tamapalace-live-merit .box2 .box2-area0 {
	margin-bottom:20px;
}
#tamapalace-live-merit .box2 .box2-area0 .box-td:first-child {width:437px;}
#tamapalace-live-merit .box2 .box2-area0 .box-td:last-child {padding-left:5px;}
#tamapalace-live-merit .box2 .box2-area0 .box-text {min-height:323px; padding:110px 20px 0;}

#tamapalace-live-merit .box2 .box2-area1 {
	margin-bottom:40px;
}
#tamapalace-live-merit .box2 .box2-area1 .box-float-l {width:378px;}
#tamapalace-live-merit .box2 .box2-area1 .box-float-r {width:389px;}
#tamapalace-live-merit .box2 .box2-area1 .box-text {min-height:164px; padding:30px 20px 0; margin-bottom:5px;}

/*-- box3 --*/

#tamapalace-live-merit .box3 .box3-area0 {
	margin-bottom:20px;
}
#tamapalace-live-merit .box3 .box3-area0 .box-text {min-height:248px; padding:50px 90px 0; margin-top:5px;}

#tamapalace-live-merit .box3 .box3-area0 .box3-text {
	display:table;
	width:100%;
}
#tamapalace-live-merit .box3 .box3-area0 .box3-text p {display:table-cell; width:49%;}
#tamapalace-live-merit .box3 .box3-area0 .box3-text p:first-child {padding-right:1%;}
#tamapalace-live-merit .box3 .box3-area0 .box3-text p:last-child {padding-left:1%;}

/*
----------------------------------------
tamapalace-owner-merit
----------------------------------------
*/

#tamapalace-owner-merit h2.title {font-size:22px; padding:0; margin:0 0 10px;}
#tamapalace-owner-merit p {margin:0;}

#tamapalace-owner-merit .title-box {
	clear:both;
	display:table;
	width:100%;
	border-bottom:1px solid rgba(212,212,212,1);
	padding:10px 0;
	margin-bottom:20px;
}
#tamapalace-owner-merit .title-box .title,
#tamapalace-owner-merit .title-box p {
	display:table-cell;
	vertical-align:middle;
}
#tamapalace-owner-merit .title-box .title {font-size:30px; width:30%; white-space:nowrap; padding:10px; margin:0;}
#tamapalace-owner-merit .title-box p {font-size:14px; padding:0 10px;}

#tamapalace-owner-merit .box-base {
	box-shadow:0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	background-color:rgba(255,255,255,1);
}
#tamapalace-owner-merit .box0 .box-base {padding:30px 20px;}
#tamapalace-owner-merit .box1 .box-base {padding:30px 20px;}
#tamapalace-owner-merit .box2 .box-base {padding:30px 55px;}
#tamapalace-owner-merit .box3 .box-base {padding:30px 20px;}
#tamapalace-owner-merit .box4 .box-base,
#tamapalace-owner-merit .box5 .box-base {padding:20px 20px 30px;}

#tamapalace-owner-merit .bottom-text {
	clear:both;
	margin-top:30px;
}

#tamapalace-owner-merit .t-base,
#tamapalace-owner-merit .st-base {
	clear:both;
	font-family:"A-OTF A1明朝 Std Bold", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
	font-weight:normal;
}
#tamapalace-owner-merit .t-base {font-size:20px; margin:0 0 10px;}
#tamapalace-owner-merit .st-base {font-size:18px; margin:25px 0 10px;}

/*-- box0 --*/

#tamapalace-owner-merit .box0 {
	margin-bottom:40px;
}
#tamapalace-owner-merit .box0 .box0-title {
	font-size:18px;
	margin-bottom:10px;
}
#tamapalace-owner-merit .box0 .box0-text {
	margin-bottom:20px;
}
#tamapalace-owner-merit .box0 .box0-area {
	display:table;
	width:100%;
}
#tamapalace-owner-merit .box0 .box0-area dl {display:table-cell;}
#tamapalace-owner-merit .box0 .box0-area dl:first-child {width:239px; padding-right:20px;}
#tamapalace-owner-merit .box0 .box0-area dl dt {color:rgba(158,134,88,1);}
#tamapalace-owner-merit .box0 .box0-area dl dd:last-child {margin-top:10px;}

/*-- box1 --*/

#tamapalace-owner-merit .box1 {
	margin-bottom:40px;
}
#tamapalace-owner-merit .box1 .box-base p {
	text-align:center;
	margin-bottom:15px;
}
#tamapalace-owner-merit .box1 .box-base ul li {font-size:10px;}

/*-- box2 --*/

#tamapalace-owner-merit .box2 {
	margin-bottom:40px;
}
#tamapalace-owner-merit .box2 .box2-area {
	display:table;
	width:100%;
	margin-bottom:30px;
}
#tamapalace-owner-merit .box2 .box2-area dl {display:table-cell;}
#tamapalace-owner-merit .box2 .box2-area dl:nth-child(1) {width:268px; padding-right:16px;}
#tamapalace-owner-merit .box2 .box2-area dl:nth-child(2) {width:187px; padding-right:16px;}
#tamapalace-owner-merit .box2 .box2-area dl dt {margin-bottom:20px;}
#tamapalace-owner-merit .box2 .box2-area dl dd {font-size:10px;}
#tamapalace-owner-merit .box2 .box2-area dl dd span {display:block; font-size:8px;}

#tamapalace-owner-merit .box2 .box-base p:last-child {
	font-size:8px;
	margin-top:15px;
}

/*-- box3 --*/

#tamapalace-owner-merit .box3 {
	margin-bottom:40px;
}
#tamapalace-owner-merit .box3 .box-base p {
	text-align:center;
}

/*-- box4 --*/

#tamapalace-owner-merit .box4 {
	margin-bottom:30px;
}
#tamapalace-owner-merit .box4 .box4-area {
	width:652px;
	margin:0 auto;
}
#tamapalace-owner-merit .box4 .box4-area p {width:310px;}
#tamapalace-owner-merit .box4 .box4-area p:first-child {float:left;}
#tamapalace-owner-merit .box4 .box4-area p:last-child {float:right;}
#tamapalace-owner-merit .box4 .box4-area p span {display:block;	margin-top:10px;}
#tamapalace-owner-merit .box4 .box-base .box4-area:last-child {margin-top:30px;}

/*-- box5 --*/

#tamapalace-owner-merit .box5 {
}
#tamapalace-owner-merit .box5 .box5-area ul {
}
#tamapalace-owner-merit .box5 .box5-area ul li {
	float:left;
	width:224px;
	margin-right:30px;
}
#tamapalace-owner-merit .box5 .box5-area ul li:last-child {margin-right:0;}
#tamapalace-owner-merit .box5 .box5-area ul li span {display:block;	margin-top:10px;}

/*
-----------------------------------------------------------------------
木の家にこだわる
-----------------------------------------------------------------------
*/

#wodden-house h2.title {
	border-bottom:1px solid #565656;
	margin:0 0 10px;
	padding:0 0 10px;
}
.pc_none {
	display: none;
}

#wodden-house .main-img {margin-bottom:2em;}
#wodden-house .img0 {margin-bottom:4em;}
#wodden-house .img1 {
	margin-bottom:2em;
	background-image: url(../images/tamahome/wodden_house/img01.png);
	background-repeat: no-repeat;
	height: 820px;
	width: 773px;
}
#wodden-house .btn1 {
	background-image: url(../images/tamahome/wodden_house/btn1.png);
	background-repeat: no-repeat;
	position: relative;
	top: 722px;
	left: 527px;
}
#wodden-house .btn2 {
	background-image: url(../images/tamahome/wodden_house/btn2.png);
	background-repeat: no-repeat;
	position: relative;
	top: 732px;
	left: 527px;
}


#wodden-house .box0 {margin-bottom:2em;
margin-top:30px;}
#wodden-house .box0 .float-l {width:524px;}
#wodden-house .box0 .float-r {width:235px;}
#wodden-house .box0 .title0 {margin-bottom:10px;}

#wodden-house .box1 {margin-bottom:3em; padding:0 15px;}
#wodden-house .box1 .float-l {width:356px;}
#wodden-house .box1 .float-r {width:363px;}
#wodden-house .box1 .clear {text-align:right; padding-top:15px;}

#wodden-house .box2 {margin-bottom:4em;}
#wodden-house .box2 p:first-of-type {padding:0 15px;}

#wodden-house .box3 {margin-bottom:4em;}
#wodden-house .box3 p:first-of-type {padding:0 15px;}

#wodden-house .box4 {
}
#wodden-house .box4 .float-box {padding:20px 10px 10px;}
#wodden-house .box4 .float-l {width:453px;}
#wodden-house .box4 .float-r {width:280px;}
#wodden-house .box4 .float-r p {margin-bottom:1.5em;}
#wodden-house .box4 .float-r dl dt {font-weight:bold;}

/*
-----------------------------------------------------------------------
2015イベント
-----------------------------------------------------------------------
*/

.pc_none {
	display: none;
}

.event_img {
	margin-bottom:10px;

}

#event2015 .img01 {
	margin-bottom:2em;
	background-image: url(../images/tamahome/event2015/img01.png);
	background-repeat: no-repeat;
	height: 374px;
	width: 773px;
}

#event2015 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#event2015 .event_banner {
    padding: 0;
    width: 773px;
}

#event2015 .event_banner li {
    float: left;
    margin: 0 3px 8px 0;
}

#event2015 .event_banner li:nth-child(2n) {
    margin-right: 0;
}

/*
-----------------------------------------------------------------------
2015秋イベント
-----------------------------------------------------------------------
*/


#event2015_autumn {
	margin: 0 auto;
	width:913px;
}

#event2015_autumn .img01 {
	background-image: url(../images/tamahome/event2015_autumn/img01.jpg);
	background-repeat: no-repeat;
	height: 605px;
	width: 913px;
  margin: 20px 0 40px 0;
}

#event2015_autumn a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#event2015_autumn .img02 {
	background-image: url(../images/tamahome/event2015_autumn/img02.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 842px;
  margin: 20px 0 40px 0;
}

#event2015_autumn .eventlist{
	margin: 0 auto;
	width: 842px;	
	}

#event2015_autumn .area{
	width:842px;
  margin: 0 0 80px 0;
	}	

#event2015_autumn .area_img1{
	background-image: url(../images/tamahome/event2015_autumn/img03.jpg);
	background-repeat: no-repeat;
	width:842px;
	height:37px;
	}

#event2015_autumn .area_img2{
	background-image: url(../images/tamahome/event2015_autumn/img04.jpg);
	background-repeat: no-repeat;
	width:842px;
	height:37px;
	}

#event2015_autumn .area_img3{
	background-image: url(../images/tamahome/event2015_autumn/img05.jpg);
	background-repeat: no-repeat;
	width:842px;
	height:37px;
	}

#event2015_autumn .area_img4{
	background-image: url(../images/tamahome/event2015_autumn/img06.jpg);
	background-repeat: no-repeat;
	width:842px;
	height:37px;
	}

#event2015_autumn .area_img5{
	background-image: url(../images/tamahome/event2015_autumn/img07.jpg);
	background-repeat: no-repeat;
	width:842px;
	height:37px;
	}

#event2015_autumn .area_img6{
	background-image: url(../images/tamahome/event2015_autumn/img08.jpg);
	background-repeat: no-repeat;
	width:842px;
	height:37px;
	}

#event2015_autumn .area_img7{
	background-image: url(../images/tamahome/event2015_autumn/img09.jpg);
	background-repeat: no-repeat;
	width:842px;
	height:37px;
	}
	
	
.event2015autumn {
	width: auto;
	width:842px;
	font-size: 24px;
}


.event2015autumn tr:nth-child(2n+1) {
    background: #FFFFE6;
}

.event2015autumn td {
  padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #969696;
}

.event2015autumn td:last-chird {
  padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #969696;
}

.line {
	border-right: 1px solid #969696;
  line-height:40px;
		}

.table_area {
	width:118px;
	}

.table_day {
	width:200px;
	}

.table_place {
	width:305px;
	}

.table_btn {
	width:59px;
	height:30px;
	border-right: none;
	}
.table_btn img {
	vertical-align: middle;
	margin:0;
}



/*
----------------------------------------
huckclearfix
----------------------------------------
*/

.float-box:after,
#tamapalace-index .box0 .box0-area:after,
#tamapalace-index .box1 .box1-area:after,
#tamapalace-index .box2 .box2-area:after,
#tamapalace-live-merit .box-float:after,
#tamapalace-owner-merit .box4 .box4-area:after,
#tamapalace-owner-merit .box5 .box5-area ul:after {
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.float-box,
#tamapalace-index .box0 .box0-area,
#tamapalace-index .box1 .box1-area,
#tamapalace-index .box2 .box2-area,
#tamapalace-live-merit .box-float,
#tamapalace-owner-merit .box4 .box4-area,
#tamapalace-owner-merit .box5 .box5-area ul {
  display:inline-block;
}

/*\*/

* html .float-box,
* html #tamapalace-index .box0 .box0-area,
* html #tamapalace-index .box1 .box1-area,
* html #tamapalace-index .box2 .box2-area,
* html #tamapalace-live-merit .box-float,
* html #tamapalace-owner-merit .box4 .box4-area,
* html #tamapalace-owner-merit .box5 .box5-area ul {
  height:1%;
}

.float-box,
#tamapalace-index .box0 .box0-area,
#tamapalace-index .box1 .box1-area,
#tamapalace-index .box2 .box2-area,
#tamapalace-live-merit .box-float,
#tamapalace-owner-merit .box4 .box4-area,
#tamapalace-owner-merit .box5 .box5-area ul {
  display:block;
}

/**/


/* クレジットカード */
.section-credit h2.title {
  margin: 48px 0 0;
  padding: 22px 0;
}
.section-credit h3.title {
  padding: 22px 0 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0;
}
.section-credit p.results-note {
  margin: 0 auto 30px !important;
  font-size: 0.7rem;
}
@media screen and (max-width: 640px) {
  .section-credit h3.title {
    font-size: 14px;
  }
  .section-credit .mr100 {
    margin-right: 0;
  }
  .section-credit .flR {
    float: none;
  }
  .section-credit figure {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .section-credit ul {
    margin-bottom: 30px;
  }
  .section-credit p {
    font-size: 14px;
  }
}
