@charset 'utf-8';
/* abouts for smp */

/**
 * Media Queries 
 * -----------------------------------------------------------------------------
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
@media screen and (max-width: 480px) {

.col2 .main h3 {
	font-size: 110%;
	margin: 10px 5px;
}
.kaigyo{
	display:block;
}
.no_kaigyo{
	display:inline;
}
.in_txt_p p{
	margin:5px;
}
/* -- newcustomer ----------------------------- */

/* ttl accordion */
.acdttl:before{
	content: "\f107";;	
	color:#2159A3;
	padding:0 10px 0 0;
	font-size:100%;
}
.bbb{
	display:none;
}
/* flow */
.flow_new {
	margin: 5px;
}

.flow_new .fn_block {
	float: none;
	width: 100%;
	position: relative;
	padding:0;
}

.flow_new .ico {
	font-weight: bold;
	color: #2159a3;
	position: absolute;
	width: 25px;
	height: 30px;
	padding: 10px 0 20px 10px;
	top: 20;
	left: 5;
}

.flow_new .tit {
	color: #fff;
	font-weight: bold;
	font-size: 110.00%;
	text-align: left;
	padding: 10px 0 10px 30px;
}

.flow_new .txt {
	padding: 10px 5px 10px 115px;
	min-height: 100px;
}
/*.flow_new .txt2 {
	padding: 10px 8px 10px 8px;
	min-height: 100px;
	border:2px solid #f7f7f7;
	background:#FFF;
	color:#2159A3;
}*/
.flow_new .fn_d .ico {
	background: url(../img/newcustomer/ico_flow_dark.png) no-repeat 5px 9px;
}


.flow_new .fn_l .ico {
	background: url(../img/newcustomer/ico_flow_lite.png) no-repeat 5px 9px;
}

.flow_new .fn01 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow01.gif) no-repeat left 50%;
}

.flow_new .fn02 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow02.gif) no-repeat left 50%;
}

.flow_new .fn03 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow03.gif) no-repeat left 50%;
}

.flow_new .fn04 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow04.gif) no-repeat left 50%;
}

.flow_new .fn05 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow05.gif) no-repeat left 50%;
}

.flow_new .fn06 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow06.gif) no-repeat left 50%;
}

.flow_new .fn07 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow07.gif) no-repeat left 50%;
}

.flow_new .fn08 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow08.gif) no-repeat left 50%;
}
.flow_new .fn09 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow09.gif) no-repeat left 50%;
}
.flow_new .fn10 .txt {
	background: #f7f7f7 url(../img/newcustomer/img_newcustomer_flow10.gif) no-repeat left 50%;
}

.flow_new .fn_arw {
	display:none
}
/* search box */
.newcustomer .search_box li{
	float:none;
}
.newcustomer .search_box li.box{
	width:100%;
}
.newcustomer .search_box li.box_btwn{
	display:none;
	padding:0;
}
.newcustomer .search_box li.box h5{
	padding:7px 0 5px 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	height:auto;
	font-size:110%;
}
.newcustomer .search_box li .detail{
	padding: 10px 10px 0px;
	border:none;
	-webkit-border-radius:0 0 5px 0px;
	   -moz-border-radius:0 0 5px 5px;
			border-radius:0 0 5px 5px;
	overflow:hidden;
	height:auto;
}
.newcustomer .search_box li .detail ul.isyo li{
	float:left;
	width:80px;
	list-style:none;
	padding:0 11px 0 0;
}
.newcustomer .search_box li .detail ul.isyo li:last-child {
	padding:0;
}
.newcustomer .search_box li .detail ul.isyo li img{
	width:80px;
	height:80px;
}
.newcustomer .search_box li .detail ul.isyo li .text{
	padding:5px 0;
	color:#6A6A6A;
	font-size:90%;
	text-align:center;
}
.newcustomer .search_box ul li.box .detail ul.hp{
	margin:0;
}
.newcustomer .search_box ul li.box .detail ul.hp li{
	padding:10px 0 0 5px;
}
.newcustomer .search_box ul li.box .detail ul.hp li span{
	font-size:130%;
	color:#F00;
}
.newcustomer .search_box ul li.box .detail ul.hp li:before{
	content: "\f111";	
	color:#2453AD;
	padding:0 10px 0 0;
	font-size:70%;
}
/* エアコンの形 */
.new_type .new_type_block{
	overflow:hidden;

}
.new_type .new_type_block a{
	display:block;
	margin:10px;
	width:95%;
	height:auto;
	padding: 9px;
	color:#454545;
	height:150px;
	border: 1px solid #cccccc;
}
.new_type .new_type_block .img {
	float: left;
	width: 40%;
}
.new_type .new_type_block .txt {
	float: right;
	width: 50%;
}
.new_type .ntb_l {
	float: none;
	width:98%;
}

.new_type .ntb_r {
	float: none;
	width: 98%;
}

.newcustomer .kose_img{
	width:100%;
}
.newcustomer .kose ul{
	margin:30px 10px;
	padding:0;
	overflow:hidden;
}
.newcustomer .kose li{
	float:none;
	padding:0 0 30px 0;
}

/* その他エアコン */
.new_other {
	width: 100%;
}
.new_other_ov {
	width: 100%;
}

.new_other .new_other_block{
	float: none;
	width: 100%;
	height:132px;
	padding: 9px;
	margin: 0 0 10px 0;
	border:none;
}
.new_other .new_other_block a{
	width:100%;
	height:130px;
}
.new_other .new_other_block .img {
	margin: 0 10px 0 0;
	float:left;
}

.new_other .new_other_block h5 {
	float:left;
	font-size: 100%;
	margin: 0 0 5px;
	padding: 0 0 0 9px;
	background: url(../../common/img/arw/arw_wb.gif) no-repeat 0 7px;
}
.new_other .new_other_block .img {
	width:45%;
}
.new_other .new_other_block .txt {
	float:right;
	min-height: 55px;
	width:50%;
}
.col2 .main h3.sp{
	background:#DEE6F1;
}
.col2 .main h3.blue{
	border-bottom: 1px solid #d9d9d9;
}
.prbl10 {
	padding: 0 10px 10px 10px;
}
.about_ac #access iframe {
	width: 100%;
	height: 100%;
}
/* about用　サブタイトル */
.col2 .main .block h4.blue {
    background: #F7F7F7;
    font-size: 110%;
    margin: 10px 0px;
    padding: 7px 0 7px 5px;
    border:none;
}
/* -- ac-pay ----------------------------- */
.pay_soryo{
	font-size: 110%;
	font-weight: bold;
	margin: 10px;
}
/* -- kouji ----------------------------- */

/* 地図 */
.pc_map{
	display:none;
}
.kouji .map_smp,  .review .map_smp{
	display:block;
}
.map_smp .area h3.h_tit {
	font-size: 100%;
	margin: 0 0 0px;
	padding: 10px 0 10px 10px;
	display:block;
	border-bottom:1px solid #CCC;
	background:#F7F7F7;
}
.map_smp .area h3.h_tit:before{
	content: "\f107";;	
	color:#2159A3;
	padding:0 10px 0 0;
	font-size:100%;
}
.map_smp .area ul{
	margin:5px 0 5px 5px;
	padding: 0;
	list-style-type: none;
}
.map_smp .area ul li {
	float: left;
	width: 25%;
	margin: 0 0 5px;
	padding: 0 5px 0 9px;
	background: url(../../common/img/arw/arw_wb.gif) no-repeat 0 50%;
}
.review .map_smp .area ul li {
	float: left;
	width: 33%;
	margin: 0 0 5px;
	padding: 0 5px 0 9px;
	background: url(../../common/img/arw/arw_wb.gif) no-repeat 0 50%;
}
/*タブ部分*/
.kouji .construction .tab ul li {
	float: left;
	width: 120px;
	margin: 0 20px 0 10px;
}

.kouji .construction .tab ul li a {
	width: 120px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.kouji .construction .tab ul li.tab01 a {
	background: url(../img/tab_construction01_smp.gif) no-repeat 0 -50px;
}
.kouji .construction .tab ul li.tab01 a:hover {
	background: url(../img/tab_construction01_smp.gif) no-repeat 0 0;
}

.kouji .construction .tab ul li.tab02 a {
	background: url(../img/tab_construction02_smp.gif) no-repeat 0 -50px;
}
.kouji .construction .tab ul li.tab02 a:hover {
	background: url(../img/tab_construction02_smp.gif) no-repeat 0 0;
}
.kouji .construction .panel {
	border:none;
	margin:0 0 10px 0;
}
.kouji .panel .the_day {
	padding: 35px 10px 15px;
}
.kouji .panel .img {
	float: left;
	width: 40%;
}
.kouji .panel .txt {
	float: right;
	width: 55%;
}

.kouji .panel .txt h4 {
	font-size: 120%;
	font-weight: bold;
}
.kouji .panel .flow_arw {
	margin: 0 0 30px 120px;
}

.kouji .panel .the_day .day {
	position: absolute;
	top: -15px;
	left: 0px;
	margin: 0;
}

/*工事地域別*/
.voice_in .voice_block .txt {
	float: right;
	width: 70%;
}

/* -- afterservice ----------------------------- */
.bnr_after_tel h4 {
    background: #F7F7F7;
    font-size: 100%;
    margin: 10px 0px;
    padding: 7px 0 7px 5px;
    border:none;
    
	color:#454545;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	height:30px;
}
.bnr_after_tel .hour {
	position: absolute;
	top: 30px;
	left: 10px;
}

/* -- about_ac ----------------------------- */
.about_ac table.gray th, .about_ac table.gray2 th{
	width:100px;
}
.about_add_pc{
	display:block;
}
.privacy_txt p{
	margin:5px;
}
.privacy_add{
	text-align:left; 
	padding:5px; 
	width:90%;
	margin:5px 0;
}
.privacy_add2{
	width:100%;
	margin:10px 0 10px 5px;
}


/* -- review ----------------------------- */

/* ページャー */
.review_cont_list {
	margin: 0 0 10px 0;
}

.review_cont_list p {
	display:none;
}

.review_cont_list ul {
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
}

.main_review {
	position: relative;
	padding: 5px;
	background: none;
}
.col2 .main .main_review h2 {
	margin: 0;
	padding: 0;
	background: none;
}
.col2 .main .main_review p {
	display:none;
}

.col2 .main .review_cont_voice h3 {
	margin: 0;
}

.col2 .main .review_cont_voice h3 span {
	width: 100%;
}

.col2 .main .review_cont_voice h3 span.day {
	padding: 3px 5px 0 0;
}

.review_cont_voice_in {
	padding: 5px 14px 10px;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #d9d9d9;
	margin:0 0 15px 0;
}

.review_cont_voice_in .txt {
	float: left;
	width: 100%;
}

.review_cont_voice_in .txt .evaluation {
	margin: 0 0 20px;
	padding: 5px;
	border-bottom: 1px solid #d9d9d9;
}

.review_cont_voice_in .txt .evaluation p {
	font-weight:normal;
	float: left;
	width: 160px;
	margin: 0 5px 0 0;
}
.review_cont_voice_in .txt .evaluation p span {
	padding: 0 100px 5px 0;
}
.review_cont_voice_in .ico_rev_guest {
	min-height: 100px;
	margin: 0 0 10px;
	padding: 0 0 10px 60px;
	border-bottom: 2px dotted #bababa;
	background: url(../img/ico_guest.gif) no-repeat 0 0;
}

.review_cont_voice_in .ico_rev_ac {
	padding: 0 0 0 60px;
	background: url(../img/review_sp.gif) no-repeat -192px 0;
}

.review_cont_voice_in .txt .txt_voice {
	padding: 5px;
	border: none;
}

.review_cont_voice_in .img {
	display:none;
}
.review_cont_voice .gray_day {
	padding: 5px;
}

.review_cont_voice .gray_day .name {
	width: 100%;
	float: left;
}
.review_cont_voice .gray_day .name:before {
	content: "\f105";	
	color:#2159A3;
	padding:0 7px 0 0;
	font-size:100%;
}
.review_cont_voice .gray_day .g_day {
	display:none;
}
.review_bot_cmnt{
	padding:5px;
	margin:0 0 10px 0;
}
.review_cont_voice_in .txt .evaluation p span.star01 {
	background: url(../img/ico_star01.gif) no-repeat right 0%;
}

.review_cont_voice_in .txt .evaluation p span.star02 {
	background: url(../img/ico_star02.gif) no-repeat right 0%;
}

.review_cont_voice_in .txt .evaluation p span.star03 {
	background: url(../img/ico_star03.gif) no-repeat right 0%;
}

.review_cont_voice_in .txt .evaluation p span.star04 {
	background: url(../img/ico_star04.gif) no-repeat right 0%;
}

.review_cont_voice_in .txt .evaluation p span.star05 {
	background: url(../img/ico_star05.gif) no-repeat right 0%;
}
.review_cont_voice_in .txt .evaluation p.price{
	letter-spacing:13px;
}

.review_img_list ul li{
	list-style:none;
	float:left;
	padding:0 5px 0 0;
	width:50%;
}
.review_img_list ul li:last-child{
	padding:0;
}
.review_img_list ul li.rei img{
	width:100%;
	height:100%;
}
.review_img_list ul li.gds img{
	display:none;
}
.review_list_box .img{
	display:none;
}

.review_list_box .txt_area{
	float:none;
	width:99%;
	margin:0 5px;
}
.txt_area h3{
	margin:0 !important;
}
.review_cont_voice_in .ico_rev_guest2 {
	margin: 0 5px 0 0;
}

.review_cont_voice_in .ico_rev_ac2 {
	margin: 0 5px 0 0;
}
.review_tag_l{
	margin:0 5px 0px;
	float:none;
	width:100%;
}
.review_tag_right_no{
	float:none;
	padding:5px;
}

.review p.note_map, .data_now {
	display:none;
}

.review .tab ul li{
	width:45%;
}
.review .tab ul li a{
	padding:10px 5px 10px 13px;
	background:#F7F7F7 url(../../common/img/arw/arw_gb.gif) no-repeat 5px 16px;
}
.review .tab ul li.active a{
	background:#FFF url(../../common/img/arw/arw_gb.gif) no-repeat 5px 16px;
}
.review .tab ul li a:hover{
	background:#FFF url(../../common/img/arw/arw_gb.gif) no-repeat 5px 16px;
}
.review .panel .block h4.blue {
    background: #DEE6F0;
    font-size: 110%;
    margin: 0px 0px;
    padding: 7px 0 7px 5px;
    border:none;
}
.review_select_isyo{
	margin:0;
}
.review_select_isyo ul li{
	float: none;
	margin: 0;
	border: none;
	border-bottom:1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.review_select_isyo ul li:nth-child(3n){
	margin: 0;
}
.review_select_isyo ul li a{
	width: 100%;
	height: 50px;
}
.review_select_isyo ul li img{
	margin:6px 10px 0 3px;
}
.review_select_isyo ul li p{
	padding:16px 0 0 0px;
}
.review_select_isyo ul li.gyo{
	background:#F6F6F6;
	text-align:left;
	text-indent:10px;
}
.review_select_isyo ul li.housing{
	background:#F6F6F6;
	text-align:left;
	text-indent:10px;
}

/* -- faq ----------------------------- */

.faq_b_q {
	font-size: 100%;
	padding: 7px 0px 8px 20px;
	background: url(../img/ico_faq_q.png) no-repeat 0px 7px;
}
.faq .faq_a {
	padding: 10px 9px 10px 30px;
	background: url(../img/ico_faq_a.png) no-repeat 11px 12px;
}
.faq_ttl h3.line1 {
	font-size: 100%;
	margin: 0;
	padding: 8px 10px 8px 11px;
	background: #EEF2F8 url(../../common/img/bg/bg_h3_bl_smp.gif) repeat-x;
}
.faq_ttl h3.line2 {
	font-size: 100%;
	margin: 0 0 5px;
	padding: 10px 10px 5px 11px;
	background: #EEF2F8 url(../../common/img/bg/bg_h3_bl_smp.gif) repeat-x;
	display:block;
}


/* -- lease ----------------------------- */
.ico_lease {
	margin:10px 5px;
}

.ico_lease .ico_lease_block {
	margin: 0 0 15px;
}

.ico_lease .ico_lease_block .txt {
	float: right;
	width: 75%;
	padding: 5px 0 0;
}

.ico_lease .ico_lease_block .txt h4 {
	font-size: 100%;
	margin: 0 0 10px;
	padding: 0 0 8px;
}

.guarantee {
	padding: 10px 0px 10px 5px;
	height: 300px;
	background: #fff0f0 url(../img/lease/guarantee.gif) no-repeat 0px 130px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}

.guarantee h4 {
	font-size: 110%;
	margin: 0 0 10px;
	padding: 0;
}
.lease .flow_new .fn02 .tit,
.lease .flow_new .fn03 .tit {
	padding: 10px 0 10px 30px;
}
.lease .faq_block {
	border-top:none;
	border-right:none;
	border-left:none;
}
.lease .introduction {
	border-top:none;
	border-right:none;
	border-left:none;
	margin:0 0 15px 0;
}
.lease .introduction p.tit,
.lease_intro_other p.tit {
	font-size: 110%;
	padding: 5px;
}
.lease .introduction p.subject {
	font-size: 110%;
	padding: 5px;
}
.lease .introduction .price {
	margin: 0 0 10px;
}

.lease .introduction .price .month,
.lease .introduction .price .total {
	font-size: 110%;
}
.lease .introduction table th {
	width: 100%;
	border-right: none;
}

/* -- quality ----------------------------- */
.quality .main_img {
	position: relative;
	width: 100%;
	height: auto;
}
.quality .main_img h2 {
	font-size: 110%;
	position: absolute;
	line-height: 1.5;
	top: 20px;
	width: 100%;
}

.clear_ov p.img {
	float: none;
	width: 200px;
	margin: 10px auto;
}

/* -- no1 ----------------------------- */
.main_img_no1 {
	position: relative;
	margin: 0 0 15px;
	padding: 150px 0 0;
}

.main_img_no1 ul {
	margin: 0;
	padding: 0 0px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.main_img_no1 ul li {
	float: left;
	width: 100%;
	margin: 0 0px 0 0;
	padding: 6px 10px;
	background: none;
	color: #2159A4;
	min-height: 30px;
	font-size: 100%;
}
.main_img_no1 ul li:before {
	content: "\f04b";	
	color:#2159A4;
	padding:2px 7px 0 0;
	font-size:80%;
}
.no1_reason {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.no1_reason ul {
	width: 100%;
	overflow: hidden;
	margin: 0 0px 15px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.no1_reason ul li {
	float: left;
	width: 100%;
	margin: 0 0px 5px 0;
	padding: 5px;
	background: #f7f7f7;
	color: #2159a3;
	font-size: 100%;
	vertical-align: middle;
	font-weight: bold;
}
.no1_reason ul li.line2 {
	padding: 5px;
}
.no1 .photo_r {
	float: none;
	margin: 0 0 15px;
	text-align:center;
}
.no1 .ank{
	width:100%;
	height:100%;
}

/* -- advice ----------------------------- */

.adv_toppic1{
	width:100%;
	height:auto;
	background:none;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	line-height:160%;
	margin:20px 5px 0px;
}
.adv_toppic1_ttl{
	font-size:17px; 
	color:#2159A3; 
	padding:5px 0 10px 0px;
}
.adv_toppic1_ttl:before{
	content: "\f0c8";	
	color:#2159A3;
	padding:0 10px 0 0;
	font-size:100%;
}
.adv_toppic1 ul{
	margin:0;
	padding:0;
}
.adv_toppic1 ul li{
	list-style:none;
	float:none;
	width:98%;
	height:auto;
	color:#464646;
	font-size:95%;
	font-weight:bold;
	padding:0px 0 10px 0px;
}
.adv_toppic1 ul li:before{
	content: "\f0a4";	
	color:#464646;
	padding:0 10px 0 0;
	font-size:90%;
}
.adv_merit{
	position: relative;
	width:100%;
	height:auto;
	background:none;
	font-size:14px;
	color:#343537;
	font-weight:bold;
	line-height:150%;
	margin:20px 0 5px 0;
}
.adv_merit_1{
	float:none; 
	padding:20px 10px 0px;
}
.adv_merit_2{
	float:none; 
	padding:20px 10px 0px;
}
.adv_merit_txt{
	position: absolute;
	top:0;
	left:10px;
	float:none; 
	text-indent:0px;
	color:#2159A3;
}
.adv_merit_txt2{
	position: absolute;
	top:60px;
	left:10px;
	float:none; 
	text-indent:0px;
	color:#2159A3;
}
.adv_merit_txt:before, .adv_merit_txt2:before{
	content: "\f0c8";	
	color:#2159A3;
	padding:0 10px 0 0;
	font-size:100%;
}
.aftertable{
	border:1px solid #ccc;
	width:100%;
	font-size:13px;	
}
.after_freedial{
	background:none;
}
/* -- conclusive ----------------------------- */
.main_conc .txt {
	float: left;
	width: 95%;
}
.ranking_cont {
	padding: 10px;
	/*border: 5px solid #e6e6e6;*/
	border:none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}
.col2 .main .ranking_cont h2 {
	font-size: 250.00%;
	margin: 0 0 25px;
	padding: 20px 0px 20px 100px;
}

/* -- household ----------------------------- */

.household_okimg_box {
    width: 100%;
    background: #FFF;
    margin: 10px 0 20px 0;
    padding:5px;
}
.household_okimg_box .img_l{
	margin:0 5px 0 0;
}
.household_okimg_box ul li{
	width:150px;
}
.household_ng_box{
    width: 100%;
	margin:10px 0 15px 0;
}
.household_ng_img{
	float:left;
	margin:0 5px 0 0;
}
.household_ng_img img{
	width:150px;
	margin:0 5px 0 0;
}

/* -- errorcode ----------------------------- */
.errorcode_detail_box{
	width:100%;
}
.error_freedial_l{
	background:url(../../common/img/ico/freedial_l.gif) no-repeat 0px 8px;
	padding:0 0 0 50px;	
	font-size:30px;
	font-weight:bold;
	color:#D31B1A;
	display:block;
}
.error_to_ac_mitsumori p img{
	width:100%;
	height:100%;
}
/* -- mitsumori_picture ----------------------------- */
.pic_list ul {
	margin:5px 0 5px 5px;
}

/* -- topics ----------------------------- */
.topics_detail_txt{
	clear:both;
	padding:10px 5px 20px 5px;	
}
.kyugyotable{
	border:1px solid #ccc;
	border-collapse:collapse;
	border-spacing:0;
	width:99%;
	margin-bottom:10px;
	margin-top:10px;
	font-size:13px;	
}









}



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

.col2 .main .review_cont_voice h3 {
	font-size:105%;
}
.quality .main_img h2 {
	font-size: 100%;
	line-height: 1.5;
	top: 10px;
	width: 100%;
}
.main_img_no1 {
	padding: 120px 0 0;
}
.pic_list ul {
	margin:5px 0 5px 0px;
	padding:0;
}
.review .map_smp .area ul li {
	float: left;
	width: 45%;
	margin: 0 0 5px;
	padding: 0 5px 0 9px;
	background: url(../../common/img/arw/arw_wb.gif) no-repeat 0 50%;
}


}