main{
	padding-bottom: 0;
}
/***** system *****/
.topimg{
	font-size		: 0;
	line-height		: 0;
	text-align		: center;
	margin			: 10px 0 10px 0;
}

.topimg img{
	max-width: 840px;
	width: 100%;
}


.syscon{
	background: rgba(255,255,255,0.8);
	margin: 10px 10px 20px;
	padding: 20px 10px;
}

.syscon h3{
	color: #ff72a4;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

.syscon h4{
	color: #7f5a2a;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 15px;
	text-align: center;
}

.syscon .s1{
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #b367db;
	padding: 0 0 15px 0;
	text-align: center;
}

.syscon .s1 em{	color: #ff3333;}

.syscon .s2{
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-top: 1px dotted #ffcbda;
	border-bottom: 1px dotted #ffcbda;
	text-align: center;
}

.syscon .s2 em{	color: #ff72a4;}

.syscon .s3{
	font-size: 11px;
	line-height: 20px;
	text-align: left;
}

/** sys2 **/

#sys2{
	padding: 15px 0 0;
	margin: 0 10px 20px;
}

#sys2 .sys{
	margin: 0 0 10px;
}

#sys2_1{
	margin: 0 0 15px 0;
	border: 1px solid #ffeef3;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: -moz-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: -o-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: -ms-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: linear-gradient(90deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sys2_1 p{
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 17px 0;
	background: url(img/sys2_1.png) no-repeat center center;
}

#sys2_1 p span{
	color: #ff72a4;
}

#price{
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px;
}

#price div{
	width: 100%;
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.prbox{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	border: 1px solid #f0ead2;
	padding: 0 20px;
	background: -webkit-linear-gradient(45deg, #f0ead2 0%, #fffcef 49%, #f0ead2 100%);
	background: -moz-linear-gradient(45deg, #f0ead2 0%, #fffcef 49%, #f0ead2 100%);
	background: -o-linear-gradient(45deg, #f0ead2 0%, #fffcef 49%, #f0ead2 100%);
	background: -ms-linear-gradient(45deg, #f0ead2 0%, #fffcef 49%, #f0ead2 100%);
	background: linear-gradient(45deg, #f0ead2 0%, #fffcef 49%, #f0ead2 100%);
}

.prbox2{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	border: 1px solid #ffcbda;
	padding: 0 20px;
	background: -webkit-linear-gradient(45deg, #ffecf1 0%, #fff9fb 49%, #ffecf1 100%);
	background: -moz-linear-gradient(45deg, #ffecf1 0%, #fff9fb 49%, #ffecf1 100%);
	background: -o-linear-gradient(45deg, #ffecf1 0%, #fff9fb 49%, #ffecf1 100%);
	background: -ms-linear-gradient(45deg, #ffecf1 0%, #fff9fb 49%, #ffecf1 100%);
	background: linear-gradient(45deg, #ffecf1 0%, #fff9fb 49%, #ffecf1 100%);
}

.prt{
	width: 60px;
	font-size: 30px;
	text-align: center;
}

.prbox em, .prbox th{	color: #9e7a25;}
.prbox2 th{	color: #ff72a4;}

#price table{
	width: 100%;
}

#price tr{
	vertical-align: middle;
}

#price th{
	width: 50%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 7px 0;
}

#price td{
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 7px 0;
}

#price tr:last-child th,
#price tr:last-child td{	border: none;}

.prbox th, .prbox td{	border-color: #dfd6b4;}
.prbox2 th, .prbox2 td{	border-color: #ffccde;}

#price #prbox1{
	position: relative;
	margin-bottom: 45px;
}

#price #prbox1:after{
	content			: "";
	display			: block;
	clear			: both;
	position: absolute;
	bottom: -26px;
	left : -webkit-calc(50% - 15px);
	left : calc(50% - 15px);
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#sys2 .obox{
	width: 100%;
	font-size: 0;
	line-height: 0;
	background: #ffecf1;
	border: 1px solid #ffcbda;
	margin: 0 0 15px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sys2 .obox:nth-of-type{	margin-bottom: 0;}

#sys2 .obox_l{
	text-align: center;
	margin-bottom: 10px;

}

#sys2 .obox_l h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #b53663;
}

#sys2 .obox_l h4 em{
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #333;
}

#sys2 .obox_r{
	background: #fff;
	padding: 0 10px;
}

#other .obox_r div{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#other .obox_r div:first-of-type{	border-bottom: 1px solid #ffecf1;}

#other .obox_r div em{	color: #ff72a4;}
#other .obox_r div span{
	font-weight: normal;
	font-size: 12px;
}

#area .obox_r{
	padding: 0 10px;
}

#area .obox_r div{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 15px 0;
}

#area .obox_r div span{	color: #ff72a4;}
#area .obox_r div em{	color: #ccc;}

#area .obox_r p{
	font-size: 12px;
	line-height: 18px;
	padding: 15px 0;
	border-top: 1px dotted #ffe0e8;
}

/** play **/

#play{
	padding: 15px 0 0;
	margin: 0 0 20px;
}

#play .sys{
	margin: 0 10px;
}

#step .stxt{
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 0 0 15px 0;
}

#step .stxt em{	color: #ff0000;}

#step .sbox em{ color: #ff72a4;}

#step .sbox{
	position: relative;
	margin: 0 0 40px 0;
	padding: 10px;
	text-align: center;
	border: 1px solid #ffeef3;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: -moz-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: -o-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: -ms-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: linear-gradient(90deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#step .sbox:after{
	content			: "";
	display			: block;
	clear			: both;
	position: absolute;
	bottom: -26px;
	left : -webkit-calc(50% - 15px);
	left : calc(50% - 15px);
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#step .sbox:last-of-type{	margin-bottom: 15px;}
#step .sbox:last-of-type:after{	display: none;}

#step .sbox h4{
	width: 100px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	border-radius: 2px;
	background: #b53663;
	margin: 0 0 10px 0;
}

#step .sbox p{
	font-size: 12px;
	line-height: 18px;
}

#play_in{}

#play_in .pbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	background: #ffecf1;
	border: 1px solid #ffcbda;
	margin: 0 0 15px 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#play_in .pbox:nth-of-type{	margin-bottom: 0;}

#play_in .pbox_l{
	text-align: center;
	margin-bottom: 10px;
}

#play_in .pbox_l h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #b53663;
}

#play_in .pbox_l h4 em{
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #333;
}

#play_in .pbox_r{
	background: #fff;
	padding: 10px;
}

#play_in .pbox_r p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	text-align: center;
}

#play_in .pbox_r ul{}

#play_in .pbox_r li{
	width: 50%;
	display: inline-block;
	padding: 0 5px 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#play_in .pbox_r li:nth-child(even) {
	padding-right: 0;
}

#play_in .pbox_r li span{
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background: #d5af56;
	padding: 5px 0;
}

#play_bt{
	text-align: center;
}

#play_bt p{
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 15px;
}

/** card **/

#card{
	margin: 10px 10px 20px;
	background: #ffecf1;
}

#card .l_title{	margin-bottom: 40px;}

#card .sys{
	text-align: center;
	margin: 0 auto;
	padding: 15px 10px;
	border: 1px solid #ffeef3;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: -moz-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: -o-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: -ms-linear-gradient(0deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	background: linear-gradient(90deg, #ffecf1 0%, #ffffff 49%, #ffecf1 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#card .sys div{
	padding: 15px 0;
}

#card .c1{
	font-size: 14px;
	line-height: 18px;
}

#card .c1 em{	color: #ff72a4;}

#card .c2{
	font-size: 11px;
	line-height: 18px;
	padding: 0 0 15px 0;
}

#card .c2 em{	color: #ff0000;}

#card .c3{
	font-size: 14px;
	line-height: 18px;
	color: #ff0000;
}


/** caution **/

#caution{
	padding: 0 0 0 0;
	margin-bottom: 20px;
}

#caution .sys{

}

#caution .sys div{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 15px 0;
}

#caution .sys ul{
	border-top: 1px dotted #ffcbda;
}

#caution .sys li{
	font-size: 12px;
	line-height: 18px;
	padding: 7px 0;
	border-bottom: 1px dotted #ffcbda;
}

#caution .sys li p{
	padding: 0 10px;
}{