﻿@charset "utf-8";

/*================================================
    AREA COMMON
================================================*/

/*================================================
    AREA TOP
================================================*/
/* :::: sec-01 :::: */
body#update2015 #areaTop #sec-01 {
	width: 100%;
	overflow: hidden;
}

/*================================================
    AREA LIST
================================================*/
body#update2015 #areaList h3 {
	font-size: 25px;
	line-height: 1.5em;
	padding: 20px 0;
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
	text-align: center;
}
body#update2015 #areaList h2 img {
	width: 100%;
}
body#update2015 #areaList #contentsNavArea {
	margin: 0 0 20px 0;
}
body#update2015 #areaList #contentsNavArea .ttl {
	font-size: 14px;
	color: #076cb9;
	text-align: center;
	background: #ededed;
	height: 30px;
	line-height: 30px;
}
body#update2015 #areaList #contentsNavArea .select,
body#update2015 #areaList #contentsNavArea .selected  {
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: #f7f7f7;
	height: 40px;
	line-height: 40px;
	position: relative;
}
body#update2015 #areaList #contentsNavArea .select:before,
body#update2015 #areaList #contentsNavArea .selected:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 4px;
	height: 4px;
	margin-top:-2px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body#update2015 #areaList #contentsNavArea .selected:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
body#update2015 #areaList #contentsNavArea ul {
	display: none;
}
body#update2015 #areaList #contentsNavArea li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}
body#update2015 #areaList #contentsNavArea li a {
	display: block;
}

/* :::: sec-03 :::: */
body#update2015 #areaList #sec-03 ul.col-2.heightLineParent.cf li p{
        margin-left:10px;
}
body#update2015 #areaList #sec-03 ul.col-2.heightLineParent.cf li p.img{
        margin-left:0px;
}

/* :::: sec-04 :::: */
body#update2015 #areaList #sec-04 {
	padding-bottom: 40px;
}
body#update2015 #areaList #sec-04 dl {
	width: auto;
	margin: 0 10px 20px 0;
	overflow: hidden;
}
body#update2015 #areaList #sec-04 dt {
	width: 20%;
	float: left;
	font-size: 10px;
	text-align: center;
}
body#update2015 #areaList #sec-04 dt span {
	display: block;
	margin: 0 0 0 10px;
}
body#update2015 #areaList #sec-04 dd:nth-of-type(1) {
	width: 55%;
	float: left;
	padding: 0 15px;
}
body#update2015 #areaList #sec-04 dd:nth-of-type(2) {
	width: 15%;
	float: left;
}
body#update2015 #areaList #sec-04 dd:nth-of-type(2) span {
	width: 50px;
	display: block;
	background: #87d660;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	text-align: center;
}


/*================================================
    地域区分
================================================*/
body#update2015 article#areaKubun {
	padding: 0 10px 20px;
}
body#update2015 #areaTable {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 0 15px 0;
	text-align: left;
	border-collapse: collapse;
 	border-spacing: 0;
}
body#update2015 #areaTable th, body#update2015 #areaTable td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
body#update2015 #areaTable td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 10px;
}
body#update2015 #areaTable th {
	font-size: 13px;
	color: #63b2ed;
	text-align: center;
	font-weight: normal;
	padding: 10px 5px;
	width: 50px;
}
body#update2015 #areaTable tr#title th {
	background-color: #85c3f2;
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
body#update2015 #areaTable tr.bgcolor{
	background: #f7f7f7;
}
body#update2015 article#areaKubun .btn {
	cursor: pointer;
	display: block;
	background: #63b2ed;
	color: #fff !important;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 11px 0 9px;
	position: relative;
	zoom: 1;
	width: 60%;
	margin: 0 auto;
}
body#update2015 article#areaKubun .btn:after {
	display: inline-block;
	content: '\d7';
	padding-left: .5em;
}