@charset "utf-8";
/* CSS Document */
/* =========================================================
mail_magazine
========================================================= */
#contentsWrapper {
	color:#515151;
}
article {
	margin-bottom:20px;
}
/* ページ上部　メルマガ特典リスト
--------------------------------------------------------- */
.privilegeBlock {
	margin: 0 auto 20px;
}
.privilegeList {
	margin: 0 0 0 -10px;
}
.privilegeList > li {
	border: 1px solid #b9bdc2;
	box-sizing: border-box;
	float: left;
	margin: 10px 0 0 10px;
	width: 375px;
}
.privilegeCaption {
	background-color: #ff4055;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 46px;
	position: relative;
}
.privilegeCaption:after {
	left: 9px;
	position: absolute;
	top: -1px;
}
.list01 .privilegeCaption:after {
	content: url("../img/mail_magazine/icon_magazine_list_01.png");
}
.list02 .privilegeCaption:after {
	content: url("../img/mail_magazine/icon_magazine_list_02.png");
}
.list03 .privilegeCaption:after {
	content: url("../img/mail_magazine/icon_magazine_list_03.png");
}
.list04 .privilegeCaption:after {
	content: url("../img/mail_magazine/icon_magazine_list_04.png");
}
.list05 .privilegeCaption:after {
	content: url("../img/mail_magazine/icon_magazine_list_05.png");
}
.list06 .privilegeCaption:after {
	content: url("../img/mail_magazine/icon_magazine_list_06.png");
}
.list07 .privilegeCaption:after {
	content: url("../img/mail_magazine/icon_magazine_list_07.png");
}
.privilegeText {
	border-top: 1px solid #b9bdc2;
	box-sizing: border-box;
	color: #1d1e1f;
	font-size: 14px;
	height: 54px;
	line-height: 1.5;
	padding: 6px 4px 0;
}
.privilegeText span {
	font-size: 12px;
}
/* メルマガ会員様ご案内
--------------------------------------------------------- */
.mailSub {
	font-size: 14px;
	line-height: 23px;
}
/* ----- メルマガ登録ボタン ----- */
.registration {
	border: 1px solid #b9bdc2;
	width: 375px;
	background-color:#f1f9ff;
	height: 167px;
}
.registration.pc {
	float: left;
}
.registration.sumaho {
	float: right;
	margin-right: 24px;
}
.registration h4 {
	border-bottom: 1px solid #ff4055;
	color: #ff4055;
	font-size: 14px;
	font-weight: bold;
	margin: 17px 0 8px 23px;
	padding-bottom: 2px;
	position: relative;
	text-indent: 21px;
	width: 343px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.registration h4 img {
	left: -13px;
	position: absolute;
	top: -7px;
}
.registration p {
	width: 360px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
}
.registration.sumaho > p {
	width: 245px;
	float: right;
	margin-right: 10px;
}
.registration.sumaho .qr_wrap {
	background-color: #ffffff;
	height: 100px;
	margin-left: 10px;
	width: 100px;
}
.registration.sumaho p.QRcord {
	float: left;
	width: 94px;
	height: 94px;
	overflow: hidden;
	padding: 2px 0 0 2px;
}
.registration.sumaho p.QRcord img {
	height: auto;
	margin-left: -9px;
	margin-top: -10px;
	width: 122%;
}
.registration p span {
	font-weight: bold;
	color: #ff4055;
}
.registration .moreReadBtn {
	margin: 5px auto;
	width: 356px;
	float: none;
}
.registration .moreReadBtn a {
	width: 356px;
}
.registration .moreReadBtn a:before {
	content: "";
}
/* .magazineBtn {
	background: url("../img/mail_magazine/btn_magazine.png") no-repeat;
	height: 136px;
	margin: 20px auto 0;
	position: relative;
	width: 760px;
}
.magazineBtn:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; ie 8
	background-color: #fff;
}
.magazineBtn a {
	display: block;
	height: 100%;
	width: 100%;
}
.magazineBtn p {
	color: #fff;
	font-size: 62px;
	font-weight: bold;
	left: 180px;
	letter-spacing: -0.03em;
	line-height: 1;
	position: absolute;
	top: 56px;
	text-shadow: -2px -2px 0 #aaaaaa;
}
.magazineQR {
	border-radius: 8px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	right: 17px;
	top: 22px;
	width: 90px;
}
.magazineQR img {
	display: block;
	height: 110px;
	margin: -10px;
	width: 110px;
} */

/*テキストスタイル*/

.pinkText {
	color:#cf1212;
	font-weight:bold;
}
.blueText {
	color:#4184ff;
	font-weight:bold;
	font-style:italic;
}
.boldText {
	font-weight:bold;
}
.subText {
	font-size:12px;
	line-height:18px;
}
/*メール送信*/

/*
#mailSend {
	background-color:#e0d3ff;
	height:107px;
	width:740px;
	padding:10px;
	margin: 22px 0;
}
#mailSendBox {
	background-color:#fff;
	padding: 9px 9px 9px 17px;
}
#mailSendBox p {
	font-size:14px;
	margin: 19px 0 14px;
}
#mailSendBox label {
	font-size:18px;
	font-weight:bold;
	margin-right: 13px;
}
#mailSendBoxL {
	float:left;
}
#mailSendBoxR {
	float:right;
}
#mailSendBox input {
	max-width: 330px;
}
*/

/*キャリアボタン*/
#carrierBox {
	clear:both;
	width: 739px;
	border: 1px solid #b9bdc2;
	background-color:#fffdeb;
	margin-top: 189px;
	padding: 10px;
}
#carrierBox li {
	float: left;
	margin-right: 6px;
}
#carrierBox li.last {
	margin-right: 0;
}
#carrierBox li:hover img {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
.fontSmall {
	font-size: 11px;
	line-height: 1.8em;
}
/*メルマガ会員ご利用規約*/

#mailUse {
	border:solid 2px #ff4055;
	font-size:12px;
	padding:20px;
	line-height:20px;
	margin-top:10px;
	width: 717px;
}
/*退会フォーム*/
#taikai {
	margin-top:10px;
}
.taikaiL {
	float: left;
	line-height: 30px;
	width: 407px;
}
.taikaiL p {
	text-align:end;
}
.taikaiL input {
	max-width:280px;
}
.taikaiR {
	float:right;
	width:335px;
	margin-top:5px;
}
select {
	margin-left: 42px;
	width: 285px;
}
.taikaiSmall {
	font-size:12px;
}
