@charset "utf-8";
/* ===================================================================
CSS information

 file name  :base_floor.css
 author     :yourName (admin)
 style info :floorディレクトリ内ページのスタイル
=================================================================== */

#sub_box .floor_box1 {
 margin: 10px 10px 0 10px;
}

#sub_box .floor_box2 {
	clear: both;
	border: 10px solid #CCD8DF;
	margin: 10px 0 30px 0;
	padding: 0 10px 10px 10px;
}
#sub_box .floor_box2 h5 {
 border-bottom: #006FC5 1px dotted;
}

#sub_box .floor_box1 ul.ico_list {
 padding: 5px 0 15px 0;
}
#sub_box .floor_box1 ul.ico_list li {
 float: left;
}
#sub_box .floor_box1 ul.ico_list li img {
 float: left;
 padding: 0 5px 0 0;
}
#sub_box .floor_box1 ul.ico_list li p {
 float: left;
 padding: 0 10px 0 0;
}

#sub_box .floor_box2 table {
	border-top: #B9C9D2 1px solid;
	border-right: #B9C9D2 1px solid;
	width: 100%;
	margin: 10px 0;
}
#sub_box .floor_box2 table th {
 background: #F2F4F7;
 border-left: #B9C9D2 1px solid;
 border-bottom: #B9C9D2 1px solid;
 padding: 3px 5px;
 color: #006FC5;
 text-align: center;
}
#sub_box .floor_box2 table td {
 border-left: #B9C9D2 1px solid;
 border-bottom: #B9C9D2 1px solid;
 padding: 5px;
}
#sub_box .floor_box2 table td.number {
 padding: 5px 0;
 text-align: center;
 width: 20px;
}
#sub_box .floor_box2 table td img {
 display: inline;
}

#sub_box .floor_box2 .floor_gotomap {
 text-align: right;
}
#sub_box .floor_box2 .floor_gotomap a {
 background: url(../images/common_arrow09.gif) 0 center no-repeat;
 padding: 0 0 0 10px;
}