@CHARSET "utf-8";

/*==================================
     1:index
	 2:blog
	 3:

==================================*/
#main{


}




/*==================================
    ■全ページ共通
==================================*/

/* オブジェクト指向CSSセット start */
.fl{ float:left; }
.fr{ float:right; }
.w30 { width:  30px !important; }
.w40 { width:  40px !important; }
.w50 { width:  50px !important; }
.w60 { width:  60px !important; }
.w70 { width:  70px !important; }
.w100{ width: 100px !important; }
.w300{ width: 300px !important; }
.w400{ width: 400px !important; }
.w420{ width: 420px !important; }
.w500{ width: 500px !important; }
.w520{ width: 520px !important; }
.w600{ width: 600px !important; }
.mt0 { margin-top:  0px !important; }
.mt5 { margin-top:  5px !important; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mr5{ margin-right: 5px !important; }
.mr10{ margin-right: 10px !important; }
.mr15{ margin-right: 15px !important; }
.mr20{ margin-right: 20px !important; }
.mr30{ margin-right: 30px !important; }
.mr40{ margin-right: 40px !important; }
.mr50{ margin-right: 50px !important; }
.mb0 { margin-bottom:  0px !important; }
.mb5 { margin-bottom:  5px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb60{ margin-bottom: 60px !important; }
.mb70{ margin-bottom: 70px !important; }
.mb80{ margin-bottom: 80px !important; }
.ml10{ margin-left: 10px !important; }
.ml20{ margin-left: 20px !important; }
.ml30{ margin-left: 30px !important; }
.ml40{ margin-left: 40px !important; }
.ml50{ margin-left: 50px !important; }
.ml60{ margin-left: 60px !important; }
.ml70{ margin-left: 70px !important; }
.pl10{ padding-left:10px;}
.boxc{ margin-right:auto; margin-left:auto; }
.txtc{ text-align:center; }
.fs10{ font-size: 10px; }
.fs11{ font-size: 11px; }
.fs12{ font-size: 12px; }
.fs70{ font-size: 70%; }
.fs80{ font-size: 80%; }
.fs90{ font-size: 90%; }
.fs100{ font-size: 100%; }
.fs110{ font-size: 110%; }
.fs120{ font-size: 120%; }
.fs130{ font-size: 130%; }
.fs140{ font-size: 140%; }
.fs150{ font-size: 150%; }
.fs160{ font-size: 160%; }
/* オブジェクト指向CSSセット end */

/*-------文字-------*/
.splashy{
	font-size:170%;
	font-weight:bold;
	color:#BE1400;
}
.bold{
	font-weight:bold;
}
.under-line {
	text-decoration:underline;
}

.fs70{ font-size:70%; }
.fs80{ font-size:80%; }
.fs90{ font-size:90%; }
.fs110{ font-size:110%; }
.fs120{ font-size:120%; }
.fs16{ font-size: 16px;}

.gray{
	color:#F63;
}
.red{
	color: rgb(255, 0, 0);
}
.red_bold{
	color: #d63630; font-weight:bold;
}
.blue{
	color:#162D80;
}
.underline{
	text-decoration:underline;
}
.col01{
	color:#5a5017;
}
.col02{
	color:#5a3717;
}
.col03{
	color:#485a17;
}
.col04{
	color:#175a40;
}
.col05{
	color:#17515a;
}
.col06{
	color:#173a5a;
}
.col07{
	color:#43175a;
}
.col08{
	color:#2d175a;
}
.tdn{
	text-decoration:none;
}
/*-------マージン-------*/
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mb50{
	margin-bottom:50px;
}
.mb70{
	margin-bottom:70px;
}
.mb100{
	margin-bottom:100px;
}
.ml5em{
	margin-left:5em;
}

.ml20 {
	margin-left: 20px;
}
.ml15{
	margin-left:15px;
}
.ml25{
	margin-left:25px;
}
.mr20{
	margin-right:20px;
}
.mt100 {margin-top:-20px;}
.mt10 {margin-top:10px;}
.mt25 {margin-top:25px;}

/*-------テキストアライン-------*/
.tal{
	text-align:left;
}
.tac{
	text-align:center;
}
.tar{
	text-align:right;
}

/*-------ボックス-------*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.blue_box{
	width:95%;
	margin:8px auto;
	background:#e6e8ef;
	padding:5px 5px 5px 7px;;
	border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
.gray_box{
	width:90%;
	margin:15px auto 70px;
	background:#f7f7f7;
	padding:15px;
}
.gray_box ul li{
	line-height:2.0;
}
/*-------セクション-------*/
.section{
	margin:20px 0 50px;

}
.section2{
	margin:10px 0 50px;
}

.section3{
	margin:10px 0 70px;
}
.in_h3{
	width:675px;
	margin:10px auto;
	line-height:1.6;
}
.in_h3_2{
	width:715px;
	margin:10px auto 30px;
	line-height:1.6;
}
.in_h3_2a{
	width:715px;
	margin:10px auto 40px;
	line-height:1.6;
}
.in_h3_2b{
	width:715px;
	margin:10px auto 90px;
	line-height:1.6;
}

h4.h4_ttl{
	font-size:17px;
	color:#fff;
	width:215px;
	text-align:center;
	background:#1d508a;
	padding:17px 0;
	margin:20px 0 15px;
}
.h4_support{
	font-size:80%;
	color:#1d508a;
}

h4.h4_ttl2{
	width:715px;
	height:50px;
	background: url(../images/subtitle_h4.jpg) top left no-repeat;
	padding:20px 0 0 16px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin-bottom:30px;
}
h4.h4_ttl2_rikon{
	width:715px;
	height:50px;
	background: url(../images/subtitle_h4_rikon.jpg) top left no-repeat;
	padding:20px 0 0 16px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin-bottom:30px;
}
.h4_ttl2_s{
	width:705px;
	height:48px;
	background: url(../images/subtitle_s_h4.jpg) top left no-repeat;
	padding:12px 0 0 26px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin:50px 0 10px 0;

}

h4.h4_ttl3{
	padding:18px 0;
	border-bottom:1px solid #1d508a;
	margin:30px 0 15px;
}


h4.h4_ttl3 span{
	font-size:17px;
	color:#fff;
	text-align:center;
	background:#1d508a;
	padding:17px 10px;
	margin:20px 0 15px;
}
.h4_wrapp{
	badding:1px 0;
	margin:20px 0 10px;
}

.h4_ttl4{
	padding:5px 0;
	border-bottom:1px solid #1d508a;
	margin:30px 0 15px;
}

h4.h4_ttl5{
	width:730px;
	height:50px;
	background: url(../images/subtitle_h4_2.jpg) top left no-repeat;
	padding:20px 0 0 16px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin-bottom:30px;
}

.h4_ttl1_bukken{
	color:#0071bc;
	font-size:30px;
	font-weight:bold;
	margin-top:22px;
	margin-bottom:10px;
}
.h4_ttl2_bukken{
	color:#0071bc;
	font-size:30px;
	font-weight:bold;
	margin-top:80px;
	margin-bottom:10px;
}

.h5_ttl {
	background:url(../images/bkg_h5.jpg) no-repeat;
	height:32px;
	padding-left:20px;
	font-weight:bold;
	width:695px;
	margin:20px auto 30px;
	line-height:32px;
}



.in_h4{
	width:734px;
	margin:10px auto;
	line-height:1.6;
}

.in_h5_a{
	margin-bottom:30px;
}

.float_content{
	margin-bottom:20px;
}
.sub_ttl{
	padding:;
	color:#1d508a;
	margin-bottom:8px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #1d508a;
}

#indexRenkei h5 {
	background:url(../images/bkg_h5.jpg) no-repeat;
	height:32px;
	padding-left:20px;
	font-weight:bold;
	width:695px;
	margin:20px auto 30px;
	line-height:32px;
}

.box_sp_01 {
	border-left:#990 4px solid;
	padding-left:23px;
	padding-top:3px;
	width:654px;
	margin-bottom:40px;
}



/*-------コンタクトボタン-------*/
#contact_btns{
	width:540px;
	margin:20px auto;
}
#contact_btns li#mail_contact{
	float:left;
	width:244px;
}
#contact_btns li#search_contact{
	float:right;
	width:244px
}

#page_top{
	margin-left:882px;
}

/*-------page共通-------*/
.page_content{
	margin:0 0 50px;
}
.page_content2{
	margin:0 0 10px;
}
.page_content3{
	margin:0 0 70px;
}
.page_content4{
	margin:0 0 90px;
}


.page_normal{
	font-size:16px;
}
.important_thing{
	font-size:105%;
	font-weight:bold;
	color:#D40C05;
	margin-bottom:15px;
	padding:10px;
	background:#f3f3f3;
}
.important_thing_yw{
	font-size:105%;
	font-weight:bold;
	color:#D40C05;
	margin-bottom:15px;
	padding:10px;
	background:#FFFFCC;
	border:1px solid #B1A177;
}
.under_right{
	padding:10px;
	text-align:right;
}
.under_right a{
	color:#03C;
}
.f_image_r{
	padding:5px 0 5px 10px;
	float:right;
}
.f_image_l{
	padding:5px 10 5px 0;
	float:left;
}


/*-------レスポンスデバイス-------*/

.tel_click{
text-align:center;
margin-bottom:10px;
}

.resdevice-box {
	width:730px;
	height:391px;
	position:relative;
}
.resdevice-box a {
	widows:690px;
	height:140px;
	position:absolute;
	top:231px;
	left:20px;
}


/*-------レスポンスデバイス★★★-------*/

.tel_click{
text-align:center;
margin-bottom:10px;
}

#resdevice-box8 {
	width:730px;
	height:400px;
	position:relative;
}
.b1 {
	widows:343px;
	height:140px;
	position:absolute;
	top:231px;
	left:20px;
}
.b2 {
	widows:343px;
	height:140px;
	position:absolute;
	top:231px;
	left:366px;
}
.b1 p, .b2 p{
	margin-top: 8px;
	font-size: 11px;
	width: 343px;
	text-align: center;
}





/*-------レスポンスデバイス2-------*/

.tel_click2{
text-align:center;
margin-bottom:10px;
}

.resdevice-box2 {
	width:730px;
	height:391px;
	clear:both;
}

.resdevice-box2:before,
.resdevice-box2:after {
content: "";
display: table;
}

.resdevice-box2:after {
clear: both;
}

.resdevice-box3 {
	widows:343px;
	height:140px;
	float:left;
	margin:10px;
	padding:5px;
	left:20px;
}
.resdevice-box4 {
	widows:343px;
	height:140px;
	float:left;
	top:231px;
	left:366px;
}



/*-------レスポンスデバイス3-------*/

.tel_click2{
text-align:center;
margin-bottom:10px;
}

#resdevice-box10 {
	width: 730px;
	margin: 0 auto;/*ブラウザの中央に配置*/
	position:relative;
}
.boxbox {
	width: 343px;
	float: left;/*横並びにしています*/
	margin-right: 11px;/*各ボックスの右側に20pxの外余白*/
	margin-left: 11px;/*各ボックスの右側に20pxの外余白*/
	margin-top: 231px;/*各ボックスの右側に20pxの外余白*/
}



/*-------レスポンスデバイス★-------*/

.tel_click2{
text-align:center;
margin-bottom:10px;
}

.resdevice-box9 { /* 親ボックス */
width: 730px;
height: 391px;
position:relative;
}

.boxbox1 { /* ボックス1 */
width: 343px;
height: 140px;
position: absolute;
top: 231px;
left: 10px;
}

.boxbox2 { /* ボックス2 */
width: 343px;
height: 140px;
position: absolute;
top: 231px;
left: 370px;
}

/* ---------------------------------------------
	imgBox
--------------------------------------------- */
.imgBoxL,
.imgBoxR {
display: block;
min-height: 1%;
}
.imgBoxL:after,
.imgBoxR:after {

content:".";
display: block;
height: 0;
visibility: hidden;
}
* html .imgBoxL,
* html .imgBoxR {
height: 1%;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
.imgBoxL .fltImg {
display: inline;
float: left;
margin-right: 10px;
}
.imgBoxR .fltImg {
display: inline;
float: right;
margin-left: 10px;
}

/* ---------------------------------------------
	CLEARFIX
--------------------------------------------- */

.cf:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf { display: inline-block; }



/*==================================
    ■ index
==================================*/

.top_faq_nakami{
width:539px;
height:189px;
background:url(../images/top_faq_bg.jpg) no-repeat;
position:relative;
}

.top_resolution_nakami{
width:183px;
height:205px;
background:url(../images/top_resolution_bg.jpg) bottom no-repeat;
}

.top_box_001{
padding:6px 10px;

}
.top_box_002{
padding:12px 10px;

}

.top_box_001 li{
background:url(../images/top_mark_01.jpg) no-repeat left center;
padding-left:15px;
margin-bottom:4px;
line-height:1.4em;
font-size:15px;
}
.top_box_001 li.end{
background:url(../images/top_mark_01.jpg) no-repeat left center;
padding-left:15px;
margin-bottom:0;
line-height:1.5em;
font-size:16px;
}
.top_box_002 li{
background:url(../images/top_mark_02.jpg) no-repeat left center;
padding-left:15px;
margin-bottom:9px;
line-height:1.5em;
font-size:16px;
}

.top_box_002 li.end{
background:url(../images/top_mark_02.jpg) no-repeat left center;
padding-left:15px;
margin-bottom:0;
line-height:1.5em;
font-size:16px;
}


.top_btn_faq{
margin-left:387px;
position:absolute;
top:148px;
right:10px;
}



/*-------メイン-------*/
#ybox_middle{
	padding:12px;
	background:url(../images/y_box_middle.gif) repeat-y top left;
	height:650px;

}
#search_ttl{
	border-bottom:1px dotted #353535;
	padding:0 12px 5px;
}
#search_ttl h3{
	float:left;
}
#search_ttl p{
	float:right;
	font-size:12px;
}
#map_content{
	position:relative;
	height:650px;
	}
#prefecture{
	position:absolute;
	left:31px;
	top:21px;
}
#prefecture li a:hover{
	text-decoration:none;
	}
#prefecture{
	position:absolute;
	left:31px;
	top:21px;
}
#prefecture li a:hover{
	text-decoration:none;
	}


#map_menu li ul {
	  display: none;
	  position: absolute;
	  top: 55px;
	  left: -1px;
	  padding: 5px 10px;
	  background: #eee;
	  border: solid 1px #ccc;
	  width:60px;
	}

#map_menu ul #kanto {
	  display: none;
	  position: absolute;
	  top: 55px;
	  left: -1px;
	  padding: 5px 10px;
	  background: #eee;
	  border: solid 1px #ccc;
	  width:250px;
	}

#map_menu li ul li {
	  margin: 0;
	  padding: 0;
	  border: none;
	}
#map_menu li ul li a {
	  display: inline-block;
	  height: 20px;
	  font-size:16px;

	}
#map_menu li ul li a:hover {
	color:#33C;
}

#map_all{
	position:absolute;
	left:160px;
	top:150px;
	z-index:0;
}
#map_menu{
	position:relative;
}

#map_hokkaido{
	position:absolute;
	left:430px;
	top:152px;
}
#map_hokuriku{
	position:absolute;
	left:410px;
	top:277px;
}
#map_kanto{
	position:absolute;
	left:590px;
	top:401px;
}
#map_tokai{
	position:absolute;
	left:420px;
	top:530px;
}
#map_kansai{
	position:absolute;
	left:320px;
	top:340px;
}
#map_tyugoku{
	position:absolute;
	left:207px;
	top:349px;
}
#map_shikoku{
	position:absolute;
	left:260px;
	top:570px;
}
#map_kyusyu{
	position:absolute;
	left:70px;
	top:450px;
}

/*#map_other{
	position:absolute;
	left:96px;
	top:217px;
}
*/
#map_content ul{
	margin:10px;
	z-index:2;

}
#map_content ul li{
	font-size:12px;
	padding:5px 0;
}
#map_content ul li a{
	font-size:12px;
}
#our_thought{
	text-align:center;
	margin:20px 0 ;
}
#index01_txt{
	width:500px;
	float:left;
}
#index01_photo{
	width:154px;
	float:right;
}
#index02_txt{
	width:353x;
	float:left;
}
#index02_txt ul li.arrow{
	background:url(../images/mark_under_arrow.gif) no-repeat center bottom;
	padding-bottom	:20px;
	margin:0 0 5px 0;
}

#index02_image{
	width:260px;
	float:right;
}
#index03_image{
	text-align:center;
	margin:20px auto 40px;
}
#index05_txt{
	text-align:center;
	margin-bottom:5px;
}
#index05_image{
	text-align:center;
}

#news_table th{
	width: 130px;
	padding:3px;
	vertical-align:top;
}
#news_table td{
	padding:3px;
}


/*------20132224霑ｽ險--------*/

.index_sp_member li{
	width:340px;
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}
.index_sp_member{
	margin-left:15px;
}

.index_sp_photo01{
	float:left;
	margin-right:16px;
	width:116px;
}
.index_sp_txt01{
	float:left;
	width:200px;
}
.index_sp_txt01 p{
	font-size:14px;
	line-height:1.4;
}


.index_sp_photo02{
	float:left;
	margin-right:16px;
	width:150px;
}
.index_sp_txt02{
	float:left;
	width:160px;
}
.index_sp_txt02 p{
	font-size:14px;
	line-height:1.4;
}



.name_bottom{
	margin-bottom:15px;
}
.to_detail{
	width:730px;
	text-align:right;
	margin-bottom:50px;

}


/*==================================
    ■ 詳細
==================================*/
#this_area{
	font-size:17px;
	color:#1d508a;
	font-weight:bold;
}

#detail_ttl{
	background:url(../images/detail_ttlbar.jpg) no-repeat bottom left;
	padding:0px 5px 8px 0;
	margin-bottom:10px;
}

#campany_name{
	font-family:'繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','Hiragino Kaku Gothic Pro','繝｡繧､繝ｪ繧ｪ',Meiryo,'?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け',sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#000;
	float:left;
}
#ttl_mark{
	float:right;
}
#detail_photo{
	margin-bottom:15px;
	padding:3px;
}
#detail_photo img{
	padding:3px;
	border:1px solid #D2D2D2;
}
.middle_photo{
	float:left;
	width:236px;
	text-align:center;
}
#big_photo{
	float:left;
}
#small_photos{
	float:right;
}
.small_photo01{
	margin-bottom:12px;
}
#intoro{
	padding:3px;
	margin-bottom:50px;
}

#campany_summary{
	border-left:8px solid #cfd7f5;
	border-right:1px solid #e7e8ea;
	width:550px;
	margin:0 auto 30px;
	background:#FFF;

}
#campany_summary th{
	background:#edeff6;
	border-top:1px solid #cfd7f5;
	border-right:1px solid #cfd7f5;
	padding:5px;
	width:23%;
	text-align:left;
}
#campany_summary td{
	border-top:1px solid #e7e8ea;
	padding:7px;

}
#campany_summary th.last_item{
	background:#edeff6;
	border-top:1px solid #cfd7f5;
	border-right:1px solid #cfd7f5;
	border-bottom:1px solid #cfd7f5;
	padding:7px;
}
#campany_summary td.last_item{
	border-top:1px solid #e7e8ea;
	border-bottom:1px solid #e7e8ea;
	padding:7px;
}
#campany_summary p {
	font-size: 100%;
}
.ttl_voice{
	color:#525252;
	font-size:17px;
	font-weight:bold;
	border-bottom:5px solid #595959;
	margin-bottom:8px;
}
.content_voice{
	margin-bottom:40px;
	font-size: 120%;
}
.content_voice td {
	vertical-align: top;
}
.voice_photo_area img{
	margin: 0 10px 10px 0;
}
.voice_photo{
	margin-bottom:5px;
}
.voice_name{
	font-size:12px;
	text-align:center;
}
.voice_txt_area{
/*	width:502px;
	float:right;
*/}

.area_detail{
	text-align:center;
	margin:30px 0 20px;
}
.area_detail{
	width:500px;
	margin: 30px auto 20px;
	padding:10px;
	font-size:15px;
	background:#ffffee;
	border:1px solid #e2e2ce;
	text-align:center;
	margin-bottom:10px;
}

.area_detail_txt{
	text-align:center;
}
.ttl_access{
	font-size:15px;
	font-weight:bold;
	border-bottom:1px dotted #333;
	margin-bottom:8px;
}
#this_access_map{
	width:343px;
	float:left;
}
#this_access_way{
	width:300px;
	float:right;
}
#big_tel{
	text-align:center;
	margin:30px 0;}
#big_tel2{
	text-align:center;
	}
.big_tel_num{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px red dotted;
	color:red;
}
.big_tel_num_more{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:red;

}
#big_mail{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:red;
}
#tel_mail{
	background:#fff6f6;
	padding:17px 0;
	margin-top:30px;
}
#detail_form{
	width:662px;
	margin:10px auto 3px;
}

#detail_form th{
	padding:6px 0 6px 10px;
	text-align:left;
}
#detail_form td{
	padding:6px 0 6px 20px;
}
#detail_form tr .odd{
	background:#e9f1f9;
}
#detail_form tr .even{
	background:#f3f4f5;
}
.form_btn {
	text-align:center;
	margin:20px 0 30px;
}
.form_btn input {
	width: 149px;
	height: 51px;
	border: 0;
	background: url(../images/send_button.jpg) center center no-repeat;
	cursor: pointer;
}

/*==================================
    ■ 一覧
==================================*/

.list_box{
	border:3px solid #e7e7e7;
	padding:3px;
	margin-bottom:30px;
}
.list_box2{
	border:3px solid #e7e7e7;
	padding:3px;
	margin-bottom:30px;
	width:715px;
}
.name_consultee,
.name_consultee2,
.name_consultee3 {
	_height:47px;
	padding:4px 0 4px 70px;
	background-color: ;
	font-family:'繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','Hiragino Kaku Gothic Pro','繝｡繧､繝ｪ繧ｪ',Meiryo,'?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け',sans-serif;
	font-size:25px;
	font-weight:bold;
}
.name_consultee{
	background:url(../images/bg_official_ttl.jpg) #E9F3F8 left center no-repeat;
}
.name_consultee2{
	background:url(../images/bg_other_ttl.jpg) #E9F3F8 left center no-repeat;
}
.name_consultee3{
	padding-left: 7px;
	background-color: #E9F3F8;
	font-size: 21px;
}
.name_consultee3 span {
	font-size: 16px;
	font-weight: normal;
}
.photo_consultee{
	padding:3px;
	width:226px;
	float:left;
}
.info_consultee{
	width:412px;
	float:left;
	padding:3px;
	}
.info_consultee2{
	padding:10px;
	width:100%;
	}
.info_consultee th{
	padding-right: 10px;
	padding-bottom:2px;
	border-bottom:1px dotted #D4D4D4;
	text-align:left;
	height:30px;
}
.info_consultee2 th{
	padding-bottom:2px;
	border-bottom:1px dotted #D4D4D4;
	text-align:left;
	height:30px;
}
.info_consultee td{
	padding-bottom:2px;
	border-bottom:1px dotted #D4D4D4;
}
.info_consultee2 td{
	padding-bottom:2px;
	border-bottom:1px dotted #D4D4D4;
}
.consultee_comment{
	padding:0 7px 3px 7px;
}
.consultee_comment p {
	margin-bottom: 15px;
	font-size: 16px;
}
.consultee_comment strong {
	color: inherit;
}
.terminology_date {
	float:right;
	margin: 13px 10px 0 0;
	padding-bottom: 0px;
	line-height: 1;
}

.list_more_btn{
	margin-right: 7px;
	padding: 0 10px 10px 10px;
	font-size: 17px;
	text-align:right;
}
.list_more_btn a:hover {
	color: #888;
}



/*==================================
    ■ corporate
==================================*/
#corporate th{
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	padding:5px 2em 5px 5px;
	border-bottom:1px dotted #CCC;
}
#corporate td{
	padding:5px;
	border-bottom:1px dotted #CCC;
	width:583px;
}
/*==================================
    ■ president
==================================*/
.profile_txt{
	margin-left:20px;
	float:right;
	width:450px;
}
.pre_photo_middle{
	width:216px;
	float:left;
	margin:10px 0 5px;
}
.activity_photo{
	width:648px;
	margin:0 auto;
}
.profile_area{
	width:90%;
	margin:20px auto;
}
#profile_table th{
	width:13%;
	padding:5px;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
}
#profile_table td{
	padding:5px;
}
.profile_book {
	width:640px;
	margin:auto;
}
.profile_book td {
	width:25%;
	font-size:90%;
	vertical-align: top;
}
.profile_book td div {
	width:142px;
}
.profile_book td span {
	font-size:80%;
}

.books_area {
	margin-bottom:30px;
}
.books_area img {
	float:left;
	width:140px;
}
.books_area p {
	float:left;
	width:175px;
	padding:0 15px 0 10px;
	font-size:95%;
}


/*==================================
    ■ honorary_member
==================================*/
.profile_txt02{
	width:640px;
	margin:10px auto;
	padding-bottom:30px;
	margin-bottom:50px;
	border-bottom:dotted 1px #CCC;

}
/*==================================
    ■ enter
==================================*/

#enter_form{
	width:662px;
	margin:10px auto 3px;
}

#enter_form th{
	padding:10px 0 10px 10px;
	text-align:left;
}
#enter_form td{
	padding:10px 0 10px 20px;
}
#enter_form tr .odd{
	background:#e9f1f9;
}
#enter_form tr .even{
	background:#f3f4f5;
}
.form_btn {
	text-align:center;
	margin:20px 0 30px;
}
.form_btn input {
	width: 149px;
	height: 51px;
	border: 0;
	background: url(../images/send_button.jpg) center center no-repeat;
	cursor: pointer;
}


/*==================================
    ■ media
==================================*/
h5.media{
	background:url(../images/h5_media.jpg) no-repeat;
	line-height:40px;
	height:40px;
	padding-left:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.media650{
	width:650px;
	margin-left:32px;
	font-size:14px;
}

.media650 p{
font-size:14px;
}

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

.mediaRed{
	color:#CC0000;
}

.mediaPT{
	text-align:right;
	margin-bottom:50px;
	border-bottom:#666 1px solid;
}



#pagelink{
	margin:15px auto 15px;
	position:relative;
	overflow:hidden;
}
#pagelink ul{
	position:relative;
	left:50%;
	float:left;
}
#pagelink ul li{
	position:relative;
	left:-50%;
	float:left;
	margin-right:30px;
}
#pagelink ul li a{
	color:#00179C;
	font-size:110%;
}

.media_txt{
	float:right;
	width:430px;
}
.media_mark{
/*	text-align:right;
	margin-top:10px;
*/
position:absolute;
bottom:5px;
right:5px;}

.media_date{
	font-weight:bold;
}
.media_ttl{
	position:relative;
}
.media_name{
	font-size:105%;
	font-weight:bold;
	color:#D40C05;
	margin-bottom:15px;
	padding:10px;
	border-bottom:1px dotted #323232;
}

.media_name a{
	color:#D40C05;
}

.h5_lecture{
	font-size:110%;
	padding:0 0 3px 8px;
	border-bottom:1px dotted #666;
}
/*==================================
    ■ compare
==================================*/
.auction_case{
	width:90%;
	margin:10px auto;
}
.mark_auction{
	float:left;
	margin-right:15px;
	margin-top:3px;
}
.txt_auction{
	float:left;
	width:450px;
}

.imgCompare{
	text-align: center;
	margin:0 0 25px 0;
}

.compare_content {
	margin:0 0 25px 0;
	padding: 0 25px 0 0;
}

/*==================================
    ■ flow
==================================*/
.flow_l{
	float:left;
}
.flow_r{
	float: right;
}
.flow_box{
	float:left;
	width:450px;
}
dl.flow_box ,dl.flow_box dt,dl.flow_box dd {
 margin: 0;
 padding: 0;
}
dl.flow_box {
 background-color: #bbdef8;
 border: 1px solid #999;
 border-top: none;
 width: 380px;
}
dl.flow_box dt {
 color: #333;
 width: 8em;
 padding: 0.5em 0 0.5em 1em;
 border-top: 1px solid #999;
 float: left;
 font-size: 14px;
}
dl.flow_box dd {
 background-color: #FFF;
 margin: 0 0 0 8em;
 padding: 0.5em 1em 0.5em 1em;
 border-top: 1px solid #999;
 border-left: 1px solid #999;
 font-size: 14px;
}

.flow_txt {
 width:455px; padding: 120px 0 0 0;
}


/*==================================
    ■ schedule
==================================*/
.compare_content span.red{
	color:#CC0000;
	font-weight:bold;
}
.compare_content span.bold{
	font-weight:bold;
}

p.img_center{
	text-align: center;
}

/*==================================
    ■ expense
==================================*/

.expense_content {
	margin:0 0 25px 0;
	padding: 0 0px 0 0;
}
.expense_content .flow_l{
	float:left;
	width: 450px;
}
.expense_content .flow_r{
	float: right;
	width: 235px;

}

/*==================================
    ■ lecture
==================================*/

.feedback_box{
	padding:5px;
	margin-bottom:15px;
	border:1px solid #EDEDED;
	width:703px;
}
.feedback_box_mb30{
	padding:5px;
	margin-bottom:30px;
	border:1px solid #EDEDED;
	width:703px;
}
.feedback_name{
	font-weight:bold;
	margin-bottom:5px;
}
.feedback_image li{
	text-align:center;
	margin:5px 0 15px;
}





/** ページャー
---------------------*/
div.pager {
	width: 650px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
ul.page_navi {
	margin: 40px 30px 30px;
}
ul.page_navi li {
	display:inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px #574c41 solid;
}
ul.page_navi li.next {
	border-right: none;
}
ul.page_navi li a:link,
ul.page_navi li a:visited {
	color: #907f6d;
	text-decoration: none;
}
ul.page_navi li a:hover,
ul.page_navi li a:active {
	color: #ada59a;
	text-decoration: none;
}
ul.page_navi li em {
	font-weight: bold;
}


.movie {
	width: 600px;
	margin-left: 35px;
	margin-bottom: 30px;
}


/*==================================
    ■ consultee
==================================*/

.consultants_photo01{
	float:left;
	width:208px;
	margin-right:25px;
}
.consultants_photo01 img{
	border:3px solid #fff;
	box-shadow:2px 2px 3px #999;
}
.photo_right{
	float:left;
	width:470px;
}
.consultants_company01{
	margin-bottom:5px;
}
.consultants_company01 a{
	font-size:19px;
	font-weight:bold;
	color:#282828;
}
.area_space ul li{
	float:left;
	width:60px;
	text-align:center;
	background:#e3502f;
	color:#fff;
	padding:3px 0;
	font-size:18px;
	margin:0 6px 10px 0;
}
.consultants_position{
	font-size:16px;
	margin-bottom:3px;
}
.consultants_name01{
	font-size:28px;
	margin-bottom:10px;
}

.labels{
	background:#EFEFEF;
	padding:5px 8px;
}
.labels01{
	font-size:16px;
	font-weight:bold;
}
.labels02{
	font-size:12px;
	color:#3c3c3c;
}

.consultants_comment01{
	font-size:16px;
	color:#282828;
	margin:15px auto 15px;
	width:97%;
}

.consultants_comment02{
	font-size:16px;
	color:#282828;
	margin:0 auto 55px;
	width:92%;
	padding:7px;
	border:5px #eaeaea solid;
}

.backto_consultants{
	text-align:center;
	margin-bottom:20px;
}
.consultants_list{
	background:#fffcf2;
}
.consultants_list ul{
	width:686px;
	margin:0 auto;
	padding-top:5px;
}
.consultants_list ul li{
	width:98px;
	text-align:center;
	margin-bottom:5px;
	float:left;
}
.listpage_consultants{
	margin-left:2px;
}
.listpage_consultants li{
	float:left;
	width:178px;
}
.consultants_box{
	width:150px;
	background:#fbfbf0;
	padding:6px;
	margin:0 auto 20px;
}
.mr20{
	margin-right:20px;
}
.consultants_photo02{
	text-align:center;
	margin-bottom:2px;
}
.consultants_company02{
	margin-bottom:3px;
	height:45px;
}
.consultants_company02 a{
	font-size:16px;
	text-decoration:none;
}
.position_name{
	text-align:center;
	margin-bottom:5px;
}
.position_name a{
	font-size:13px;
}
.consultants_detail{
	text-align:center;
}

/* page-tpl
-------------*/
#pageTpl h3.tpl {
	width: 722px;
	height:92px;
	line-height: 95px;
	margin-bottom: 20px;
	padding-left:15px;
	background:url(../images/pagettl_shortsale_tpl.jpg);
	font-size: 36px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}

#pageTpl h4 {
	/*width:715px;*/
	width: 699px;
	height:47px;
	line-height: 47px;
	background: url(../images/subtitle-b.jpg) top left no-repeat;
	margin:16px 0 20px 13px;
	padding:0 0 0 16px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-align:left;
}
#pageTpl > p + h4 {
	margin-top: 30px;
}

#pageTpl h5 {
	width:715px;
	height:35px;
	background:url(../images/detail_ttlbar.jpg) no-repeat bottom left;
	margin:10px 0 20px 7px;
	padding:0 0 0 10px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	text-align:left;
}

#pageTpl > p + h5 {
	margin-top: 25px;
}



#pageTpl > p {
	margin-left: 10px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
}


.side_in_h3_2{
	width: 225px;
}
.bordertop {
	border-top: 1px #ccc solid;
}


/*よくあるご質問*/
.faq_tit{
	width:702px;
	height:80px;
	margin:0 auto;
}

.faq_lavel01_bottom{
	width:702px;
	height:122px;
	margin:0 auto 20px;
	background:url(../images/faq_lavel01_bottom.jpg) no-repeat;
}

.faq_lavel02_bottom{
	width:702px;
	height:122px;
	margin:0 auto 20px;
	background:url(../images/faq_lavel02_bottom.jpg) no-repeat;
}

.faq_lavelmax_bottom{
	width:702px;
	height:150px;
	margin:0 auto 20px;
	background:url(../images/faq_lavelmax_bottom.jpg) no-repeat;
}

.faq_rikon_bottom{
	width:702px;
	height:122px;
	margin:0 auto 20px;
	background:url(../images/faq_rikon_bottom.jpg) no-repeat;
}

.faq_hasan_bottom{
	width:702px;
	height:122px;
	margin:0 auto 20px;
	background:url(../images/faq_hasan_bottom.jpg) no-repeat;
}

.faq_txt{
	width:620px;
	margin:0 auto;
}

.faq_txt ul li{
	padding:1px;

}

.ans_tit{
	width:700px;
	margin:0 auto 20px;
}

.ans_txt{
	width:690px;
	margin:0 auto 30px;
}

.faq_zansai_back{
	width:700px;
	height:250px;
	margin:0 auto;
	padding:20px;
	background:url(../images/faq_zansai_back.jpg) no-repeat;
}

/*rikon.html*/

#rikonCon {
	line-height:170%;
	margin-bottom:90px;
}
#rikonCon p {
	margin:0 0 30px 0;
}

.jirei-box {
	margin-bottom:40px;
	padding-bottom:30px;
	border-bottom:#999 2px dotted;
}
.jirei-box dl {
	widows:352px;
	float:left;
}
.jirei-box dl.right-fl {
	float:right;
}
.jirei-box dl a img {
	margin-bottom:5px;
}

.rikonTop{
	width:654px;
	margin:30px auto;
}


dl.rikonBAindex dt{
	width:43px;
	float:left;
}

dl.rikonBAindex dd{
	text-indent:-9999px;
	width:217px;
	margin-left:6px;
	float:left;
}

.rikonBefore01 a,.rikonBefore02 a,.rikonBefore03 a,.rikonAfter01 a,.rikonAfter02 a,.rikonAfter03 a{
	width:217px;
	height:137px;
	display:block;
}

.rikonBefore01 a{
	background:url(../images/rikonBefore01.jpg) no-repeat;
}

.rikonBefore02 a{
	background:url(../images/rikonBefore02.jpg) no-repeat;
}

.rikonBefore03 a{
	background:url(../images/rikonBefore03.jpg) no-repeat;
}

.rikonBefore01 a:hover{
	background:url(../images/rikonBefore01a.jpg) no-repeat;
}

.rikonBefore02 a:hover{
	background:url(../images/rikonBefore02a.jpg) no-repeat;
}

.rikonBefore03 a:hover{
	background:url(../images/rikonBefore03a.jpg) no-repeat;
}

.rikonAfter01 a{
	background:url(../images/rikonAfter01.jpg) no-repeat;
}

.rikonAfter02 a{
	background:url(../images/rikonAfter02.jpg) no-repeat;
}

.rikonAfter03 a{
	background:url(../images/rikonAfter03.jpg) no-repeat;
}

.rikonAfter01 a:hover{
	background:url(../images/rikonAfter01a.jpg) no-repeat;
}

.rikonAfter02 a:hover{
	background:url(../images/rikonAfter02a.jpg) no-repeat;
}

.rikonAfter03 a:hover{
	background:url(../images/rikonAfter03a.jpg) no-repeat;
}

.rikonBAline{
	margin:10px auto;
}



dl.rikonCase dt{
	margin-bottom:20px;
}

dl.rikonCase dd{
	margin-bottom:30px;
}

.rikon01img{
	width:684px;
	margin:30px 11px 0;
}

.rikon02a{
	margin:20px 13px 20px 27px;
}

.rikon02b{
	margin-top:20px;
	margin-bottom:20px;
}

.rikon05img{
	margin:20px 23px;
}
dl.case1-dl {
	margin-bottom:40px;
}
dl.case1-dl dt {
	width:120px;
	float:left;
	font-weight:bold;
}
dl.case1-dl dd {
	padding-left:125px;
	width:555px;
}
ul.case2-ul {
	margin-bottom:30px;
}
ul.case2-ul li {
	font-weight:bold;
	margin-left:1.8em;
	text-indent:-1.8em;
}
.solution-box-a {
	margin-top:5px;
	border-left:#1A52BB 8px solid;
	padding-left:8px;
}
.solution-box-b {
	margin-top:5px;
	border-left:#F8637D 8px solid;
	padding-left:8px;
}
.solution-box-a img, .solution-box-b img {
	margin-bottom:15px;
}
#rikonCon img.right-float {
	float: right;
	padding-left:20px;
	padding-bottom:20px;
}
#rikonCon .red {
	color:#F00 !important;
	font-weight:bold;
}
#rikonCon .bold {
	color:#000 !important;
	font-weight:bold;
}

/*自己破産と任意売却*/

#bankruptcy {
	line-height:170%;
	margin-bottom:90px;
}
.content-block {
	margin-bottom:3em;
}
#bankruptcy img.right-img {
	float:right;
	display: inline;
	margin:0 20px 1em 1em;
}
#bankruptcy ul li {
	list-style-type:disc;
	margin-left:2em;
}
#bankruptcy ul.bold li {
	font-weight:bold;
}
#bankruptcy h5, #bankruptcy h6 {
	margin-bottom:1em;
}
#bankruptcy p, #bankruptcy ul {
	margin-bottom:1.5em;
}
#bankruptcy .under-line {
	text-decoration:underline;
}

.yellowbox {
	width:684px;
	background:url(../images/bankruptcy_bkg01.jpg) no-repeat bottom;
	margin-bottom:3em;
}
.yellowbox p {
	padding:0 22px 22px 22px;
	line-height:155%;
}


/*任意売却について共通*/

.ninbai_btn{
	width:714px;
	margin:30px auto 60px;
}
.ninbai_btn ul li{
	float:left;
}

.ninbai_btns h4 {
	padding:2px 0 5px 11px;
	margin:0 0 10px;
	border-left:#284D94 10px solid;
	border-bottom:#284D94 3px solid;
	color:#284D94;
	font-weight:bold;
}
.ninbai_btns ul{
	margin-bottom:70px;
	padding:0;
}
.ninbai_btns ul div {
	width:365px;
	float:left;
}
.ninbai_btns ul li{
	background:url(../images/yj_ninbai_btn.gif) no-repeat left 0.8em;
	padding:0 0 0 15px;
	margin-left:25px;
	line-height:2;
}

/*目次リスト風（左に矢印）-統計ページ-　*/

.linkLST_btn {
}
 ul#linkLST_btn{
	padding:0;
	list-style:none;
}
 ul#linkLST_btn li{
	background:url(../images/yj_ninbai_btn.gif) no-repeat left 0.8em;
	padding:0 0 0 15px;
	margin-left:25px;
	line-height:2;
}


/*==================================
    ■ komonbengosi
==================================*/
.komon-profile {
	margin:10px auto;
	padding-bottom:30px;
	margin-bottom:50px;
	border-bottom:dotted 1px #CCC;
}


/*状況別の解決ポイント*/
ul.normal-ul {
	margin-bottom:20px;
	margin-left:2em;
}
ul.normal-ul li {
	list-style-type: disc;
}



/*　新・代表プロフィール　*/
/*　新・協会について　*/
/*　任意売却とは？／ご希望別解決プラン　*/

#daihyo p, #about p, #plans p, #choice p, #five-reasons p {
	padding:0;
	margin:0 0 2em 0;
}
#plans h3.page_ttl, #choice h3.page_ttl, #five-reasons h3.page_ttl {
	margin-bottom:40px;
}


h6.txt-h6 {
	background:url(../images/subtitle_h6.jpg) no-repeat left top;
	height:35px;
	padding:15px 0 0 20px;
	font-weight:bold;
}

#daihyo {
}

#plans p.btm_bigger  {
	padding:0;
	margin:0 0 3em 0;
}

#plans p.leftspace  {
	margin:0 0 2em 17px;
}
#plans p.leftspace2  {
	margin:0 0 1.5em 17px;
}
p.movie_in  {
	padding:0;
	margin:0 0 0 0;
	font-size:13px;
}

#daihyo p.mb1em, #about p.mb1em {
	padding:0;
	margin:0 0 1em 0;
}
#daihyo h6 {
	margin-bottom:20px;
}
#daihyo img.left-float, #about img.left-float {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}
#daihyo img.right-float, #about img.right-float {
	float: right;
	padding-left:20px;
	padding-bottom:20px;
}
#daihyo h5 {
	background:url(../images/bkg_h5.jpg) no-repeat;
	height:28px;
	padding-top:4px;
	padding-left:20px;
	margin-bottom:30px;
	font-weight:bold;
}
.present {
	background-color:#ffc;
	border:#999 1px solid;
	padding:20px;
}
.page_content2 .left-side {
	float:left;
	width:140px;
	margin-left:20px;
}
.page_content2 .right-side {
	float: right;
	width:520px;
}
.page_content2 .left-side a img {
	margin-top:10px;
}

#daihyo h6.harf_width {
	background:url(../images/bkg_h6.jpg) no-repeat;
	height:28px;
	padding-top:4px;
	padding-left:20px;
	width:327px;
	margin-bottom:5px;
	font-weight:bold;
}
.youtube-box {
	width:347px;
	float:left;
	margin-bottom:20px;
}


.to-top {
	text-align: right;
	margin-top:15px;
	border-bottom: solid 1px #666;
}
.to-top2 {
	text-align: right;
	border-bottom: solid 1px #666;
}



#about {
}
#about h5{
	margin-bottom:20px;
}

#plans h5{
	margin-bottom:20px;
}

#plans .h4_wrapp{
	margin-bottom:30px;
}

.gray-left {
	border-left:#ccc 5px solid;
	padding-left:20px;
}

.red-left {
	border-left:#CC3300 5px solid;
	padding-left:20px;
}

.blue-left {
	border-left:#1D508A 17px solid;
	width:698px;
}
#way01{
	margin-top:40px;
}
#way01 p, #way02 p, #way03 p {
	margin-top:10px;
	margin-left:14px;
	line-height:1.4;
	margin-bottom:40px;
}
.plans-box {
}
.box-float01, .box-float02, .box-float03 {
	float:left;
	margin-right:3px;
	text-align:center;
}
.box-float01 {
	width:266px;
}
.box-float02 {
	width:228px;
}
.box-float03 {
	width:210px;
}

#plans table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	border-bottom:#999 1px solid;
	border-left:#999 1px solid;
	width:713px;
	margin-bottom:30px;
}
#plans table td, #plans table th {
	border-top:#999 1px solid;
	border-right:#999 1px solid;
	padding:15px 25px;
	font-weight:bold;
}
#plans table th {
	vertical-align:middle;
	text-align:center;
	color: rgb(255, 0, 0);
}

ul.reasons {
	border-bottom:#B2B2B2 1px solid;
	border-left:#B2B2B2 1px solid;
	border-right:#B2B2B2 1px solid;
	padding:20px 0 17px 30px;
}
ul.reasons li {
	list-style-type:none;
	background:url(../images/plans_bkg_check.gif) no-repeat left top;
	padding-left:40px;
	font-weight:bold;
	padding-bottom:0.4em;
}

/*　失敗しない業者の選び方　*/

#choice {
}
.meritdemerit {
	border-left:#990 4px solid;
	padding-left:23px;
	padding-top:3px;
	width:654px;
	margin-bottom:60px;
}
#choice h5 {
	margin-bottom:30px;
}
#choice h6 {
	margin-bottom:20px;
}
#choice ol {
	margin-left:2em;
}
#choice ol li {
	list-style-type:decimal;
}
#choice img.left-float {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}
ol.bold li {
	font-weight:bold;
}
ul.reasons-noboder {
	margin-bottom:30px;
}
ul.reasons-noboder li {
	list-style-type:none;
	background:url(../images/plans_bkg_check.gif) no-repeat left top;
	padding-left:40px;
	padding-bottom:0.4em;
}

/*私達が選ばれる5つの理由*/

#five-reasons {
}
#five-reasons h4 {
	margin-bottom:2em;
}
#five-reasons #reason_chart {
	width:674px;
	height:242px;
	margin:0 auto 50px;
	padding:164px 0 0 32px;
	background:url(http://ninbai-japan.or.jp/images/reasons_top_bg.gif) no-repeat left 1px;
}
#five-reasons #reason_chart li {
	margin-bottom:5px;
}



#five-reasons h6 {
	color:#960024;
	font-weight:bold;
	font-size:18px;
}
#five-reasons .box_sp_01 {
	width:683px;
}
#five-reasons p.bm20 {
	margin:0 0 20px 0;
}
.floatbox230 {
	width:230px;
	float: right;
	margin-left:20px;
}
.floatbox230 p {
	font-size:12px;
}
.floatbox300 {
	width:300px;
	float: right;
	margin-left:10px;
}
.floatbox300 p {
	font-size:12px;
}
p.detail-blue {
	text-align:right;
	margin-right:0;
}
p.detail-blue a {
	background:url(http://ninbai-japan.or.jp/images/top_linkarrow.gif) no-repeat left 1px;
	padding:3px 0 3px 23px;
	color:#036;
	font-weight:bold;
	margin-right:0;
}
ul.beige-box {
	background-color:#F6EDDE;
	padding:20px 18px;
	margin-bottom:2em;
}
ul.beige-box li {
	font-weight:bold;
	list-style:none;
}
ul.beige-box .no-b {
	font-weight: normal;
}


/*--------------------------------------------*/
/*不動産投資家様・ご登録フォーム*/
/*--------------------------------------------*/

ol.olStyle {
	margin: 0 3px;
}

ol.olStyle li {
	margin-bottom: 2px;
	border-bottom: 1px solid #25458A;
	font-weight: bold;
}

ol.olStyle li img {
	vertical-align: middle;
}


dl.dlStyle {
	margin: 0 13px;
}

dl.dlStyle dt {
	background:url(../images/bkg_h5.jpg) no-repeat;
	height:32px;
	padding-left:20px;
	font-weight:bold;
	width:695px;
	margin:15px 0;
	line-height:32px;
}

dl.dlStyle dd {
	line-height: 1.5;
}


div.client_voice {
	margin: 20px auto;
	width: 610px;
	padding: 25px;
	border: 3px solid #BDBCBD;
}

p.client_voice_copy {
	margin-bottom: 10px;
	padding-bottom: 3px;
	color: #E94C06;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #E94C06;
}

div.client_voice dl {
	overflow: hidden;
	margin-bottom: 20px;
}

div.client_voice dl dt {
	float: left;
	margin-right: 15px;
}

div.client_voice dl dd {
	line-height: 1.5;
}

div.kanso {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #999;
	line-height: 1.5;
}

div.kanso h6 {
	margin: 0 0 10px;
	color:#990000;
	font-weight: bold;
}

.inner {
	padding: 0 13px;
	line-height: 1.5;
}

.yellowBox {
	padding: 25px 25px;
	background: #FEFFE8;
	border: 1px solid #BDC1A3;
	line-height: 1.5;
}

.mrl13 {
	margin: 0 13px;
	line-height: 1.5;
}

#fudousantoshi h5 {
	background:url(../images/bkg_h5.jpg) no-repeat;
	height:28px;
	padding-top:4px;
	padding-left:20px;
	margin-bottom:5px;
	margin-top:15px;
	font-weight:bold;
}


/*--反社会勢力に対する基本方針・個人情報取り扱いについて*/
table.toshi_blue{
	margin:0 auto 6px;
	border:1px solid #133169;
	width:90%;
	border-collapse:collapse;
	}
table.toshi_blue th, table.toshi_blue td{
	padding:10px 22px;
	}

table.toshi_blue th{
	vertical-align:middle;
	background-color:#1D508A;
	border-left:1px solid #14336B;
	border-right:1px solid ##8EA7C4;
	}
table.toshi_blue td p{
	text-align:left;
	}
.scrollBox_toshi{
	width:460px;
	height:108px;
	font-size:12px;
	overflow-x:hidden;
	overflow-y:scroll;
}

#kakunin{
	width:94%;
	margin:0 auto;
	border-left:8px solid #1D508A;
	padding-left:20px;
	}
#kakunin p{
	font-size:14px;
	line-height:150%;
	margin:14px 0;
	}

.toshi_accept{
	text-align:center;
	padding:6px;
	background-color:#E8EEF9;
	margin:16px auto;
	font-size:14px;
	font-weight:bold;
}


/*事例紹介
--------------------*/
.jire_left{
	float:left;
	width:150px;
	margin-right:20px;}

.jire_right{
	float:right;
	width:540px;}

.jire_left2{
	float:left;
	width:150px;
	margin-right:10px;}

.jire_right2{
	float:right;
	width:540px;}

.box01 {
    background-color: #E9F1F9;
    border: 1px solid #1D508A;
    padding: 30px;
    width: 650px;
}

.voicePhoto {
    background-color: #FFFFFF;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    float: left;
    margin-bottom: 10px;
    margin-left: 30px;
    width: 411px;
}

.voicePhoto th {
    width: 85px;
}

.voicePhoto th, .voicePhoto td {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 5px;
    text-align: left;
}

/*お客様の声
--------------------*/
.head-ud{
	color:#01448A;
	font-size:120%;
	text-align:right;
	margin-bottom:20px;}

.box p{
	width:350px;}


/*協会支部・全国対応エリア
--------------------*/
#search-box {
	width:734px;
	background:url(../images/search_box_bkg.gif) no-repeat left bottom;
	padding-bottom:30px;
	margin-bottom:30px;
	margin-top:30px;
}
#search-box h4 {
	padding:0;
	margin:0 0 15px 0;
}
#search-box div {
	margin-left:26px;
}
#search-box .dl01 {
	width:330px;
	margin-right:12px;
	float:left;
	font-size:12px;
}
#search-box .dl01 dt {
	margin:0 0 6px 0;
	padding:0;
}
#search-box .dl01 dd {
	border:#000 1px solid;
	padding:10px 0 10px 10px;
	margin-bottom:40px;
}
#search-box .dl02 {
	width:169px;
	float:left;
	font-size:12px;
	margin-right:2px;
}
#search-box .dl02 dt {
	margin:0 0 6px 0;
	padding:0;
}
#search-box .dl02 dd {
	border:#000 1px solid;
	width:147px;
	padding:5px 10px;
	margin-bottom:2px;
}

.heightLine{
font-size:13px;
letter-spacing:-1px;
}

.heightLine span.bold{
font-size:16px;
}

/* 地図で検索 */
.search_map{
margin-bottom: 50px;
padding-top: 10px;
}
.search_map_inner{
position: relative;
min-height: 500px;
}
.search_map .map_area{
position:absolute;
top:35px;
right:0px;
}
.search_map .search_support{
position: absolute;
top: 20px;
left: 0;
}
.search_map .select_area{
position: absolute;
top: 35px;
left: 0;
}
.search_map .select_area dl{
line-height: 1.4;
}
.search_map .select_area dt{
font-weight: bold;
}
.search_map .select_area dd{
margin: 0 0 14px 16px;
}
.search_map .select_area dd li{
display: inline-block;
margin-right: 6px;
}
.search_map .select_area dd li a{
color: #00f;
}


.mansion_shueki05 {
    background: url("../images/mansion_shueki05bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 228px;
    width: 650px;
}

.mansion_shueki05L {
    float: left;
    margin: 58px 23px auto 20px;
    width: 146px;
}

.mansion_shueki05R {
    float: left;
    margin-top: 78px;
    width: 430px;
}
.mansion_shueki01box {
    border: 1px solid #999999;
	padding:10px;
}
.bg_mansion{
	background:#2A5099;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	}

.bg_manstion2{
	background:#D4DCEB;
	padding:10px;
	border:#2A5099 1px solid;
	font-weight:bold;}

.manstion_left{
	width:145px;
	float:left;
	margin-right:20px;
	margin-top:10px;}

.manstion_right{
	width:520px;
	float:right;}
.mi_left{
	float:left;
	width:30px;
	margin-right:10px;}

.mi_right{
	float:right;
	width:670px;}
.clearfix,.cf{ zoom:1; }
.clearfix:after,.cf:after{ content:""; display:block; clear:both; }

.empty_chart{
	border-bottom:2px solid #ccc;
	margin-bottom:5px;
}

/* お悩み広場 */
.faqList ul li {
	margin: 10px 0;
/*	font-weight: bold;
*/}
.faqList ul li a {
	text-decoration: underline;
}
.faqList ul li a:hover {
	color: #000;
}

.faq_box_top,
.faq_box_bottom {
	width: 720px;
	height: 15px;
	margin: 0;
	padding: 0;
}
.faq_box_top {
	margin-top: 30px;
	background: url(../images/faq_box_bg01.jpg) bottom center no-repeat;
}
.faq_box_content{
	width: 703px;
	padding-left: 15px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	line-height: 1.6;
	background:url(http://ninbai-japan.or.jp/wp/wp-content/themes/ninbai-japan/images/kaiketu_hanko_01.gif) top right no-repeat;
}
.faq_post_box_content{
	width: 718px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: url(../images/faq_post_img01.jpg) top right no-repeat;
}
.faq_box_bottom {
	background: url(../images/faq_box_bg02.jpg) top center no-repeat;
}
.faq_post_box_content table {
	margin-left: 20px;
}
.faq_post_box_content table th {
	text-align: left;
}



.faq_q{
	width: 682px;
	margin-left: 10px;
/*	margin: 0 auto;
*/	padding-top: 27px;
	background: url(../images/faq_img_q.jpg) left top no-repeat;
	background-position: 0 27px;
}
.faq_a{
	width: 682px;
	margin-left: 10px;
/*	margin: 0 auto;
*/	padding-top: 27px;
	padding-bottom: 20px;
	background: url(../images/faq_img_a.jpg) left top no-repeat;
	background-position: 0 27px;
}
.fcBlud {
	color:#003399;
}
.faq_postLink {
	width: 703px;
	height: 209px;
	margin-top: 40px;
	background: url(../images/faq_list_img01.jpg) no-repeat;
}
.faq_postLink a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.faq_fLink {
	width: 643px;
	margin: 50px auto;
}
.form_onayami tr th,
.form_onayami tr td {
	padding: 8px 0;
}
.form_onayami .purpose label {
	display: block;
}

.onayami_cate {
	width: 717px;
	height: 168px;
	margin-bottom: 20px;
	background: url(../images/onayami_cate_bg.jpg);
}
.onayami_cate ul {
	float: left;
	width: 287px;
	margin-left: 70px;
}
.onayami_cate ul li {
	margin-top: 7px;
}

hr.onayami_line {
	width: 717px;
	height: 6px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
	background: url(../images/faq_list_line.jpg) top center no-repeat;

}
hr.onayami_line2 {
	width: 717px;
	height: 6px;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
	background: url(../images/onayami_line.jpg) top center no-repeat;

}




/* 流れnew */
.flow_new{
	background-color:#F6EDDE;
	width: 655px;
	margin: 30px auto;
	padding: 25px 25px 5px;
	font-weight:normal;
}
.flownewright_float {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}
.flownewtb_01{
width: 380px;
border-collapse: collapse;
}
.flownewtb_01 th{
width: 20%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #BBDEF8;
border: 1px solid #b9b9b9;
font-size:95%;
}
.flownewtb_01 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
font-size:95%;
}

.blue_big{
	color:#18528B;
	font-size:120%;
}
.red_big{
	color: rgb(255, 0, 0);
	font-size:120%;
}


/*==============================================
    ■住宅ローンが払えなくなる3つの理由
==============================================*/

.pd15 {
	padding: 0 15px;
}

ul.col3 {
	width: 735px;
	margin: 0 0 50px;
	overflow: hidden;
}

ul.col3 li {
	margin: 0 15px 0 0;
	float: left;
}

.end {
	margin: 0 !important;
}

dl#pt_grid dt {
	padding: 5px 10px;
	color: #fff;
	background: #1d508a;
}

dl#pt_grid dd {
	padding: 35px;
	background: url(../images/pat.gif);
	border: 1px solid #ccc;
}

dl#pt_grid dd h4 {
	margin: 0 0 40px;
	font-weight: bold;
	font-size: 1.125em;
}


/*==============================================
    ■ご相談者様の統計グラフ
==============================================*/

#piegraph {
}
#piegraph p {
	margin-bottom:40px;
}
#piegraph h4 {
	margin-bottom:40px;
}
#piegraph img.left-float {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}
#piegraph .to-top {
	clear:both;
}

#piegraph #point {
	background:url(../images/piegraph_bkg01.gif) repeat;
	padding:10px;
}

#piegraph #point p{
	margin-bottom:20px;
}

#piegraph #point div {
	background-color: #FFF;
	padding:37px 30px 10px;
}
#piegraph #point h5 {
	color:#26468b;
	margin-bottom:20px;
	font-weight:bold;
	font-size:110%;
}
#piegraph #point ul{
	margin-botom:0;
	padding-bottom:30px;
	list-style:none;
}
#piegraph #point ul li {
	background:url(../images/yj_ninbai_btn.gif) no-repeat left 0.8em;
	padding:0 0 0 15px;
	margin-left:0;
	line-height:2;
}
#piegraph #point a {
	color:#00F;
}

#piegraph .ninbai_btn{
	width:714px;
	margin:30px auto 60px;
}
#piegraph .ninbai_btn ul li{
	float:left;
}

#piegraph .ninbai_btns h4 {
	padding:2px 0 5px 11px;
	margin:0 0 10px;
	border-left:#284D94 10px solid;
	border-bottom:#284D94 3px solid;
	color:#284D94;
	font-weight:bold;
}
#piegraph .ninbai_btns ul{
	margin-bottom:70px;
	padding:0;
}
#piegraph .ninbai_btns ul div.fl {
	width:365px;
	float:left;
}
#piegraph .ninbai_btns ul li{
	background:url(../images/yj_ninbai_btn.gif) no-repeat left 0.8em;
	padding:0 0 0 15px;
	margin-left:25px;
	line-height:2;
}

/*==============================================
    ■任意売却の悪質業者にご注意（トラブル実例）
==============================================*/

.akutokuWidth{
	width:715px;
	margin:0 11px;
}

.akutokuTop{
	border-left:5px #cccccc solid;
	padding-left:25px;
	margin-bottom:70px;
}

dl.akutoku01old{
	width:376px;
	float:left;
	margin:0;
	padding:0;
}

dl.akutoku01now{
	width:339px;
	float:left;
	margin:0;
	padding:0;
}

dl.akutoku01old dt,dl.akutoku01now dt{
	margin:0 0 20px;
}

dl.akutoku01old dd,dl.akutoku01now dd{
	background:url(../images/akutoku01check.jpg) no-repeat;
	margin-bottom:15px;
	padding-left:40px;
	line-height:33px;
	min-height:33px;
}

dl.akutoku01now dd.illust{
	background:none;
	padding-left:173px;
}

dl.akutokuLast{
	background:url(../images/akutokuLastMainBg.jpg) repeat-y;
	margin:0 0 100px;
}

dl.akutokuLast dt{
	margin:0;
	padding:0;
}

dl.akutokuLast dd{
	background:url(../images/akutokuLastBg.jpg) no-repeat top;
	margin:0;
	padding:15px 25px 30px;
}

dl.akutokuLast dd.akutokuLastBtm{
	background:none;
	margin:0;
	padding:0;
}

.akutokuRed{
	color:#960224;
	font-weight:bold;
}

ul.akutokuJireiIndex{
	background:url(../images/akutokuLine.jpg) no-repeat left bottom;
	padding-bottom:35px;
	margin-bottom:55px;
}

ul.akutokuJireiIndex li{
	margin:0 0 20px;
	padding:0;
	list-style-type:none;
}

.akutokuJireiInterview{
	background:url(../images/akutokuInterview.jpg) no-repeat;
	color:#01448b;
	font-weight:bold;
}

dl.akutokuJireiInterviewMain{
	margin:15px 0 30px 0;
}

dl.akutokuJireiInterviewMain dt{
	width:70px;
	float:left;
	padding:10px 15px;
	font-weight:bold;
	margin:10px 0;
}

dl.akutokuJireiInterviewMain dt.s{
	color:#01448b;
}

dl.akutokuJireiInterviewMain dd{
	padding:10px 15px;
	width:585px;
	float:left;
	margin:10px 0;
}

dl.akutokuJireiInterviewMain dd.w{
	background:url(../images/akutokuInterviewY.jpg) no-repeat;
	text-align:center;
	font-weight:bold;
	padding:40px 0 0 0;
	line-height:30px;
	width:715px;
	float:left;
	min-height:106px;
	margin:0;
}

dl.akutokuJireiInterviewMain dd.m{
	background:#eee;
}

.akutokuJireiInterviewBtn{
	widows:279px;
	margin-left:436px;
}

.akutokuLink{
	width:715px;
	text-align:right;
}

.akutokuLink a{
color:#00F;
	font-weight:bold;
}

/*相談員紹介
--------------------*/
#staff{
	width:715px;}

#staff td{
	width:25%;}

.staff_left{
	float:left;
	width:290px;
	margin-right:10px;
	}

.staff_right{
	float:right;
	width:420px;}

.staff_right p{
line-height:1.5em;
}
.staff55{
	width:720px;
	margin:20px 0 70px;
}

/*1分でわかる！住宅ローン返済 危険度チェックリスト*/

#risk-check {
	line-height:170%;
	margin-bottom:90px;
	width:715px;
}
#risk-check p {
	margin:0 0 40px 0;
}
#risk-check h3 {
	margin-bottom:40px;
}

#risk-check h4 {
	height:50px;
	background: url(../images/subtitle_h4.jpg) no-repeat;
	padding:20px 0 0 16px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin:0 0 40px 0;
}
#risk-check h5{
	background:none;
	padding:0;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:35px;
}
#risk-check .red {
	color:#F00 !important;
	font-weight:bold;
}
#risk-check .bold {
	color:#000 !important;
	font-weight:bold;
}
#risk-check p.about-check {
	border-left:#ccc 5px solid;
	padding:20px 0 20px 25px;
}
#risk-check .two-lists {
	margin-bottom:40px;
}
#risk-check .two-lists a img {
	float:left;
}
#risk-check .two-lists a img.right-fl {
	float:right;
}
#risk-check .to-top {
	margin-bottom:40px;
}
.risk-check-box {
	border-top:#18538b 10px solid;
	background:url(../images/checklist_bkg.jpg) bottom left no-repeat;
	padding:20px 20px 40px;
	font-weight:bold;
	line-height:2.1;
	margin-bottom:40px;
	font-size:16px;
}
.risk-check-box input {
	-moz-transform: scale(1.8,1.8);
	-webkit-transform: scale(1.8,1.8);
    transform: scale(1.8);
	margin-right:10px;
	vertical-align:middle;
}
#risk-check .risk-check-box h5{
	margin-bottom:20px;
}
.check-result-box {
	background:url(../images/checklist_img06.jpg) left bottom no-repeat;
	margin-bottom:40px;
}
.check-result-box p {
	padding:0 30px 30px 30px;
	margin:0 0 0x 0;
}
.checklist-result-box {
	padding-bottom:40px;
	background:url(../images/checklist_result_bkg.jpg) right bottom no-repeat;
}
#risk-check .checklist-result-box h5{
	margin-bottom:0px;
}
.checklist-result-box dt {
	padding:0;
	margin:0;
	width:170px;
	float:left;
	height:110px;
}
.checklist-result-box dd {
	padding:0;
	margin:0;
	width:535px;
	float:right;
	height:110px;
}
.checklist-result-box dd img {
	display:block;
}

/*==================================
    ■ 全国の競売件数
==================================*/

.auction_number td,.auction_number th {
	padding: 5px 25px !important;
	text-align: center !important;
}

.auction_number th {
	color: black !important;
	background: #E6E6E6  !important;
}

.years_number {
	border:1px solid #999;
	background-color: #FFFFCC;
	color: red;
	text-align: center;
	padding: 10px !important;
	margin-bottom: 10px !important;
}

.Area_maps {
	text-align: center;
}

/*==================================
    ■ 住宅ローンを滞納すると？
==================================*/

span.red_bold{
	color:#CC0000;
	font-weight:bold;
}

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


h5.h5_ttl {
    background: rgba(0, 0, 0, 0) url("../images/subtitle_h5.jpg") no-repeat scroll left top;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    height: 49px;
    margin-bottom: 30px;
    padding: 5px 0 0 55px;
    width: 715px;
}
h5.h5_ttl6 {
    background: rgba(0, 0, 0, 0) url("../images/subtitle_h5.jpg") no-repeat scroll left top;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    height: 49px;
    margin-bottom: 30px;
    padding: 2px 0 0 55px;
    width: 715px;
	line-height:20px;
}
h5.h5_ttl_rikon {
    background: rgba(0, 0, 0, 0) url("../images/subtitle_h5_rikon.jpg") no-repeat scroll left top;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    height: 49px;
    margin-bottom: 30px;
    padding: 8px 0 0 55px;
    width: 715px;
}

.h6_ttl {
	border-bottom:5px solid #999;
	padding:0 0 8px 0;
	margin:0 0 20px 0;
	color: rgb(255, 0, 0);
	font-weight:bold;
}

dl.box05 {
	width:715px;
}

dl.box05 dt {
	width:450px;
}

dl.box05 dd {
	width:230px;
	border:1px solid #000;
}

ul.box06 {
    background: #ffffe6 none repeat scroll 0 0;
    border: 2px solid #bebe7e;
    line-height: 2;
    padding: 20px;
}

ul.box06 li {
    background: #ffffe6 url("../images/check.gif") no-repeat scroll left 3px;
    padding: 0 0 0 40px;
}

div.box06 {
	background: #ffffe6 none repeat scroll 0 0;
    border: 2px solid #bebe7e;
    padding: 20px;
}

/*mansion-kanrihitainou.html*/

#mansionTainoCon {
	line-height:170%;
	margin-bottom:90px;
}
#mansionTainoCon p {
	margin:0 0 30px 0;
}

dl.box06 {
	background: #ffffe6 none repeat scroll 0 0;
    border: 2px solid #bebe7e;
    padding: 30px;
    width:655px;
}

dl.box06 dt {
	background: #ffffe6 url("../images/mark01.gif") no-repeat scroll left top;
    border-bottom: 1px solid #bebe7e;
    margin-bottom: 15px;
    padding: 0 0 15px 40px;
    font-weight: bold;
    font-size: 18px;
}

div.box07 {
	background: #F8F8F8 none repeat scroll 0 0;
    border: 1px solid #999999;
    margin-bottom: 50px;
    padding: 30px;
    width:655px;
}

#mansionTainoCon p.box08 {
    border: 1px solid #333333;
    margin-bottom: 30px;
    padding: 10px 10px 10px 70px;
    width:635px;
background: url("../images/mark02.png") no-repeat scroll 20px center, #ffffff; /* Old browsers */
background: url("../images/mark02.png") no-repeat scroll 20px center, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e9e9e9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: url("../images/mark02.png") no-repeat scroll 20px center, -webkit-linear-gradient(top, #ffffff 50%,#e9e9e9 100%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: url("../images/mark02.png") no-repeat scroll 20px center, -o-linear-gradient(top, #ffffff 50%,#e9e9e9 100%,#ffffff 100%); /* Opera 11.10+ */
background: url("../images/mark02.png") no-repeat scroll 20px center, -ms-linear-gradient(top, #ffffff 50%,#e9e9e9 100%,#ffffff 100%); /* IE10+ */
background: url("../images/mark02.png") no-repeat scroll 20px center, linear-gradient(to bottom, #ffffff 50%,#e9e9e9 100%,#ffffff 100%); /* W3C */
}

span.underline {
text-decoration: underline;
}

/*sozokuTrouble.html*/


#sozokuTroubleCon div.box06 {
    background: #ffffe6 none repeat scroll 0 0;
    border: 2px solid #bebe7e;
    padding: 30px;
    width: 655px;
    margin-bottom: 50px;
}

#sozokuTroubleCon {
	line-height:170%;
	margin-bottom:90px;
}

#sozokuTroubleCon p {
	margin:0 0 30px 0;
}

#sozokuTroubleCon p.jireiLink {
	margin:0 0 30px 0;
	width:715px;
}

#sozokuTroubleCon h6.greenbold {
	font-size: 19px;
	font-weight: bold;
	color:#007100;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #007100;
}

#sozokuTroubleCon h6.redbold {
	font-size: 19px;
	font-weight: bold;
	color:#CC0000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CC0000;
}

#sozokuTroubleCon h6.h6tit {
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	padding: 10px 0 10px 20px;
	margin-bottom: 20px;
	background: #BEBE7E none repeat scroll 0 0;
}

.w485 {
	width: 485px;
}

.jirei {
	font-weight: 20px;
	color:#fff;
	background: #CC0000 none repeat scroll 0 0;
	padding: 5px 15px;
}


.box-float_c {
	margin:0;
	padding:0;
	float:left;
	text-align:left;
}
.box-float_c {
	width:160px;
}
.box-float_c img {
	width:160px;
}
.box-float_c p {
	font-size:14px;
}
.box-float_c p span {
	font-size:16px;
}






.box-float0102, .box-float0202, .box-float0302 {
	float:left;
	margin-right:3px;
	text-align:center;
}
 .box-float0102 {
	width:248px;
}
.box-float0202 {
	width:231px;
}
.box-float0302 {
	width:225px;
}


/*==================================
    ■ 物件情報
==================================*/
.bukken  {
	width:737px;
	background: #fff;
	border-collapse:collapse;
}
.bukken table,
.bukken th {
	color:#FFFFFF;
	border:1px solid #666;
	background-color:#0071bc;
	padding:5px 10px;
}
.bukken table,
.bukken td {
	border:1px solid #666;
	padding:5px 10px;
}
.bukken_yellow{
	background-color:#fffcdf;
}







