@charset "UTF-8";
/*共用*/
body {
    background-color: #d82a5d;
    background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
    background-attachment: fixed;
    overflow-y: scroll;
}
.container { padding: 35px 0 0 0; }
section { position: relative; }
.area { width: 70%; margin: 0 auto; overflow: hidden; }
.area img { width: 100%; text-align: center; }
.title { position: relative; width: 50%; margin: 0 auto 1% auto; }
.title img { width: 100%; }

/*主視覺*/
.kv-area { position: relative; width: 100%; padding: 0; margin: 0; overflow: hidden; }
.kv-area img { width: 100%; }
.kv-pc { width: 100%; position: relative; display: block; }
.kv-m { position: relative; display: none; }
.kv-txt1 {
    width: 63%;
    position: absolute; top: 4.8%; left: 3.8%; z-index: 1;
    -webkit-animation: fadeInDown 0.5s linear 0s 1;
	-moz-animation: fadeInDown 0.5s linear 0s 1;
	-ms-animation: fadeInDown 0.5s linear 0s 1;
	-o-animation: fadeInDown 0.5s linear 0s 1;
	animation: fadeInDown 0.5s linear 0s 1;    
}
.kv-txt2 {
    width: 24%;
    position: absolute; top: 45.5%; left: 21.1%; z-index: 2;
    -webkit-animation: fadeInUp 0.5s linear 0s 1;
	-moz-animation: fadeInUp 0.5s linear 0s 1;
	-ms-animation: fadeInUp 0.5s linear 0s 1;
	-o-animation: fadeInUp 0.5s linear 0s 1;
	animation: fadeInUp 0.5s linear 0s 1;    
}
.kv-txt3 {
    width: 12%;
    position: absolute; top: 37%; left: 55.2%; z-index: 2;
    -webkit-animation: pulse 0.3s linear 0.8s 1;
	-moz-animation: pulse 0.3s linear 0.8s 1;
	-ms-animation: pulse 0.3s linear 0.8s 1;
	-o-animation: pulse 0.3s linear 0.8s 1;
	animation: pulse 0.3s linear 0.8s 1;
}
.kv-txt4 {
    width: 14%;
    position: absolute; top: 72%; left: 56.5%; z-index: 2;
    -webkit-animation: floating 0.5s linear 1.5s 2;
	-moz-animation: floating 0.5s linear 1.5s 2;
	-ms-animation: floating 0.5s linear 1.5s 2;
	-o-animation: floating 0.5s linear 1.5s 2;
	animation: floating 0.5s linear 1.5s 2;
}
.kv-txt5 {
    width: 21%;
    position: absolute; top: 4.5%; left: 69.35%;
}
.kv-game {
    width: 12%;
    position: absolute; top: 38.7%; left: 73.8%;
}

/*section*/
.s1 {
    background-image: url(../images/bg-s1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% 100%;
    padding: 3% 0;
}
.s2 {
    background-image: url(../images/bg-s2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
    padding: 2% 0 3% 0;
}
.s3 { padding: 1% 0 4% 0; }
.s4 { padding: 0 0 3% 0; }
.s5 {
    background-color: #480ca8;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='72' viewBox='0 0 36 72'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23330b71' fill-opacity='0.36'%3E%3Cpath d='M2 6h12L8 18 2 6zm18 36h12l-6 12-6-12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    padding: 2% 0 1.5% 0;
}
.s6 {
    background-image: url(../images/bg-s2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
    padding: 2% 0 3% 0;
}
.s7 { padding: 2% 0; }
.s8 { padding: 0 0 3% 0; }
#s1, #s2, #s3, #s4, #s5, #s6, #s7, #s8,
#r2, #r3, #r4 { padding-top: 35px; margin-top: -35px; }

.title::before {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute; 
    top: 0%; left: -40%;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% auto;
}
.title::after {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute; 
    top: 10%; right: -40%;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: auto 100%;
}
.s1 .title::before { background-image: url(../images/t01-1.png); }
.s1 .title::after { background-image: url(../images/t01-2.png); }
.s2 .title::before { background-image: url(../images/t02-1.png); }
.s3 .title::before { background-image: url(../images/t03-1.png); }
.s3 .title::after { background-image: url(../images/t03-2.png); }
.s5 .title::before { background-image: url(../images/t05-1.png); }
.s6 .title::before { background-image: url(../images/t06-1.png); width: 50%; top: 15%; left: -50%; background-size: auto 100%; }
.s7 .title::before { background-image: url(../images/t07-1.png); }
.s7 .title-8::before { background-image: url(../images/t08-1.png); }

/*new*/
.list-1 { position: relative; width: 100%; margin: 0 auto; z-index: 1; }
.list-1 ul {
    background-color: #880e4f;
    padding: 0.6% 0.5%;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
	align-items: stretch;
    overflow: hidden;
}
.list-1 li {
    position: relative;
    float: left;
    width: 19.5%;
    background-color: #FFF;
    padding: 0;
    margin: 0 0.25% 0.5% 0.25%;
    display: flex;
    flex-wrap: wrap;
}
.list-1 li:nth-child(6), .list-1 li:nth-child(7), .list-1 li:nth-child(8) {
    width: 32.81%;
    border: 2px solid #FFF;
    margin: 0 0.25%;
}
.list-1 li:nth-child(8) img { height: 100%; }
.photo-1a {
    width: 100%;
    height: 280px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
.photo-1a img { max-height: 270px; }
.box-1a {
    width: 100%;
    text-align: center;
    background-color: #4450e4;
    padding: 0.5em 0;
    margin: 0;   
}
.txt-1a {
    width: 100%;
    font-size: 1.25em;
    line-height: 1.3em; /*行高值*/
	height: 1.3em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 1;  /*顯示行數*/
    color: #FFF;
    padding: 0 3%;
    overflow: hidden;
}

.photo-1b {
    float: left;
    width: 50%;
    height: 210px;
    background-color: #FFF;
    padding: 5px;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-1b img { max-height: 200px; }
.box-1b {
    float: left;
    width: 50%;
    background-color: #480ca8;
    padding: 10% 5%;
    margin: 0; 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.name-1b {
    width: 100%;
    font-size: 1.125em;
    line-height: 1.3em; /*行高值*/
	height: 2.6em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 2;  /*顯示行數*/
    text-align: left;
    color: #FFF;
    padding: 0;
    margin: 0;
}
.txt-1b { width: 100%; }
.txt-1b a {
    width: 100%;
    font-size: 1.25em;
    line-height: 1.3em;
    text-align: center;
    color: #480ca8;
    background-color: #ffd25e;
    padding: 3%;
    display: block;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
.txt-1b a:hover, .txt-1b a:focus {
    color: #480ca8;
    background-color: #FFF;
}

/*總編*/
.list-2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.list-2box {
    width: 600px;
    padding: 0;
    margin: 0;   
    overflow: hidden;
}
.swiper-container { width: 1200px; margin: 0 auto; }
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 35%;
    width: 50px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev {
    background-image: none;
    left: 1.3%;
    right: auto;
}
.swiper-button-next {
    background-image: none;
    right: 1.3%;
    left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black,
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {  background-image: none; }

/*1折*/
.list-3 { position: relative; width: 100%; margin: 0 auto; z-index: 1; }
.list-3 ul { overflow: hidden; }
.list-3 li {
    float: left;
    width: 23%;
    margin: 0 1%;
}
.txt-3 a {
    float: left;
    width: 15%;
    height: 270px;
    font-size: 2em;
    font-weight: 700;
    text-align: left;
     -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
    color: #480ca8;
    background-color: #fbb03b;
    padding: 20px 0 0 0;
    -webkit-clip-path: polygon(100% 0, 100% 98%, 0 95%, 0 5%);
    clip-path: polygon(100% 0, 100% 100%, 0 95%, 0 5%);
    display: block;
    align-content: center;
}
.txt-3 a:hover, .txt-3 a:focus {
    color: #FFF;
    background-color: #480ca8;  
}
.txt-3 .icon-right-open-1 { padding: 5px 0 0 0; }
.box-3 {
    float: left;
    width: 85%;
    padding: 0;
}
.photo-3 {
    width: 100%;
    height: 270px;
    background-color: #FFF;
    padding: 5px;
    margin: 0 0 5% 0;
    overflow: hidden;
}
.photo-3 img { max-height: 260px; }
.name-3 {
    width: 100%;
    font-size: 1.125em;
    line-height: 1.3em; /*行高值*/
	height: 1.3em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 1;  /*顯示行數*/
    text-align: center;
    color: #FFF;
    padding: 0;
    margin: 0;
}
.sale-3 {    
    width: 100%;
    height: 40px;
    font-size: 1.125em;
    text-align: center;
    color: #FFFF00;
    margin: 0;    
}
.sale-3 del { color: #FFF; }
.box-3 .cart { clear: both; }

/*絕版*/
.list-4 {
    position: relative;
    background-image: url(../images/bg-s4.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
    padding: 3%;
    overflow: hidden;
}
.s4-p {
    width: 19%;
    position: absolute;
    bottom: 0%; left: 0%;
    background-image: url(../images/t04-2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
}
.list-4 .title {
    float: left;
    width: 28%;
    margin: 0;
}
.list-4 .title img:nth-child(1) { display: block; }
.list-4 .title img:nth-child(2) { display: none; }
.list-4 ul {
    float: left;
    width: 72%;
    background-color: #FFF;
    border-radius: 50px;
    padding: 0 0 1% 0;
    overflow: hidden;
}
.list-4 li {
    float: left;
    width: 23%;
    margin: 0 1%;
}
.photo-4 {
    width: 100%;
    height: 270px;
    background-color: #FFF;
    padding: 5px;
    margin: 0 0 5% 0;
    overflow: hidden;
}
.photo-4 img { max-height: 260px; }
.name-4 {
    width: 100%;
    font-size: 1.125em;
    line-height: 1.3em; /*行高值*/
	height: 1.3em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 1;  /*顯示行數*/
    text-align: center;
    color: #333;
    padding: 0;
    margin: 0;
}
.sale-4 {
    width: 100%;
    height: 40px;
    font-size: 1.125em;
    text-align: center;
    color: #FF0000;
    margin: 0 0 5px 0;    
}
.sale-4 del {
    color: #999;
}
.list-4 .cart { clear: both; }

/*分類*/
.list-5 {
    width: 100%;
    margin: 0 auto 2% auto;
}
.list-5 ul { overflow: hidden; }
.list-5 li {
    float: left;
    width: 19%;
    background-color: #FFF;
    margin: 0 0.5%;
}
.list-5 li:nth-child(odd) {
    border: 5px solid #ffd25e;   
}
.list-5 li:nth-child(even) {
    border: 5px solid #0056fb;
}
.txt-5 a {
    width: 100%;
    font-size: 1.8em;
    font-weight: bolder;
    text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
    padding: 5%;
    display: block;
    overflow: hidden;
}
.txt-5 a p { font-size: 0.75em; padding: 3% 0 0 0; }
.list-5 li:nth-child(odd) .txt-5 a {
    color: #0056fb;
    background-image: url(../images/bg-s51.png);
}
.list-5 li:nth-child(even) .txt-5 a {
    color: #FFF;
    background-image: url(../images/bg-s52.png);
}
.list-5 li .txt-5 a:hover, .list-5 li .txt-5 a:focus {
    color: #FFF;
    background-image: url(../images/bg-s53.png);
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.photo-5 {
    width: 100%;
    height: 270px;
    background-color: #FFF;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.photo-5 img { max-height: 300px; }

.list-5b { width: 70%; margin: 0 auto; }
.list-5b ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.list-5b li { margin: 0 0.75% 1.5% 0.75%; }
.list-5b li:nth-child(1) { display: none; }
.list-5b li a {   
    font-size: 1.8em;
    text-align: center;
    font-weight: bolder;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 7px 10px;
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; 
}
.list-5b li a:hover, .list-5b li a:focus {   
    color: #FFF;
    background-color: #6b26ec;
    border: 2px solid #6b26ec;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*set*/
.list-6 ul { width: 1280px; padding: 0.5% 0; margin: 0 auto; overflow: hidden; }
.list-6 li {
    float: left;
    width: 300px;
    height: 300px;
    perspective: 2000px; /*3D 效果*/
    margin: 0 10px;
    display: block;
}
.list-6 li img { width: 100%; height: auto; }
.list-6 li:hover { cursor: pointer; }
.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.card:hover .card-inner {
    transform: rotateY(180deg); /*滑鼠滑過翻轉*/
}
.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.card-back, .flipped { transform: rotateY(180deg); }

/*uncite*/
.list-7 { margin: 0 0 3% 0; }
.list-7 ul {
    background-color: #480ca8;
    border-radius: 10px;
    padding: 1%;
    overflow: hidden;
}
.list-8 ul { background-color: #ffd23c; }
.list-7 li {
    float: left;
    position: relative;
    width: 19.5%;
    background-color: #FFF;
    padding: 0 0 1% 0;
    margin: 0 0.25%;
    display: flex;
    flex-wrap: wrap;
}
.tag-7 {
    position: absolute; top: 0; left: 0;
    width: 15%;
    z-index: 1;
}
.tag-7 img, .tag-8 img { width: 100%; }
.tag-8 {
    position: absolute; top: 0; left: 0;
    width: 30%;
    z-index: 1;
}
.photo-7 {
    width: 100%;
    height: 280px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
.photo-7 img { max-height: 270px; }
.name-7 {
    width: 100%;
    font-size: 1.125em;
    line-height: 1.3em; /*行高值*/
	height: 1.3em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 1;  /*顯示行數*/
    text-align: center;
    color: #333;
    padding: 0 10px;
    margin: 0 0 10px 0;
}
.price-7 {
    width: 30%;
    height: 40px;
    text-align: center;
    color: #FFF;
    background-color: #666;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sale-7 {
    width: 70%;
    height: 40px;
    font-size: 1.125em;
    text-align: center;
    color: #FFFF00;
    background-color: #A50A0A;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*bn*/
.bn { width: 85%; margin: 0 auto; overflow: hidden; }
.bn li {
    float: left;
    transition: 0.3s transform ease-out;
}
.bn li:nth-child(1) { width: 58%; margin: 0 1% 0 0; }
.bn li:nth-child(2) { width: 41%; margin: 0 0 1% 0; }
.bn li:nth-child(3) { width: 41%; margin: 0; }
.bn li:hover, .bn li:focus {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bn li img { width: 100%; border-radius: 10px; border: 1px solid #FFF; }


/*page------------------------------------------------------------------*/
.main { width: 85%; padding: 35px 0 0 0; margin: 0 auto; }
.kv-pbn { text-align: center; margin: 0 auto; }
.kv-pbn img { width: 100%; }
.bg-none { background-color: transparent; }

/*選單*/
.nav-area {
    position: relative; 
    width: 100%;
    background-color: #EAEAEA;
    padding: 1% 1% 0.5% 1%;
}
.nav-box { position: relative; width: 100%; height: auto; margin: 0 auto; }
.nav ul { padding: 0; overflow: hidden; }
.nav li a {
    float: left; 
	width: 9.7%;
    min-width: 100px;
    height: 60px;
    line-height: 60px;
	font-size: 1.6em;
	font-weight: bolder;
    white-space: nowrap;
    text-align: center;
    text-shadow: -1px -1px 0 #003FA7, 1px -1px 0 #003FA7, -1px 1px 0 #003FA7, 1px 1px 0 #003FA7, 2px 2px 2px black;
    color: #FFF; 
    margin: 0 0.3% 0 0;
    background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
	display: block;
}
.nav li.on a { color: #FFFF00; }
.nav li a { background-image: url(../images/nav-bg1.png); }
.nav li.on a { background-image: url(../images/nav-bg2.png); }
.nav li a:hover, .nav li a:focus {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.nav-more { display: none; }

/*分類選單*/
.subnav-box { width: 100%; padding: 1% 0 0 0; margin: 0 auto; }
.subnav ul { padding: 0; margin: 0 auto; overflow: hidden; }
.subnav li a {
    float: left;
    width: 14.28%;
    min-width: 80px;
    height: 36px;
    line-height: 36px;
	font-size: 1.125em;
    font-weight: 600;
	text-align: center;
    white-space: nowrap;
	color: #6b26ec;
    background-color: #FFF;
    border-bottom: 2px solid #EAEAEA;
    border-right: 2px solid #EAEAEA;
	display: block;
}
.subnav li a:hover, .subnav li a:focus, .subnav li.on a, .subnav li.on a:hover, .subnav li.on a:focus {
	color: #FFFFFF;
	background-color: #6b26ec;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/*路徑*/
.path { background-color: #EAEAEA; padding: 0.5% 1%; }
.path li {
	float: left;
	font-size: 1em;
    font-weight: bold;
	line-height: 130%;
	color: #666;
	display: block;
}
.path ul { overflow: hidden; }
.path li a:link, .path li a:visited { color: #666; }
.path li a:hover, .path li a:focus { color: #3346FE; }
.path span { margin: 0 5px; }
.path h2 { font-size: 1.4em; line-height: 130%; }
.path h2 b { color: #FF0000; }

.orange { background-color: #F15A24; }
.path li.white { color: #FFF; }

/*list*/
.list-area { background-color: #EAEAEA; padding: 0; margin: 0 auto;}
.list-area-game { background-color: #c32649; }
.list { min-height: 600px; }
.list ul { padding: 0 0.5% 1% 0.5%; overflow: hidden; }
.list li {
    position: relative;
	float: left;
	width: 15.6666%;
	background-color: #FFFFFF;
	padding: 5px 15px 15px 15px;
	margin: 0 0.5% 1% 0.5%;
	display: block;
}
.list li:hover { box-shadow: 0 0 6px 0px rgba(0,0,0, 0.3); }
.photo { width: 100%; height: 180px; margin: 0 0 10px 0; }
.photo img { width: auto; max-height: 180px; }
.name {
    height: 2.6em;
    font-size: 1.125em;
	line-height: 1.3em;
	-webkit-line-clamp: 2;
    margin: 0 0 5px 0; 
}
.name:hover, .name:focus { color: #666; }
.name a:link, .name a:visited { color: #333; }
.name a:hover, .name a:focus {
	color: #666;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.price del { color: #666; }
.sale { font-size: 1em; color: #ed1c24; padding: 0; margin: 0 auto 8px auto; }
.tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 25px;
    font-size: 0.8em;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    background-color: #fe6b80;
    z-index: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
.tag-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    z-index: 1;    
}
.tag-top img { width: 100%; }
.tag-p1 {
    position: absolute; top: 0; left: 0;
    width: 16%;
    z-index: 1;
}
.tag-p1 img, .tag-p2 img { width: 100%; }
.tag-p2 {
    position: absolute; top: 0; left: 0;
    width: 25%;
    z-index: 1;
}

/*頁碼*/
.page {
	width: 100%;
	text-align: center;
	padding: 1.5% 1% 4% 1%;
	margin: 0 auto;
}
.page ul {
	width: 65%;
	text-align: center;
    margin: 0 auto;
	display: inline-block;
}
.page li {
	float: left;
	width: 31.3333%;
	margin: 0 1%;
}
a.page_prev, a.page_next {
	height: 48px;
	font-size: 1.2em;
	line-height: 48px;
	text-align: center;
	color: #666;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: block;	
}
a.page_prev {
	background-image: url(../images/page_prev.png);
	background-repeat: no-repeat;
	background-position: 10% center;
}
a.page_next {
	background-image: url(../images/page_next.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
a.page_prev:hover, a.page_prev:focus {
	color: #FFF;
	background-color: #29ABE2;
	background-image: url(../images/page_prev_w.png);
}
a.page_next:hover, a.page_next:focus {
	color: #FFF;
	background-color: #29ABE2;
	background-image: url(../images/page_next_w.png);
}
a.page_prev_off, a.page_next_off {
	height: 48px;
	font-size: 1.2em;
	line-height: 48px;
	text-align: center;
	color: #D5D5D5;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: block;
	cursor: default;
}
.page_number {
	width: 100%;
	height: 48px;
	font-size: 1.2em;
	line-height: 48px;
	text-align-last: center;
	color: #666666;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 4px;
}

/*rule*/
.rule-area {
	width: 100%;
	background-color: #EAEAEA;
	padding: 0 1% 0.5% 1%;
	margin: 0 auto;
	overflow: hidden;
}
.rule {
	background-color: #FFF;
	padding: 2% 3%;
    margin: 0 auto;
    overflow: hidden;
}
.rule h2 {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 130%;
    color: #0070E0;
    margin: 0 0 8px 0;
}
.rule h3 {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 130%;
	color: #FF0000;
	margin: 0 0 8px 0;
}
.rule ol {
	list-style: decimal;
	margin: 0 0 0 30px;
}
.rule ul {
	list-style: disc;
	margin: 5px 0 0 30px;
    overflow: visible!important;
}
.rule > ol > li {
	font-size: 1em;
	line-height: 140%;
	color: #666;
	margin: 0 0 5px 0;
}
.rule > ol > li > ul > li,  .rule > ol > li > ul > li > ol > li {
	font-size: 1em;
	line-height: 140%;
	color: #666;
	margin: 0 0 5px 0;
}
.rule p {
	font-size: 1em;
	line-height: 140%;
	color: #666;
	padding: 0 0 5px 0;
}
.rule a:link, .rule a:visited, .rule a:hover, .rule a:focus {
	font-size: 1em;
	font-weight: bold;
	line-height: 140%;
	color: #666;
	text-decoration: underline;
}
.rule-btn a:link, .rule-btn a:visited {
    width: 160px;
	font-size: 1.125em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #d9534f;
    border-radius: 5px;
    padding: 10px 20px;
	margin: 10px 0 0 0;
	display: block;
}
.rule-btn a:hover, .rule-btn a:focus {
	color: #FFFFFF;
	background-color: #CC0000;
}
.gift { float: right; width: 300px; margin: 15px; }
.gift img { width: 100%; }

.rule-bn { margin: 0 auto 15px auto; }
.rule-bn img { width: 100%; }
.rule-bn ul { margin: 0; overflow: hidden; }
.rule-bn li:nth-child(1) { display: block; }
.rule-bn li:nth-child(2) { display: none; }
