@charset "utf-8";

@import url("../../common/css/designparts.css");

/* ──────────────────────────────
	レイアウト
────────────────────────────── */

/* main
────────────────────────────── */

h1{
	padding-bottom:31px !important;
}

h2#title{
	text-align:left;
	margin-bottom:20px;
}

/* surprise
────────────────────────────── */

div.surprise{
	height:400px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	margin-bottom:30px;
	width:650px;
}

div.surprise .txt{
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

div.surprise p.more{
	border:1px #333333 solid;
	background:#333333;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000;
	background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #333333 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	position:absolute;
	right:20px;	bottom:20px;
	width:205px;
}

div.surprise p.more a{
	color:#FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	display:block;
	letter-spacing:0.1em;
	padding:5px 10px;
	position:relative;
	text-decoration:none;
	text-align:left;
}

div.surprise p.more a span{
	background:url(../../common/img/arrow/r_gold.png) no-repeat right center;
	display:block;
	padding-right:20px;
}

div#s_01{
	-webkit-border-radius:10px;
	border-radius:10px; 
	background:url(../img/surprise/01.png) no-repeat;
	position:relative;
}
div#s_02{
	-webkit-border-radius:10px;
	border-radius:10px; 
	background:url(../img/surprise/02.png) no-repeat;
	position:relative;
}
div#s_03{
	-webkit-border-radius:10px;
	border-radius:10px; 
	background:url(../img/surprise/03.png) no-repeat;
	position:relative;
}
div#s_04{
	-webkit-border-radius:10px;
	border-radius:10px; 
	background:url(../img/surprise/04.png) no-repeat;
	position:relative;
}
div#s_05{
	-webkit-border-radius:10px;
	border-radius:10px; 
	background:url(../img/surprise/05.png) no-repeat;
	margin-bottom:0 !important;
	position:relative;
}