@charset "utf-8";

/*------------------------------------
/area_check/内既存コンテンツ　幅調整
------------------------------------*/
.oldStyle {
	margin: 0 auto;
	font-size: 83%;
	width: 660px;
	text-align: left;
}
.oldStyle table {
	border-collapse: separate;
}
.oldStyle .redBox {
	border: 2px solid #FF8080;
}
.oldStyle .redBox2 {
	border-left: 2px solid #FF8080;
	padding-left: 5px;
}
.oldStyle .redBox3 {
	border-top: 2px solid #FF8080;
}
.oldStyle .list li {
	text-indent: -1em;
	margin-left: 1em;
}
.mainAreaSm .boxCommon03 {
	width: 710px;
}

/*------------------------------------
/area_check/mansion_consul/index.html　フォームパーツ幅調整
------------------------------------*/
.tbForm01 dl.formParts02-width10em dt{
	width:10em !important;
}

/*------------------------------------
/kakakucom/index.html　横スクロール禁止
------------------------------------*/

html {
_overflow-x: hidden;
}

/*------------------------------------
エリアチェック
------------------------------------*/
.kantan {
	margin-bottom: 40px;
	padding: 20px 0px 20px 0px;
/*	border: 3px solid #FFBF29;*/
	background-color: #fff8e1;
	text-align: center;
	font-size: 90%;
}

.ttl_kantan {
	margin: 10px 0px;
	color: #ff6600;
	font-weight: bold;
	font-size: 150% !important;
	line-height: 110%;
}





/* ---------------------------------------------
	12/09/21 改修
   --------------------------------------------  */

.mainArea.area_check {
	text-align: left;
}

.mainArea.area_check h2 {
	font-weight: bold;
	margin-bottom: 20px;
}


.check_area_box h4 {
	text-align: center;
}
.check_area_box ul {
	padding: 15px 0px;
}
.check_area_box li {
	float: left;
}

.check_area_box a:hover img {
	-ms-filter: "alpha( opacity=80 )";
  	filter: alpha( opacity=80 );
    -moz-opacity:0.8;
    opacity:0.8;
}

.check_area_box p.attention {
	margin-top: 5px;
	font-size: 80%;
}
.left {
	text-align: left !important;
}

.check_area_box .link a {
	display: block;
	float: right;
}


/* --------- 1カラムになるとき ---------  */

.check.all {
	width: 730px;
	padding: 0 110px 35px 110px;
	background: url(/cmn/img/area_check/bg_areacheck_all_bottom.gif) no-repeat bottom left;
}

.check.all h4 {
	display: block;
	width: 950px;
	text-align: center;
	background: url(/cmn/img/area_check/bg_areacheck_all.gif) no-repeat top left;
	padding: 20px 0 10px;
	margin: 0 -110px;
}

.check.all p.attent {
	text-align: center;
}

.check.all p.megaou a {
	float: right;
	margin-right: -100px;
}

.mainArea.area_check p.attent.taR {
	margin: 10px 0 50px 0;
}



/* ---------------------------------------------
	2013/10 改修
   --------------------------------------------  */

div.yellowBox {
	position: relative;
	/*padding-left: 290px !important;*/
}
div.yellowBox.callback {
	padding-left: 290px !important;
}
	.yellowBox h3 { margin: 5px 0 20px 0; }
	.yellowBox .woman {
		position: absolute;
		bottom: 0;
		left: 5px;
	}


.btnarea a img:hover{
	-ms-filter: "alpha( opacity=80 )";
  	filter: alpha( opacity=80 );
    -moz-opacity:0.8;
    opacity:0.8;
}

/* ---------------------------------------------
	2014/8/27 改修
   --------------------------------------------  */
 .check_area_box ul.attention {
	 padding:0;
 }
   
 .check_area_box ul.attention li {
	float: none;
	font-size: 80%;
}
.check_area_box ul.attention li:first-child {
	margin-bottom: 15px;
}