@charset "utf-8";

/*-------------------------------------------------------------------
	* welcome.css
	* site name : チャンスイット
	* description : 懸賞LP
	* since, author : 2010/12/17, SAYAKA Sera
	* import : web/present/welcome.jsp
-------------------------------------------------------------------*/

/*
=====================================================================
* ヘッダー
=====================================================================
*/
#header {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
h1 {
	margin: 0;
	width: 950px;
	height: 280px;
	overflow: hidden;
	position: relative;
}
h1 img {
	position: absolute;
	top: 0;
	left: 0;
}
/* お問合せ */
#contact-head {
	width: 950px;
	height: 69px;
	margin: 0;
	background: url("/img/present/welcome/head-contact-bg.gif") repeat-x 0 0;
	overflow: hidden;
}
#contact-head .txt {
	float: left;
	width: 557px;
	height: 26px;
	margin: 22px 0 0 45px;
	overflow: hidden;
	position: relative;
}
*html #contact-head .txt {
	margin: 22px 0 0 22px;
}
#contact-head .txt img {
	position: absolute;
	top: 0;
	left: 0;
}
#contact-head .btn {
	float: right;
	width: 298px;
	height: 57px;
	margin: 6px 15px 0 0;
	overflow: hidden;
}
*html #contact-head .btn {
	margin: 6px 8px 0 0;
}
#contact-head .btn a {
	display: block;
	width: 298px;
	height: 57px;
	overflow: hidden;
	position: relative;
}
#contact-head .btn a img {
	position: absolute;
	top: 0;
	left: 0;
}
#contact-head .btn a:hover img {
	position: absolute;
	top: -57px;
	left: 0;
}
/*
=====================================================================
* コンテンツ
=====================================================================
*/
#article {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#merit,
#howto,
#jisseki {
	width: 944px;
	padding: 0 0 10px;
	border-left: 3px solid #fa6767;
	border-right: 3px solid #fa6767;
	border-bottom: 3px solid #fa6767;
	overflow: hidden;
}
/* ---------------------------------------3つのメリット */
h2#merit-ttl {
	clear: both;
	width: 950px;
	height: 71px;
	margin: 10px auto 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
h2#merit-ttl img {
	position: absolute;
	top: 0;
	left: 0;
}
.meritbox {
	margin: 2px 12px;
}
.meritbox .merit1 {
	float: left;
	width: 296px;
	margin: 0 10px 0 0;
	background-color: #fff3f3;
	border: 2px solid #f98e80;
}
.meritbox .merit2 {
	float: left;
	width: 296px;
	background-color: #fff3f3;
	border: 2px solid #f98e80;
}
.meritbox .merit3 {
	float: right;
	width: 296px;
	background-color: #fff3f3;
	border: 2px solid #f98e80;
}
.meritbox .merit1 h3,
.meritbox .merit2 h3,
.meritbox .merit3 h3 {
	width: 284px;
	height: 152px;
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
}
.meritbox .merit1 h3 img,
.meritbox .merit2 h3 img,
.meritbox .merit3 h3 img {
	position: absolute;
	top: 0;
	left: 0;
}
.meritbox .merit1 .txt,
.meritbox .merit2 .txt,
.meritbox .merit3 .txt {
	width: 284px;
	margin: 5px auto 6px;
	overflow: hidden;
	background: url("/img/present/welcome/merit-dtl-bg.gif") no-repeat 0 bottom;
}
.meritbox .merit1 .txt p,
.meritbox .merit2 .txt p,
.meritbox .merit3 .txt p {
	padding: 8px;
	background: url("/img/present/welcome/merit-dtl-top.gif") no-repeat 0 0;
	font-size: 108%;
	line-height: 1.4;
	min-height: 11.2em;
}
*html .meritbox .merit1 .txt p,
*html .meritbox .merit2 .txt p,
*html .meritbox .merit3 .txt p {
	height: 11.2em;
}
.meritbox .merit1 .txt p em,
.meritbox .merit2 .txt p em,
.meritbox .merit3 .txt p em {
	color: #f40006;
}
.support {
	width: 921px;
	height: 93px;
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
}
.support img {
	position: absolute;
	top: 0;
	left: 0;
}
/* ---------------------------------------HOW TO */
h2#howto-ttl {
	width: 950px;
	height: 119px;
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
h2#howto-ttl img {
	position: absolute;
	top: -91px;
	left: 0;
}
.howtobox {
	width: 921px;
	margin: 5px auto 10px;
	padding: 0 0 15px;
	overflow: hidden;
	background: url("/img/present/welcome/howto-bg.gif") no-repeat 0 bottom;
}
.howtobox h3 {
	width: 921px;
	height: 76px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.howtobox h3 img {
	position: absolute;
	top: 0;
	left: 0;
}
.howtobox .img {
	float: left;
	width: 179px;
	margin: 13px 0 0 11px;
}
*html .howtobox .img {
	margin: 13px 0 0 6px;
}
.howtobox p {
	float: left;
	width: 702px;
	margin: 13px 11px 0 11px;
	font-size: 116%;
	line-height: 1.4;
}
*html .howtobox p {
	margin: 13px 6px 0 11px;
}
.howtobox p em {
	color: #f40006;
}
/* ---------------------------------------実績 */
h2#jisseki-ttl {
	width: 950px;
	height: 119px;
	margin: 20px 0 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
h2#jisseki-ttl img {
	position: absolute;
	top: -230px;
	left: 0;
}
#jisseki dl {
	margin: 15px auto;
	overflow: hidden;
	height: 1%;
}
#jisseki dl dt {
	float: left;
	width: 197px;
	height: 134px;
	margin: 0 0 0 11px;
	overflow: hidden;
	position: relative;
}
*html #jisseki dl dt {
	margin: 0 0 0 6px;
}
#jisseki dl dt img {
	position: absolute;
	top: 0;
	left: 0;
}
#jisseki dl dd {
	float: left;
	width: 702px;
	margin: 30px auto 0 8px;
	font-size: 116%;
	line-height: 1.4;
}
#jisseki dl dd em {
	color: #f40006;
}
.pmark {
	width: 921px;
	height: 88px;
	margin: 15px auto 0;
	overflow: hidden;
	position: relative;
}
.pmark img {
	position: absolute;
	top: 0;
	left: 0;
}
/* ---------------------------------------お問合せ */
.contact {
	width: 950px;
	height: 186px;
	margin: 20px 0 0;
	background: url("/img/present/welcome/contact-bg.gif") no-repeat 0 0;
	overflow: hidden;
}
.contact h4.msg1 {
	float: left;
	width: 462px;
	height: 123px;
	margin: 31px 0 0 93px;
	overflow: hidden;
	position: relative;
}
.contact h4.msg2 {
	float: left;
	width: 479px;
	height: 111px;
	margin: 38px 0 0 93px;
	overflow: hidden;
	position: relative;
}
.contact h4.msg3 {
	float: left;
	width: 479px;
	height: 111px;
	margin: 38px 0 0 93px;
	overflow: hidden;
	position: relative;
}
*html .contact h4.msg1,
*html .contact h4.msg2,
*html .contact h4.msg3 {
	margin: 31px 0 0 46px;
}
.contact h4.msg1 img,
.contact h4.msg2 img,
.contact h4.msg3 img {
	position: absolute;
	top: 0;
	left: 0;
}
.contact .btnbox {
	float: right;
	width: 340px;
	margin: 41px 17px 0 0;
}
*html .contact .btnbox {
	margin: 41px 9px 0 0;
}
.contact .btnbox .txt {
	width: 278px;
	height: 25px;
	margin: 0 0 0 30px;
	overflow: hidden;
	position: relative;
}
.contact .btnbox .txt img {
	position: absolute;
	top: 0;
	left: 0;
}
.contact .btnbox .btn {
	width: 340px;
	height: 83px;
	margin: 5px 0 0;
	overflow: hidden;
}
.contact .btnbox .btn a {
	display: block;
	width: 339px;
	height: 82px;
	overflow: hidden;
	position: relative;
}
.contact .btnbox .btn a img {
	position: absolute;
	top: 0;
	left: 0;
}
.contact .btnbox .btn a:hover img {
	position: absolute;
	top: -82px;
	left: 0;
}
/* ---------------------------------------投稿してみませんか */
#invitation {
	width: 950px;
	height: 134px;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}
#invitation img {
	position: absolute;
	top: 0;
	left: 0;
}
/* ---------------------------------------ページトップ */
.pagetop {
	margin: 0;
	float: right;
}
.pagetop p {
	width: 132px;
	height: 18px;
	overflow: hidden;
	position: relative;
}
.pagetop p img {
	position: absolute;
	top: 0;
	left: 0;
}
/*
=====================================================================
* フッター
=====================================================================
*/
#footer {
	margin: 20px auto 0;
	padding: 20px 0;
	width: 950px;
	border-top: 5px solid #ffcaca;
}
#footer {
	margin: 20px auto 0;
	padding: 20px 0;
	width: 950px;
	border-top: 5px solid #ffcaca;
}
#footer .link {
	position: relative;
	overflow: hidden;
}
#footer .link ul {
	position: relative;
	left: 50%;
	float: left;
}
#footer .link ul li {
	position: relative;
	left: -50%;
	float: left;
	padding: 0 8px;
	border-right: 1px solid #000;
}
#footer .link ul li.last {
	border-right-style: none;
}
#footer .link ul li a,
#footer .link ul li a:link {
	color: #000;
	text-decoration: none;
}
#footer .link ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#footer p {
	margin: 15px auto 0;
	text-align: center;
	line-height: 1.4;
}
