@charset "UTF-8";

html, div, object, iframe,
h1, h2, h3, h4, h5, h6, 
p, address, blockquote, pre,
dl, dt, dd, ol, ul, li,
form, fieldset, 
table.tab, table.tab caption, table.tab tbody, table.tab tfoot, table.tab thead, table.tab tr, table.tab th, table.tab td {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}
span, a, img, em, strong, big, small, cite,
input, textarea, legend, label {
    font-style: inherit;
    font-weight: inherit;
    /*    vertical-align: baseline;*/
}
input[type="button"], input[type="submit"][class="button03"], input[type="submit"][class="button04"] {
    font-family:'メイリオ',Meiryo,helvetica,arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
ol, ul {
    list-style: none;
}
table.tab {
    border-spacing: 0;
}
a img, :link img, :visited img {
    border: 0;
}
address, em, cite {
    font-style: normal;
}


/** --------------------------------------------------------------------------
 * set styles
 * ------------------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6, dt, table.tab th, em, strong {
    font-weight: bold;
}
img {
    vertical-align: bottom;
}
table.tab {
    box-sizing: border-box;
}
table.tab th, table.tab td {
    vertical-align: middle;
}
input {
    *vertical-align: middle;
}
pre {
    font: 100% monospace;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}
body, br {
    *letter-spacing: 0;
}
hr {
    display: none;
}
/** --------------------------------------------------------------------------
 * ttl Format
 * ------------------------------------------------------------------------ */
.h1_box{
    margin: 0;
    margin-bottom: 10px;
    padding: 8px 10px;
    background-image: url("/house/img/common/bg_rent_title02_1.gif");
    border-color: #b1da56 #dfdfdf #dfdfdf;
    border-style: solid;
    border-width: 2px 1px 1px;
}

.ttl_box{
    padding-left:40px;
    border-bottom:2px solid #b1da56;
    background-image: url("/house/img/special/ic-ap.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    font-size:16px;
    font-weight: bold;
    min-height:36px;
    line-height:36px;
}
.ttl_box_orange{
	border-bottom-color:#fc9e00;
}

.ttl_box.ttl_area{
    background-image:url("/house/img/category/h2_area.gif");
}
.ttl_box.ttl_train{
    background-image:url("/house/img/category/h2_ensen.gif");
}
.ttl_box.ttl_map{
    background-image:url("/house/img/icon/ic-map.gif");
}
.ttl_box.ttl_time{
    background-image:url("/house/img/icon/ic-commute.gif");
}
.ttl_box.ttl_picup{
    background-image:url("/house/img/icon/ic-picup.gif");
}
.ttl_box.ttl_ranking{
    background-image:url("/house/img/icon/h2_ranking.png");
}

.ttl_box.ttl_noicon{
	padding-left:0;
	background-image:none;
}

.ttl_box h2{
    width:500px;
    float:left;
    font-size: 16px;
}
.ttl_box02{
    padding: 4px 8px;
    border:1px solid #cccccc;
    border-top:2px solid #6fa13d;
    background: #f1f1f1 url("/house/img/top/main_col_title_back.gif") repeat-x scroll left top;
    display: block;
    font-size: 16px;
    width:auto;
    overflow:hidden;
}
.ttl_box02:before{
    margin-right: 5px;
    content: url("/house/img/icon/ttl_mark.png");
    position: relative;
    top: 3px;
    float:left;
}
.ttl_02_orange{
    border-top:2px solid #fc9e00;
}
.ttl_02_orange:before{
    content: url("/house/img/icon/ttl_mark_ore.png");
}
.ttl_box02 h2{
    float:left;
    width:80%;
    font-size: 16px;
}
/** --------------------------------------------------------------------------
 * Form Format
 * ------------------------------------------------------------------------ */
/*button*/
.button, .button02, .button03, .button04, .button05, .button06, .top_btn01, .top_btn02, map_btn{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.button{
    margin-bottom: 3px;
    background-color: #3371cc;
    background-image: -webkit-linear-gradient(top, #41a4ea, #3371cc);
    background-image: -ms-linear-gradient(top, #41a4ea, #3371cc);
    background-image: linear-gradient(to bottom, #41a4ea, #3371cc);
    border-radius: 4px;
    position: relative;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #003399;
    text-shadow: 0 1px 1px rgba(0, 51, 153, 255);
}
a.button{
    color:#ffffff;
}
.button:hover{
    background-color: #ff6600;
    background-image: -webkit-linear-gradient(top, #ffcc00, #ff6600);
    background-image: -ms-linear-gradient(top, #ffcc00, #ff6600);
    background-image: linear-gradient(to bottom, #ffcc00, #ff6600);
    box-shadow: 0 3px 0 #cc3300;
    text-shadow: 0 1px 1px rgba(102, 51, 0, 255);
}
.button02{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #dddddd 0 -4px 0 inset;
    -moz-box-shadow: #dddddd 0 -4px 0 inset;
    -ms-box-shadow: #dddddd 0 -4px 0 inset;
    box-shadow: #dddddd 0 -4px 0 inset;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #999999;
    font-weight: bold;
    color: #0033cc;
    line-height: 1;
}
.button02:hover{
    background-color: #ffffcc;
    border: 1px solid #ff9900;
    -webkit-box-shadow: #ffd737 0 -4px 0 inset;
    -moz-box-shadow: #ffd737 0 -4px 0 inset;
    -ms-box-shadow: #ffd737 0 -4px 0 inset;
    box-shadow: #ffd737 0 -4px 0 inset;
}
.button03{
    border: 1px solid #999999;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: linear-gradient(to bottom, #ffffff, #e9e9e9);
    border-radius: 4px;
    color: #0033cc;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
.button03:hover{
    background-image: -webkit-linear-gradient(top, #ffffff, #f5e6aa);
    background-image: -ms-linear-gradient(top, #ffffff, #f5e6aa);
    background-image: linear-gradient(to bottom, #ffffff, #f5e6aa);
}
.button03.ed{
    color: #777;
}
.button04{
    border: 1px solid #990000;
    background-color: #ff3333;
    background-image: -webkit-linear-gradient(top, #ff3333, #cc0000);
    background-image: -ms-linear-gradient(top, #ff3333, #cc0000);
    background-image: linear-gradient(to bottom, #ff3333, #cc0000);
    border-radius: 4px;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(153, 0, 0, 1);
}
.button04:hover{
    border-color:#ff0000;
    background-image: -webkit-linear-gradient(top, #ff6666, #ff0000);
    background-image: -ms-linear-gradient(top, #ff6666, #ff0000);
    background-image: linear-gradient(to bottom, #ff6666, #ff0000);
}
.button05{
    border:0;
    background-color: #f57702;
    border-radius: 4px;
    box-shadow: 0 3px 0 #be4c00;
    color: #fff;
    font-weight: 600;
    position: relative;
    text-shadow: 0 -1px 0 rgba(190, 76, 0, 0.8);
    transition: none 0s ease 0s ;
}
.button05:hover{
    opacity:0.8;
}
.button06{
    background-color:#66ac33;
    background-image: -webkit-linear-gradient(top, #87c826, #66ac33);
    background-image: -ms-linear-gradient(top, #87c826, #66ac33);
    background-image: linear-gradient(to bottom, #87c826, #66ac33);
    color: #ffffff;
}
a.button06{ color: #ffffff; }
.button06:hover{
    opacity:0.7;
}

.top_btn01, .top_btn02{
    margin-bottom: 3px;
    border-radius: 4px;
    width:133px;
    font-weight: bold;
    line-height: 43px;
    position: relative;
}
.top_btn01{
    background-color: #fff;
    border: 2px solid #098909;
    box-shadow: 0 3px 0 #098909;
    color: #098909;
}
a.top_btn01{
    color: #098909;
}
.top_btn02, .top_btn01:hover{
    background: #ffffcc url("/house/img/icon/icon_search.png") no-repeat scroll 95px 5px;
    background-color: ;
    border: 2px solid #ff6600;
    box-shadow: 0 3px 0 #ff6600;
    color: #ff6600;
}
a.top_btn02, a.top_btn01:hover{
    color: #ff6600;
}
.map_btn{
    border: 1px solid #999999;
    border-radius: 5px;
    background-color:#fff;
    display: block;
    width: 54px;
    min-height: 30px;
    line-height: 2.8em;
    box-shadow: 0 -2px 0 #dddddd inset;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
a.map_btn{ color:#0033cc; }
.map_btn:hover{
    border: 1px solid #ff6600;
    background-color:#ffcc00;
    box-shadow: 0 -2px 0 #ff6600 inset;
    color:#ff3300;
}
/*radio and checkbox*/
input.input_radio, input.input_checkbox {
    display: none;
}
.label_radio, .label_checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.label_radio:after, .label_checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    background-color:#ffffff;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -14px;
    width: 18px;
    height: 18px;
    border: 2px solid #666;
    content: '';
    z-index:0;
}
.label_radio:after {
    border-radius: 15px;
}
.label_radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 11px;
    display: block;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    content: '';
    opacity: 0;
    z-index:1;
}
.label_radio:before {
    opacity: 1;
}
input[type=radio]:checked + .label_radio:before{
    background-color:#007e00;
}
.label_checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 22px;
    display: block;
    margin-top: -10px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #007e00;
    border-bottom: 3px solid #007e00;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index:1;
}
input[type=checkbox]:checked + .label_checkbox:before {
    opacity: 1;
}

/*txt*/
input.input_text{
    border:1px solid #999999;
}


/*radio-checkbox-L 内に適用*/

.radio-checkbox-L .label_radio::before{
	left:5px;
	top:12px;
}
.radio-checkbox-L .label_checkbox::before{
	left:6px;
	top:13px;
}

.radio-checkbox-L .label_radio::after, 
.radio-checkbox-L .label_checkbox::after{
	top:1em;
	left:0;
	border-width:1px;	
}
.radio-checkbox-L .label_radio,
.radio-checkbox-L .label_checkbox{
	padding-left:30px;
	font-size:15px;
}
.radio-checkbox-L .label_none{
	font-size:15px;
}

/*条件を選択エリアはフォントサイズ下げ*/

.select_koumoku-radio-checkbox-L　.label_radio,
.select_koumoku-radio-checkbox-L .label_checkbox{
	font-size:14px;
	padding-left:25px;
}
.select_koumoku-radio-checkbox-L select{
	font-size:14px;
	border:1px solid #666;
	padding:2px;
	vertical-align:middle;
}
.select_koumoku-radio-checkbox-L .label_none{
	font-size:14px;
}

.radio-checkbox-L .rent_arealist,
.radio-checkbox-L .rent_stationlist,
.radio-checkbox-L .trainlist,
.radio-checkbox-L .rent_stationlist_all_select{
	margin-left:20px !important;
}



.radio-checkbox-L input.input_checkbox:disabled + .label_checkbox{
	color:#999;
}
.radio-checkbox-L input.input_checkbox:disabled + .label_checkbox:after {
  background-color: #F5F5F5;
  border-color:#B1B1B1;
}
.radio-checkbox-L input.input_checkbox:checked + .label_checkbox,
.radio-checkbox-L input.input_checkbox:checked + .label_checkbox a,
.radio-checkbox-L input.input_radio:checked + .label_radio,
.radio-checkbox-L input.input_radio:checked + .label_radio a{
	color:#ff7700;
}
/*//radio-checkbox-L 内に適用*/

/*td_checkbox-single 内に適用*/
.td_checkbox-single .label_checkbox{
	width:24px;
}
.td_checkbox-single .label_checkbox{
	position:0;
}
.td_checkbox-single .label_checkbox::before{
	left:7px;
	top:0px;
}
.td_checkbox-single .label_checkbox::after{
	border-width:1px;	
	left:1px;
	top:2px;
}
/*//td_checkbox-single 内に適用*/
