@charset "utf-8";
@import url(common.css);




/*------------------------------------------------
contents
------------------------------------------------*/
#content {
}
#content > section {
	margin-top: 22px;
}
#content > section + section {
	margin-top: 40px;
}
#content > section > .inner {
	margin: 0 auto;
	position: relative;
}
section > .inner > .header {
	margin-bottom: 10px;
}
section > .inner > .header .title {
	font-size: 13px;
	font-weight: 700;
}
section > .inner > .body {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #FFF;
}
section > .inner > .body:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
section .body + .body {
	/*margin-top: 1.5em;*/
}

section .body h3 {
	font-size: 16px;
	color: #FEB81B;
	/*margin-bottom: 12px;*/
	font-weight: bold;
}

section .body p {
	line-height: 1.75;
	margin-top: 1.3em;
	font-size: 11px;
}
section .body p:first-child {
	margin-top: 0;
}
section .body h3 + p {
	margin-top: 7px;
}

section .body table {
	width: 100%;
	margin-top: 1.5em;
}

section .body table th {
	width: 42px;
	text-align: left;
	padding-bottom: 10px;
}
section .body table th span {
	display: inline-block;
	background-color: #FFF;
	color: #C00000;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 4px 0 3px;
	text-align: center;
	width: 37px;
}

section .body table td {
	font-size: 12px;
	color: #FFF;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1.5;
	padding: 4px 0 3px;
}
section .body table td span.chu {
	font-size: 10px;
}

section .body .ph-1 {
	text-align: center;
	margin-top: 1.5em;
}
section .body .ph-1 img {
	width: 50%;
}

section .body .ph-2 {
	display: table;
	width: 100%;
	margin-top: 1.5em;
}
section .body .ph-2 > * {
	display: table-cell;
	box-sizing: border-box;
}

section .body .ph-2 .left {
	padding-right: 7px;
}
section .body .ph-2 .right {
	padding-left: 7px;
}



section .body .ph-3 {
	display: table;
	width: 100%;
	margin-top: 1.5em;
}
section .body .ph-3 > * {
	display: table-cell;
	box-sizing: border-box;
}

section .body .ph-3 .left {
	padding-right: 3px;
}
section .body .ph-3 .right {
	padding-left: 3px;
}
section .body .ph-3 .center {
	padding-left: 2px;
	padding-right: 1px;
}

section .body .ph-1 .cap,
section .body .ph-2 .cap,
section .body .ph-3 .cap {
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
}

.pb0 {
	padding-bottom: 0 !important;
}


.btn_sche {
	width: 250px;
	margin: 0 auto;
}

p.chu {
	margin-top: 40px;
	font-size: 10px;
	line-height: 1.5;
}

section .body .chu {
	font-size: 11px;
	line-height: 1.5;
}

section .body .chu.big {
	font-size: 12px;
}