@charset "utf-8";
/* CSS Document */

/* 中央、メインコンテンツ
-------------------------------------------------- */

.contents .container{
        /* メインコンテンツの余白や背景などを設定 */
        /* ex. margin padding background border */
    }
	

/* ページタイトル
-------------------------------------------------- */	
.contents{
	
}

.contents h2 {
	padding:0;
	text-align:center;
	margin:0 0 15px 0;
}

.contents h3 {
	margin:0 0 10px 0 ;
	padding:0;
	text-align:center;
}

.contents h4 {
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
	margin:10px 0 10px 0;
}

.contents p {
	font-size:0.8em;
	line-height:140%;
	padding:0 10px;
}

.contents .img_box {
	margin:0 10px 10px 10px;
	text-align:center;
}

.contents .img_box img {
	margin:0 5px;
}

.bg_w {
	background-color:#fff;
}

.photo_img {
  width: 290px;
  border:5px solid #fff;
  margin:0px auto 10px auto;
  background-color:#fff;
}

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

/* ロケーション
-------------------------------------------------- */

.location {
	position:relative;
	width:320px;
	margin:0 auto 30px auto;
}

.location h3 {
	position:absolute !important;
	left:10px;
	top:190px;
}

table#lifeinfo_public,
table#lifeinfo_shop {
	width:90%;
	margin:0 auto;
}

table#lifeinfo_public th,
table#lifeinfo_shop th {
	text-align:left;
	padding:5px 0;
	font-size:0.8em;
	font-weight:normal;
}

table#lifeinfo_public td,
table#lifeinfo_shop td {
	text-align:right;
	padding:5px 0;
	font-size:0.8em;
}


#lifeinfo_public span {
	margin: 0 10px 0 0;
	padding: 3px 8px;
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: center;
}
#lifeinfo_shop span {
	margin: 0 10px 0 0;
	padding: 3px 8px;
	background-color: #FFCC00;
	color: #FFFFFF;
	text-align: center;
}

#lifeinfo_shop .spot10 {
	margin: 0 10px 0 0;
	padding: 3px 4px;
	background-color: #FFCC00;
	color: #FFFFFF;
	text-align: center;
}



/* 間取り
-------------------------------------------------- */
table#room_t {
	width:300px;
	margin:0 auto;
	border: 1px solid #330000;
}

table#room_t td {
	text-align:center;
	vertical-align:middle;
	font-size:0.7em;
}

table#room_t td.floor {
	/*width: 80px;*/
	padding: 10px;
	background-color: #330000;
	color: #FFFFFF;
}
table#room_t td.room_number {
	padding: 10px;
	border-right: 1px solid #330000;	
	border-bottom: 1px solid #330000;	
	background-color: #5B3232;
	color: #FFFFFF;
}
table#room_t td.room_number_seiyaku {
	padding: 10px;
	border-right: 1px solid #330000;	
	border-bottom: 1px solid #330000;	
	background-color: #CCCCCC;
	color: #FFFFFF;
}	 
table#room_t td.price {
	padding: 10px;
	border-right: 1px solid #330000;	
	border-bottom: 1px solid #330000;
}

.roomplan_txt {
	margin: 5px auto 0 auto;
	width:300px;
	text-align:right;
}

/* 物件概要
-------------------------------------------------- */

#googleMap {
	width: 100%;
	height: 200px;
}

.outline  h3 {
	margin:30px 10px 10px 10px !important;
	padding:0 0 0 10px !important;
	text-align:left !important;
	border-left:4px solid #373839 !important;
}

.outline table#outline_t {
	width:96%;
	margin:0 auto;
	border: 1px solid #330000;
}

.outline table#outline_t th {
	padding: 10px;
	background-color: #330000;
	color: #FFFFFF;
	text-align:left;
	vertical-align:middle;
	width:30%;
	font-size:0.7em;
	font-weight:normal;
}

.outline table#outline_t td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #330000;
	font-size:0.7em;
	padding: 10px;
	line-height:120%;
}

/* お問い合わせ
-------------------------------------------------- */

#mailform {
	margin: 0 auto;
}

table#contact {
	width:96%;
	margin:0 auto;
	font-size:0.8em;
	text-align:left;
}

table#contact th {
	width: 30%;
	color: #330000;
	font-weight: bold;
	vertical-align: middle;
}

table#contact th img {
	margin-bottom:5px;
}

table#contact td {
	padding: 10px;
	width:70%;
	vertical-align: middle;
}

#submit_btn {
	margin: 5px 0 15px 0;
	text-align: center;
}

input,select
{width:90%; padding:10px;}
input:focus,input:hover
{background:#EBEBEB;}
textarea
{width:90%; padding:5px; height:50px;}
textarea:focus,textarea:hover
{height: 150px;background:#EBEBEB;}


.ac {text-align:center;}
.al {text-align:left;}
.ar {text-align:right;}

.size_b {font-size:1.2em; line-height:0;}
.size_time {color:#A7040C;}

.must {color: #A8040D; font-size:0.8em;}