@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

table.history {
	width: 100%;
}
table.outLine {
	width: 380px;
	margin-bottom: 10px;
}
table.outLine th,table.outLine td,table.history th,table.history td {
	padding: 7px 10px;
	vertical-align: top;
	border-bottom: #ddd 1px solid;
}
table.outLine th,table.history th {
	border-bottom: #999 2px solid;
}
table.outLine th {
	width: 70px;
}
table.businessArea {
	padding: 7px 10px;
	vertical-align: top;
}
table.businessArea td {
	width: 230px;
	padding: 7px 50px 30px 10px;
	vertical-align: top;
	margin: 0px 0px 10px 0px;
}
table.businessArea p {
	border-bottom: 1px dotted #999;
	font-weight: bold;
}
table.businessArea ul {
	padding: 0px 0px 0px 15px;
}
.waku {
	border: #d9d9d9 1px solid;
	padding: 1px;
}
#map {
	width: 680px;
	height: 350px;
	border: #d9d9d9 5px solid;
	margin-bottom: 5px;
}
table tr.even {
	background: #f9f9f9;
}
