@charset "utf-8";
.txt_ind {
	padding-left: 1em;
	text-indent: -1em;
}

.read {
position: relative;
    margin: 0;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
    z-index: 10;
}

/*----------画像----------*/

.newspic {
	text-align: center;
}

.newspic img {
	width: 100%;
}

/*----------プレゼント----------*/
.entry .txtbox .txt_headbg {
	background: #00005c;
	margin-bottom: 0.75em;
	padding: 0.5em 0px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	text-shadow: #000 2px 0px 2px, #000 -2px 0px 2px, #000 0px -2px 2px, #000 -2px 0px 2px, #000 2px 2px 2px, #000 -2px 2px 2px, #000 2px -2px 2px, #000 -2px -2px 2px, #000 1px 2px 2px, #000 -1px 2px 2px, #000 1px -2px 2px, #000 -1px -2px 2px, #000 2px 1px 2px, #000 -2px 1px 2px, #000 2px -1px 2px, #000 -2px -1px 2px, #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
}
.copyright {
	font-size: 0.7em;
	line-height: 1.5;
	color: #777;
}
.txt_center {
    text-align: center;
}
.txt_str_center {
	color: #ce0303;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.txt_str {
	color: #ea5415;
	font-size: 1.25rem;
	font-weight: bold;
}
.lf,.entry .txtbox p.lf {
    margin-bottom: 1.25em;
}

/*----------プレゼントボタン----------*/
.btn_present_off,
.btn_present a {
	width: 400px;
	margin: 0 auto 30px;
	padding: 20px 0;
	text-align: center;
	font-size: 150%;
	border-radius: 100px;
}
.btn_present_off {
	color: #fff;
	background: #aaa;
	border: 4px solid #555;
	box-shadow: 0 0 0 3px #fff inset;
}
.btn_present a {
	display: block;
	color: #000;
	text-decoration: none;
	border: 4px solid #000;
	background: linear-gradient(to bottom, #fff, #38f6fffa 30%, #006ff9 90%);
	box-shadow: 0 0 0 3px #fff inset;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.btn_present a:hover {
	opacity: 0.6;
}
.present_note p {
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
}
