@charset "shift_jis";

#presentcp-body {
 margin: 0px auto 50px;
 font-size:15px;
 line-height: 1.5;
 color:#444;
 width:830px;
}

.hd {
    background: #ddd;
    margin: 5px auto;
    font-weight: bold;
    padding: 3px 10px;
    font-size:20px;
    color: #222222;
}

.hd_inl {
	padding: 5px 10px;
	line-height: 1.6;
}

.kome {
	text-indent: -1em;
	padding-left: 1em;
}

.b_pink {
	color: #ff458c;
    font-weight: bold;
}

.b_red {
	color: #ff0000;
    font-weight: bold;
}

.popclosebtn {
	margin:30px auto 40px auto;
	text-align:center;
	display: none;
}
.popclosebtn input {
	padding:5px 30px;
	font-size: 16px;
	height: 40px;
	line-height: 1.5em;
	letter-spacing: 3px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #555;
	cursor: pointer;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #f1f1f1);
}
.popclosebtn input:hover {
	background-image: linear-gradient(#f1f1f1, #ffffff);
}

.hd_orange {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	background-color: #ED7D31;
	margin: 25px -8px 10px;
	padding: 3px 0px;
	font-size:20px;
}