@charset "euc-jp";

/*	.about ²ñ¼Ò³µÍ×
/*-------------------------------------------*/
.about{
	width:950px;
	margin:0 auto;
	margin-bottom: 36px;
	text-align:left;
	display:block;
	overflow:visible;
}

.about h2{
    height: 16px;
    padding: 12px 0 12px 15px;
    border-top: #367bbb 1px solid;
    border-bottom: #1d2087 2px solid;
    border-left: #367bbb 1px solid;
    border-right: #367bbb 1px solid;
    background: #5a9fdf;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.about p{
	margin-bottom: 20px;
	padding:0px 5px;
}

.about ul{
	margin:0px 0px 20px 20px;
}

.about li{
	margin-bottom:10px;
}

.about ul li{
	list-style:disc;padding:0px;
}

.about ul ul{
	margin-top:10px;
}

.about ul ul li	{
	list-style:circle;
}

.about ol{
	margin:0px 0px 20px 25px;
	padding-left:15px;
}

.about ol li{
	list-style:decimal;padding:0px;
}

.about table {
	border-top: 1px solid #ccc;
	margin: 10px -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:85.7%;
	line-height:141.7%;
}

.about table thead tr th{
	font-weight:bold;
}

.about table tr th,.about table thead tr th {
	padding: 9px 24px;
	background-color:#f5f5f5;
}

.about table tfoot tr th,.about table tfoot tr td{
	font-weight:bold;
}

.about table tr th{
	border: 1px solid #ccc;
	padding: 10px 15px;
	vertical-align:top;
}

.about table tr td{
	border: 1px solid #ccc;
	padding: 10px 15px;
	vertical-align:top;
}

.about table tr td p{
	margin:0px 0px 5px;
	padding:0px;
}

.about table ol,.about table ul{
	margin-bottom:5px;
}

.about table ol li,.about table ul li{
	margin:2px 0px;
}

.about table.mobile-block th,.about table.mobile-block td {
	border-top:none;
	display: block;
}

.about dt{
	color:#000;
	float:left;
	width:20%;
}

.about dd{
	margin:0px;
	padding:0px;
}




