@charset "utf-8";
/* reset and common
========================================== */
#solitaireLP{
	background: url(/static/img/pages/lp/solitaire/bg_all.gif?v=1) repeat 0 0;
	width: 950px;
	margin:0 auto;
	position: relative;
}
#solitaireLP:before{
	background: url(/static/img/pages/lp/solitaire/bg_all_top.gif?v=2) repeat 0 0;
	content: "";
	height: 12px;
	width: 950px;
	display: block;
	margin:0 auto;
	position: absolute;
	top:0;
}
#solitaireLP:after{
	background: url(/static/img/pages/lp/solitaire/bg_all_bottom.gif?v=2) repeat 0 0;
	content: "";
	height: 12px;
	width: 950px;
	display: block;
	margin:0 auto;
	position: absolute;
	bottom: -12px;
	visibility: visible;
}
#solitaireLP .inner{
	margin:16px;
	border:2px solid #080405;
	margin-top: 0px;
}

/* entry button
========================================== */

#solitaireLP .entry_btn a{
	display: block;
	width: 370px;
	height: 75px;
	background: url(/static/img/pages/lp/solitaire/btn_entry.png?v=1) no-repeat 0 0;
	margin: 0 auto;
	text-indent: -9999px;
	z-index: 100;
}
#solitaireLP .entry_btn a:hover{
	background-position: 0 -75px;
}

/* main title
========================================== */
#solitaireLP .main_title{
	height: 115px;
	padding-top: 290px;
	background: url(/static/img/pages/lp/solitaire/bg_head.png?v=1) no-repeat center top;

}
#solitaireLP .main_title p{
	width: 469px;
	height: 405px;
	background: url(/static/img/pages/lp/solitaire/img_head.png?v=1) no-repeat center top;
	margin:-308px -4px -110px auto;
}


/* section1
========================================== */
#solitaireLP .section1{
	background:url(/static/img/pages/lp/solitaire/bg_desc.gif?v=1) repeat 0 0;
	width: 914px;
	margin:0 auto;
	position: relative;
}
#solitaireLP .section1 .bg_top{
	background: url(/static/img/pages/lp/solitaire/bg_desc_top.png?v=1) no-repeat 0 0;
	height: 28px;
}
#solitaireLP .section1 .bg_bottom{
	background: url(/static/img/pages/lp/solitaire/bg_desc_bottom.png?v=1) no-repeat 0 0;
	height: 28px;
}
#solitaireLP .section1:before{
	content: "";
	background: url(/static/img/pages/lp/solitaire/kyara_desc.png?v=1) no-repeat 0 0;
	width: 102px;
	height: 166px;
	display: block;
	position: absolute;
	bottom:20px;
	right: 0;
}

#solitaireLP .section1 h2{
	background: url(/static/img/pages/lp/solitaire/title_desc.png?v=1) no-repeat 0 0;
	width: 323px;
	height: 62px;
	display: block;
	margin:10px;
}

#solitaireLP .section1 ul{
	width: 730px;
	margin:0 auto 40px;
	_width:740px;
}
#solitaireLP .section1 li{
	width: 200px;
	float: left;
	margin:5px;
}
#solitaireLP .section1 li.iconArrow{
	background: url(/static/img/pages/lp/solitaire/icon_arrow.png?v=1) no-repeat right 85px;
	width: 250px;
}

/* footer
========================================== */
#solitaireLP .footer{
	margin: 30px;
}

/*copy*/
p.copy{
	color: #3c0000;
	text-align: center;
	font-size: 14px;
	margin:15px 0 10px;
}

/* text hidden
============================================== */
#solitaireLP .main_title h1,
#solitaireLP .section1 h2,
#solitaireLP .text_hidden,
.entry{
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9000px\9;
}
