@charset "UTF-8";

/* ************************************************ */
/*					  新要素						*/
/* ************************************************ */

header,footer,nav,main,section,article,aside,hgroup,section {
	display: block;
}


/* ************************************************ */
/*						common						*/
/* ************************************************ */
html {	font-size: 10px;}
body {
	background-color: #f9f9f9;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
	color: #000;
	line-height: 1.616;
}
img {
	margin: 0;
	max-width: 100%;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}
em {	font-weight: bold;}
strong {
	color: #f00;
	font-weight: bold;
}
a:link,
a:visited {
	color: #00f;
	text-decoration: none;
}
a:hover {	text-decoration: underline;}
.hover:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.mb0 {	margin-bottom: 0 !important;}
.textAlignL {	text-align: left;}
.textAlignC {	text-align: center;}
.textAlignR {	text-align: right;}



/*
	#header
============================= */
#header {
	padding: 10px 0;
	line-height: 1.5;
	color: #fff;
	background-color: #FF8E8E;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}


/*
	#main
============================= */
#main {
	margin: 0 auto 20px;
	width: 720px;
	max-width: 100%;
	background-color: #fff;
}
#main .layout {	padding: 20px 40px;}
@media (max-width:750px) {
	#main .layout {	padding: 20px 4%;}
}
#main .delivery {
	margin-bottom: 10px;
	padding-right: 10px;
	color: #777;
	font-size: 1.2rem;
	text-align: right;
}
#main h1 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 2.8rem;
}
#main .image {
	margin-bottom: 20px;
	text-align: center;
}
#main section {	margin-bottom: 100px;}
#main section.inner {	margin-bottom: 70px;}
#main section:last-child {	margin-bottom: 0;}
#main section h2 {
	margin-bottom: 1em;
	padding: 15px;
	border: 2px #ff8e8e;
	border-style: solid none;
	font-weight: bold;
	font-size: 2.2rem;
}
#main section h3 {
	margin-bottom: 1em;
	padding: 5px 10px;
	border-left: 10px solid #333;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2rem;
}
#main section p {
	margin-bottom: 1.5em;
	line-height: 2;
	font-size: 1.8rem;
}
#main section p:last-child {	margin-bottom: 0;}
#main section .image {	margin-bottom: 40px;}
#main section blockquote {
	margin-bottom: 60px;
	padding: 10px 20px 30px;
	border-radius: 5px;
	line-height: 1.616;
	background-color: #eee;
	font-size: 1.6rem;
}
#main section blockquote:last-child {	margin-bottom: 0;}
#main section blockquote::before {
	margin-bottom: 5px;
	display: block;
	content:"\f10d";
	color: #ccc;
	font-family: FontAwesome;
	font-size: 3rem;
}


/*
	#footer
============================= */
#footer {
	padding: 10px 0;
	background-color: #E5E5E5;
}
#footer .operator {
	margin: 0 auto 50px;
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
}
@media (max-width:750px) {
	#footer .operator {	width: 90%;}
}
#footer .operator a {	color: #a9a9a9;}
#footer small {
	display: block;
	font-size: 1.3rem;
	color: #000;
	text-align: center;
}