@charset "UTF-8";

body {
    background-color: #f1605f;
    background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
    background-attachment: fixed;
    overflow-y: scroll;
}

/*主視覺*/
.kv-area { 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: 12%;
    position: absolute; top: 12%; left: 26%;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);    
    -webkit-animation: flipOutY 0.3s linear 0.7s 1;
	-moz-animation: flipOutY 0.3s linear 0.7s 1;
	-ms-animation: flipOutY 0.3s linear 0.7s 1;
	-o-animation: flipOutY 0.3s linear 0.7s 1;
	animation: flipOutY 0.3s linear 0.7s 1;
}
.kv-txt2 {
    width: 12%;
    position: absolute; top: 19%; left: 49.3%;
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-animation: flipOutY 0.3s linear 0.7s 1;
	-moz-animation: flipOutY 0.3s linear 0.7s 1;
	-ms-animation: flipOutY 0.3s linear 0.7s 1;
	-o-animation: flipOutY 0.3s linear 0.7s 1;
	animation: flipOutY 0.3s linear 0.7s 1;
}
.kv-txt3 {
    width: 23.3%;
    position: absolute; top: 42%; left: 25%; z-index: 2; 
}
.kv-gift1 {
    width: 7.3%;
    position: absolute; top: 42.5%; left: 19%; z-index: 3;
    -webkit-animation: swing 3s linear 0.7s infinite;
	-moz-animation: swing 3s linear 0.7s infinite;
	-ms-animation: swing 3s linear 0.7s infinite;
	-o-animation: swing 3s linear 0.7s infinite;
	animation: swing 3s linear 0.7s infinite;
}
.kv-gift2 {
    width: 7.3%;
    position: absolute; top: 42.8%; left: 47.2%; z-index: 1;
    -webkit-animation: swing 3s linear 1.5s infinite;
	-moz-animation: swing 3s linear 1.5s infinite;
	-ms-animation: swing 3s linear 1.5s infinite;
	-o-animation: swing 3s linear 1.5s infinite;
	animation: swing 3s linear 1.5s infinite;
}
.kv-icon {
    width: 5%;
    position: absolute; top: 56.5%; left: 17.5%; z-index: 4;    
}

/*共用*/
section { position: relative; }
.area { width: 73%; margin: 0 auto; overflow: hidden; }
.area img { width: 100%; text-align: center; }
.title { position: relative; width: 60%; margin: 0 auto 0.5% auto; z-index: 1; }
.title img { width: 100%; }
.title img:nth-child(1) { display: block; }
.title img:nth-child(2) { display: none; }
div[class^="list"] ul, .bn ul { overflow: hidden; }
.list-1 ul, .list-7 ul {
    display: flex;
    flex-wrap: wrap;
}

/*new*/
.s1 {
    background-image: url(../images/bg-s1.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 12% auto;
    padding: 0.5% 0 1.5% 0;
}
/*國展*/
.s2 {
    background-image: url(../images/bg-s2.png);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 100%;
    padding: 1% 0 1.5% 0;
}
/*2折*/
.s3 { padding: 1% 0 1.5% 0; }
/*雙書*/
.s4 {
    background-image: url(../images/bg-s4.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
    padding: 3% 0 2% 0;
}
/*set*/
.s5 { padding: 2% 0 2% 0; }
/*分類*/
.s6 {
    background-image: url(../images/bg-s6.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
    padding: 2% 0 2.5% 0;
    z-index: 1;
}
/*uncite*/
.s7 {
    background-color: #2f54d6;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23506fd9' fill-opacity='0.4'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    padding: 4% 0 1.5% 0;
    margin: -2% 0 0 0;
}
/*其他活動*/
.s8 { padding: 1% 0 2% 0; }

/*new*/
.s1 .title:before, .s1 .title:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute; 
    background-image: url(../images/bg-t01.png);
    background-repeat: no-repeat;
	background-position: left bottom;
    background-size: 100% 90%;
    z-index: -1;
}
.s1 .title:before {    
    top: 0%; left: -33%;
}
.s1 .title:after {   
    top: 0%; right: -33%;
}
.list-1 { width: 95%; margin: 0 auto; display: flex; }
.list-1 li {
    position: relative;
    float: left;
}
.list-1 li:nth-child(1), .list-1 li:nth-child(2) {
    width: 49.5%;
    background-color: #f5e3b8;
    padding: 0;
    margin: 0 0.25% 0.5% 0.25%;
}
.list-1 li:nth-child(3), .list-1 li:nth-child(4), .list-1 li:nth-child(5), .list-1 li:nth-child(6), .list-1 li:nth-child(7) {
    width: 19.5%;
    background-color: #FFF;
    padding: 0;
    margin: 0 0.25% 0.5% 0.25%;
}
.photo-1a {
    float: left;
    width: 45%;
}
.photo-1a img { width: 100%!important; height: auto; }
.box-1a {
    float: left;
    width: 55%;
    padding: 0 4% 4% 4%;
}
.box-1a h2 {
    font-size: 1.8em;
    line-height: 120%;
    color: #FFF;
    background-color: #c99443;
    padding: 6% 5%; 
    margin: 0 0 5% 0;
}
.box-1a p {
    font-size: 1.4em;
    line-height: 150%;
    color: #8c6239;
}

.tag-1 {
    position: absolute; top: 0; left: 0;
    width: 15%;
    z-index: 1;
}
.tag-1 img { width: 100%; }
.photo-1b {
    height: 280px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
.photo-1b img { max-height: 270px; }
.photo-1b img:hover, .photo-1b img:focus {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -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;
}
.box-1b {
    width: 100%;
    text-align: center;
    background-color: #754c24;
    padding: 0.5em 0;
    margin: 0 0 5% 0;
}
.txt-1b {
    width: 100%;
    font-size: 1.25em;
    line-height: 1.3em; /*行高值*/
	height: 1.3em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 1;  /*顯示行數*/
    color: #FFF;
    padding: 0 5%;
    overflow: hidden;
}

/*作家*/
.s2 h2 {
    min-height: 20px;
    text-align: center;
    background-image: url(../images/bg-t02.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% auto;
    margin: -2% 0 2% 0;
}
.s2 h2 img { width: 40%; }
.list-2a li {
    float: left;
    width: 24%;
    margin: 0 0.5% 3% 0.5%;
}
.list-2a li img:hover, .list-2a 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-2b { width: 70%; margin: 0 auto 4% auto; }
.list-2b ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.list-2b li { margin: 0 0.5% 1% 0.5%; }
.list-2b li a {    
    font-size: 2em;
    font-weight: bolder;
    text-align: center;
    color: #2f54d6;
    background-color: #FFF;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    padding: 10px 20px;
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; 
}
.list-2b li a:hover, .list-2b li a:focus {
    color: #FFF;
	background-color: #390DA8;
	-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;
}

/*國展*/
.box-2 { width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; }
.list-2c {
    width: 46%;
    margin: 0 2% 3% 2%;
    display: flex;
    flex-wrap: wrap; 
}
.list-2c h3 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
}
.list-2c h3 img { width: 100%; }
.list-2c ul {
    width: 100%;
    background-color: #f5e3b8;
    padding: 6% 4% 2% 4%;
    margin: -5% 0 0 0;
}
.list-2c li {
    float: left;
    width: 50%;
    margin: 0;
}
.list-2c li:nth-child(2) {    
    margin: 0 0 0 -3px;
}
.list-2cblue ul { background-color: #82dae0; }
.photo-2 {
    width: 100%;
    height: 290px;
    background-color: #FFF;
    border: 3px solid #810001;
    padding: 5px 5px 15px 5px;
    margin: 0;
}
.photo-2 img { max-height: 270px; }
.photo-2 img:hover, .photo-2 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;
}
.txt-2 {
    position: relative;
    width: 80%; 
    font-size: 1.7em;
    font-weight: bolder;
    text-align: center;
    color: #f5e3b8;
    background-color: #8c6239;
    border-radius: 30px;
    padding: 3% 2%;
    margin: -6% auto 0 auto;
    z-index: 1;
}
/*老總*/
.list-2d ul {
    width: 100%;
    padding: 6% 4% 4% 4%;
}
.list-2d li { 
    width: 100%;
    border: 3px solid #810001;
    border-radius: 13px;    
}    
.video {
    position: relative;
    max-width: 100%;
    height: 0;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

/*2折*/
.list-3 li {
    float: left;
    width: 32.3333%;
    background-color: #2f54d6;
    margin: 0 0.5% 1% 0.5%;
}
.list-3 li:nth-child(1) {
    background: linear-gradient(to right,  #e64500 50%,#b00066 100%);
}
.photo-3 {
    float: left;
    width: 45%;
    height: 280px;
    background-color: #FFF;
    padding: 5px;
    overflow: hidden;
}
.photo-3 img { max-height: 270px; }
.box-3 {
    float: left;
    width: 55%;
    padding: 8% 5% 5% 5%;
}
.box-3 h2 a {
    font-size: 2em;
    font-weight: bolder;
    text-align: center;
    color: #2f54d6;
    background-color: #FFF;
    padding: 5% 3%;
    margin: 0 0 16% 0;
    display: block;
}
.box-3 h2 a:hover, .box-3 h2 a:focus, .box-3 h2 a:active {
    background-color: #f5e3b8; 
}
.name-3 {
    width: 100%;
    font-size: 1.125em;
    text-align: left;
    line-height: 1.3em; /*行高值*/
	height: 1.3em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 1;  /*顯示行數*/
    color: #FFF;
    padding: 0;
    margin: 0 0 10px 0;
}
.sale-3 {
    font-size: 1.125em;
    text-align: left!important;
    color: #FFFF00;
    margin: 0 0 10px 0;
}
.sale-3 del { color: #FFF; }

/*雙書*/
.s4 .title:before {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute; 
    top: 4%; left: -28%;
    background-image: url(../images/bg-t04.png);
    background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
    z-index: -1;
}
.list-4 li {
    float: left;
    position: relative;
    width: 19.5%;
    background-color: #FFF;
    padding: 0 0 10px 0;
    margin: 0 0.25%;
    display: flex;
    flex-wrap: wrap;
}
.photo-4 {
    width: 100%;
    height: 260px;
    padding: 5px;
    margin: 0 10px 5px 10px;
    overflow: hidden;
}
.photo-4 img { max-height: 250px; }
.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 10px;
    margin: 0 0 10px 0;
}
.price-4 {
    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-4 {
    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;
}

/*set*/
.s5 .title:after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute; 
    top: 4%; right: -20%;
    background-image: url(../images/bg-t05.png);
    background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
    z-index: -1;
}

/*分類*/
.list-6 li {
    float: left;
    width: 19.5%;
    background-image: url(../images/bg-li6.png);
    background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 100%;
    padding: 2.5%;
    margin: 0 0.25% 1% 0.25%;
}
.list-6 li:hover, .list-6 li: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-6 li h2 a {
    width: 100%;
    text-align: center;
    padding: 2% 5%;
    display: block;
}
.list-6 li h2 a img { width: 100%; height: auto; }
.list-6 li:nth-child(odd) h2 a {
    background-color: #b33b20;    
}
.list-6 li:nth-child(even) h2 a {
    background-color: #810001;    
}
.photo-6 {
    width: 100%;
    height: 240px;
    background-color: #FFF;    
    overflow: hidden;
}
.photo-6 img { max-height: 300px; margin: -4% 0 0 0; }

/*uncite*/
.s7 .area { position: relative; }
.s7 h3 {
    position: absolute;
    top: 35%; left: 3%;
    width: 15%;
    z-index: 1;
}
.list-7 {
    position: relative; 
    margin: 0 0 1% 0;
    overflow: hidden;
    z-index: 2;
}
.list-7 h2 {
    float: left;
    width: 20%;
}
.list-7 h2 img:nth-child(1) { display: block; }
.list-7 h2 img:nth-child(2) { display: none; }
.list-7 ul {
    float: left;
    width: 80%;
    background-color: #f1605f;
    border-radius: 0 10px 10px 10px;
    padding: 0.5%;
}
.list-7 li {
    float: left;
    position: relative;
    width: 24.5%;
    background-color: #FFF;
    padding: 0 0 10px 0;
    margin: 0 0.25%;
    display: flex;
    flex-wrap: wrap;
}
.tag-7 {
    position: absolute; top: 0; left: 0;
    width: 30%;
    z-index: 1;
}
.tag-7 img { width: 100%; }
.list-8 ul { background-color: #c99443; }

/*bn*/
.bn { width: 80%; margin: 0 auto; }
.bn li {
    float: left;
    width: 48%;    
    margin: 0 1%;
    transition: 0.3s transform ease-out;
}
.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: 80%; margin: 0 auto; }
.kv-pbn { text-align: center; margin: 0 auto; }
.kv-pbn img { width: 100%; }

/*選單*/
.nav-area {
    width: 100%;
    background-color: #EAEAEA;
    padding: 15px 1% 0 1%;
}
.bg-none { background-color: transparent; }
.nav ul { width: 100%; padding: 0 0 5px 0; overflow: hidden; }
.nav li a, .nav li.on a {
	float: left;
	width: 12%;
    height: 60px;
    line-height: 60px;
	font-size: 1.7em;
	font-weight: bolder;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
	margin: 0 0.25%;
	display: block;
}
.nav li a {
	color: #42210B;
    background-image: url(../images/nav-bg1.png);
}
.nav li.on a {   
/*	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 2px 2px 2px black;*/
	color: #FFF;
    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 li.on a:hover, .nav li.on a:focus {
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/*分類選單*/
.subnav-box { width: 100%; padding: 10px 0 5px 0; margin: 0 auto; }
.subnav-box-m { display: none; }
.subnav ul { padding: 0; margin: 0 auto; overflow: hidden; }
.subnav li a {
    float: left;
    width: 19.9%;
    height: 36px;
	font-size: 1.125em;
    font-weight: 600;
	text-align: center;
    white-space: nowrap;
	line-height: 36px;
	color: #42210B;
    background-color: #FFF;
    border-bottom: 2px solid #EAEAEA;
    border-right: 2px solid #EAEAEA;
	display: block;
}
.subnav li a:hover, .subnav li a:focus {
    color: #FFFFFF;
    background-color: #603813;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.subnav li.on a, .subnav li.on a:hover, .subnav li.on a:focus {
	color: #FFFFFF;
	background-color: #603813;
	-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: 15px 1% 0 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; }

.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: transparent; }
.list ul { padding: 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: 9;
    -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: 9;    
}
.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 0.5% 0.5% 0.5%;
	margin: 10px auto 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;
}
.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-area p {
	font-size: 1em;
	line-height: 140%;
	color: #666;
	padding: 0 0 5px 0;
}
.rule-area a:link, .rule-area a:visited, .rule-area a:hover, .rule-area 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; }
