h2.title_top_pic{
	margin: 0;
	padding: 0;
	text-indent:-1500px;
	display: block;
	overflow: hidden;
	height: 0;
	max-width: 100%;
	max-height: 100%;
	background: #f8f8f8;
	background-image: url(./images/manual_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 25%; /* 250 ÷ 1000 x 100 = 25 */

	position:relative;
}
h2.title_top_pic:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 0.5em rgba(255,255,255,0.6);
}



/********* index  *********/
div.search_result_text{
	background-color: #f9f9f9;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-bottom: 1px solid #ededed;
}
	div.search_result_text p{
		border-bottom: 0 solid #cccccc;
		padding-bottom: 0.3em;
		margin: 0;
		color: #808080;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.search_result_text p a{
			margin: 0;
			margin-left: 1.5em;
			padding: 0.2em 0.8em;
			background-color: #dddddd;
			color: #fff;
			font-size: 80%;
			text-decoration: none;
			position: relative;
			padding-left: 2.8em;
			border-radius: 2px; 
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.search_result_text p a:before{
				font-family: "FontAwesome";
				font-size: 150%;
				position: absolute;
				margin: auto;
				height: auto;
				left: 0.5em;
				top: 50%;
				transform: translateY(-50%);
				font-weight: normal !important;
				content: "\f021";
				color: #fff;
			}
			div.search_result_text p a:hover{
				filter: alpha(opacity=75);
				opacity:0.75;
			}



/* ############# images ############# */
div.manual_page_top {
	width: 100%;
	height: 180px;
	max-height: auto;
	position: relative;
	overflow: hidden;
}
	div.manual_page_top:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: inset 0 0 0 0.5em rgba(255,255,255,0.6);
	}
	div.manual_page_top img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	p.update{
		position: absolute;
		top: 0;
		right: 0;
		padding: 0.2em 1em;
		color: #fff;
		background-color: rgba(64,64,64,0.4);

		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

div.photo{
	width: 100%;
	height: 100%;
	position: relative;
}
	div.photo::before{
		content: "";
		display: block;
		padding-top: 60%;
	}
	div.photo img{
		width: 100%;
		height: auto;
		line-height: 0;
		position: absolute;
		bottom: 0;
	}


/* ############# images ############# */




/* ############# Tab Contents ############# */
div.tab_wrap{
	clear: both;
	margin: 10px 0 0 0;
}
div.tab_wrap ul{
	width: 96%;
	margin: auto;
	padding: 0;
	clear: both;
}

div.tab_wrap ul.tabs li{
	padding: 0.5em 1em;
	text-align: center;
	margin: 0;
	cursor: pointer;
	font-size: 90%;
	background-color: #e6e6e6;
	color: #4d4d4d;
	border-bottom: #0063a4 solid 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;

	border-top-left-radius: 3px; 
	border-top-right-radius: 3px; 
	-webkit-border-top-left-radius: 3px; /* Safari,Google Chrome用 */  
	-webkit-border-top-right-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius-topleft: 3px; /* Firefox用 */  
	-moz-border-radius-topright: 3px; /* Firefox用 */  

	box-shadow:inset 0px 10px 5px 2px #eaeaea;
	-webkit-box-shadow:inset 0px 10px 5px 2px #eaeaea;
	-moz-box-shadow:inset 0px 10px 5px 2px #eaeaea;
}
div.tab_wrap ul.tabs li a{
	text-decoration: none;
	color: #808080;
}
div.tab_wrap ul.tabs li:hover,
div.tab_wrap ul.tabs li.active{
	background-color: #c1c1c1;
	border-bottom: #c1c1c1 solid 1px;

	box-shadow:inset 0px 10px 5px 2px #cccccc;
	-webkit-box-shadow:inset 0px 10px 5px 2px #cccccc;
	-moz-box-shadow:inset 0px 10px 5px 2px #cccccc;
}
	div.tab_wrap ul.tabs li:hover a,
	div.tab_wrap ul.tabs li.active a{
		color: #ffffff;
	}


div.tabCont{
	display: none;
	border-top: #c1c1c1 solid 3px !important;
	border-left: #e8e8e8 solid 1px !important;
	border-bottom: #e8e8e8 solid 1px !important;
	border-right: #e8e8e8 solid 1px !important;
	margin-top: 0 !important;
	padding: 1em;

	border-top-left-radius: 0 !important; 
	border-top-right-radius: 0 !important; 
	-webkit-border-top-left-radius: 0 !important; /* Safari,Google Chrome用 */  
	-webkit-border-top-right-radius: 0 !important; /* Safari,Google Chrome用 */  
	-moz-border-radius-toptomleft: 0 !important; /* Firefox用 */  
	-moz-border-radius-toptomright: 0 !important; /* Firefox用 */  
}

/* ############# Tab Contents ############# */


/* ############# カジノ ############# */

div.roulette_bet{
	counter-reset: alpha;
}
	ol.alpha_roulette {
		list-style: none; 
		margin: 0;
		padding: 0;
	}
	ol.alpha_roulette > li{
		margin: 1.5em 0;
		padding: 0;
		padding-left: 3em;
		position: relative;
	}
		ol.alpha_roulette > li:before{
			counter-increment: alpha;
			content: counter(alpha, upper-alpha);      /* 表示形式を指定 */ 
			width: 28px;
			height: 28px;
			color: #fff;
			line-height: 28px;
			text-align: center;
			background-color: #093edd;
			border: dashed 2px #fff;
			position: absolute;
			font-size: 110%;
			left: 0;
			top: -0.2em;
			display:inline-block;
			zoom: 1;
			*display: inline;

			box-shadow: 0 0 0 3px #093edd;
			-moz-box-shadow: 0 0 0 3px #093edd;
			-webkit-box-shadow: 0 0 0 3px #093edd;

			border-radius: 50%; 
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
		}





/* ############# フルーツピッキング ############# */

/* グラフ用 */
table.bar_graph td{
	padding: 0 !important;
}
table.bar_graph td{
	border-left: 1px dashed #d9d9d9 !important;
	border-right: 1px dashed #d9d9d9 !important;
}
table.bar_graph td,
table.bar_graph th{
	width: 7.5% !important;
}
table.bar_graph th.fruits{
	width: 20% !important;
}
table.bar_graph th.period,
table.bar_graph td.period{
	width: 20% !important;
	text-align: center;
	padding: 3px;
}
table.bar_graph td div.full{
	display: block;
	background-color: #00a0dd;
	width: 100%;
	height: 1.5em;
	margin: 0;
}
table.bar_graph td div.f_half{
	display: block;
	float: left;
	background-color: #00a0dd;
	width: 50%;
	height: 1.5em;
	margin: 0;
}
table.bar_graph td div.b_half{
	display: block;
	float: right;
	background-color: #00a0dd;
	width: 50%;
	height: 1.5em;
	margin: 0;
}

