
/* rule
_____________________________________________________*/

#rule_area {
	border-bottom: 10px solid #333;
}
#breadcrumb {
	color: #FFF;
	background: #000;
	padding: 5.5% 0 5.5% 7%;
}
#breadcrumb p {
	font-size: 1.2rem;
}
#rule_image {
	border-bottom: 10px solid #333;
}
#rule_image img {
	width: 100%;
	height: auto;
}
#rule_area li {
	background: url(../img/icon_shinobi.png) 7.5% 58% no-repeat,
				url(../../common/img/next_arrow.png) no-repeat 93% 55%,
				#DFDFCE;
	background-size: 16% auto,8% auto;
}
#rule_area li a {
	display: block;
	padding: 9% 0 9% 5%;
}
#rule_area li img {
	width: 36%;
	height: auto;
	margin-left: 23%;
}
#rule_area li:nth-child(even) {
	background: url(../img/icon_shinobi.png) 7.5% 58% no-repeat,
				url(../../common/img/next_arrow.png) no-repeat 93% 55%,
				#F5F5F1;
	background-size: 16% auto,8% auto;
}


/* rule list
_____________________________________________________*/

#rule_list_area {
	border-bottom: 10px solid #333;
}
#rule_title {
}
#rule_title img {
	width: 100%;
	height: auto;
}
#rule_list_area li {
	background: url(../../common/img/next_arrow.png) no-repeat 93% 85%,
				#DFDFCE;
	background-size: 8% auto;
	position: relative;
}
#rule_list_area li a {
	display: block;
	padding: 6% 0 7.5% 5%;
}
#rule_list_area li img {
	width: 53.5%;
	height: auto;
	float: left;
}
#rule_list_area li:nth-child(even) {
	background: url(../../common/img/next_arrow.png) no-repeat 93% 85%,
				#F5F5F1;
	background-size: 8% auto;
}
.rule_info {
	width: 32%;
	float: left;
	margin-left: 4%;
}
.rule_info p {
	font-size: 1.2rem;
}
.rule_info p:first-child {
	margin-bottom: 4%;
}
#transition_btns {
}
#more_features {
	width: 100%;
}
#more_features img {
	width: 100%;
	height: auto;
}
#back_btns {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#go_top_btn {
	display: table-cell;
	width: 50%;
}
#go_top_btn img {
	width: 100%;
	height: auto;
}
#back_btn {
	display: table-cell;
	width: 50%;
}
#back_btn img {
	width: 100%;
	height: auto;
}

/* rule detail
_____________________________________________________*/

#rule_detail_area {
	background: #DFDFCE;
}
#rule_detail_title {
	padding: 8.5% 0;
	font-size: 1.2rem;
	border-bottom: 10px solid #000;
	background: url(../img/icon_shinobi.png) 7.5% 55% no-repeat,
				#F5F5F1;
	background-size: 17.5% auto;
}
#rule_detail_title h1 {
	margin-left: 30%;
	margin-bottom: 3%;
	font-weight: bold;
}
#rule_detail_title p {
	margin-left: 30%;
}
#rule_detail_image {
	width: 100%;
	margin: 0;
	background: #fff;
	position: relative;
	border-bottom: 10px solid #000;
	overflow: hidden;
}
#rule_detail_image img {
	width: 100%;
	height: auto;
	position: relative;
}
/* slider 見せ掛け */
.flex-control-paging li a.flex-active {
	background: #FF5B00;
	cursor: default;
}
.flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	background: #999;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-nav li {
	margin: 0 13px;
	display: inline-block;
	zoom: 1;
}
#slide_nav {
	height: 50px;
	position: relative;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	top: 20px;
	text-align: center;
}
.flex-direction-nav .flex-prev {
	left: 1%;
	width: 30px;
	height: 30px;
	background: url(../img/slide_arrow_prev.png) no-repeat center center;
	background-size: 45% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.flex-direction-nav .flex-next {
	right: 1%;
	width: 30px;
	height: 30px;
	text-align: right;
	background: url(../img/slide_arrow_next.png) no-repeat center center;
	background-size: 45% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 3%;
	height: auto;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
}
#rule_detail_image img {
	transition: 1s;
	position: relative;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-transition: translate3d(0,0,0);
	-webkit-transition: translate3d(0,0,0);
	transition: translate3d(0,0,0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#rule_detail_image img.left {
/*
	transform: translateX(100%);
	-webkit-transform : translateX(100%);
*/
	opacity: 0;
}
#rule_detail_image img.right {
/*
	transform: translateX(-100%);
	-webkit-transform : translateX(-100%);
*/
	opacity: 0;
}

/* slider 見せ掛け END */

#rule_detail {
	width: 86%;
	padding: 0 7%;
}
#rule_detail_outline {
	padding-bottom: 8%;
	position: relative;
}
#rule_detail_outline p {
	padding: 2% 5%;
	font-size: 1.2rem;
	border: 4px solid #333;
	background: #FFF;
	word-break: break-all;
}
#rule_detail_outline a {
	text-decoration: underline;
}
#facebook_share {
	padding-bottom: 8%;
}
#share_btn {
	/* [disabled]padding: 2% 0; */
	padding: 10px 0;
	margin: 0 auto;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	line-height: 1;
	/* [disabled]background: url(../img/share.png) no-repeat left 49%; */
	/* [disabled]background-size: 58px 20px; */
}
.fb-share-button {
	/* [disabled]height: 20px; */
}
#advanced_technique {
	background: #FFF;
	border-bottom: 10px solid #000;
}
#advanced_technique_title {
	width: 100%;
}
#advanced_technique_title img {
	width: 100%;
	height: auto;
}
#advanced_technique_text {
	padding: 4%;
	margin: 0 auto;
	position: relative;
}
#advanced_technique_text img {
	width: 100%;
	height: auto;
}
#advanced_technique_text p {
	padding: 0 5% 3% 10%;
	font-size: 1.2rem;
	word-break: break-all;
	background: url(../img/scroll_body.png) repeat-y top left;
	background-size: 100% auto;
/*
	width: 74%;
	padding-left: 10%;
	font-size: 1.2rem;
	word-break: break-all;
	position: absolute;
	top: 15%;
*/
}
#scroll_shinobi {
	width: 16%;
	position: absolute;
	bottom: 0;
	right: 0px;
}
#scroll_shinobi img {
	width: 100%;
	height: auto;
}
.fb-like,
.fb_iframe_widget {
	line-height: 1;
}





