@charset 'utf-8';

/* INDEX画面 */
#wrapper.howtoplay section#howto_top {
	background: url('../images/howtoplay/howtoplay_bg.jpg') no-repeat;
	text-align: center;
	position:relative;
	overflow: hidden;
	padding: 10px 0 30px 0;
}

#wrapper.howtoplay section#howto_top h2 {
	position:relative;
	margin-bottom: 10px;
}

#wrapper.howtoplay section#howto_top .copy {
	position:relative;
	margin: 10px 0;
}

#wrapper.howtoplay section #howto_list {
	margin: 10px 10px 0 10px;
}

#wrapper.howtoplay section #howto_list ul {
	width:98%;
	margin:0 auto;
	overflow: hidden;
}

#wrapper.howtoplay section #howto_list ul li {
	width:100%;
	text-align: center;
	margin-bottom: 30px;
}

#wrapper.howtoplay section #howto_list ul li span {
	display: block;
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 1.3;
	text-align: left;
	width: 320px;
	margin: 0 auto;
	color: #fffad2;
}

#wrapper.howtoplay section #howto_btn {
	position: relative;
	height:121px;
	overflow: hidden;
}

#wrapper.howtoplay section #howto_btn ul li {
	float:left;
	width: 49%;
}

#wrapper.howtoplay section #howto_btn ul li img {
	padding:0 5px;
}

/* 詳細画面 */
#wrapper.howtoplay section#howto_detail {
	background: url('../images/howtoplay/movie_bg.jpg') repeat-y;
	text-align: center;
	position:relative;
}

#wrapper.howtoplay section#howto_detail {
	padding: 20px 0 0 0;
}

#wrapper.howtoplay section#howto_detail h3 {
	margin: 0 0 15px 0;
}

#wrapper #howto_play {
	position:relative;
	background: url('../images/movie/blackopc_bg.png') repeat;
	border-bottom: 1px solid #a5915e;
}

#wrapper #howto_play p#share {
	text-align:left;
	display:block;
	position:relative;
	padding:0 0 0 0.5em;
	margin-bottom: 0.5em;
	height:25px;
}

#wrapper #howto_archive ul li {
	position:relative;
	background: url('../images/movie/blackopc_bg.png') repeat;
	border-bottom: 1px solid #a5915e;
	padding: 10px 0;
}


/* 共通 */
#wrapper.howtoplay ul.operation {
	overflow: hidden;
	width: 440px;
	margin: 40px auto 0 auto;
}

#wrapper.howtoplay ul.operation li {
	float:left;
	text-align: center;
}

#wrapper.howtoplay ul.operation li.btn {
	width:45px;
}

#wrapper.howtoplay ul.operation li.list {
	width:350px;
}



/* Global menu */

#global_menu ul li#special_on {
	cursor: pointer;
	height:51px;
	background:url('../images/common/menu/special_off.png') no-repeat;
}

#global_menu ul li#special_on.selected {
	cursor: pointer;
	height:51px;
	background:url('../images/common/menu/special_on.png') no-repeat;
}


/* how to play */
#wrapper.howtoplay section#step_top {
	background: url('../images/howtoplay/howtoplay_bg.jpg') no-repeat;
	text-align: center;
	position:relative;
	overflow: hidden;
	padding: 30px 0 30px 0;
}

#wrapper.howtoplay section#step_top h2 {
	text-align: center;
	margin-bottom: 10px;
}


/* Slide area*/
div.scrollable {
	width:480px;
	float:left;
	margin-top: 10px;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:50px; height:50px;
	background:transparent url("../images/common/prev.png") no-repeat 0 0;
	float:left;
	margin:0 10px;
	cursor:pointer;
}

a.howtotop {
	display:block;
	width:340px;
	height:50px;
	float:left;
	margin:0;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
/* next button uses another background image */
a.next, a.nextPage {
	background:transparent url("../images/common/next.png") no-repeat 0 0;
	margin-left: 10px;
	clear:right;
}

/*********** root element ***********/
/* root element for the whole scrollable setup */
.scrollable {
	position:relative;
	overflow:hidden;
	width:480px; height:247px;
	margin-bottom: 20px;
}
/* 
root element for scrollable items. It is 
absolutely positioned with large width. 
*/
#thumbs {
position:absolute;
	width:20000em;
	clear:both;
}
/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:0;
}
/* single item */
#thumbs div {
	position:relative;
	float:left;
	width:480px; height:247px;
	color:#fff;
	line-height:1.5;
}
#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;
	font-family:"bitstream vera sans";
	font-size:11px;
	color:#fff;
}
#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
#thumbs span.blue {
	position:absolute;
	bottom:0; left:0;
	font-size:10px;
}

/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
	position:relative;
	width:480px; height: 0;
	margin:0; padding:0;
	text-align:center;
	display:none;
}
/* items inside navigator */
div.navi a {
	float:left;
	width:50px; height:50px;
	margin:3px;
	background:transparent url("../common/images/next.png") no-repeat 0 0;
	cursor:pointer;
}

