@charset "UTF-8";
#oneColumn {
    margin: 0 auto 160px;
}

.informationPage {

}
.topLabelArea {
	margin: -33px 0 47px;
	padding: 32px 0 0 32px;
	border-top: 1px solid #c9dced;
	border-left: 1px solid #c9dced;
	border-right: 1px solid #c9dced;
	background-color: #ffffff;
	position: relative;
}
.topLabelArea .inner {
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #f9e828 transparent transparent transparent;
	position: absolute;
	top: 0; left: 0;
}


/* -----------------------------------------------------------
	#visualArea メイン画像
----------------------------------------------------------- */
#visualArea {
    background-color: #ffffff;
}
#visualArea .inner h1 {
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
    word-break: break-all;
}
#visualArea.detail .inner h1 {
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
    word-break: break-all;
}
/* -----------------------------------------------------------
	.sitemapArea
----------------------------------------------------------- */
.sitemapArea {
	line-height: 1.4;
	margin-bottom: 20px;
}
.sitemapArea h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 17px 14px 14px;
	margin-bottom: 27px;
	border: 1px #c9dced solid;
	border-top: 2px #2489e2 solid;
}
.sitemapArea h2 a {
	color: #2489e2;
	padding: 4px 28px 2px 0;
	background: url(../images/icon_cright.png) right center no-repeat;
}

.sitemapArea .clearfix > ul {
	float: left;
	width: 330px;
	line-height: 1.4;
	padding-left: 12px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.sitemapArea .clearfix > ul:nth-child(3n) {
	margin-right: 0;
}
.sitemapArea ul > li {
	font-weight: bold;
}
.sitemapArea ul li > a {
	padding-left: 12px;
padding-top:4px;
	background: url(../images/icon_arrow01.png) left 3px no-repeat;
}
.sitemapArea ul li > span {
	padding-left: 12px;
padding-top:4px;
	background: url(../images/icon_line.png) left 8px no-repeat;
}
.sitemapArea ul li img.window{
	margin-left: 8px;
	vertical-align: -1px;
}
.sitemapArea ul li ul {
	margin-top: 8px;
	padding-left: 16px;
}
.sitemapArea ul li ul li {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 6px;
}
.sitemapArea ul li ul li a {
	padding-left: 12px;
	background: url(../images/icon_dotted.png) left 6px no-repeat;
}
.sitemapArea ul.other li {
	float: left;
	width: 330px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	padding-left: 12px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.sitemapArea ul.other li:nth-child(3n) {
	margin-right: 0;
}