@charset "shift_jis";

#cpn-cp-body {
 margin-bottom: 50px;
 font-size:16px;
 line-height: 1.5;
 color:#333;
 width:830px;

}
.cpn-cp-titile {
	background: #eee;
    margin: 50px auto 15px;
    font-weight: bold;
    padding: 7px 10px;
    font-size: 18px;
}
.cpn-cp-contents {
	margin:10px 15px;
}
.cpn-cp-contents-hd {
	margin-top:30px;
	font-weight: bold;
    color: #A73A00;
}
.cpn-cp-contents-in {
	margin-left:1em;
}

.cpn-cp-contents-box {
	text-align: center;
	margin-top: 60px;
}
.cpn-name {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #28b2b7;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0px 10px;
}
.indent1 {
	padding-left:1em;
	text-indent:-1em;
}
.cpn-cp-txtlink {
	text-decoration: none;
    color: #333;
}
.cpn-cp-txtlink:hover {
	text-decoration: underline;
}
.cpn-cp-btnarea {
	text-align:center;
	margin:30px 0px 0px;
}
.cpn-cp-btn {
	display: inline-block;
	width:300px;
	padding:8px 0px;
	text-align: center;
	line-height:1.3;
	font-weight:bold;
	letter-spacing:1px;
	background:#CCECFF;
	color:#333;
	border-radius: 5px;
	text-decoration: none;
}
.cpn-cp-btn:hover {
	opacity: 0.8;
}
