/***** system *****/

.system{
	margin			: 0 0 10px 0;
}

#hbox_text01{
	color			: #867d66;
	font-size		: 16px;
	font-weight		: bold;
	line-height		: 20px;
	padding			: 10px 5px;
}

#hbox_text02{
	color			: #ffffff;
	font-size		: 12px;
	line-height		: 18px;
	padding			: 10px 5px;
}



.system table{
	width			: 100%;
	font-size		: 13px;
	line-height		: 18px;
	margin			: 0 0 10px 0;
}

.system tr{
	vertical-align	: top;
}

.system th{
	width			: 55%;
	border-bottom		: 1px dotted #3b352b;
	padding			: 4px 0 3px 0;
}

.system th p{
	color			: #867d66;
	padding			: 0 5px 0 5px;
}

.system td{
	border-bottom		: 1px dotted #3b352b;
	padding			: 4px 0 3px 0;
}

.system td p{
	font-size		: 13px;
	text-align		: right;
	padding			: 0 5px 0 5px;
}

.system tr:last-child th,
.system tr:last-child td{
	border-bottom	: none;
}

.play{
	display			: block;
	margin			: 0 0 0 5px;
	padding			: 10px 0 0 0;
}

.play:after{
	content			: "";
	display			: block;
	clear			: both;
}

.play li{
	float			: left;
	width			: 33%;
	height			: 32px;
}

.play li:nth-child(3n+2){
	width			: 34%;
}

.play li p{
	width			: 95%;
	font-size		: 11px;
	line-height		: 25px;
	margin			: 0 auto;
	text-align		: center;
	color			: #000000;
	border			: 1px solid #3b352b;
	border-radius		: 1px;
	-webkit-border-radius	: 1px;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#ffe500), to(#ffe500));
}

.boxtxt{
	font-size		: 10px;
	line-height		: 14px;
	padding			: 0 5px 0 5px;
}

.boxtxt span{
	color:#ff6666;
}


#guide{
	padding			: 5px 0 0 0;
}

/* caution */

.caution{
	margin			: 0 0 0 0;
}

.caution div{
	font-size		: 13px;
	line-height		: 16px;
	margin			: 10px 0 0 0;
	padding			: 0 10px;
}

.caution ul{
	margin			: 0 0 10px 0;
}

.caution ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

.caution li{
	font-size		: 12px;
	line-height		: 16px;
	color			: #999999;
	border-bottom	: 1px dotted #3b352b;
}

.caution li p{
	padding			:  5px 10px 4px 10px;
}

.caution .boxtxt{
	color			: #999999;
}



#magabox{
	margin: 0 5px;
	border			: 1px solid #705a31;
	background: #a29e8f; /* Old browsers */
	background: -moz-linear-gradient(top,  #a29e8f 0%, #dad6c7 50%, #a29e8f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a29e8f), color-stop(50%,#dad6c7), color-stop(100%,#a29e8f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a29e8f 0%,#dad6c7 50%,#a29e8f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a29e8f 0%,#dad6c7 50%,#a29e8f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a29e8f 0%,#dad6c7 50%,#a29e8f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a29e8f 0%,#dad6c7 50%,#a29e8f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29e8f', endColorstr='#a29e8f',GradientType=0 ); /* IE6-9 */
}

#magabox a{
	display: block;
	padding: 5px;
}

#magabox h4{
	color: #2b1e08;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

#magabox p{
	color: #51421f;
	font-size: 12px;
	line-height: 16px;
}

#magabox div{
	text-align: right;
}

#magabox div font{
	background: #4d4331;
	padding: 2px 5px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #4d4331;
	border-radius		: 3px;
   	-webkit-border-radius	: 3px;
  	-moz-border-radius	: 3px;
}

#creabox{
	margin: 5px 5px 0 5px;
}

#creabox h4{
	font-size: 16px;
	line-height: 22px;
}

#creabox h4 span{
	color: #e4e0ae;
}

#creabox .creimg{
	text-align: center;
}

#creabox p{
	font-size: 12px;
	line-height: 16px;
}

#creabox p span{
	color: #ff6666;
}

#creabox .t_1{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #3b352b;
}

#guidebox{
	margin: 0 5px;
}

#guidebox h4{
	font-size: 16px;
	line-height: 22px;
	color: #9bcc80;
}

#guidebox p{
	font-size: 12px;
	line-height: 16px;
}

#guidebox p a{
	color: #ffffff;
	text-decoration: underline;
}

#guide2 li{
	border-bottom: 1px dotted #3b352b;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#guide2 li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

#guide2 li div{
	margin: 0 5px;
	font-size: 14px;
	line-height: 24px;
	background: url("../../system/img/th_p.png") no-repeat 0 50%;
	background-size		: 98px 20px;
	-webkit-background-size	: 98px 20px;
	-moz-background-size	: 98px 20px;
	text-indent: 30px;
	color: #af9d6f;
	margin: 5px 0;
}

#guide2 li p{
	font-size: 12px;
	line-height: 16px;
	margin: 0 10px;
}

#guide2 li p span{
	color: #ff6666;
}

#guide2 li p font{
	color: #867d66;
}



.title font{
	display			: block;
	background: url("../img/close.png") no-repeat right center;
	background-size		: 25px 25px;
	-webkit-background-size	: 25px 25px;
	-moz-background-size	: 25px 25px;
	margin			: 0 10px;
}

.bt_open font{
	display			: block;
	background: url("../img/open.png") no-repeat right center;
	background-size		: 25px 25px;
	-webkit-background-size	: 25px 25px;
	-moz-background-size	: 25px 25px;
	margin			: 0 10px;
}

.sysclose{
	display		: none;
}

.tlast{
	margin			: 0 0 10px 0;
}

#telnumber_top{
	margin-top		: 10px;
}

