@charset "shift_jis";
/* CSS Document */
body {
	background: #fff;
}
#main {
	padding: 0;
	margin: 0;
}
h1 {
	height: 46px;
	font-size: 16px;
	font-weight: 700;
	text-indent: 0.5em;
	position: relative;
	margin: 0 0 20px;
	color: #F0E0A5;
	background:url("/com/temp2/img/header/header_nav_bg.jpg") repeat-x;
}
h1 span {
	font-family: 'Titillium Web', sans-serif;
	font-size: 26px;
	line-height: 44px;
	padding: 0 16px 0 2px;
	font-weight: 600;
	color: #fff;
}
.mailmagazine_body {
	overflow: hidden;
}
.mailmagazine_info {
	text-align: center;
	padding: 0 0 10px;
	overflow: hidden;
}
/* form & QR */
.mmag_tit {
	height: 46px;
	line-height: 46px;
	background: #76A09C;
}
.mmag_tit p {
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.mmag_inner {
	background: #e0e0e0 url("../img/grid.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 */
.caution {
	margin-top: 10px;
	padding: 20px;
	background: #e0e0e0 url("../img/grid.jpg") repeat;
	border-top: 3px solid #433a31;
	border-bottom: 3px solid #433a31;
	float: left;
	overflow: hidden;
}
.domain_body .caution {
	margin-top: 0;
}
.caution_txt_01 {
	padding-bottom: 40px;
}
.caution_tit {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #433a31;
	margin-top: 10px;
}
.domain .pink {
	color: #bf402d;
	font-weight: 700;
}
/* btn */
.mmag_btn {
	margin: 10px auto;
	text-align: center;
	clear: both;
	display: block;
	font-size: 16px;
	width: 360px;
	height: 46px;
	line-height: 46px;

	background: #bf402d;
	color: #fff;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.mmag_btn:hover {
	background: #a13626;
}
.domain_body {
	overflow: hidden;
	clear: both;
	float: left;
}
.domain_info {
	text-align: center;
	padding: 0;
}
cite {
	font-style: normal;
	font-size: 12px;
}
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: 144px;
	height: 28px;
	margin: 5px 1px;
	border: none;
	cursor: pointer;
	
	background: #bf402d;
	color: #fff;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#mailmagazine_form input[type=submit]:hover {
	background: #a13626;
}
#mailmagazine_form p.btn {
	padding-left: 67px;
	text-align: center;
}