﻿@charset "utf-8";
/* CSS Document */

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

html {
	margin:0;
	padding:0;	
}

body {
	position:relative;
	margin:0;
	padding:0;
	background-color:#e60012;
	font-family:Verdana, "微軟正黑體";
	text-align:center;
}

h1 {
	margin:0 0 15px 0;
	padding:0;
	line-height:100%;
	font-size:0;
	text-align:center;
	background-color: #e60012;
}

h1 img {
	margin:0;
	padding:0;
	width:100%;
	max-width:1000px;
}

/*copyright開始*/

#copyright {
	padding:0;
	width:100%;
	background:#000;
	display:inline-block;
}

#copyright img {
	margin:0;
	padding:0;
	line-height:0;
	width:112px;
	height:60px;
	display:inline-block;
}

#copyright p {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:58px;
	display:inline-block;
}

/*copyright結束*/

.fix {
	padding:0;
}

.content {
	margin:0 auto;
	width:100%;
	text-align:center;
	border-radius:15px;
}

.content .box {
	margin:0 0 15px 0;
	padding: 30px 15px 10px 15px;
	background-color:#e60012;
	border-radius:60px;
	box-sizing: border-box;
	border: 2px solid #fff;
	position: relative;
}

.content .snow {
	position: absolute;
	top: -63px;
	left: 55px;
}

.item_box {
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 950px;
	text-align: center;
}


.item_box img {
	width: 100%;
	height: auto;
}

.item_box .text {
	text-align: center;
}

.item_box .num {
	margin: 5px 0 0 0;
	padding: 5px 30px;
	text-align: center;
	background-color: #ffd230;
	border-radius: 99px;
	display: inline-block;
	color: #000;
	font-size: 15px;
}

.content .line {
	margin: 0 auto;
	padding: 0 20px;
	text-align:center;
	width: 100%;
	max-width: 600px;
	background-image:url(images/out_line.png);
	background-position: center center;
	background-repeat: repeat-x;
}


.content .line .title {
	padding: 0 20px;
	background-color: #e60012;
	clear:both;
	text-align:center;
	display: inline-block;
	font-family: Microsoft YaHei,"SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #fff;
}

.content h2 {
	margin:0;
	padding:8px 18px;
	border:1px solid #ed6257;
	color: #ed6257;
	display:inline-block;
	text-align: left;
	font-weight: normal;
}

.content .item {
	margin:0 auto 30px auto;
	max-width: 1000px;
}

.content .item img {
	width: 100%;
	max-width: 1000px;
}

.content p {
	margin:0 auto;
	clear:both;
	line-height:200%;
	display:block;
	text-align:left;
	font-size:22px;
	max-width:940px;
	color: #fff;
}

.content .note {
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
	color: #fff;
}

.btn a {
	display:inline-block;
	text-align:center;
	margin:10px 0;
	padding:5px 30px;
	color:#fff;
	background-color:#e60012;
	border: 2px solid #fff;
	border-radius:99px;
	line-height:230%;
	text-decoration:none;
	font-size:20px;
}

.btn a:hover {
	background-color:#fff;
	color:#e60012;
	font-weight: bold;
}

.finger {
	margin: -25px 0 0 0;
}

.finger img {
	width: 40px;
}

#notice {
	margin:30px 0 0 0;
	padding:35px 0;
	max-width:100%;
	background:#000;
	text-align:left;
	border-bottom: 1px solid #666;
}

#notice .box {
	margin:0 auto;
	padding:0 30px 0 40px;
	max-width:1280px;
}

#notice h3 {
	margin:13px 0 13px 7px;
	padding:0;
	color:#FFF;
	font-size:19px;
	font-weight:300;
	line-height:150%;
	letter-spacing:0.09em;
}

#notice ul {
	margin:0;
	padding:0;
}

#notice li {
	margin:0 0 18px 0;
	padding:0;
	list-style:decimal;
	color:#e4e4e4;
	font-size:13px;
}

#notice a {
	color:#e4e4e4;
	text-decoration:underline; 
}

#gotop {
	display:none;
	position:fixed;
	right:15px;
	bottom:70px;
	background-color:rgba(155, 155, 155, 0.4);
	font-family:Verdana, "新細明體";
	font-size:15px;
	color:#000;
	margin:0;
	padding:8px 15px;
	border-radius:4px;
	cursor:pointer;
	z-index:999;
}

#gotop:hover {
	background-color:rgba(180, 180, 180, 0.4);
}

@media screen and (max-width:320px) {

}

@media screen and (max-width:500px) {

.btn_group a {
	width:100% !important;
}

}

@media screen and (max-width:750px) {

.content {
	padding: 0 15px;
}
	
.content .box {
	margin:0 0 15px 0;
	padding:30px 15px 0 15px;
	border-radius:15px;
}
	
.content .out_line .title {
	font-size: 20px;
	margin: 0;
	padding: 10px;
}

.content p {
	font-size:15px;
	font-weight: normal;
	line-height: 180%;
}
	
.content .item_box .num {
	margin: 10px 0 30px 0;
}
	
.content .note {
	padding: 0;
}

.content .notice_text {
	font-size:14px;
}

#copyright {
	text-align:center;
}

#copyright img {
	margin:0 auto;
	text-align:center;
	display:block;
}

#copyright p {
	margin:0 0 15px 0;
	display:block;
	line-height:100%;
}
	
.bx-wrapper .bx-controls-direction a {
		display: none;
}
	
#bxslider a {
	padding:0;
}

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:800px) {	

}

@media screen and (max-width:992px) {

body {
	background-image:none;
}
	
.content p {
	font-size:15px;
	font-weight: normal;
	line-height: 180%;
}	

.content .line .title {
	font-size: 20px;
	margin: 0;
	padding: 10px;
}
	
.content .box .group {
	float:none;
}

.box_p {
	max-width:100%;
	text-align:center;
}
	
.content .box {
	margin:0 0 15px 0;
	padding:30px 20px 0 20px;
	border-radius:15px;
	box-sizing: border-box;
}

}

@media screen and (max-width:1024px) {

h1 {
	margin:0 0 15px 0;
}

}

@media screen and (max-width:1140px) {

#bxslider {
	margin:0 auto;
	width:100%;
}

#bxslider img {
	border-radius:0;
}

}

@media screen and (max-width:1200px) {
	
.content .snow {
	display: none;
}
	
.content p {
	line-height:180%;
	max-width:850px;
	font-weight: normal;
}
	
}