@charset "UTF-8";
/* CSS Document */

html, body {
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	font-family:"Helvetica Neue", "微軟正黑體", Helvetica, Arial, sans-serif;	
}
img {
	height:auto;
	border:0;
}
h1 {
	font-size: 28px;
    margin-top: 10px;
    margin-bottom: 5px;
	color:#f5821f;
	font-weight:bold;
}
p {
	color: #666;
}
a {
	text-decoration:none;
}
header {
	position:fixed;
	top:0;
	left:0;
	padding:10px;
	width:100%;
	height:80px;
	background:rgba(255,255,255,0);
	overflow:hidden;
	z-index:999;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header.smaller {
	height:65px;
	background:rgba(255,255,255,1);
}
.head_logo {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1120px;
}
.logo {
	width:130px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.logo.smaller {
	width:100px;
}
.wrapper {
	position:relative;
	padding: 0;
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
}
.container {
	position:relative;
	padding: 0;
    width:100%;
}
.top_banner {
	position: relative;
	width: 100%;
	background: rgba(190,30,45,1);
}
.product_list {
	position: relative;
	padding: 10px 0;
	width: 100%;
	background: url(../images/bg.jpg) top center repeat-y;
	text-align: center;
}
.product_list p {
	font-size: 12px;
	color: #fff;
}
.product01 {
	position: relative;
	margin: 0px auto 20px auto;
	width: 100%;
	max-width: 980px;
	background: #fff;
}
.product01 .p_bg {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 30px;
}
.product01 .p_img {
	position: relative;
	float: right;
	margin-right: 1%;
	width: 25%;
}
.product01 .content {
	position: relative;
	float: left;
	padding: 20px 0 20px 25px;
	width: 73%;
	border-bottom: 2px dotted #be1e2d;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.content h1 {
	font-size: 26px;
	color: #be1e2d;
}.content ul {
	padding-left: 20px;
}
.content p {
	font-size: 14px;
	color: #333;
}
.p_term {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 12px;
	color: #999;
}
.product01 .price {
	position: relative;
	float: left;
	padding: 20px 0 20px 25px;
	width: 73%;
}
.o_price {
	position: relative;
	float: left;
	width: 95px;
	font-size: 12px;
	color: #666;
	text-align: left;
    line-height: 20px;
}
.o_price b {
	font-size: 26px;
}
.o_price span {
	font-size: 18px;
}
.citi {
	position: relative;
    float: left;
    padding: 3px 0px;
    width: 150px;
    background: #0060a7;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.n_price {
	position: relative;
    float: left;
    width: 168px;
    font-size: 46px;
    font-weight: bold;
    color: #be1e2d;
    line-height: 40px;
    text-align: left;
    margin-left: 10px;
}
.n_price span {
	font-size: 24px;
}
.btn_book {
	position: relative;
    float: right;
    padding: 8px 0px;
    width: 225px;
    background: #be1e2d;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 3px;
	cursor: pointer;
}
.btn_book:hover {
    background: #821624;
}
.product02 {
	position: relative;
	margin: 0px auto 20px auto;
	width: 100%;
	max-width: 980px;
	background: #fff;
}
.product02 .p_bg {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 30px;
}
.product02 .p_img {
	position: relative;
	float: left;
	margin-left: 1%;
	width: 25%;
}
.product02 .content {
	position: relative;
	float: right;
	padding: 20px 25px 20px 0px;
	width: 73%;
	border-bottom: 2px dotted #be1e2d;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.product02 .price {
	position: relative;
	float: right;
	padding: 20px 25px 20px 0;
	width: 73%;
}
.smile {
	position:relative;
	margin:0 auto;
	margin-top: 20px;
	width:100%;
	max-width:1120px;
}
.products_term {
	padding:20px 10px 10px 20px;
	font-size:12px;
	color:#666;
}
footer {
	position:relative;
	margin:0px auto;
	padding:10px 0;
	width:100%;
	background:#efefef;
	font-size:12px;
	color:#666;
}
footer a {
	color:#666;
}
.footer_info {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1120px;
}
.copyright {
	text-align:left;
}
.stock {
	text-align:center;
}
.term {
	text-align:right;
}
@media (max-width: 1920px) {
}
@media (max-width: 1620px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 970px) {
.copyright {
	text-align:center;
}
.stock {
	text-align:center;
}
.term {
	text-align:center;
}
.product01 .p_img {
	position: relative;
	float: none;
	margin: 0 auto;
	width: 80%;
}
.product02 .p_img {
	position: relative;
	float: none;
	margin: 0 auto;
	width: 80%;
}
.product01 .content {
	position: relative;
	float: none;
	padding: 20px 25px 20px 25px;
	width: 100%;
	border-bottom: 2px dotted #be1e2d;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.product02 .content {
	position: relative;
	float: none;
	padding: 20px 25px 20px 25px;
	width: 100%;
	border-bottom: 2px dotted #be1e2d;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.product01 .price {
    position: relative;
    float: none;
    padding: 20px 25px 20px 25px;
    width: 100%;
}
.product02 .price {
    position: relative;
    float: none;
    padding: 20px 25px 20px 25px;
    width: 100%;
}
.product02 .p_img {
	position: relative;
	float: none;
	margin: 0 auto;
	width: 80%;
}
.o_price {
	position: relative;
	float: left;
	width: 25%;
	font-size: 12px;
	color: #666;
	text-align: left;
    line-height: 20px;
}
.citi {
	position: relative;
    float: left;
    padding: 3px 0px;
    width: 35%;
    background: #0060a7;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.n_price {
	position: relative;
    float: left;
    width: 35%;
    font-size: 46px;
    font-weight: bold;
    color: #be1e2d;
    line-height: 40px;
    text-align: left;
    margin-left: 10px;
	margin-bottom: 18px;
}
.btn_book {
    position: relative;
    clear: both;
    float: none;
    padding: 8px 0px;
    width: 300px;
    background: #be1e2d;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
    margin: 10px auto;
}
.smile {
    width: 90%;
}
}
@media (max-width: 768px) {
footer {
	margin-bottom: 40px;
}
}
@media (max-width: 414px) {
}