@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: site.css
 * author		: takaaki koyama
 * style info	: サイト全体共通レイアウト
 -----------------------------------------------------------*/

html{
}
body{
	/*background:url(/img/makeing.png);*/
	background:#efeee7;
	color:#2f2f2f;
}

/* -------------------------------------------------------- */
/* #wrap
----------------------------------------------------------- */
#wrap {
	width:100%;
	text-align:center;
}

/* -------------------------------------------------------- */
/* #header
----------------------------------------------------------- */
#header_wrap {

}

#header {
	padding: 0 0 10px;
	background: url(/img/front/common/bg_header.jpg) left top repeat-x;

}

#header_inner {
	width:960px;
/*	margin:0 auto 10px; */
	margin:0 auto;
	text-align:left;
}

/* #tag_line
------------------------------------------------------ */
#tag_line{
	width:960px;
	margin:0 auto;
}
#tag_line h1,
#tag_line p{
	width:770px;
	/*margin:0 auto;*/
	text-align:left;
	line-height:1.5;
	font-weight:normal;
	color:#abbfdf;
	padding:5px 0 10px;
	display: inline-block;
}
#tag_line ul.menu{
	width: 180px;
	display: inline-block;
}
#tag_line ul.menu li{
	float: left;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 12px;
	float: right;
	letter-spacing: 0.5px;
}
#tag_line ul.menu li.login{
	background: url('/img/front/common/icon_head_login.png') no-repeat top 4px left;
	margin-left: 0;
}
#tag_line ul.menu li.regist{
	background: url('/img/front/common/icon_head_regist.png') no-repeat top 4px left;
}
#tag_line ul.menu li.mypage{
	background: url('/img/front/common/icon_head_mypage.png') no-repeat top 4px left;
}
#tag_line ul.menu li a{
	color: #FFF;
	text-decoration: none;
}
/* #logo
------------------------------------------------------ */
#logo{
	width:163px;
	float:left;
	padding-right:24px;
}

/* #guide_navi
------------------------------------------------------ */
#guide_navi{
	width:400px;
	float:right;
	font-size:1.2em;
	text-align:right;
	margin-bottom:0.3em;
}

#guide_navi li{
	display:inline;
}

#guide_navi li a{
	padding-left:18px;
	background:url(/img/front/common/icon_y_arr_g.jpg) no-repeat 5px 50%;
}

#guide_navi li a:link{
	color:#666;
	text-decoration:none;
}
#guide_navi li a:visited{
	color:#666;
	text-decoration:none;
}
#guide_navi li a:hover{
	color:#666;
	text-decoration:underline;
}



/* #guide_navi
------------------------------------------------------ */
#head_info{
float: right;
}
#head_contact_info{
	float:left;
}
#head_contact_info a{
	margin-left:10px;
}
/* #member_navi
-------------------------------------------- */
#member_navi{
	float:right;
	width:250px;
	text-align:right;
}

#member_navi li{
	line-height:2;
	display:inline;
}

/* #global_navi
------------------------------------------------------ */
.global_navi{
	height: 40px;
}
.global_navi ul{
	margin:0 auto;
	text-align:left;
/*	background:url(/img/front/common/bg_global_navi.jpg) no-repeat right top;*/
	position:relative;
	height: 40px;
}

.global_navi ul li{
	float:left;
/*
	width:165px;
	height:38px;
*/
	position:relative;
}

.global_navi ul ul{
	width:165px;
	margin:0;
}

.global_navi ul ul li{
	float:none;
}



#global_navi_buy li{
	width:132px;
}

#global_navi_rent li{
}
#global_navi_rent li.navi{
	padding:5px 0 2px;
}
.global_navi .sub_global_navi{
	height:auto !important;
	padding-top:1px;
	position:relative;
	display:none;
}

.global_navi .sub_global_navi li{
	height:auto !important;
	margin-bottom:1px;
}
.global_navi .sub_global_navi li a{
	display:block;
	padding:10px 5px 10px 25px;
	background:url(/img/front/common/icon_y_arr_w.gif) #258D40 no-repeat 10px 50%;
	line-height:1;
	font-size:1.2em;
	font-weight:bold;
}
.global_navi .sub_global_navi li a:link,
.global_navi .sub_global_navi li a:visited{
	color:#fff;
}
.global_navi .sub_global_navi li a:hover{
	background-color:#30B852;
}

.global_navi #navi_keyword_search{
/*	width:275px; */
	height:auto;
/*	padding-left:15px;
	padding-top:8px;*/
	font-size:12px;
}

.global_navi #navi_keyword_search .text_input{
	width:110px;
}

#global_navi_rent #navi_keyword_search{
}

#global_navi_rent #navi_keyword_search .text_input{
	width:147px;
	margin-right:-4px;
	background:#e8e8e8;
}

/* IE6 */
.global_navi .sub_global_navi{
	_position : absolute;
	_top : 39px;
	_left : 0;
}

/* -------------------------------------------------------- */

#navi_keyword_search input,
#navi_keyword_search select{
/*	vertical-align:bottom; */
	vertical-align:middle;
}
#navi_keyword_search select{
	width: 93px;
}

/* -------------------------------------------------------- */
/* #contents
----------------------------------------------------------- */
#contents_wrap{
}

/* #contents_header
------------------------------------------------------ */
#contents_header{
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-bottom:5px;
}

/* #topic_path
-------------------------------------------- */
#topic_path {}
#topic_path li{
	line-height:2;
	float:left;
	margin-right:5px;
	padding-left:10px;
	background:url(/img/front/common/icon_arr_gt.png) no-repeat left 50%;
}

#topic_path li.home{
	padding-left:0;
	background:none;
}




/* #contents
------------------------------------------------------ */
#contents{
	width:960px;
	margin:0 auto;
	text-align:left;
}
#contents_inner{
	padding-bottom:10px;
}

.page_top{
	clear:both;
	text-align:right;
}

/* #article
------------------------------------------------------ */
#article{
	width:720px;
	float:right;
}
#extra #page_title,
#article #page_title{
	color:#092e68;
	padding:0px 15px 0.6em 4px ;
	line-height: 1.4;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom: 3px #092e68 solid;
}
#extra #page_title.long,
#article #page_title.long{
}

#extra h2,
#article h2{
/*	background: url("/img/front/index/bg_h2_article.jpg") no-repeat scroll left top transparent;*/
	background:#092e68;
	color:#FFF;
	padding: 12px;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:8px;
}

#extra h2.long,
#article h2.long{
}

#article h3{
	padding-left: 15px;
	border-bottom: 1px dotted #adadad;
/*	background:url(/img/front/common/bg_h3_rep_x.jpg) no-repeat left 50% transparent;*/
	padding-bottom:5px;
	line-height:1.4;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}


,
#article ol,
#article ul,
#article dl,
#article blockquote,
#article pre,
#article code,
#article p {
	margin-bottom: 1em;
}

#article table table, #article table ul, #article table ol, #article table dl, #article table p,
#article ul ul, #article ul ol, #article ul dl, #article ul p,
#article ol ul, #article ol ol, #article ol dl, #article ol p,
#article dl ul, #article dl ol, #article dl dl, #article dl p{
	margin-bottom: 0;
}

#article table{
}

#article table,
#article th,
#article td{
	border:1px solid #E5E5E5;
}

#article table th,
#article table td{
	font-weight: normal;
	text-align: left;
}
#article table th{
}
#article table td{
	background:#FFF;
}
#article table.clickable_table tr.hover td,
#article table.check_table tr.hover td {
	background-color: #fcfdc4;
}
#article table.check_table tr.checked td {
	background-color: #fdff8a;
}


#article .section{
	margin-bottom:10px;
	clear: both;
}

/* #aside
-------------------------------------------- */
#article .contant_foot_contact{
	border:1px solid #1f509d;
	background:#FFF;
	padding:20px 17px 5px;
}
#article .contant_foot_contact p{
	float:left;
	margin-bottom:0;
}
#article .contant_foot_contact .contant_foot_item{
	padding:5px 0px 0px 15px;
}
#article .contant_foot_contact .contant_message{
	font-size:1.4em;
	margin-bottom:15px;
}
#article .contant_foot_contact .contant_message span{
}
#article .contant_foot_contact .request_mansion{
	float: right;
}
/*
#article .contant_foot_contact p.btn{
	float:right;
}
*/

/* #aside
------------------------------------------------------ */
#aside{
	width:220px;
	float:left;
}

#aside h3{
	background:#FFF;
	padding:0.5em 10px;
	font-size:1.3em;
	line-height:1.4;
	color:#000;
	border-bottom: 1px #10418c solid;
}

#aside .side_module{
	margin-bottom:15px;
}
#aside .side_module .module_head{
}
#aside .side_module .module_body{
	border:1px solid #E5E5E5;
	border-top:none;
	padding:0px 9px 9px;
	background:#FFF;
}

#aside .side_module .side_list{
}
#aside .side_module .side_list li{
	margin-bottom:5px;
}
#aside .side_module{
	margin-bottom: 10px;
}
/* #TopItemCount
------------------------------------------------- */
#TopItemCount{
	border:4px solid #204277;
	background:#FFFFFF;
	padding:15px 19px;
}
#TopItemCount ul{
	height: 67px;
	background: url(/img/front/common/bg_side_update_data.jpg) 0 0 no-repeat;
	position: relative;
	font-size:12px;
}
#TopItemCount li#side_update_item_total {
position: absolute;
top: 32px;
right: 0;
}
#TopItemCount li#side_update_item_today {
position: absolute;
top: 53px;
right: 0;
}
#TopItemCount li span {
	font-weight:bold;
	color:#ff9b25;
	margin-right: 0.3em;
}

/* #side_siginup_info
------------------------------------------------- */
#side_siginup_info{
}

#side_siginup_info .module_head{
	border:1px solid #00FF00;
	border-bottom:none;
	padding:9px;
}

/* #side_login
------------------------------------------------- */

#aside #side_login.noLogin{
	background: #FFFFFF;
	padding: 14px 20px 20px;
}
#aside #side_login h3{
	padding: 0;
	border: none;
	margin-bottom: 8px;
}
#aside #side_login.noLogin h3{
	font-size: 15px;
	font-weight: bold;
	color: #1d53a3;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
#aside #side_login.noLogin dt{
	font-size: 13px;
	margin-bottom: 2px;
}
#aside #side_login.noLogin dd input[type="text"],
#aside #side_login.noLogin dd input[type="password"]{
	background-color: #e8e8e8;
	border: none;
	margin-bottom: 7px;
}
#aside #side_login.noLogin dd input[type="password"]{
	margin-bottom: 10px;
}
#aside #side_login.noLogin dd{
	font-size: 12px;
}
#aside #side_login.noLogin dd.republish{
	margin-bottom: 15px;
}
#aside #side_login.noLogin dd.login_submit{
	text-align: center;
}
#aside #side_login.noLogin dd.login_submit input{
	background: url("/img/front/mypage/icon_login.png") no-repeat 30px center;
	background-color: #e46425;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	width: 130px;
	border: none;
	padding-left: 15px;
}
#aside #side_login.noLogin dd.login_submit input:hover{
	background-color: #f37026;
	cursor: pointer;
}

#aside #side_login.loggedIn{
	border: 4px solid #204277;
	background: #FFFFFF;
	padding: 16px 19px;
}
#aside #side_login .module_body{
	padding: 0;
	border: none;
}
#aside #side_login.loggedIn .module_body p{
	font-size: 13px;
	color: #1d53a3;
	margin-bottom: 2px;
}
.mypage_navi{
	font-size:1.2em;
}
#aside #side_login.loggedIn .module_body ul{
}
#aside #side_login.loggedIn .module_body ul li{
	font-size: 13px;
	line-height: 2;
	padding-left: 8px;
	background: url("/img/front/common/icon_arr_s_g_g.png") no-repeat left 9px;
}
#aside #side_login.loggedIn .module_body ul li a{
	color: #f15b0f;
}

.mypage_navi{
}

/* #side_mypage_menu
------------------------------------------------- */
#aside #side_mypage_menu .module_body{
	font-size:1.2em;
	padding:0;
}

#side_mypage_menu li{
	padding:0.6em 9px 0.5em;
	border-bottom:1px solid #E3E3E3;
}
#side_mypage_menu li.last-child{
	border-bottom:none;
}


/* #side_news_list
------------------------------------------------- */
#side_news_list{
}

#side_news_list .module_head{
	position:relative;
}
#side_news_list .module_head h3{
	border:none;
	color:#563d24;
}
#side_news_list .module_head p{
	position:absolute;
	right:10px;
	top:0.6em;
	font-size:1.1em;
}
#side_news_list p img{
	vertical-align: middle;
}

#side_news_list .module_head p a{
	padding:0px 8px;
}

#side_news_list .module_head p a:link,
#side_news_list .module_head p a:visited,
#side_news_list .module_head p a:hover{
	color:#333;
	text-decoration:none;
}
#side_news_list .module_head p a:hover{
	text-decoration:underline;
}


#aside #side_news_list .module_body{
	border:none;
	padding:3px 9px 9px;
	background:#FFF;
}

#side_news_list .module_body dt{
	font-size:1.1em;
	padding:0.6em 9px 0;
}

#side_news_list .module_body dd{
	font-size:1.2em;
	border-bottom:1px dotted #767676;
	padding:0 9px 5px;
}

#side_news_list .module_body dd.last-child{
}
#side_news_list .module_body p{
	padding-top:10px;
	font-size:12px;
	text-align: right;

}
#side_news_list .module_body p a{
	padding-left:8px;
	background: url(/img/front/common/icon_c_arr_b_w.png) no-repeat left 50%;

}

/* #side_companies
------------------------------------------------- */
#side_companies .module_head h3{
	border:none;
	color:#563d24;
}
#side_companies .module_body{
	padding:3px 9px 9px;
	background:#FFF;
}

#side_companies .module_body h4{
	font-size:1.4em;
	line-height:1.5;
}

#side_companies .module_body #companies_photo{
	text-align:center;
}

#side_companies .module_body p{
	font-size:1.2em;
	margin-bottom:0.3em;
}
#side_companies .module_body p strong{
/*
	color:#FF6000;
	font-size:1.273em;
*/
	font-weight: bold;
}

#side_companies .module_body p img{
	vertical-align:-0.35em;
}

#side_companies .module_body .detail_link{
	margin-bottom:0.5em;
}

#side_companies .module_body .detail_link a{
	padding-left:8px;
	background: url(/img/front/common/icon_c_arr_b_w.png) no-repeat left 50%;
}

#side_companies #companies_map{
	border:1px solid #ccc;
	width:198px;
	height:120px;
	margin-bottom:0.5em;
}
#side_companies #companies_map span{
	display:none;
	font-size:0;
	line-height:0;
}
#ssl_img{
	width: 115px;
	margin: 0 auto;
}

/* #contents_foot
------------------------------------------------------ */
#contents_foot{
	width:960px;
	margin:0 auto;
	text-align:left;
}


/* #divBnrArea
------------------------------------------------------ */
#divBnrArea{
	text-align: center;
	margin:0 auto 20px;
}

#divBnrArea ul{
	text-align: center;

}
#divBnrArea ul li{
	padding-right:15px;
	margin-bottom:22px;
	display: inline-block;
}
#divBnrArea ul li a:hover{
	opacity: 0.7;
}
/* -------------------------------------------------------- */
/* #footer
----------------------------------------------------------- */
#footer_wrap{
	background-color:#0e386e;
	color:#FFFFFF;
	font-size:12px;
}


/* #footer_head
------------------------------------------------------ */
#footer_head{

	padding:20px 0px 10px 0px;;
	background-position:0px 1px;
}


#site_help{
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-bottom:0.5em;
}

#site_help h3{
	margin-bottom:0.3em;
	color:#6fd4ff;
}

/* #footer
------------------------------------------------------ */
#footer{
	/*background:url("/img/front/common/bg_footer.jpg") repeat top 100%;*/
	padding:15px 0;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer_inner{
	width:960px;
	margin:0 auto;
	text-align:left;
}

#foot_content h3{
	margin-bottom:0.3em;
	color:#6fd4ff;
}
/*
#foot_content ul{
	padding-left:15px;
	font-size:1.0em;
}
*/
#foot_content ul li a{
	background: url(/img/front/common/icon_arr_s_g_g.png) no-repeat left 50%;
	padding-left:10px;
	color:#FFF;
}
#foot_content ul li a:link,
#foot_content ul li a:visited{
	text-decoration:none;
}
#foot_content ul li a:hover{
	text-decoration:underline;
}


#foot_content .foot_content_item{
	float:left;
}

#foot_content #foot_about{
	width:255px;
	padding-right:50px;
}

#foot_content #foot_contact{
	width:380px;
	padding-right:50px;
}
#foot_content #foot_contact p{
	padding-bottom:5px;
}

#foot_content #foot_search{
	width:200px;
	padding-right:15px;
}

#foot_search_keyword{
	padding-top:0.5px;
	margin-top: 20px;
	width:175px;
}

#foot_search_keyword .keyword_search_field{
	padding-top:0.3em;
	line-height:1;
}
#foot_search_keyword .keyword_search_field input{
	vertical-align:bottom;
}
#foot_search_keyword .keyword_search_field input.text_input {
	background:#e8e8e8;
	margin-right: -4px;
}
#foot_search_keyword .keyword_search_field input.mp {

}
#foot_links{
	margin: 20px 0px 0px 0px;
}

/* #footer_foot
------------------------------------------------------ */
#footer_foot{
}


#copyright{
	width:960px;
	margin:0 auto;
	padding:40px 0 30px 0;
	text-align:center;
	font-family:Arial, Helvetica, Tahoma, Geneva, sans-serif;
}

#error404{
	padding-top:30px;
	font-size:1.2em;
}

/* #SocialButton
------------------------------------------------------ */
#SocialButton {
position: fixed;
overflow: hidden;
z-index: 20;
width: 17px;
top: 165px;
right: 0;
padding: 7px;
background: #FFF;
}
#SocialButton li {
padding-left: 25px;
margin-bottom: 2px;
}
#SocialButton .fb {
padding-right: 60px;
background: url(../../img/front/common/social_button/fb.png) no-repeat 0 0;
}
#SocialButton .ht {
padding-right: 60px;
background: url(../../img/front/common/social_button/hatena.png) no-repeat 0 0;
}
#SocialButton .tw {
padding-right: 60px;
background: url(../../img/front/common/social_button/twitter.png) no-repeat 0 0;
}
#SocialButton .gp {
padding-right: 60px;
background: url(../../img/front/common/social_button/gplus.png) no-repeat 0 0;
}
#SocialButton li:last-child {
margin-bottom: 0;
}

/* #print_footer
------------------------------------------------------ */
#print_footer{
	width:auto;
	text-align: left;
}

#print_left_footer{
	width:250px;
	font-size:1.4em;
	line-height:1.8em;
}

#print_left_footer h4{
	font-size:1.3em;
	margin:0px 0px 10px 0px;
}

#print_left_footer p{
	margin:0px 0px 10px 0px;
}

#print_left_footer p strong{
    color: #FF6000;
}

#print_left_footer p .tel{
	font-size:1.3em;
}

#print_right_footer{
	width:640px;
}
/*
#print_right_footer{
	width:480px;
}
*/

#print_right_footer .gmap .road{
	height:300px;
	border:#E5E5E5 1px solid;
}


/* -------------------------------------------------------- */
/* 部屋リスト用アイコン表示
----------------------------------------------------------- */
ul.room_status_icon,
ul.room_status_icon li {
	display: inline;
}
ul.room_status_icon {
	margin: 0 0 0 2px;
}
ul.room_status_icon li {
	margin: 0 0 0 3px;
}

div.fig_room_status_icon {
	background: #fff;
	font-size: 12px;
}
div.fig_room_status_icon dl {
	padding: 10px;
}
div.fig_room_status_icon dl dt img {
	vertical-align: middle;
	margin: -2px 0 0;
}
div.fig_room_status_icon dl dt,
div.fig_room_status_icon dl dd {
	display: inline-block;
}
div.fig_room_status_icon dl dt span{
    letter-spacing: -3px;
}
div.fig_room_status_icon dl dd {
	margin: 0 50px 0 0;
	width: 120px;
}

/* -------------------------------------------------------- */
/* CLEARFIX
----------------------------------------------------------- */
#header_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #header_inner{
	display:inline-block;
}
*+ html #header_inner{
	display:inline-block;
}

#global_navi:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #global_navi{
	display:inline-block;
}
*+ html #global_navi{
	display:inline-block;
}

#contents_header:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #contents_header{
	display:inline-block;
}
*+ html #contents_header{
	display:inline-block;
}

#topic_path:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #topic_path{
	display:inline-block;
}
*+ html #topic_path{
	display:inline-block;
}

#contents_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #contents{
	display:inline-block;
}
*+ html #contents{
	display:inline-block;
}

#extra:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #extra{
	display:inline-block;
}
*+ html #extra{
	display:inline-block;
}

.contant_foot_contact:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html .contant_foot_contact{
	display:inline-block;
}
*+ html .contant_foot_contact{
	display:inline-block;
}


#footer_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #footer_inner{
	display:inline-block;
}
*+ html #footer_inner{
	display:inline-block;
}


/* 会員登録系共通
--------------------------------------*/
ul.check_if_list li{
	float:left;
	margin-right:10px;
}

.move_reasons li.lh2{
	line-height: 2;
}

.btn{
	width:100px;
	color:#333!important;
	display: block;
	border: 1px solid #bbb;
	padding: 5px 10px 3px;
	line-height: 1.2;
	background: #e5e5e5 url(/img/admin/imgOvers.gif) repeat-x left top;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.btn:hover {
	background: #f4f4f4 url(/img/admin/imgOvers_on.gif) repeat-x left top;
}

.thickbox.btn{
	width:150px;
}
