@charset "UTF-8";

/*共用*/
body {
	background-color: #1C9BD1;
	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; }

/*主視覺*/
.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: 40%;
    position: absolute; top: 8%; left: 15.5%;
    -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: 20%;
    position: absolute; top: 40%; left: 4%;
    -webkit-animation: fadeInLeftBig 0.5s linear 0.5s 1;
	-moz-animation: fadeInLeftBig 0.5s linear 0.5s 1;
	-ms-animation: fadeInLeftBig 0.5s linear 0.5s 1;
	-o-animation: fadeInLeftBig 0.5s linear 0.5s 1;
	animation: fadeInLeftBig 0.5s linear 0.5s 1;
}

/*section*/
section { position: relative; }
.area { width: 70%; margin: 0 auto; overflow: hidden; }
.area img { width: 100%; margin: 0 auto; }
.title { position: relative; width: 57%; margin: 0 auto; }
.title img { width: 100%; }

.s1 {
    background-image: url(../images/bg-s1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    padding: 2% 0 5% 0;
}
.s2 .area {
    background-image: url(../images/bg-s2.png);
    background-repeat: no-repeat;
    background-position: center 3em;
    background-size: 100% 90%;
}
.s3 .area {
    background-image: url(../images/bg-s3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.s2 .area, .s3 .area, .s4 .area, .s5 .area, .s6 .area, .s7 .area, .s8 .area, .s9 .area, .s10 .area {
    margin: 0 auto 5% auto; }
.s5 .area {
    background-color: #0f56af;
    border-radius: 30px;
    padding: 0.5% 0 1% 0;
}
.s7 .area {
    background-color: #b6d234;
    border-radius: 30px;
    padding: 0.5% 0 1% 0;
}


#s1, #s2, #s3, #s4, #s5, #s6, #s7, #s8, #s9, #s10,
#r1, #r2, #r3, #r4, #r5 { padding-top: 35px; margin-top: -35px; }
.list-1 ul, .list-2 ul, .list-3 ul, .list-4 ul, .list-5 ul, .list-6 ul, .list-8 ul, .bn ul { overflow: hidden; }


/*tag*/
.tag { position: absolute; top: 0; left: 0; z-index: 1; }
.tag img { width: 100%; }
.tag-1 { width: 16%; }
.tag-2 { width: 35%; }
.tag-ptop {
    width: 36px;
    height: 25px;
    font-size: 0.8em;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    background-color: #fe6b80;
    -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%);
}

/*name*/
.box {
    width: 100%;    
    padding: 0.5em 0;
    margin: 0 auto 3% auto;   
}
.box-1 { background-color: #c1272d; }
.box-5 { background-color: #5c8668; }

.name-base {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em; /*行高值*/
	height: 1.3em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 1;  /*顯示行數*/
    text-align: center;
    padding: 0 5%;
    margin: 0 auto;
    overflow: hidden;
}
.name-1 {
    color: #FFF;
    padding: 0 5%;
}
.name-2 {
    line-height: 1.3em; /*行高值*/
	height: 2.6em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 2;  /*顯示行數*/
    text-align: left;
    padding: 0;
    margin: 0 auto 3% auto;
}

/*sale*/
.sale-base { font-size: 1.1em; color: #ed1c24; padding: 0 1% 2% 1%; margin: 0 auto; 
}
.sale-base del { color: #666;}
.sale-base b { font-weight: bold; }
.sale-1 { color: #ed1c24; padding: 0 1% 4% 1%; }
.sale-1 del { color: #666; }
.sale-2 { font-size: 1.5em;  text-align: left!important; margin: 0 auto 3% auto; }

/*new*/
.s1 .title { margin: 0 auto; }
.list-1 { width: 100%; padding: 0; margin: 0 auto; }
.list-1 ul {
    position: relative;
    background-color: #5c8668;
    border-radius: 20px;
    padding: 1%;
    margin: 0 auto;
    z-index: 1;
}
.list-1 li {
    position: relative;
    float: left;
    width: 19.5%;
    background-color: #FFF;
    padding: 0;
    margin: 0 0.25% 0.5% 0.25%;
}
.list-1 li:nth-child(6), .list-1 li:nth-child(7), .list-1 li:nth-child(8) {
    width: 32.81%;
    background-color: transparent;
    padding: 0;
    margin: 0 0.25%;
}
.list-1 li:nth-child(6) img, .list-1 li:nth-child(7) img, .list-1 li:nth-child(8) img {
    width: 100%; border: 2px solid #FFF; }
.photo-1 {
    width: 100%;
    height: 280px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-1 img { max-height: 270px; }
.photo-1 img:hover,
.list-1 li:nth-child(6) img:hover, .list-1 li:nth-child(7) img:hover, .list-1 li:nth-child(8) img:hover {
    -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 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;
}

/*99*/
.list-2 { position: relative; width: 50%; padding: 0; margin: -1% auto 3% auto; overflow: hidden; z-index: 1; }
.photo-2 {
    float: left;
    width: 45%;
    height: 320px;
    background-color: #FFF;
    border: 4px solid #c1272d;
    padding: 10px;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-2 img { max-height: 300px; }
.list-2box {
    float: left;
    width: 52%;
    padding: 3% 0 0 0;
    margin: 0 0 0 3%;
}
.date {
    font-size: 2.5em;
    font-weight: bolder;
    text-align: center;
    color: #FFF;
    background-color: #c1272d;
    padding: 3% 10%;
    margin: 0 auto 5% auto;
}
.cart-2 { margin: 0; }

/*QA*/
.ob1 {
    position: absolute;
    top: 10%; left: -5%;
    width: 19%;
}
.ob2 {
    position: absolute;
    top: 32%; right: -9%;
    width: 17%;
}
.list-3 {
    width: 68%;
    background-color: #fee2b3;
    border: 10px solid #e38e3d;
    outline: 10px solid #ffc791;
    outline-offset: -20px;
    border-radius: 60px;
    padding: 12% 5% 2% 5%;
    margin: -12% auto 0 auto;
}
.q {
    font-size: 2.2em;
    font-weight: bolder;
    line-height: 130%;
    color: #faebdc;
    background-color: #c06333;
    border: 5px solid #e38e3d;
    border-radius: 15px;
    padding: 2% 4%;
    margin: 0 auto 4% auto;
}

.radio-group { padding: 0 5%; }
/* 隱藏原本樣式 */
.radio-group input[type="radio"] {
    position: absolute;
    opacity: 0;
}
/* label */
.radio-group label {
    position: relative;
    display: block;
    font-size: clamp(1.3em, 2vw, 2em); /* RWD */
    line-height: 1.5;
    color: #104a2e;
    padding-left: 38px;
    margin: 0 0 2% 0;
    cursor: pointer;
}
/* 外框 */
.radio-group label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em; /* 對齊第一行 */
    width: 25px;
    height: 25px;
    border: 2px solid #104a2e;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
/* 內圓 */
.radio-group label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(0.3em + 6px);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #4CAF50;
    transform: scale(0);
    transition: transform 0.2s ease;
}
/* hover */
.radio-group label:hover::before {
    border-color: #4CAF50;
}
/* checked */
.radio-group input[type="radio"]:checked + label::after {
    transform: scale(1);
}
.radio-group input[type="radio"]:checked + label::before {
    border-color: #4CAF50;
}

.btn-send a {
    width: 360px;
    height: 100px;
    line-height: 100px;
    font-size: 3em;
    font-weight: bolder;
    text-align: center;
    color: #FFF;
    background-image: url(../images/bg-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin: 4% auto 0 auto;
    transition: all 0.2s;
    display: block;
}
.btn-send a:active { transform: translateY(2px); }
.btn-send-ok {
    width: 360px;
    height: 100px;
    line-height: 100px;
    font-size: 3em;
    font-weight: bolder;
    text-align: center;
    color: #FFF;
    background-color: #999;
    border-radius: 70px;
    margin: 4% auto 0 auto;
}

/*top*/
.s4 .title, .s5 .title, .s6 .title, .s7 .title, .s8 .title { margin: 0 auto 1% auto; }
.s4 .title::before, .s4 .title::after {
    content: "";
    position: absolute; 
    width: 43%;
    height: 20%;  
    background-image: url(../images/bg-s4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.s4 .title::before {   
    bottom: 0; left: -45%;
}
.s4 .title::after {
    bottom: 0; right: -45%;
}
.list-4a { position: relative; width: 100%; margin: 0 auto 1% auto; z-index: 3; }
.list-4a ul, .list-4b ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.list-4a li { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.list-4a li:nth-child(1) { display: none; }
.list-4a li:nth-child(3) {
    width: 36%;
    margin: 0 0 1% 0;
}
.list-4a li:nth-child(2), .list-4a li:nth-child(4) {
    width: 31%;
    margin: 4% 0 0% 0;
}
.list-4a li:nth-child(5) {
    width: 20%;
    margin: 0 0 1% 10%;
}
.list-4a li:nth-child(6), .list-4a li:nth-child(7),
.list-4a li:nth-child(9), .list-4a li:nth-child(10), .list-4a li:nth-child(11) {
    width: 20%;
    margin: 0 0 1% 0;
}
.list-4a li:nth-child(8) {
    width: 20%;
    margin: 0 10% 0 0;
}
.list-4a li img { width: 100%; }
.list-4a li img:hover, .list-4a li img: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 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;
}

.list-4b { width: 80%; margin: 0 auto; }
.list-4b li { margin: 0 0.5% 1% 0.5%; }
.list-4b li a {   
    font-size: 1.5em;
    text-align: center;
    font-weight: bolder;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; 
}
.list-4b li a:hover, .list-4b li a:focus {   
    color: #FFF;
    background-color: #0d42c9;
    border: 2px solid #0d42c9;
    -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;
}

/*sale*/
.list-5 {
    width: 97%;
    margin: 0 auto;
}
.list-5 li {
    position: relative;
    float: left;
    width: 19.5%;
    border-radius: 10px;
    background-color: #FFF;
    padding: 0 0 1% 0;
    margin: 0 0.25%;
}
.txt-5 a {
    width: 100%;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background-color: #ff5932;
    border-radius: 10px 10px 0 0;
    padding: 4%;
    margin: 0 auto;
    display: block;
}
.photo-5 {
    width: 100%;
    height: 280px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-5 img { max-height: 270px; }

/*親簽*/
.list-6 {
    float: left;
    width: 32.3333%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 6% 1% 1.5% 1%;
    margin: 0 0.5%;
}
.list-6a { background-image: url(../images/bg-s6a.png); }
.list-6b { background-image: url(../images/bg-s6b.png); }
.list-6c { background-image: url(../images/bg-s6c.png); }
.list-6 li {
    float: left;
    width: 48%;
    margin: 0 1%;
}
.photo-6 {
    width: 100%;
    height: 260px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-6 img { max-height: 250px; }
.txt-6box {
    width: 100%;
    padding: 3% 8%;
    margin: 0 auto;    
}
.txt-6 {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 120%;
    line-height: 1.3em; /*行高值*/
	height: 2.6em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 2;  /*顯示行數*/
    color: #FFF;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-6a .txt-6box { background-color: #5c8668; }
.list-6b .txt-6box { background-color: #ff633f; }
.list-6c .txt-6box { background-color: #754c24; }
.title-6 {
    width: 55%;
    margin: -17% auto 4% auto;    
}

/*分類*/
.list-8 ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.list-8 li {
    position: relative;
    width: 19.5%;
    border-radius: 20px;
    margin: 0 0.25% 1% 0.25%;
    overflow: hidden;
}
.list-8 li:nth-child(odd) { border: 3px solid #104a2e; }
.list-8 li:nth-child(even) { border: 3px solid #f05826; }
.photo-8 {
    width: 100%;
    height: 280px;
    background-color: #FFF;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-8 img { max-height: 270px; }
.list-8 li p a {
    position: relative;
    padding: 3% 15% 2% 15%; 
    margin: -5% 0 0 0;
    display: block;
    z-index: 1;
}
.list-8 li p img { width: 100%; }
.list-8 li:nth-child(odd) p a { background-color: #104a2e; }
.list-8 li:nth-child(even) p a { background-color: #f05826; }
.list-8 li:nth-child(6), .list-8 li:nth-child(7), .list-8 li:nth-child(8), .list-8 li:nth-child(9), .list-8 li:nth-child(10) {
    border: 0px solid #f05826;
}
.list-8 li:nth-child(6) p a, .list-8 li:nth-child(7) p a, .list-8 li:nth-child(8) p a, .list-8 li:nth-child(9) p a, .list-8 li:nth-child(10) p a {
    border: 0px solid #f05826;
    margin: 0;
}
.list-8 li p a:hover, .list-8 li p a:active {
    background-color: #0d42c9;
    -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;
}

/*uncite*/
.list-9, .list-10 { width: 100%; }
.list-9 ul, .list-10 ul {
    background-color: #b6d234;
    border-radius: 30px;
    padding: 1%;
    margin: 0 auto 2% auto;
}
.list-10 ul {
    background-color: #ffaf37;
    margin: 0 auto;
}

/*bn*/
.bn li {
    float: left;
    transition: 0.3s transform ease-out;
}
.bn li { width: 32.3333%; margin: 0 0.5%; }
.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: 0px auto 0 auto; }
.kv-pbn img { width: 100%; }
.kv-pbn img:nth-child(1) { display: block; }
.kv-pbn img:nth-child(2) { display: none; }
.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, .nav li.on a {
    float: left; 
	width: 10.81%;
    min-width: 100px;
    height: 60px;
    line-height: 60px;
	font-size: 1.7em;
	font-weight: bold;
    white-space: nowrap;
    text-align: center;
    text-shadow: -1px -1px 0 #006837, 1px -1px 0 #006837, -1px 1px 0 #006837, 1px 1px 0 #006837, 2px 2px 2px black;
    background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
    margin: 0 0.3% 0 0;
	display: block;
}
.nav li a { color: #FFF; background-image: url(../images/bg-nav1.png); }
.nav li.on a { color: #FFFF00; background-image: url(../images/bg-nav2.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, .subnav li.on a {
    float: left;
    width: 12.5%;
    min-width: 80px;
    height: 36px;
    line-height: 36px;
	font-size: 1.125em;
    font-weight: 600;
	text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid #EAEAEA;
    border-right: 2px solid #EAEAEA;
	display: block;
}
.subnav li a {
	color: #0d42c9;
    background-color: #FFF;
}
.subnav li.on a {
	color: #FFFFFF;
	background-color: #0d42c9;
}
.subnav li a:hover, .subnav li a:focus, .subnav li.on a:hover, .subnav li.on a:focus {
	color: #FFFFFF;
	background-color: #2f54d6;
	-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: 800px; }
.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: 200px; margin: 0 0 5px 0; display: flex; justify-content: center; align-items: center; }
.photo img { width: auto; max-height: 200px; }
.name {
    height: 2.6em;
    font-size: 1.125em;
	line-height: 1.3em;
	-webkit-line-clamp: 2;
    color: #444;
    margin: 0 0 5px 0; 
}
.price del { color: #666; }
.sale { font-size: 1em; color: #ed1c24; padding: 0; margin: 0 auto 8px auto; }
.sale b { font-weight: bold; }


/*頁碼*/
.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; }
