﻿@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;
}

.btn_box {
	margin: 40px 0 60px 0;
}





.double_btn {
	margin: 0;
	display: inline-block;
}



.double_btn a {
    margin: 0 7px;
    padding: 13px 30px;
    font-family: Verdana, Microsoft JhengHei;
    font-size: 2rem;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    display: block;
    background-color: #434343;
    background: -moz-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
    background: -webkit-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
    background: -o-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
    border: 1px solid #000000;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(98,98,98,1) inset;
    letter-spacing: 2px;
    text-indent: 8px;
}

.double_btn a:hover {
	text-decoration: none;
	background-color:#222;
	background:-moz-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
}

























.title iframe {
	vertical-align: middle;
	margin-left:10px;
}

.master_vision {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Verdana, "微軟正黑體";
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center top;
	width: 100%;
}

.topbar {
	position: fixed;
	padding: 7px 0 0 0;
	padding: 8px 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 99;
	background: #a5a5a5;
	animation-name:topbar;
    animation-duration:1s;	
}

/* 共用項目開始 */

.btn {
	margin: 0;
	padding: 0;
	display:inline-block;
	text-align: center;
	font-size: 0;
}

.btn a {
	margin: 0 7px;
	padding: 5px 30px;
	font-family: Verdana, Microsoft JhengHei;
	font-size: 2rem;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	display:block;
	background-color:#434343;
	background:-moz-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	border: 1px solid #000000;
	border-radius: 3px;
	box-shadow:0 1px 1px rgba(98,98,98,1) inset;
	letter-spacing: 2px;
	text-indent: 8px;
}

.btn a:hover {
	text-decoration: none;
	background-color:#222;
	background:-moz-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
}

.single_btn {
	margin: 40px 0 58px 0;
}

.single_btn a {
	margin: 0;
	padding:13px 30px;
}

.inline_btn {
	margin: 0;
}

.inline_btn a {
	margin: 0 10px;
	padding:13px 30px;
}

.center {
	text-align: center;
}

/* 共用項目結束 */

.master_vision .mv {
	margin:0 auto;
	padding: 0;
	width: 100%;
	max-width:1140px;
}

.master_vision .mv img {
	width: 100%;
	max-width:1140px;
}

.master_vision .m_mv {
	display:none;
}

.side {
	position: fixed;
	right: 30px;
	top: 120px;
	background-color: #151515;
	border-radius:10px;
	width: 100%;
	max-width: 55px;
	text-align: center;
	z-index: 1;
	padding: 10px 0 0 0;
    animation-name:side;
    animation-duration:1s;	
}

#entries {
	display: none;
}

@keyframes topbar {
    from {
		opacity:0;
        top:-100px;
    }
	
    to {
		opacity:1;
        top:0px;
    }
}

@keyframes side {
    from {
		opacity:0;
        right:-100px;
    }
	
    to {
		opacity:1;
        right:30px;
    }
}

.side h3 {
	margin: 0 auto;
	color: #f1b77c;
	max-width: 35px;
	text-align:center;
	font-family: Verdana, "微軟正黑體";
	font-size: 17px;
	font-weight: normal;
	line-height: 120%;
}

.side ul {
	margin: 0;
	padding: 0;
}

.side li {
	margin: 0;
	padding: 10px 0;
	color: #f1b77c;
	list-style: none;
	background-image:url(images/side_divider.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	font-family:'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	width: 100%;
	display: block; 
}

.side li a {
	color: #f1b77c;
	text-decoration: none;
	transition: 1s;
	display: block;
}

.side li:last-child {
	background:none;
}

.side li a:hover {
	color: #fff;
}

.side button {
	padding: 0 0 10px 0;
	background: none;
	border:none;
	color: #999;
	transition: 1s;
}

.side button:hover {
	color: #fff;
}

.title {
	background-image: url(images/title_adornment.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.event hgroup {
	margin: 0;
	padding: 44px 0 0 30px;
}

.event h2 {
	margin: 0 0 4px 0;
	padding: 0;
	font-family:"Microsoft Yahei";
	font-weight: 600;
	font-size: 23px;
	color: #7a7a7a;
	text-align: left;
}

.event h3 {
	margin: 0 0 30px 0;
	padding: 0;
	font-family:"Microsoft Yahei";
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	text-align: left;
}

.event p {
	margin: 0;
	padding: 0;
	font-family:Verdana, "微軟正黑體";
	font-size: 18px;
	color: #000000;
	text-align: left;
	line-height: 180%;
}

.item {
	margin: 30px auto;
	float:left;
	width: 100%;
}

.item_img {
	position:relative;
	width: 20%;
	float:left;
	max-width: 228px;
}

.item_img img {
	width: 100%;
	height: auto;
}

.item_ov {
	width: 20%;
	position: absolute;
	z-index: 1;
	max-width: 228px;
}

.item_ov img {
	width: 100%;
	height: auto;
}

.gas_tank {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-color: #e7e6e4;
	border-radius:99px;
	line-height: 42px;
	width: 100%;
	max-width: 1140px;
	text-align: right;
	overflow: hidden;
}

.gas_tank .text {
	position: absolute;
	left: 30px;
	padding: 0;
	font-family:"Microsoft Yahei";
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;	
}

.gas {
	background-color:#ff4545;
	background:-moz-linear-gradient(0deg, #ffa284 0%, #ff4545 100%);
	background:-webkit-linear-gradient(0deg, #ffa284 0%, #ff4545 100%);
	background:-o-linear-gradient(0deg, #ffa284 0%, #ff4545 100%);
	box-sizing:border-box;
	width: 0%;
	height: 42px;
}

.gift {
	margin: 30px 0 40px 0;
	padding: 0;
}

.gift img {
	width: 100%;
	height: auto;
	max-width: 852px;
}

.text_box {
	padding: 0 0 0 30px !important;
	text-align: left;
	max-width: 1072px;
}

.table_group {
	max-width: 1072px;
}

.tb {
	margin: 30px auto 0 auto;
	width: 100%;
	border-radius:6px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border:1px solid #e4e4e4;
	font-family:Verdana, "微軟正黑體";
	font-size:17px;
	color: #000;
	line-height: 52px;
}

.ts_tb {
	margin: 0 auto;
}

.join_tb td {
	padding: 35px 0 !important;
}

.tb th {
	padding: 0 30px;
	background-color:#e9e9e9;
	background:-moz-linear-gradient(270deg, #e9e9e9 0%, #f3f3f3 35%, #e4e4e4 100%);
	background:-webkit-linear-gradient(270deg, #e9e9e9 0%, #f3f3f3 35%, #e4e4e4 100%);
	background:-o-linear-gradient(270deg, #e9e9e9 0%, #f3f3f3 35%, #e4e4e4 100%);
	color: #000;
	height: 53px;
}

.ts_tb th {
	padding: 0 30px;
	background: none;
	background-color:#d80d18;
	color: #fff;
	height: 53px;
	text-align: center;
	font-size:22px;
}

.tb td {
	padding: 12px 30px;
	background-color: #fff;
	color: #000;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	box-sizing: border-box;
	word-break: break-all;
	font-size:16px;
	line-height: 180%;
}

.ts_tb td {
	padding: 20px 30px;
}

.tb td:last-child {
	border-right:none;
}

.tb td img {
	margin:5px 0 4px 0;
	width:100%;
}

tr:first-child th:first-child {
	border-top-left-radius: 6px;
	border-right:1px solid #e4e4e4;
}

tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

tr:last-child td {
	border-bottom:none !important;
}

tr:last-child td:first-child{
  border-bottom-left-radius: 6px;
}

tr:last-child td:last-child{
  border-bottom-right-radius: 6px;
}

#two {
	background: url(images/Sony_E6100_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}


#two .img_box {
	position: relative;
	padding: 0;
	margin: 0;
}


#two .img_box img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#two .img_box .note {
	position: absolute;
	right: 39px;
	bottom: 15px;
	font-size: 13px;
	line-height: 100%;
	margin: 0;
	padding:0;
}

#four {
	padding: 0 0 58px 0;
	background-color: #f3f3f3;
}

#notice {
	margin: 0;
	padding: 0 0 30px 0;
}

#notice h2 {
	margin: 0;
	padding: 57px 0 0 30px;
	height: 120px;
	background-image: url(images/title_adornment.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 28px;
	text-align: left;
	font-family:Verdana, "微軟正黑體";
	font-weight: 600;
}

#notice ul {
	margin: 0;
	padding: 0 50px;
	box-sizing: border-box;

}

#notice li {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
	list-style:decimal;
	line-height: 180%;
	text-align: left;
	font-family:Verdana, "微軟正黑體";
}

/*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;
}

/*Facebook Button開始*/

.fb_bg {
	padding: 15px 0;
	width: 100%;
	background-color: #202020;
}

.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;
}

.fb p a {
    color: #fff;
}

.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);
}

#hotgame {
	padding: 0 0 30px 0;
	background: url(images/hotgame_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
	
}

#hotgame img {
	margin: 0 0 5px 0;
	width: 100%;
}

#hotgame p {
	margin: 0 0 30px 0;
	padding: 0;
	font-family:Verdana, "微軟正黑體";
	font-size:15px;
	line-height: 100%;
	text-align: center;
}

#hotgame p a {
	color: #000;
	text-decoration: none;
}

.bx-wrapper .bx-viewport {
	background: none;
}

.ts_notice {
	padding: 20px 0 35px 0;
	font-size: 14px;
	text-align: left;
	font-family:Verdana, "微軟正黑體";
	background-color: #f3f3f3;
	line-height: 150%;
}

.ts_notice .strong {
	margin: 0;
	padding:0;
	font-size: 26px;
	line-height: 100%;
}

.ts_notice .ts_notice_box {
	padding: 0 30px;
}

@media screen and (max-width:1200px) {

#two .tb {
	margin-bottom:40px;
}
	
}

@media screen and (max-width:1140px) {
	
.header {
	padding: 56px 0 0 0;
}
	
.master_vision .mv {
	display:none;
}

.master_vision .m_mv {
	display:block;
	padding:0;
}

.master_vision .m_mv img {
	width: 100%;
}
	
.side {
	display: none;
}

.pc_e6100 {
	display:none;
}
	
.m_e6100 {
	display:block !important;
}
	
.m_fix {
	padding: 0;
}
	
#two {
    background: none;
	background-color: #f3f3f3;
}
	
.single_btn {
	margin-bottom: 40px !important;
}
	
.text_box {
	text-align: center;
}

}

@media screen and (max-width:750px) {
	
.event h2 {
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 16px;
}
	
.event h3 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-align: left;
}
	
.event p {
    font-size: 15px;
}
	
.item_img {
	width: 33.3%;
}
	
.item {
    margin: 10px auto 30px auto;
    float: left;
    width: 100%;
}
	
.gas_tank .text {
    font-size: 16px;
	line-height: 38px;
}

.gas_tank {
    height: 38px;
}
	
.gas {
	height: 38px;
}
	
.fix_single_btn {
	margin-left:-30px !important;
}
	
.tb th {
	padding: 0 15px;
	font-size: 15px;
	height: inherit;
	line-height: 45px;
}
	
.tb td {
	padding: 0 15px;
	font-size: 15px;
	height: inherit;
	line-height: 45px;
}
	
.ts_tb img {
	width: 100%;
	max-width: 180px;
}
	
.ts_tb td {
	padding: 15px 20px;
	line-height: 180%;
	box-sizing: border-box;
}
	
.gift {
	margin: 20px 0 30px 0;
}
	
#four {
	padding: 0 0 30px 0;
}
	
.join_tb td {
    padding: 20px 0 !important;
}
	
#notice h2 {
	font-size: 20px;
	height: 85px;
}
	
#notice ul {
	margin-top: 15px;
    padding: 0 20px 0 50px;
}

#copyright img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
	
#copyright p {
    margin: 0 0 15px 0;
    display: block;
    line-height: 100%;
}
	
}

@media screen and (max-width:500px) {
	
.header {
	padding: 49px 0 0 0;
}
	
.btn {
	margin: 0;
	padding: 0;
	display:inline-block;
	text-align: center;
	font-size: 0;
}

.btn a {
	margin: 0 7px;
	padding: 5px 15px;
	font-family: Verdana, Microsoft JhengHei;
	font-size: 15px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	display:block;
	background-color:#434343;
	background:-moz-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	border: 1px solid #000000;
	border-radius: 6px;
	box-shadow:0 1px 1px rgba(98,98,98,1) inset;
	letter-spacing: 2px;
	text-indent: 8px;
}

.btn a:hover {
	text-decoration: none;
	background-color:#222;
	background:-moz-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
}
	
.btn_box {
	margin: 30px 0 40px;
}	

	
.double_btn {
	margin: 0;
	padding: 0;
	display:inline-block;
	text-align: center;
	font-size: 0;
	width: 49%;
}

.double_btn a {
	margin: 0;
	padding: 13px 0;
	font-family: Verdana, Microsoft JhengHei;
	font-size: 15px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	display:inline-block;
	background-color:#434343;
	background:-moz-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #434343 0%, #000000 60%, #000000 100%);
	border: 1px solid #000000;
	border-radius: 6px;
	box-shadow:0 1px 1px rgba(98,98,98,1) inset;
	letter-spacing: 2px;
	text-indent: 8px;
	width: 95%;
}

.double_btn a:hover {
	text-decoration: none;
	background-color:#222;
	background:-moz-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-webkit-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
	background:-o-linear-gradient(270deg, #323232 0%, #000000 60%, #000000 100%);
}

.single_btn {
	margin: 30px 0 0 0;
}

.single_btn a {
	padding:13px 30px;
}
	
.ts_notice .ts_notice_box {
    padding: 0;
}
	
.ts_notice_box {
	display: flex;
	flex-direction:column-reverse;
}
	
.ts_notice {
	padding: 30px 0 10px 0;
	font-size: 14px;
	text-align: left;
	font-family:Verdana, "微軟正黑體";
	background-color: #f3f3f3;
	line-height: 150%;
}
	
}