@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: verdana, Microsoft JhengHei ;
	vertical-align:baseline;
	text-decoration:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body, html{
	height:100%;
	width:100%;
	line-height:28px;
	font-size: 16px;
	background: url(../img/bg.jpg) center;
	background-size: cover;
}
.layout{
	width: 1000px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	top: 3%;
}
.title{
	width: 649px;
	height: 259px;
	background: url(../img/title.png) no-repeat;
	margin: 0 auto;
}
.cont{
	border: 6px solid #cca260;
	width: 980px;
	margin-top: 20px;
	position: relative;
}
.white{
	margin: 5px;
	background: #fff;
	position: relative;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.footer{
	margin: 25px auto;
	font-size: 15px;
	vertical-align: middle;
	color: #000;
	text-shadow: 0 0 5px #fff;
}
.footer a{
	color: #000;
}
.footer span{
	margin-left: 50px;
}
.footer span,.footer span img{
	vertical-align: middle;
}
.p01{
	padding: 20px;
}
.p02{
	padding: 20px;
	display: none;
}
.p03{
	padding: 20px;
	display: none;
}
.p04{
	display: none;
}
h1,h2{
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 5px;
	margin: 0 auto;
	padding: 30px 0 10px 0; 
}
.bar{
	width: 80%;
	height: 23px;
	margin: 0 auto 20px auto;
}
.bar span{
	background: #ccc;
	margin: 0 1%;
	width: 12%;
	height: 3px;
	display: inline-block;
}
.bar span.on{
	background: #ff1181;
}
.qu{
	margin: 40px auto;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.qu span{
	font-family: 'Dancing Script', cursive;
	font-size: 40px;
}
.yn img{
	margin: 0 20px;
}
.yes{
	width: 201px;
	height: 62px;
	background: url(../img/yes.png);
	display: inline-block;
	cursor: pointer;
}
.no{
	width: 179px;
	height: 62px;
	background: url(../img/no.png);
	display: inline-block;
	cursor: pointer;
}
.yes:hover,.yes.on{
	background:url(../img/yes2.png);
	transition: all 0.3s;
}
.no:hover,.no.on{
	background:url(../img/no2.png);
	transition: all 0.3s;
}
.but,.but2,.but3{
	border-radius: 50px;
	padding: 10px 0;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
	background: #ff1181;
	margin:40px auto; 
	width: 200px;
	cursor: pointer;
	box-shadow: -4px 5px 0 #ffcce4;
	text-align: center;
}
.but:hover,.but2:hover,.but3:hover{
	background: #ff3494;
}
.but2{
	display: inline-block;
	margin: 50px 20px 0 20px;
	width: 150px;
	font-size: 22px;
	padding: 8px 0;
}
.but2 img{
	vertical-align: sub;
	padding-right: 10px;
}
.right{
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #ff1181;
}
.p03 > div{
	vertical-align: top;
	display: inline-block;
}
h3{
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
	color: #ff1181;
	margin: 0 auto 40px auto;
	letter-spacing: 5px;
}
h3 span{
	font-family: 'Dancing Script', cursive;
	font-size: 50px;
}
.p03a{
	width: 55%;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 36px;
	margin-top: 30px;
}
.p03b{
	width: 40%;
	margin: 30px auto;
}
.ans{
	margin: 40px auto 0 auto;
}
.ans a{
	color: #fff;
	background: #cca260;
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}
.ans a:hover{
	background: #de9c33;
}
.p04{
	text-align: left;
	padding: 20px 50px;
	font-size: 16px;
}
.p04 .qu{
	margin: 10px 0;
}
h4{
	font-size: 22px;
	font-weight: bold;
	color: #ff1181;
	display: inline-block;
	padding-right: 10px;
}
.page{
	text-align: right;
	color: #ff1181;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.page a{
	color: #ff1181;
}
img.small{
	height: 200px;
}
.p04 .qu{
	letter-spacing: 0;
}
.qu.f1{
	padding-top: 15px;
}
.p04 h3{
	margin: 20px auto;
}
.p04 .but{
	width: 250px;
}
.buy{
	text-align: center;
}
.buy > div{
	display: inline-block;
	vertical-align: top;
}
.p04a{
	width: 55%;
	font-size: 16px;
}
.p04a span,.tt span{
	color: #ff1181;
	font-weight: bold;
}
.p04b{
	text-align: center;
	width: 40%;
}
.aa span{
	background: #ffcce4;
}
.back{
	position: absolute;
	top: -5px;
	right: -5px;
	background: #cca260;
	color: #fff;
	padding: 0px 10px 5px 20px;
	border-radius: 0 0 0 20px;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
}
.back:hover{
	background: #de9c33;
}
.tt{
	display: none;
}
@media screen and (max-width:1020px){
.layout{
	width: 96%;
	text-align: center;
	position: relative;
	margin-left: calc(2% - 5px);
	margin-right: calc(2% - 5px);
	top: 5%;
}
.cont{
	border: 6px solid #cca260;
	width: 96%;
	margin: 20px 2% ;
	position: relative;
}
.p03a{
	font-size: 18px;
	line-height: 30px;
}
.but,.but2{
	font-size: 22px;
	letter-spacing: 5px;
}
.but2{
	margin: 40px 3% 0 3%;
}
}
@media screen and (max-width:750px){
.title{
	width: 96%;
	background: url(../img/title.png) no-repeat center;
	background-size: contain;
	margin: 0 2%;
}
.p03 > div{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.p03a{
	padding: 30px 0;
	margin: 0 auto;
}
.p03a h3{
	margin: 0 auto;
	padding: 30px 0;
	letter-spacing: 2px;
}
.but2{
	width: 150px;
}
.p03b{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.buy > div{
	display: block;
	width: 90%;
	margin: 0 5%;
}
.footer span img{
	margin-top: 10px;
}
.yn img{
	margin: 0 10px;
	height: 40px;
}
.yes{
	background: url(../img/yes.png) no-repeat right;
	height: 40px;
	background-size: contain;
}
.no{
	background: url(../img/no.png) no-repeat;
	height: 40px;
	background-size: contain;
}
.yes:hover,.yes.on{
	background:url(../img/yes2.png) no-repeat right;
	height: 40px;
	background-size: contain;
}
.no:hover,.no.on{
	background:url(../img/no2.png) no-repeat;
	height: 40px;
	background-size: contain;
}
h1, h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}
}
@media screen and (max-width:550px){
.p04 {
    padding: 10px 10px 20px 10px;
    font-size: 15px;
}
.yes{
	width: 40%;
}
.no{
	width: 38%;
}
.p01{
	padding-bottom: 50px;
}
.p03{
	padding: 30px 10px;
}
.p03a{
	font-size: 15px;
	line-height: 25px;
}
.title{
	width: 90%;
	height: 259px;
	background: url(../img/title2.png) no-repeat center;
	background-size: contain;
	margin: 0 5%;
}
.qu.f1{
	padding-top: 30px;
}
.but{
    font-size: 22px;
    letter-spacing: 5px;
    width: 150px;
}
.but2{
    font-size: 22px;
    letter-spacing: 1px;
    width: 120px;
    padding: 6px 2px 6px 5px
}
.but2 img{
	padding-right: 3px;
}
.but3{
    font-size: 22px;
    letter-spacing: 2px;
    width: 180px;
    padding: 6px 2px 6px 5px;
    margin: 30px auto 0 auto;
}
.tt{
	display: block;
	text-align: center;
}
}
@media screen and (max-width:420px){
h1, h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}
h3 {
    font-size: 25px;
	letter-spacing: 0;
}
.p03{
	padding: 30px 5px;
}
.p04 .but {
    width: 220px;
}
}
