@import url("global.css");

#container img {
	max-width: 100%;
}

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

#container section .support {
	padding: 16px 16px 16px 1px;
	border: #ccc 1px solid;
	margin-top: 40px;
	border-radius: 3px;
	background-color: #f9f9f9;
}
#container section .support dl {
	margin-left: 15px;
	padding: 0 5px 10px;
	border: #cc1e06 1px solid;
	background-color: #fff;
}
#container section .support dl:nth-child(1n+2) {
	margin-top: 20px;
}
#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 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 5px 0;
	background-color: #F0BBB4;
	min-height: 50px;
	padding: 10px;
}
#container section .support dl dd div {
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	font-weight: bold;
}
#container section .support dl.maintenance {
	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 {
	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 {
	line-height: 1.4;
	font-size: 13px;
}
#container section .daiko {
	text-align: center;
	margin-top: 20px;
}

#container section section {
	margin: 80px 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;
}
.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;
}


