@import url("global.css");

.container section .sub {
	text-align: center;
	font-size: 21px;
	margin: 0 auto 40px;
	letter-spacing: 2px;
	width: 840px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	color: #cc1e06;
}
.container section .text {
	width: 760px;
	margin: 0 auto;
}
.container section .text p {
	margin: 25px 0;
}

.container section .support {
	padding: 16px 16px 50px 1px;
	border: #ccc 1px solid;
	margin-top: 40px;
	border-radius: 3px;
	background-color: #f9f9f9;
}
.container section .support dl {
	float: left;
	margin-left: 15px;
	padding: 0 5px 10px;
	width: 440px;
	border: #cc1e06 1px solid;
	background-color: #fff;
}
.container section .support dl dt {
	margin: 0 -5px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	background-color: #CC1E06;
	text-align: center;
	font-size: 18px;
}
.container section .support dl dd {
	float: left;
	margin: 10px 5px 0;
	width: 210px;
	background-color: #F0BBB4;
}
.container section .support dl dd div {
	display: table-cell;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	width: 210px;
	line-height: 1.5;
	font-weight: bold;
}
.container section .support dl.maintenance {
	width: 220px;
	border: #FA913A 1px solid;
}
.container section .support dl.maintenance dt {
	background-color: #FA913A;
}
.container section .support dl.maintenance dd {
	background-color: #FDDEC4;
}
.container section .support dl.ohya {
	width: 220px;
	border: #3D8AE0 1px solid;
}
.container section .support dl.ohya dt {
	background-color: #3D8AE0;
}
.container section .support dl.ohya dd {
	background-color: #C4DCF6;
	margin-top: 9px;
}
.container section .support dl.ohya dd div {
	height: 44px;
	line-height: 1.4;
	font-size: 13px;
}
.container section .daiko {
	text-align: center;
	margin-top: -34px;
}

.container section section {
	margin: 140px 0;
}
.container section section h1 {
	margin-bottom: 50px;
	text-align: center;
}
.container section p.image {
	margin: 0 auto 50px;
	text-align: center;
}

.apaman {
	border: #101c89 1px dashed;
	margin: 40px auto;
	padding: 0 9px;
	border-radius: 5px;
	overflow: hidden;
/*	width: 780px;*/
}
.container section section .apaman h1 {
	background-color: #101c89;
	margin: 0 -9px 25px;
}
.apaman dl {
	margin: 0 5px 20px;
	float: left;
	width: 310px;
}
.apaman dl dt {
	background-color: #101c89;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
}
.apaman dl dd {
	font-size: 12px;
	text-align: center;
}


