﻿@charset "utf-8";

span.title {
	display: inline-block;
}

body#update2015 #areaList li {
	list-style: none;
}
/* :::: sec-05 :::: */

body#update2015 #areaList #sec-05 {
	width: 100%;
	overflow: hidden;
	/*background: #fafafa;*/
}

body#update2015 #areaList #sec-05 dl {
	width: auto;
	margin: 0 10px 20px 10px;
	overflow: hidden;
}

body#update2015 #areaList #sec-05 dl:nth-child(n+4) {
    display: none;
}

body#update2015 #areaList #sec-05 dt {
	width: 20%;
	float: left;
	font-size: 10px;
	text-align: center;
	margin-right: 15px;
}

body#update2015 #areaList #sec-05 dd:nth-of-type(1) {
	display: block;
	-webkit-margin-start: 40px;
	width: initial;
	padding: initial;
}
