﻿@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';
/* CSS Document */

input,button,select,textarea{outline:none}
 *:focus { outline: none; }

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 {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	font-family:Roboto, sans-serif, Arial,"Microsoft Yahei";
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.gift {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 831px;
	z-index: 0;
}

.gift > img {
	width: 100%;
	height: auto;
}

.gift ul {
	margin: 0;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	z-index: 1;
	box-sizing: border-box;
	transform:translateY(-50%);
}

.gift li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	max-width: 33.33%;
	height: auto;
}

.gift li img {
	width: 100%;
	max-width: 247px;
	height: auto;
	
}

.gift li a {
	cursor: default;
}

.gift_bg {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 831px;
	z-index: 0;
	box-sizing: border-box;
	
}

.gift_bg img {
	width: 100%;
	height: auto;
}

.mv {
	width: 100%;
	max-width: 1140px;
	height: auto;
	margin: 0 auto 15px auto;
}

.mv img {
	width: 100%;
	height: auto;
}

.content {
	margin: 0 auto;
	width: 100%;
	max-width: 830px;
}

.content p {
	margin: 0 0 15px 0;
	color: #eeba98;
	font-size: 28px;
	text-align: left;
	line-height: 150%;
	font-weight: bold;
}

h3 {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}

h3 img {
	width: 100%;
	height: auto;
}

p {
	font-family: Roboto, sans-serif, Arial,"Microsoft Yahei";
	font-size: 28px;
	color: #fff;
}

.notice {
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
	clear: both;
	float: left;
	color: #eeba98;
}

.notice h3 {
	margin: 15px 0;
	padding: 0;
	font-family:Roboto, sans-serif, Arial,"Microsoft Yahei";
	font-weight: 600;
	font-size: 17px;
	text-align: left;
	background-image: url(images/notice_divider.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.notice ul {
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;

}

.notice li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	list-style:decimal;
	line-height: 150%;
	text-align: left;
	font-family:Verdana, "微軟正黑體";
}

.notice li a {
	margin: 0 5px;
	text-decoration: underline;
	color: #eeba98;
}

/*copyright開始*/

#copyright {
	padding:0;
	width:100%;
	background:#000;
	display:inline-block;
	clear: both;
}

#copyright img {
	margin:0;
	padding:0;
	line-height:0;
	width:112px;
	height:60px;
	display:inline-block;
	vertical-align: middle;
}

#copyright p {
	font-size:13px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height:58px;
	display:inline-block;
}

/*copyright結束*/


/*Facebook Button開始*/

.fb_bg {
	position: relative;
	padding: 15px 0;
	width: 100%;
	background-color: #202020;
	clear: both;
}

.fb {
  	margin: 0 auto;
  	padding: 0 15px;
  	width: 100%;
  	max-width: 445px;
  	box-sizing: border-box;
}

.fb .box {
	width: 100%;
    background-color: #4267b2 !important;
    padding: 5px 0;
    max-width: 410px;
    margin: 0;
    border-radius: 6px;
}

.fb .box:hover {
    background-color: #4a70be !important;
}

.fb p {
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    margin: 0;
    padding: 0;
    color: #fff;
	font-size:13px;
}

.fb p img {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.fb p a {
    color: #fff;
	text-decoration: none;
}

.fb p a:hover {
    text-decoration: none;
}

/*Facebook Button結束*/

#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:1140px) {

body {
	background-image: url(images/mbg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.content {
	padding: 0 15px;
	box-sizing: border-box;
}

.notice {
    margin: 0;
    padding: 0 0 20px 0;
    clear: both;
    float: left;
    color: #eeba98;
}

}

@media screen and (max-width:750px) {

.content {
	padding: 0 15px;
	box-sizing: border-box;
}

.content p {
	font-size: 17px;
}

.notice h2 {
	font-size: 20px;
	height: 85px;
}
	
.notice ul {
    margin-top: 15px;
    padding: 0 10px 0 30px;
}
	
#copyright {
	padding: 0;
}
	
#copyright img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
	
#copyright p {
    margin: 0 0 15px 0;
    display: block;
    line-height: 100%;
}
	
}