@charset "utf-8";
/* CSS Document */


.office_deta{
	display:block;
	margin:20px auto 4px auto;
}
.namebox{
	display:block;
	margin:10px 0;
	padding:2px 2px 2px 10px;
	background: #fbedf3;
	overflow:hidden;
	border-left:#f5a5c8 solid 8px;
}
.namebox h2{
	display:block;
	width:600px;
	float:left;
	font-size:16px;
	line-height:26px;
}
.namebox div{
	display:block;
	width:140px;
	float:left;
	text-align:right;
}
.namebox a:link{
	color:#181818;
	text-decoration: underline;
	
}
.namebox a:visited{
	color:#181818;
	text-decoration: underline;
	
}
/* 情報表示
--------------------------------------------------*/
.detabox{
	display:block;
	overflow:hidden; 
	clear: both; 
	}
.detabox p{
	float:left;
	margin-right:8px;
}
.detabox table{
	display:table;
	table-layout: fixed;
	border-collapse:collapse;
	border:solid 1px #cccccc;
	border-spacing: 0;
}

.detabox th{
	background:#ddf3f7;
	width:100px;
	padding:6px;
	text-align:left;
	border:solid 1px #cccccc;
	}
.detabox td{
	word-wrap: break-word;
	padding:6px;
	border:solid 1px #cccccc;
}
/* ポイント
--------------------------------------------------*/
.office_point h2{
	text-align:center;
	font-size:16px;
	color:#7fc7d5;
	display:block;
	padding:4px 0;
	border-bottom:solid 4px #7fc7d5;
	clear: both; 
}
.office_point > div{
	display:block;
	overflow:hidden; 
	margin:0 auto 5px;;
}
#points li {
	float: left;
	width: 380px;
	margin: 10px 5px 0;
	border-bottom: dotted 1px #cccccc;
}

#points li div {
	display: inline-block;
}

#points li div.title {
	text-align: left;
	word-wrap: break-word;
	font-weight: bold;
	padding: 5px 10px 5px;
}

#points li div.raty {
	float: right;
	width: 162px;
}
/* アピールポイント
--------------------------------------------------*/
.office_points h2{
	font-size:16px;
	height:16px;
	color:#7fc7d5;
	display:block;
	padding:4px 10px;
	margin:20px 0 4px 0;
	border-left:solid 4px #7fc7d5;
	clear: both; 
}
.office_points .box {
	margin-bottom: 40px;
	margin: 10px auto;
	background: rgba(221, 243, 247, 0.4);
	width: 100%;
}

.office_points .box table td {
	vertical-align: top;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
}

/* 詳細
--------------------------------------------------*/
.office_dtl h2{
	font-size:16px;
	height:16px;
	color:#7fc7d5;
	display:block;
	padding:4px 10px;
	margin:20px 0 4px 0;
	border-left:solid 4px #7fc7d5;
	clear: both; 
}
.office_dtl div{
	display:block;
	overflow:hidden; 
	margin:10px auto;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}

.office_dtl table{
	margin:0 5px;
	float:left;
	display:table;
	width:380px;
}
.office_dtl th{
	color:#7fc7d5;
	text-align:left;
	padding:6px;
	width:110px;
}
.office_dtl td{
	padding:6px;
	word-wrap: break-word;
}
.office_dtl p{
	padding:10px;
	display:block;
	overflow:hidden; 
	margin:10px auto;
	background:#ddf3f7;
	text-align:left;
}
/* 詳細
--------------------------------------------------*/
.office_gallery h2{
	font-size:16px;
	height:16px;
	color:#7fc7d5;
	display:block;
	padding:4px 10px;
	margin:20px 0 4px 0;
	border-left:solid 4px #7fc7d5;
	clear: both; 
}
.office_gallery div{
	background:#eeeeee;
	display:block;
	overflow:hidden; 
}
.office_gallery p{
	float:left;
	margin:10px 8px;
	background:none;
	width:424px;
}
.office_gallery_s{
	margin:8px auto;
	float:left;
}
.office_gallery_s span{
	margin:0 10px;
}
.office_gallery_s td{
	padding:0 2px 2px 2px;
	
}

.detabox p img{
	min-width: 200px;
	max-width: 424px;
	max-height: 328px;
}

#preview_box > div {
	display: none;
}

#preview_box > div:first-child {
	display: block;
}

#preview_box {
	float:left;
	margin:10px 8px;
	background:none;
	width:424px;
	min-height: 315px;
}

#preview_box .notice {
	font-size: 13px;
	line-height: 1.5em;
}

#preview_box .free_title {
	font-size: 16px;
	margin: 10px 0 5px;
	line-height: 1.2em;
}
