﻿@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Franklin';
font-style: normal;
font-weight: normal;
src: url('../fonts/FRABK.woff') format('woff');
}
@font-face {
font-family: 'GSMT';
font-style: normal;
font-weight: normal;
src: url('../fonts/GSMT.woff') format('woff');
}


a {
	color: #D8331B;
	text-decoration: none;
}

.skip {
	position: absolute;
	top: -10000px;
}


header {
	border-bottom: 1px #FE3C20 solid;
	padding-top: 20px;
}


header > section, header > nav, #content > section, #indcon > section, #shortcut > section, footer > p {
	margin: auto;
	width: 1240px;
}
#content, #shortcut {
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
}
#content article {
	margin-bottom: 60px;
}

#indcon {
	background-color: #FE5252;
	padding: 3% 0%;
	text-align: center;
}

#shortcut {
	background-image: url(../images/bg_bottom.jpg);
	font-size: 24px;
	font-weight: bold;
	padding: 3% 0%;
}
#shortcut li {
	display: inline-block;
	text-align: center;
	width: 24.5%;
}
#shortcut img {
	background-color: #fff;
	border-radius: 100px;
	margin-bottom: 5px;
}
#shortcut a {
	color: #3F0000;
	word-wrap: break-word;
}
footer {
	padding: 1% 0%;
}
footer span {
	color: #E51D00;
	float: right;
	text-align: right;
}


.logobar > img {
	float: right;
}
.logobar:after, #content:after, #content article:after, footer:after, .productlist:after, .tableDL:after {
	content: "";
	clear: both;
	display: block;
}

nav {
	font-size: 1.3em;
	font-weight: 300;
	text-align: center;
}
nav a {
	color: #333;
	display: block;
}
nav a:hover {
	color: #FE5252;
}
nav ul {
	padding-left: 0px;
}
nav ul li {
	display: inline-block;
	margin: 0% 1%;
	padding: 0% 1%;
}
.nomarginR {
	border-right: 1px #bbb solid;
	text-align: right;
}
.nomarginR a {
	font-size: 0.85em;
}
.nomarginR a:first-child {
	font-size: 0.7em;
}
.nomarginR a:last-child {
	font-size: 1em;
}
.nomarginR, .navlang {
	margin: 0%;
	padding-right: 2%;
	width: 8%;
}
.navlang {
	padding-left: 1%;
	padding-right: 0%;
	text-align: left;
}
.navlang .chi {
	font-family: 微軟正黑體;
	font-size: 0.9em;
}

nav .nomarginR a {
	display: inline-block;
}





h1 {
	color: #E21E01;
	font-family: GSMT;
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 0px;
	padding: 3% 0%;
	text-align: center;
}
:lang(zh-TW) h1 {
	font-family: 微軟正黑體;
}
h2 {
	color: #E30157;
}


.left50 {
	float: left;
	width: 49%;
}
.right50 {
	float: right;
	width: 49%;
}

.left30 {
	float: left;
	width: 25%;
}
.right70 {
	float: right;
	width: 72%;
}



.tableborder {
	border: 1px #f2f2f2 solid;
}
.tableborder tr:nth-child(even) {
	background-color: #f2f2f2;
}


.productlist li {
	background: linear-gradient(to bottom, #f3f3f3 0%,#d9d9d9 100%);
	display: inline-block;
	margin: 2%;
	padding: 1.5%;
	text-align: center;
	vertical-align: top;
	width: 25%;
}
.productlist li a {
	color: #000;
	font-size: 1.2em;
}
.productlist li div {
	display: block;
	margin-top: 7px;
	max-width: 322px;
	max-height: 322px;
	overflow: hidden;
	width: 100%;
}
.right70 .productlist li {
	float: left;
}
.right70 .productlist li div {
	max-width: 232px;
	max-height: 232px;
}

.productlist li img {
	transform: scale(1);
	transition: 0.2s all linear;
	width: 100%;
}
.productlist li:hover img {
	transform: scale(1.2);
	transition: 0.2s all linear;
}
.productnav li {
	margin-bottom: 7px;
}
.productnav li a {
	display: block;
	line-height: 50px;
	vertical-align: middle;
}
.productnav li img {
	border: 2px #ccc solid;
	border-radius: 90px;
	height: 50px;
	margin-right: 5px;
	vertical-align: middle;
	width: 50px;
}
.productnav a:hover img {
	border: 2px #f98546 solid;
}

.zoneline {
	border-left: 1px #eee solid;
	padding-left: 2%;
}


.tableDL dt, .tableDL dd {
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 5px;
	position: relative;
	width: 10%;
}
.tableDL dt {
	font-weight: 600;
}
.tableDL dd {
	width: 86%;
}
.tableDL dd:before {
	content: ":";
	left: -5px;
	position: absolute;
}

.right70 .tableDL dt {
	width: 15%;
}
.right70 .tableDL dd {
	width: 81%;
}
.left50 .tableDL dt {
	width: 20%;
}
.left50 .tableDL dd {
	width: 76%;
}

:lang(zh-TW) .tableDL dt {
	width: 10%;
}
:lang(zh-TW) .tableDL dd {
	width: 80%;
}
:lang(zh-TW) .right70 .tableDL dt {
	width: 13%;
}
:lang(zh-TW) .right70 .tableDL dd {
	width: 82%;
}
:lang(zh-TW) .left50 .tableDL dt {
	width: 21%;
}
:lang(zh-TW) .left50 .tableDL dd {
	width: 75%;
}



.promolist dd {
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


.btn_pink {
	background-color: #E30157;
	border-radius: 7px;
	color: #fff;
	padding: 5px 10px;
}


#indcon .tableDL {
	margin: auto;
	width: 400px;
}
#indcon .tableDL dt, #indcon .tableDL dd {
	color: #fff;
	font-family: GSMT;
	font-size: 2em;
	line-height: 1.1em;
	width: 45%;
}


.ui_nolst {
	list-style-type: none;
}
.ui_nomp {
	margin: 0px;
	padding: 0px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}