@charset "shift_jis";
/* CSS Document */
#main {
	padding: 0;
	margin: 0;
}
h1 {
	height: 40px;
	color: #fff;
	text-shadow: 1px -1px 1px rgba( 43, 30, 24, 1);
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	background: #3d2922 url("../img/h2_bg.jpg") no-repeat;
	position: relative;
	margin: 0 0 10px;
}
h1:before {
	content: url("../img/circle.png");
	position: absolute;
	top: 7px;
	left: 7px;
}
h1 span {
	font-size: 16px;
	padding: 0 10px 0 40px;
	font-family: 'Open Sans Condensed', sans-serif;
}
h1 span:after {
	content: "|";
	padding: 0 10px;
}
.mailmagazine_body {
	overflow: hidden;
}
.mailmagazine_info {
	text-align: center;
	padding: 10px 0 15px;
	overflow: hidden;
}
/* form & QR */
.mmag_tit {
	height: 46px;
	line-height: 46px;
	background: #063d06 url("../img/sidebar/sb_bg.jpg") repeat;
}
.mmag_tit p {
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.mmag_inner {
	background: #f3e5ce;
	/*background: #f3e5ce url("../img/mmag/mmag_inner.jpg") repeat;*/
	padding: 10px 20px;
	height: 155px;
}
#mailmagazine_form {
	padding-top: 30px;
}
.form_wrap {
	width: 420px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.qr {
	width: 330px;
	float: left;
	overflow: hidden;
}
.qr .mmag_inner p {
	display: block;
	width: 145px;
	float: left;
	overflow: hidden;
	padding-top: 12px;
}

/* caution */
div.caution {
	margin-top: 15px;
	padding: 20px;
	background: #f3e5ce;
	/*background: #f3e5ce url("../img/mmag/mmag_inner.jpg") repeat;*/
	border-top: 3px solid #df3b94;
	border-bottom: 3px solid #df3b94;
	float: left;
	overflow: hidden;
}
.caution_tit {
	font-size: 14px;
	font-weight: bold;
	text-indent: 22px;
	line-height: 22px;
}
.mailmagazine .caution_tit {
	color: #df3b94;
	background: url("../img/mmag/element01.png") no-repeat;
	background-size: 20px 20px;
}
.domain .caution_tit {
	color: #e1273e;
	background: url("../img/mmag/element02.png") no-repeat;
	background-size: 20px 20px;
}
div.caution .pink {
	color: #e1273e;
}
div.caution a {
	text-decoration: underline;
}
/* btn */
.to_mmag {
	text-align: center;
	margin: 15px auto 0;
	clear: both;
}
.to_mmag a {
	color: #332c2c;
	font-size: 16px;
	font-weight: bold;
	width: 360px;
	height: 46px;
	line-height: 46px;
	text-decoration: none !important;
	text-shadow: 1px 1px 1px #d0c0a4;
	
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ede9ce), color-stop(1, #bda57c));
	background: -moz-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -webkit-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -o-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -ms-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: linear-gradient(to bottom, #ede9ce 5%, #bda57c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ede9ce', endColorstr='#bda57c',GradientType=0);
	background-color: #ede9ce;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #8d6d43;
	display: inline-block;
	cursor: pointer;
}
.to_mmag a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bda57c), color-stop(1, #ede9ce));
	background: -moz-linear-gradient(top, #bda57c 5%, #ede9ce 100%);
	background: -webkit-linear-gradient(top, #bda57c 5%, #ede9ce 100%);
	background: -o-linear-gradient(top, #bda57c 5%, #ede9ce 100%);
	background: -ms-linear-gradient(top, #bda57c 5%, #ede9ce 100%);
	background: linear-gradient(to bottom, #bda57c 5%, #ede9ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bda57c', endColorstr='#ede9ce',GradientType=0);
	background-color: #bda57c;
	
}
.domain_body {
	overflow: hidden;
	clear: both;
	/*background-image: url(../img/mailmagazine/mailmagazine_body_bg.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	float: left;
}
.domain_body .caution {
	margin-top: 0;
}
.domain_info {
	text-align: center;
	padding: 0;
}
cite {
	font-style: normal;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
}
cite a {
	text-decoration: underline;
}
#mailmagazine_form input[type=text] {
	width: 275px;
	padding: 5px 10px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #eee;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.30);
}
#mailmagazine_form input[type=text]:focus {
	color: #432912;
	border: solid 1px #ddd;
	background: #eee;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.40);
}
#mailmagazine_form input[type=submit]{
	width: 110px;
	height: 28px;
	margin: 5px 1px;
	border: solid 1px #888;
	border-radius: 3px;
	color: #342f2c;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 1);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5')";
	background-image: -moz-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -ms-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -o-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d5d5d5));
	background-image: -webkit-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: linear-gradient(top, #ffffff, #d5d5d5);
}
#mailmagazine_form p.btn {
	text-align: center;
}