@charset "UTF-8";

/*------------------------------

Reset

------------------------------*/
body {
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,ul,ol,dl,dt,dd,li,form,iframe {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	
}
li {
	list-style-type: none;
}

/*------------------------------

Base

------------------------------*/
body {
	background: #FFF;
	color: #333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
}

/*------------------------------

Header

------------------------------*/
#header {
	height: 384px;
	background: #000 url(../images/header_bg.jpg) no-repeat center top;
}
#header .inner {
	width: 1000px;
	margin: 0 auto;
	background: #000 url(../images/header_bg.jpg) no-repeat center top;
}
#header #site-title {
	width: 366px;
	height: 384px;
	text-indent: -9999px;
	margin-left: 85px;
	background: url(../images/header_title.gif) no-repeat left top;
}

#contents {
	width: 1000px;
	margin: 0 auto;
}

#intro {
	width: 840px;
	margin: 0 auto;
	padding: 35px 80px;
	font-size: 15px;
	line-height: 1.7em;
}


/*------------------------------

About

------------------------------*/
#about {
	width: 870px;
	margin: 0 65px 40px;
	border: solid 5px #000;
	padding-bottom: 45px;
}
#about .info {
	padding: 30px 30px 40px;
	color: #000;
	overflow: hidden;
}
#about .info dl {
	clear: both;
}
#about .info dt,
#about .info dd {
	float: left;
	padding-bottom: 20px;
}
#about .info dt {
	width: 5em;
	font-size: 18px;
	font-weight: 700;
	padding-left: 24px;
	padding-right: 5px;
	background: url(../images/list_dot.gif) no-repeat left 3px;
}
#about .info dd {
	width: 685px;
}
#about .info dd .appendix {
	font-size: 12px;
	color: #333;
	line-height: 1.7em;
	padding-top: 5px;
	padding-left: 5px;
}
#about .info dd strong {
	font-size: 20px;
}
#about .info .ex dt {
	width: 7em;
}
#about .info .ex dd {
	width: 645px;
}

#about .btn-form {
	clear: both;
	width: 478px;
	height: 83px;
	margin: 0 auto 40px;
}
#about .btn-form a {
	display: block;
	width: 478px;
	height: 83px;
	line-height: 83px;
	background: #e30000;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}
#about .btn-form a:hover {
	background: #FF3333;
}
#about .terms {
	overflow: auto;
	padding: 22px;
	width: 780px;
	height: 175px;
	margin: 0 auto;
	box-sizing: border-box;
	border: solid 1px #999999;
}

/*------------------------------

W Chance

------------------------------*/
#wchance {
	width: 870px;
	margin: 0 65px 50px;
	border: solid 5px #000;
	padding-bottom: 30px;
}
#wchance .intro {
	margin: 30px 35px 20px;
}
#wchance .target {
	margin: 0 auto 40px;
	width: 700px;
}
#wchance .target table {
	border-collapse: collapse;
	width: 700px;
}
#wchance .target th {
	width: 150px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	background: #cccccc;
	border: solid 2px #CCCCCC;
}
#wchance .target td {
	padding: 12px;
	border: solid 2px #CCCCCC;
}
#wchance .target td li {
	line-height: 1.4em;
	font-size: 14px;
}
#wchance .t1 {
	text-align: center;
	margin-bottom: 55px;
}
#wchance .present {
	text-align: center;
	margin-bottom: 35px;
}
#wchance .t2 {
	text-align: center;
	font-size: 16px;
}

/*------------------------------

Footer

------------------------------*/
#footer {
	background: #000;
	padding-top: 55px;
	min-width: 1000px;
}
#footer .footer-link {
	width: 448px;
	height: 89px;
	margin: 0 auto 52px;
}
#footer .footer-link a {
	display: block;
	width: 446px;
	height: 87px;
	font-size: 0;
	line-height: 1;
	border: solid 1px #FFF;
}
#footer .footer-link a:hover {
	border: solid 1px #e30000;
}
#footer .copyright {
	color: #5e5e5e;
	font-size: 11px;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 10px;
}