@charset "utf-8";
/* CSS Document */
#header {
	line-height: 1.2;
}
a {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
/* 事例一覧 */
table.jirei_list {
}
table.jirei_list td {
	line-height: 1.5;
	padding: 5px 8px;
	border: 1px #999999 solid;
	width: 25%;
}
#jirei_name .left, #jirei_name2 .left {
	padding: 8px;
	color: #FFFFFF;
	font-weight: bolder;
	width: 120px;
	float: left;
	text-align: center;
}
#jirei_name .left {
	background-color: #990033;
	border-bottom: 1px #990033 solid;
}
#jirei_name2 .left {
	background-color: #ff6600;
	border-bottom: 1px #ff6600 solid;
}
#jirei_name .right, #jirei_name2 .right {
	padding: 8px;
	background-color: #FFFFFF;
	width: 460px;
	float: left;
}
#jirei_name .right {
	border-bottom: 1px #990033 solid;
}
#jirei_name2 .right {
	border-bottom: 1px #ff6600 solid;
}
#jire_content {
	margin: 10px;
}
#jire_footer {
	margin: 10px;
	text-align: center;
}
/* 諸元 */
#origin {
	float: right;
	width: 180px;
}
#origin td {
	font-size: 1.0em;
	vertical-align: middle;
	padding: 3px 0 0;
	line-height: 1;
}
#origin td.name {
	width: 60px;
	text-align: center;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
/* 写真リスト */
#photos_main, .photos_mains {
	margin: 5px 0;
}
#photos {
	margin: 5px auto 10px;
}
#photos td {
	padding-top: 5px;
	vertical-align: top;
}
#photos td.photo {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5;
}
#photos td.caption {
	background: url(images/circle.gif) no-repeat left;
	padding-left: 20px;
}
#photos img {
	border: 0;
}
/* 特徴 */
/* 仕様、建具、設備 */
/* お客様の声・担当者から一言 */
#tokucho, #spec, #owner {
	line-height: 1.5;
}
#tokucho {
	border-top: 1px #c0c0c0 dashed;
	border-bottom: 1px #c0c0c0 dashed;
	padding: 5px;
	margin-bottom: 10px;
}
#spec {
	padding: 5px;
	margin-bottom: 10px;
}
#owner {
	background-color: #FFFFCC;
	padding: 5px;
	margin-bottom: 10px;
}
/* ビフォーアフター */
#before {
}
#before td {
	line-height: 1.5;
	vertical-align: top;
}
/* Global */
.title01 {
	color: #FF6600;
	font-weight: bolder;
	margin-bottom: 5px;
}
hr.clr {
	clear: both;
	visibility: hidden;
	line-height: 0;
	margin:0;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}
.brown_small {
	color: #990033;
	font-size: 0.9em;
}


/* clear FIX */
.clearfix{  
	zoom:1;/*for IE 5.5-7*/  
	display: inline-block;
	overflow: hidden;
}  
.clearfix:after{/*for modern browser*/  
	content:".";  
	display: block;  
	height:0px;  
	clear:both;  
	line-height:0;  
	visibility:hidden;
}  
