@charset "utf-8";


/* CSS Document */
@import url("../../css/style.css");


div.firefighting h4{
	clear:both;
	margin:0 0 20px 0;
}
div.firefighting p span{
	color:#e65b58;
	font-weight:bold;
}
div.firefighting p{
	margin:0 0 40px 0;
}


/* 点検期間 */
table#maintenance{
	border:1px #F8D6D5 solid;
	line-height:1.8;
	margin:1em 0 3em 0;
	width:900px;
}

table#maintenance th,
table#maintenance td{
	padding:0.2em 1em;
}

table#maintenance thead th{
	background:#E65B58;
	font-weight:bold;
	color:#FFF;
}

table#maintenance thead th.title{
	border-right:1px #FCEEEE solid;
}

table#maintenance th{
	background:#F8D6D5;
	text-align:center;
}

table#maintenance tr.even th{
	background:#FCEEEE;
}

table#maintenance tr.even td{
	background:#FDF6F6;
}

table#maintenance .important{
	font-weight:bold;
	color:#E65B58;
	text-align:center;
}


/* 建物の用途区分表 */
table#kubun{
	border:1px #F8D6D5 solid;
	line-height:1.8;
	margin:1em 0 3em 0;
	width:900px;
}

table#kubun th,
table#kubun td{
	padding:0.2em 1em;
}

table#kubun thead th{
	background:#E65B58;
	color:#FFF;
	font-weight:bold;
}

table#kubun thead th.title{
	border-right:1px #FCEEEE solid;
}

table#kubun th{
	background:#F8D6D5;
	text-align:center;
}


table#kubun tr.even td{
	background:#FDF6F6;
	border-top:1px #FCEEEE solid;
}

table#kubun .important{
	font-weight:bold !important;
	color:#E65B58 !important;
}

table#kubun .num{
	border-top:1px #FCEEEE solid;
	font-weight:bold;
	vertical-align:middle !important;
	width:6em;
}

table#kubun .period{
	border-top:1px #FFF solid !important;
	border-left:1px #FFF solid !important;
	background:#F6F6F6 !important;
	text-align:center;
	vertical-align:middle !important;
	width:6em;
}

table#kubun .period_even{
	background:#F2F2F2 !important;
}	

table#kubun .iroha{
	border-top:1px #FCEEEE solid;
	border-right:1px #FCEEEE solid;
	text-align:center;
	vertical-align:middle !important;
	width:1em;
}


div#tenken_left{
	float:left;
	width:435px;
}
div#tenken_right{
	float:right;
	width:435px;
}
div#tenken_left ul{
	margin-bottom:30px;
}
div#tenken_left ul li{
	border-bottom:1px solid #cbcbcb;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
div#tenken_left ul li:last-child{
	border:none;
}


ul#flow{
	margin:0 0 40px 0;
}
ul#flow:after{
	display:block;
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	font-size:0;
}

ul#flow li{
	float:left;
	margin:0 0 10px 0;
}
ul#flow li:nth-child(2n){
	margin-left:10px;
}