@charset "shift_jis";
/* CSS Document */
.mailmagazine_body {
	width: 680px;
	overflow: hidden;
	margin: 0;
}
.mailmagazine_info {
	text-align: center;
	padding: 10px 0;
}
/* form & QR */
.mmag_tit {
	height: 46px;
	line-height: 46px;
	background: #f875aa;
}
.mmag_tit p {
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.mmag_inner {
	background: #f3e5ce;
	padding: 12px;
	height: 132px;
}
#mailmagazine_form {
	padding-top: 6px;
}
.form_wrap {
	width: 370px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.qr {
	width: 300px;
	float: left;
	overflow: hidden;
}
.qr .mmag_inner p {
	display: block;
	width: 138px;
	float: left;
	overflow: hidden;
}
/* caution */
div.caution {
    margin-top: 15px;
    padding: 20px;
    background: #f3e5ce;
    border-top: 3px solid #f875aa;
    border-bottom: 3px solid #f875aa;
    float: left;
    overflow: hidden;
}
.caution_txt_01 {
	color: #f875aa;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	clear: both;
}
.caution_txt_02 {
	line-height: 1.5;
}
.caution_txt_02:last-child {
	padding-bottom: 10px;
}
.toDomain a {
	width: 40%;
	box-sizing: border-box;
	display: block;
	margin: 20px auto 10px;
	padding: 10px 0;
	background: #f875aa;
	
	color: #fff;
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	
	position: relative;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 6px 0 #faa3c6;
}
.toDomain a:hover {
	top: 6px;
	box-shadow: none;
	color: #fff;
}
cite {
	font-style: normal;
	font-size: 12px;
}
cite a {
	text-decoration: underline;
	color: #03f;
}