@charset "UTF-8";

/*--------------------------------------------------
 *リセット*
 -------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,dd,dt,dl,
a, ul, li,figure, figcaption, footer, header, hgroup
{
	margin: 0;
	padding: 0;
 	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html{
  	line-height: 1;
}

ol, ul{
  	list-style: none;
}

a img{
	border: none;
}


/*----------------------基本構造*/

a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75;
}

a:link {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #fff;
}

a:visited {
	color: #534741;
}

.clear {
	clear:both;
	margin-bottom:20px;
}




body {
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background-color: #f99393;
	background-image: url(../images/bg.gif)
}

div.container {
	width: 960px;
	margin: 0 auto;
}

div.container h1 {
	margin-bottom: -50px;
}

header,footer {
	width: 960px;
	margin: 20px auto;
}

footer p.copy {
	margin: 15px 0;
	text-align: center;
}

div.main {
	width: 680px;
	background-color: #fff;
	margin: 0 auto;
	padding: 40px 140px;
	
	/* ボックスを角丸にする */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

div.main p.read {
	margin: 20px 0;
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
	font-size: 1em;
}

div.main p img {
	margin:20px 0 0 0;
}

div.main h2 {
	width: 680px;
	margin: 20px 0;
	padding: 20px 0;
	background: #f93e3e;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: .2em;
	/* ボックスを角丸にする */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.main ul {
	list-style: none;
	line-height: 1.7;
	padding:0 10px 0 30px;
	
}
div.main li {
	margin: .7em 0;
	position: relative;
}

div.main li:first-child {
	margin-top: 0;
}

div.main li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 13px;
	height: 13px;
	background-color: #f93e3e;
	border-radius: 100%;
}

div.main li strongs {
	font-weight:bold;
	
}

/*----------------------えんぶチャート2017概要*/

div.main div.box_boshu {
	width: 680px;
}

div.main div.box_boshu .left {
	width: 310px;
	float: left;
}

div.main div.box_boshu .right {
	width: 310px;
	float: right;
}

div.main div.box_boshu h3 {
	width: 310px;
	margin: 10px 0;
	padding: 10px 0;
	background: #f93e3e;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: .2em;
	/* ボックスを角丸にする */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.main div.box_boshu p {
	width: 300px;
	line-height: 1.7;
	margin: 10px 0;
}

div.main div.info {
	margin: 30px 0;
}

div.main div.info ul {
	list-style: none;
	line-height: 1.3;
	padding: 20px 10px 20px 30px;
	border:1px solid #f93e3e;
	/* ボックスを角丸にする */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
div.main div.info li {
	margin: .4em 0;
	position: relative;
}

div.main div.info li:first-child {
	margin-top: 0;
}

div.main div.info li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 13px;
	height: 13px;
	background-color: #f93e3e;
	border-radius: 100%;
}

/*----------------------プレゼントの内容*/

div.main div.box_present {
	width: 680px;
	margin:30px 0;
}

div.main div.box_present .left {
	width: 170px;
	float: left;
}

div.main div.box_present .right {
	width: 480px;
	float: right;
}

div.main div.box_present .right h5{
	color:#b49848;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;
}


div.main div.box_present .right p {
	color:#000;
	font-size:.8em;
	line-height:1.5;
	margin-bottom:10px;
}

/* div.main div.box_present .right p:last-child {
	margin-bottom:10px;
} */

div.main div.wait {
	background: #e50012;
	color:#fff;
	font-size:2em;
	text-align:center;
	font-weight:bold;
	padding:15px;
	clear:both;
	/* ボックスを角丸にする */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}





