@charset "utf-8";

/* common */
.margin-t0 { margin-top: 0!important; }
.margin-t5 { margin-top: 5px!important; }
.margin-t10 { margin-top: 10px!important; }
.margin-t20 { margin-top: 20px!important; }
.margin-t30 { margin-top: 30px!important; }
.margin-t40 { margin-top: 40px!important; }
.margin-b0 { margin-bottom: 0!important; }
.margin-b5 { margin-bottom: 5px!important; }
.margin-b10 { margin-bottom: 10px!important; }
.margin-b20 { margin-bottom: 20px!important; }
.margin-b30 { margin-bottom: 30px!important; }
.margin-b40 { margin-bottom: 40px!important; }

.display-block { display: block; }
.align_center { text-align: center; }

/* indent */
.indent1,
.indent1s {
	text-indent: -1em;
	padding-left: 1em;
}
.indent2,
.indent2s {
	text-indent: -2em;
	padding-left: 2em;
}
.indent1s,
.indent2s {
	font-size: 11px;
}

/* cpArea */
#cpArea {
	width: 910px;
	margin: 0 auto 40px;
}

#cpArea h2.h2Txt {
	margin: 0 0 30px;
	padding: 10px 0 10px 5px;
	border-top: 2px solid #006ebd;
	border-bottom: 2px solid #006ebd;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
#cpArea h3.h3Txt {
	margin: 30px 0 20px;
	padding-left: 10px;
	border-left: 4px solid #006ebd;
	border-top: 0;
	border-bottom: 0;
	font-size: 20px;
	color: #000;
}

/* cpArea table */
#cpArea table {
	margin: 15px 0;
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0px 5px;
}
#cpArea table th,
#cpArea table td {
	padding: 10px;
	line-height: 150%;
	border: #ccc 1px solid;
	vertical-align: middle;
}
#cpArea table th {
	background-color: #e5f5fd;
	width: 24%;
	text-align: center;
	font-weight: normal;
}
#cpArea table ul li {
	text-align: left;
	margin-left: 0;
	line-height: 180%;
	display: block;
	font-size: 90%;
}

/* btn */
#cpArea a.btn_blue {
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	min-width: 360px;
    margin: 0 auto;
	padding: 1em 40px;
	border-radius: 8px;
	background: #006ebd;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* mmapply */
#cpArea .mmapply_ttl {
	font-size: 16px;
	font-weight: 700;
	color: #fa7f6f;
}