@charset "utf-8";

/* スマートフォン用CSS */
@media screen and (max-width: 640px) {

img{
max-width: 100%;
height: auto;
width:auto;
}

/*smpでは隠す*/

.sidemenu_inner,
.smpno,
.none
{
	display:none;
}
.asp_pan {
}
.dpcms_cen {
    text-align: center !important;
}
#genzai{
	margin-top: 0.5em;
	}	 
#genzai ul{
overflow:hidden;

}
#genzai ul li{
display:inline;
margin:0 0 0 10px;
}	
h2{ margin:0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
h1#dpcms_h1_saikin,
h1#dpcms_h1_favorite,
h1#dpcms_h1_station,
h1#dpcms_h1_result,
h1#h1_matomete_soshin,
h1#h1_matomete_kakunin,
h1#h1_matomete,
h1#dpcms_h1_address {
    position: static;
    margin: 5px auto 1em auto;
    padding: 0;
	border-bottom: 3px double #5A89DB;

}

h1#dpcms_h1_station:before{
	font-family: 'FontAwesome' ;
	content: '\f238';
	display: inline-block;
	width: 2em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	font-size: 1.2em;		/**/
	color:#5A89DB;
}
h1#dpcms_h1_saikin:before,
h1#dpcms_h1_favorite:before,
h1#dpcms_h1_result:before,
h1#h1_matomete_soshin:before,
h1#h1_matomete_kakunin:before,
h1#h1_matomete:before,
h1#dpcms_h1_address:before{
	font-family: 'FontAwesome' ;
	content: '\F002';
	display: inline-block;
	width: 2em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	font-size: 1.2em;		/**/
	color:#5A89DB;
}
/*枠*/
.dpcms_station_box01{
	margin-bottom: 2em;}
.dpcms_box_result,	
.dpcms_box918 {
    overflow: hidden;
    margin: 0 5px;
}
/**/
h3.dpcms_asp_ora {
    clear: both;
    line-height: 25px;
    text-indent: 10px;
    background: #e4eef8;
    color: #3d4ec7;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.dpcms_station_box01 ul {
    padding: 10px 0 12px;
    overflow: hidden;
}
.dpcms_station_box01 ul li {
    margin: 0 5px 10px 0;
}
/*チェックボックス見やすく*/
#conts input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
	vertical-align:middle;
}
#conts input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
	vertical-align:middle;
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

/*ラジオボタン見やすく*/
input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 14px;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align: middle;
}

/* チェック時は背景色を変更 */
input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素を使って作成 */
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}
/*-----------------------------------------------
住所から物件を探す
-----------------------------------------------*/
h2.dpcms_h2_station_t02,
h2.dpcms_h2_station_t01,
h2.dpcms_h2_bukkenshosai_t02,
h2.dpcms_h2_bukkenshosai_t01,
h2.dpcms_h2_pano,
h2#dpcms_h2_address_t02,
h2#dpcms_h2_address_t01{
width:100%;
background-color: #EEEEEE;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #344BCC;
padding:3px 3px 3px 5px;
box-sizing:border-box;
margin-bottom: 1em;

border: 1px solid #ccc;
position: static;
}
li { list-style:none; }
.sitemap_area ul li:before { 

}
h2.dpcms_h2_station_t02:before,
h2.dpcms_h2_station_t01:before,
.dpcms_h2_bukkenshosai_t02:before,
.dpcms_h2_bukkenshosai_t01:before,
.dpcms_h2_pano:before,
#dpcms_h2_address_t02:before,
#dpcms_h2_address_t01:before{
	content:"|";
	font-weight: 900;
margin-right:5px;
font-size:120%;
color: #344BCC;
}
/**/
#gaitokensu{
height:26px;
line-height:26px;
border:3px solid #3d4ec7;
color:#335eff;
font-size:16px;
text-indent:12px;
padding:6px 0;
margin-bottom: 1em;
}
#gaitokensu span{
font-size:30px;
color:#f00;
background:#ff0;
font-weight:bold;
margin:0 6px;
}
.dpcms_station_box01 table{
margin:10px auto;
border:1px solid #ccc;
border-collapse:collapse;
}
.dpcms_station_box01 table th{
	width:100%;
	display: block;
	box-sizing:border-box;color:#555;
background:#e4eef8;
vertical-align:middle;
border-right:1px solid #ccc;
padding:10px 0;
text-align: left;
}
.dpcms_station_box01 table td{
	width:100%;
	display: block;
	box-sizing:border-box;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:10px 6px;
line-height:2.0;
}
.dpcms_station_box01 table td input{
		display: inline-block;
	margin-bottom: 0.5em;
		
}
.dpcms_station_box01 table td label{
		display: inline-block;	
	overflow: hidden;
	line-height:24px;
	vertical-align:middle;
	margin-bottom: 0.5em;
	margin-right: 10px;
	}

.dpcms_station_box01 table td dl dt{
color:#3d4ec7;
font-weight:bold;
}

/*問い合わせ電話番号*/
.dpcms_oisogi_ti{
	text-align: center;
	color: #fff;
	background-color: #0040FF;

	}
.dpcms_oisogi_tel{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 160%;
    color: #03c;
    padding: 0 0 0 0;
    line-height: 2em;
}


.dpcms_oisogi_tel:before{
	font-family: 'FontAwesome' ;
	content: '\f095';
	display: inline-block;
	width: 1.2em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	font-size: 1.2em;		/**/
	color:#03c;
}

.dpcms_oisogibox .dpcms_oisogi_waku {
    overflow: hidden;
    border: 1px solid #3d4ec7;
    padding: 10px 5px;
}

.dpcms_oisogibox .dpcms_oisogi_waku img{
	width:20%;
	float: left;
    display: inline;
	margin-right: 5px;
	margin-bottom: 3em;
	}
.dpcms_oisogi_learea .dpcms_hukibk span {
    color: #e17413;
}
.dpcms_bukkenshosai_formp{overflow:hidden;margin:0 auto;padding:0 0 0 20px;}
.dpcms_bukkenshosai_formp ul{margin:0 0 20px 0; }
.dpcms_bukkenshosai_formp li{list-style-type:disc;padding:4px 0;}
.dpcms_bukkenshosai_formp li span{color:#e17413;font-weight:bold;}

table.dpcms_bukkenshosai_form{
border:1px solid #ccc;
border-collapse:collapse;
box-sizing:border-box;
width:100%;

}
table.dpcms_bukkenshosai_form th{
width:100%;
display: block;
box-sizing:border-box;
background:#e4eef8;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:6px;
text-align:left;
color:#555;
vertical-align: top;
}
table.dpcms_bukkenshosai_form th img{margin:0 10px 0 0; vertical-align: bottom;}
table.dpcms_bukkenshosai_form th span{
font-size:12px;
font-weight:normal;
padding:0 0 0 50px;
}
table.dpcms_bukkenshosai_form td{
	width:100%;
display: block;
box-sizing:border-box;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:4px 4px 8px 4px;
}
table.dpcms_bukkenshosai_form02{
border:none;
margin:0;
}
table.dpcms_bukkenshosai_form02 textarea{
	width:90%;}
table.dpcms_bukkenshosai_form02 th{
		width:100%;
display: block;
box-sizing:border-box;
background:#fff;
border-right:none;
border-bottom:none;
padding:6px 0 0 4px;
vertical-align:top;
}
table.dpcms_bukkenshosai_form02 td{
	width:100%;
display: block;
box-sizing:border-box;	
border-right:none;
border-bottom:none;
padding:4px;
}
.dpcms_form_01,
.dpcms_form_03,
.dpcms_form_02 {
	width:90%;
    height: 2em;
    padding: 4px;
    border: solid 1px #d6d6d6;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
    -box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
}
.dpcms_prv {
    text-align: center;
    margin: 10px auto 0 auto;
}

.dpcms_mt20 {
    margin-top: 20px !important;
}
.dpcms_t_cen .dpcms_kanryo {
    font-size: 24px;
    margin: 0 0 20px;
	text-align: center;
}
.dpcms_t_cen .dpcms_thanks {
    color: #f96e0a;
    font-weight: bold;
    margin: 0 0 20px;
}

/*-----------------------------------------------
物件詳細
-----------------------------------------------*/
.dpcms_bpointle dl dd ul li {
    list-style: none;
    color: #a35a04;
    padding: 0;
}
.dpcms_mt05,
.dpcms_bpointle,
.dpcms_bukkenshosai_box01{
	margin: 0 5px;}
.dpcms_bukkenshosai_box02{
	    overflow: hidden;
	margin-left:5px; margin-right:5px;
	margin-bottom: 1em;
	}

.dpcms_bukkenshosai_box01 .dpcms_bkkenle p {
    padding: 0 0 2px 0;
}
h1#h1_bukkenshosai{
position:static;
padding:0;
font-size:18px !important;
color:#704b00;
font-weight:bold;
margin:0 0 5px 0;
}
h1#h1_bukkenshosai:before{
	font-family: 'FontAwesome' ;
	content: '\f10c';
	display: inline-block;
	width: 1.5em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	color:#C9AE9B;		/*色*/
	font-size: 1.1em;		/*2倍の大きさ*/
}

h2#h2_bukkenshosai{
position:static;
padding:0;
font-size:16px !important;
color:#CC3300;
font-weight:bold;
margin:0 0 0px 0;
}

h3#h3_bukkenshosai{
position:static;
padding:0;
font-size:14px !important;
color:#CC3300;
font-weight:bold;
margin:0 0 14px 0;
display: block;
}
.dpcms_bpointri{margin-bottom:2em;}
.dpcms_bkkenri{margin-bottom:10px;padding-bottom:5px;border-bottom:1px double #5A89DB;}
.dpcms_bkkenribox{
width:90%;
overflow:hidden;
padding:5px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
background-color:#CFE5ED;
border:1px solid #AAE2D4;
margin-bottom:1em;
}
.dpcms_bkkenri img{width:30%;float:left;display:block;border:1px solid #ccc;margin-left:auto;margin-right:auto;}

.dpcms_listsmptbl table,
.dpcms_bpointle table{
width:100%;
border:1px solid #ccc;
margin:10px 0;
font-size:12px;
overflow: hidden;
box-sizing:border-box;
}

.dpcms_listsmptbl table td{
width:100% !important;
box-sizing: border-box;	

padding-bottom: 5px;
border:1px solid #ccc;
float:left;
}
.dpcms_bpointle table td{
width:100%;
display:block;
box-sizing: border-box;	
padding-bottom: 5px;
border:1px solid #ccc;
float:right;
}
.dpcms_listsmptbl table td::before,
.dpcms_bpointle table td::before {
content: attr(data-label);
font-weight: bold;
display: block;
line-height:3;
background-color: #fff;
width:100%;
background:#e7e7e7;
border-right:1px solid #ccc;
text-indent:4px;
margin-bottom: 5px;
}
.dpcms_listsmptbl th{
width:100%;
text-align: left !important;
display:block !important;
background: #e7e7e7;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: normal;
}
.dpcms_listsmptbl .dpcms_photo img{
max-width:100% !important;
max-height:auto !important;
width:100% !important;
}
.dpcms_ichiran_ri table .dpcms_photo a{text-decoration:none;}
.dpcms_fvta th,
.dpcms_fv th,
.dpcms_bpointle table th{
display: none;
}
.corpo_table tr{
border-top:1px solid #ccc;
display:block;
margin-bottom:20px;
}

.dpcms_telno{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:34px;
color:#03c;
margin-top:5px;
margin-bottom:0.5em;
height:33px;
line-height:36px;
}
.dpcms_telno:before{
font-family:'FontAwesome';
content:'\f095';
display:inline-block;
width:1.2em;/*文字の1.2倍の横幅に*/
text-align: center;/*その中で中央寄せ*/
color:;/*色*/
font-size:1.1em;/*2倍の大きさ*/
}

.dpcms_panobox .dpcms_cen{
	text-align: left !important;}
	
/*物件概要の表*/
table.dpcms_bukk_ta01{
border:1px solid #ccc;
border-collapse:collapse;
margin:8px auto;
table-layout:fixed;
}
table.dpcms_bukk_ta01 th{
width:100%;
box-sizing:border-box;
display: block;
background:#e7e7e7;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:4px;
}
table.dpcms_bukk_ta01 td{
width:100%;
box-sizing:border-box;
display: block;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:4px;
}
#shuhenmap{overflow:hidden;margin:12px 5px 5px 5px;padding:0 0 5px 0;}
#shuhenmap .dpcms_shuhenmap_ri,#shuhenmap .dpcms_shuhenmap_le{margin-left:auto;margin-right:auto;width:100%;text-align:center;margin-bottom:10px;}
#shuhenmap .dpcms_shuhenmap_le #map_canvas{width:300px;height:233px;text-align:center;margin-left:auto;margin-right:auto;}
#shuhenmap .dpcms_shuhenmap_ri #street_view{width:300px;height:233px;text-align: center;margin-left:auto;margin-right:auto;}
#shuhenmap .dpcms_shuhenmap_le #map_wide_canvas{width:300px;height:233px;text-align:center;margin-left:auto;margin-right:auto;}

/*パノラマ*/
/*パノラマ写真（アップロード画像）918*/
.dpcms_panobox{text-align:center;margin-left:5px; margin-right:5px;}

.dpcms_panophoto{
width:100%;
min-height:300px;
border:#bdc8ca solid 1px;
padding:6px;
margin:10px auto 0 auto;
text-align: center;
box-sizing:border-box;
}
.dpcms_panophoto iframe{
	margin-left:auto; margin-right:auto;
}
/*パノラマ写真（URL）*/
.dpcms_panourl{
width:100%;
height:500px;
border:#bdc8ca solid 1px;
padding:6px;
margin:10px auto 10px auto;
text-align:center;
box-sizing:border-box;
}

/*詳細写真01*/
table#dpcms_photobox{
border-collapse:collapse;
box-sizing:border-box;
margin-bottom: 20px;
}
table#dpcms_photobox td.dpcms_gazo{
width:100%;
/*height:400px;*/
vertical-align:middle;
text-align:center;
}
table#dpcms_photobox td:nth-child(1){}
table#dpcms_photobox td:nth-child(2){ width:80%;}
table#dpcms_photobox td:nth-child(3){}
table#dpcms_photobox td.dpcms_gazo img{border:1px solid #555;}
table#dpcms_photobox td.dpcms_gazo a{display:block;width:auto;height:auto;vertical-align:middle;}
table#dpcms_photobox td.dpcms_bun{
    background: #d8d8d8;
    line-height: 1.4;
    vertical-align: top;
    padding: 4px 10px;
    font-weight: bold;
}
table#dpcms_photobox td.dpcms_bun p{float:left;display:inline;}
table#dpcms_photobox td.dpcms_bun img{float:right;display:inline;}
#dpcms_thumb{margin:0;}

/*サムネイルエリア*/
ul.dpcms_thumb_inner{margin-left:3px; margin-right:3px;}
ul.dpcms_thumb_inner li{/*大枠*/
float:left;
width:70px;
margin:0 8px 8px 0;
border:1px solid #ccc;
display:table;
table-layout:fixed;
height:78px;
}
/*ul.dpcms_thumb_inner li:nth-child(3n){
float:left;
width:70px;
margin:0 0 8px 0;
}*/
ul.dpcms_thumb_inner li div{
display:table-cell;
width:70px;
height:72px;
text-align:center;
vertical-align:middle;
}
ul.dpcms_thumb_inner li div img{
width:auto;
height:auto;
max-width:70px;
max-height:72px;
}
ul.dpcms_thumb_inner li div a{
display:block;
width:auto;
height:auto;
}
#map_canvas{
	width:100%;}
#map_canvas iframe{
	width:100% !important;}	
/*検索結果一覧*/
.dpcms_ichiran_ri{
	margin-bottom: 1em
	}
	
.dpcms_hyojicustom p{margin:0;padding:0;}
.dpcms_hyojicustom .dpcms_cus_all{font-weight:bold;}
.dpcms_hyojicustom .dpcms_cus_all span{color:#3d4ec7;font-size:18px;margin:0 4px 0 0;}
.dpcms_hyojicustom .dpcms_cus_all span.cus_norm{font-size:14px;color:#333;font-weight:normal;}
.dpcms_hyojicustom p.dpcms_no12345{margin:0 0 1em 0;}

.dpcms_cus_kara{	display: inline-block;
    margin:1em 5px;}
.dpcms_hyojicustom .dpcms_cus_kara {
	display: inline-block;
    margin:1em 5px;}
.dpcms_hyojicustom p, .dpcms_hyojicustom div {
}
.dpcms_mato_checkarea,
.dpcms_ichi_checkarea{
	overflow: hidden;
background:#eee;
padding:4px;
}
.dpcms_allchecks{
	display: block;
	margin-bottom: 0.5em;
	}
.dpcms_ichi_checkarea div{
height:22px;
line-height:22px;
}
.dpcms_checkfv,
.dpcms_ichi_checkarea .dpcms_checkfv{
display:inline;
width:446px;
font-size:14px;
font-weight:bold;
}
.dpcms_ichi_checkarea .dpcms_checkfv input{
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:top;
}
.dpcms_ichi_checkarea .dpcms_checkfv img{vertical-align:top;}
.dpcms_ichiran_ri table{border:1px solid #ccc;border-collapse:collapse;margin:8px 0;font-size:12px;}
.dpcms_ichiran_ri table th{background:#e7e7e7;border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-weight:normal;}
.dpcms_ichiran_ri table td{border-right:1px solid #ccc;border-bottom:1px solid #ccc;}

.dpcms_iejoho{

margin:8px 0 10px 0;
}
.dpcms_iejoho .dpcms_na{font-weight:bold;}
.dpcms_koushinbi img{vertical-align:top;}
a.dpcms_oraicon{
background:url(../img/dpcms_orange_ya01.gif) no-repeat;
padding:0 0 0 16px;
}
.dpcms_ielink{
margin:0 10px 0 0;
overflow: hidden;
display: block;
}
.dpcms_ielink a img{
	display: block;
	margin:10px;
	text-align: center;
	margin-left:auto; margin-right:auto;
	}
.dpcms_ielink img{vertical-align:middle;}

/*左側*/
.dpcms_ichiran_le{
width:220px;
display: block;
overflow:hidden;
margin:0 auto;
padding:0;
}
.dpcms_ichiran_le input[type="radio"],
.dpcms_ichiran_le input[type="checkbox"]{
	margin-bottom: 10px;
	}
#selectStation{width:220px;margin:0 0 20px 0;}
#selectStation h2{margin:0;padding:0;}
#selectStation .dpcms_konoeki{border:2px solid #3d4ec7;overflow:hidden;padding:2px 4px 6px;}
#selectStation .dpcms_konoeki dl dt{color:#3d4ec7;font-weight:bold;margin:6px 0 0 0;}
#selectStation .dpcms_konoeki dl dd{color:#333;margin:0 0 0 4px;}
#pickupShitei{width:220px;}
#pickupShitei h2{margin-bottom:0;padding:0; display:inherit; height:34px;}
#pickupShitei .dpcms_konojoken{border:2px solid #94ce28;overflow:hidden;padding:10px 4px 14px;}
#pickupShitei .dpcms_konojoken dl{margin:0 4px 16px;}
#pickupShitei .dpcms_konojoken dl dt{color:#4d8906;border-bottom:1px solid #ccc;margin:16px 0 6px 0;}
#pickupShitei .dpcms_konojoken dl dd input{vertical-align:middle;}
#pickupShitei .dpcms_konojoken p{margin:10px 0 0 0;color:#3d4ec7;}

.dpcms_px12{font-size:12px;}
.dpcms_show{font-size:14px;font-weight:bold;}
/*左のキーワード検索*/
.dpcms_ichi_le_keyword{
width:208px;
height:88px;
background:url(../img/dpcms_ichi_le_keyword_bk.jpg) no-repeat;
margin:0;
}
.dpcms_ichi_le_keyword p{text-indent:-9999em;}
.dpcms_ichi_le_keyword_g{margin:30px 4px;overflow:hidden;}
.dpcms_ichi_le_keyword_g input{vertical-align:middle;}

.btn_chirashi{
	margin-bottom: 20px;}
	
	
/* ノーイメージの作成 */
.btn_noimage{
color:#ffffff;
background:#EBEBEB;
font-size:16px;
font-weight:bold;
text-shadow:0 -1px 0px #666,0 -2px 0px #666;
text-align:center;
display:block;
border:1px solid #999;
padding:12px 0 8px 0;
border-radius:5px;
text-decoration:none;
background: -webkit-linear-gradient(top, #EBEBEB 0%, #aaa 88%);
background: linear-gradient(to bottom, #EBEBEB 0%, #aaa 88%);
box-sizing:border-box;
margin:0px;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.noimage_size130_130{
width:130px;
height:130px;
margin-left:auto; margin-right:auto;
}
.noimage_size150_150{
width:150px;
height:150px;
}

/*詳細ページ コメント拡大画面*/
.dpcms_comment{
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
background-color:#CFE5ED;
margin:10px;
min-height:300px;
}
.dpcms_comment p{padding:10px;}
.dpcms_comment_close{text-align:center;font-size:12px;margin:5px auto;}

/* Google Map */
.gmaparea{
position: relative;
width:100%;
height:0;
padding-bottom:56.25%;
overflow: hidden;
}
.gmaparea iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

}
/*@media screen and (max-width: 640px) {の閉じ*/
