@charset "shift_jis";
/* CSS Document */
#main {
	padding: 0;
	margin: 0 auto;
	float: none;
	background-color: #fed631;
} 
#main h1 {
	height: 45px;
	margin: 0;
	color: #1e1a1b;
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	text-indent: 16px;
	background: #fed631;
}
#main h1:first-letter {
	color: #e60012;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
}
#main h1 span {
	font-size: 18px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 600;
	color: #e60012;
	padding: 0 0 0 14px;
}
.mailmagazine_body {
	overflow: hidden;
}
.mailmagazine_info {
	text-align: center;
	padding: 0 0 10px;
	overflow: hidden;
}
/* caution */
.caution {
	margin-top: 10px;
	padding: 20px;
	border-top: 3px solid #1e1a1b;
	border-bottom: 3px solid #1e1a1b;
	float: left;
	overflow: hidden;
	background: #f9f9f9;
}
.domain_body_body {
	overflow: hidden;
}
.domain_body .caution {
	margin-top: 0;
	width: 720px;
}
.caution_txt_01 {
	padding-bottom: 40px;
}
.caution_tit {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #1e1a1b;
	margin-top: 10px;
}
.domain .pink {
	color: #e60012;
}
/* btn */
.mmag_btn {
	margin: 10px auto;
	text-align: center;
	clear: both;
	display: block;

	font-size: 16px;
	width: 360px;
	height: 46px;
	line-height: 46px;
	background: #e60012;

	border-radius: 7px;
	color: #fff;
	position: relative;	
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 7px 0 #b9000e;
}
.mmag_btn:hover {
	box-shadow: 0 7px 0 #b9000e;
	color: #fff;
}
.mmag_btn:active {
	top: 7px;
	box-shadow: none;
	color: #fff;
}
.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;
}

@media screen and (max-width:779px) {
	#main h1 {
		color: #1e1a1b;
		font-size: 20px;
		font-weight: bold;
		line-height: 24px;
		text-indent: 6px;
		margin-top: 0.5em;
	}
	#main h1:first-letter {
		color: #e60012;
		font-size: 20px;
	}
	#main h1 span {
		font-size: 14px;
		font-family: 'Fira Sans Condensed', sans-serif;
		font-weight: 600;
		color: #e60012;
		padding: 0 0 0 14px;
	}
	.mmag_btn {
		width: 90%;
	}
}