/*utility
---------------------------------------*/
.mb10{
	margin-bottom: 10px;
}
.t_right {
	text-align: right;
}
.t_left {
	text-align: left;
}
.t_center {
	text-align: center;
}
/*structure
---------------------------------------*/
.symbol {
	margin-bottom: 15px;
}
div.congestion dl.intable {
	display: table;
	margin: 15px 0;
}
div.congestion dl.intable dt, div.congestion dl.intable dd {
	display: table-cell;
	vertical-align:middle;
}
div.congestion dl.intable dt {
	float: left;
}
div.congestion dl.intable dd {
	font-weight: bold;
	clear: both;
	margin-left:10px;
}
body#person #content div.congestion ul.attention {
	list-style: inside;
	margin: 15px 0;
	padding: 0;
	background: none;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}
table.congestion_table {
	margin: 15px auto;
	background-color: #899099;
	text-align:center;
	color: #cccccc;
}
table.congestion_table tr.odd {
	background-color: #E5EBF2;
}
table.congestion_table tr.even {
	background-color: #ffffff;
}
table.congestion_table tr th {
	background-color: #303233;
}
table.congestion_table tr th span.blue{
	color: #70D5FF;
}
table.congestion_table tr th span.red{
	color: #FFB3B1;
}
table.congestion_table td, table.congestion_table th{
	padding: 10px;
}

/*module
---------------------------------------*/
h1 {
    color: #323232;
    float: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    width: 100%;
}
.btn_close{
	text-align:center;
	margin:20px 0 15px;	
}
.congestion_info {
	text-align: right;
	font-size: 12px
}
.congestion_info span {
	background-color: #06C;
	padding: 3px 5px;
	color: #ffffff;
	border-radius: 5px;
}