@charset "UTF-8";
* { margin: 0px; padding: 0px; box-sizing: border-box; }
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}
img { border: 0px none; }

body {
	padding:0;
	margin:0;
	color:#000000;
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	background-repeat: repeat;
}

/* POSITIONING */
.left { text-align: left;}
.right { text-align: right;}
.center { text-align: center; margin-left: auto; margin-right: auto; }
.middle { vertical-align: middle; }
/************************
TOTAL
************************/
.line_1 { 
	width: 100%; 
	display: inline-block;
	height: 1px; 
	border-top: 1px solid #909090;
	margin-bottom: 10px;
	}
.both { 
	width: 100%; 
	display: inline-block;
	height: 0px; 
	margin: 0px;
	}
.both_10  { 
	width: 100%; 
	display: inline-block;
	height: 100px; 
	margin: 50px 0;
	}
.both_20  { 
	width: 100%; 
	display: inline-block;
	height: 10px; 
	margin: 5px 0;
	}
.cs1  { color:#d80012; }
.dot  { font-size: 11px; top: -2px; position: relative; }

.page-wrapper{	padding: 0px; margin: 0 auto;  }
@media only screen and (max-width: 768px) { .page-wrapper{ width:100%;} }
@media (min-width:992px){.page-wrapper{ width:970px;} }
@media (min-width:1200px){.page-wrapper{ width:1170px;} }

.page-container{	padding: 0px 15px; margin: 0 auto; }
@media (min-width:768px){.page-container{ width:750px;} }
@media (min-width:992px){.page-container{ width:980px;} }
@media (min-width:1200px){.page-container{ width:1170px;} }
/************************
HEADER
************************/
header {
	position: relative;
	line-height: 60px;
    background: #000000;
    padding: 0px;
	}
header .h_top {
    display: block;
	width: 100%;
	height: 60px;
	}
header .logo {
	display: inline-block; 
	float: left;
	height: 60px;
	padding-top: 10px;
	padding-left: 20px;
	}
header .logo img {
	float: left;
	max-height: 35px;
	}


header #toggle { display: none; }
header nav { display: flex; }
header nav > *{ flex: 0 1 100%; }
header nav a + a { border-left: 1px solid #eeeeee; }
header nav a {
    color: #000000;
    text-decoration: none;
    background: transparent;
    transition:color .2s, background .2s;
    text-align: center;
    }
header nav a:hover {
    color: #000000;
	background:#eeeeee;
    }
header nav a.active{
    color: #000000;
	border-bottom: 10px solid #d80012;
    }
/************************/	
@media screen and (max-width: 960px) {

header #toggle {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 24px;
	height: 30px;
	left: 10px;
	top: 12px
	}
header #toggle .line {
	width: 100%;
	height: 3px;
	background: #ffffff;
	margin: 5px auto;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
	}
header #toggle .line.one.on {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px)
	}
header #toggle .line.two.on { opacity: 0 }
header #toggle .line.three.on {
	-webkit-transform: rotate(-45deg) translate(6px, -6px);
	transform: rotate(-45deg) translate(6px, -6px)
	}
	
header nav { display: none; }
nav.menu.active { display: block; }
header nav a + a { border-left: 0px solid #ffffff; border-top: 1px solid #eeeeee; }
header nav a {
    display: block;
	width: 100%;
	
	color: #000000;
    text-decoration: none;
    background: transparent;
    transition:color .2s, background .2s;
    text-align: center;
	}
header nav a.active{ 
    border-bottom: 0px solid #d80012;
	}
}

/************************
KEY-VISUAL
************************/ 
.key-visual { 
	position: relative;
	padding-top: 40px; 
	padding-bottom: 40px; 
	
	transition: all 0.5s ease 0s; 
	background-color: #E2C164;
	background-image: url('../images/visual_1.jpg');
	background-repeat: no-repeat; 
	background-position: center 0px; 
	height: 320px; 
	}
.key-visual .tb01 { 
	position: relative;
	display: inline-block;
	float: left;
	max-width: 500px;
	text-align: left;
	padding-top: 20px; 
	padding-left: 50px; 
	}	
.key-visual .tb01 img { max-height: 100px; }

.key-visual .tb02 { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 30px; 
	padding-left: 50px; 
	}	
.key-visual .tb02 img { max-height: 80px; }
.key-visual h2 { 
    color: #d80012; 
	font-size: 45px; 
	line-height: 1.2em; 
	font-weight: 900; 
	}
.key-visual h2 strong { 
	font-size: 80px; 
	line-height: 1.2em; 
	font-weight: bold; 
	}
.key-visual h3 { 
    color: #000000;
	font-size: 32px;
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 10px; 
	}
.key-visual h3 strong{ 
    color: #FFFFFF; 
	font-size: 35px;
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 10px; 
	}	
.key-visual .tb01 p { display:none; }
.key-visual img.v-s1 { display:none; }

@media screen and (max-width: 480px) {
.key-visual .tb01 { 
	width: 100%;
	padding: 10px 10px; 
	}	
.key-visual .tb01 img { 
    max-width: 100%;
	max-height: 100px; 
	}

.key-visual .tb02 { 
	width: 100%;
	text-align: center;
	padding-top: 30px; 
	padding-left: 0px; 
	}	
.key-visual .tb02 img { max-height: 80px; }	
}
/************************
LAYOUT
************************/ 
.block_p02 { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%; 
	padding: 25px 0px;
	margin: 0px; 
	background-color: #ffffff;
	}
.block_p02 .mode_00 { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding: 5px 1%;
	}
	
.block_p02 .mode_00 h2 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 24px;
	line-height: 1.5em;
    color: #B8272D;
	padding: 3px 0px;
	margin: 10px 0px;
	font-weight: 800;
    }
.block_p02 .mode_00 p {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	padding: 3px 0px;
	margin-bottom: 50px;
	font-weight: 800;
    }
.block_p02 .mode_00 li { 
	position: relative;
	display: inline-block;
	float: left;
	width: 24%;
	height: 360px;
	min-height: 55px;
	text-align: center;
    margin: .5%;
	margin-bottom: 100px;
	padding: 5px 2%;
	border-radius: 5px;
	background: #FFFFFF;
	font-weight: 600;
	border: 1px solid #BFBFBF;	
	}
.block_p02 .mode_00 li dt {
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, Arial;
	font-size: 16px;
	line-height: 1.5em;
    min-height: 60px;
	padding: 3px 0px;
	margin: 5px 0px;
	font-weight: 800;
	border-bottom: 1px solid #BFBFBF;	
    text-align: center;
    }
.block_p02 .mode_00 li dd {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	line-height: 1.5em;
    min-height: 60px;
	padding: 3px 0px;
	margin: 5px 0px;
	font-weight: 800;
	color: #B8272D;
    text-align: center;
    }	
.block_p02 .mode_00 img { 
    width: 80%; 
	margin-top: 30px;
	vertical-align: bottom; 
	}
.cb0 { 
    color: #808080;
	text-decoration:line-through;
	padding-right:10px; 
	}
.cb1 { 
    color: #B8272D;
	font-size: 24px;
	}
.block_p02 .mode_00 li .link { 
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -10px;
	margin-left: -12px;
	z-index: 1;
	}
.block_p02 .mode_00 li a { 
	position: relative;
    display: inline-block;
	text-align: center;
	padding: 5px 25px;
	border-radius: 3px;
	color: #FFFFFF;
	background: #B8272D;
	}
.block_p02 .mode_00 li.end { 
	}
.block_p02 .mode_00 li.end  dt { 
	margin-top: 100px;
	min-height: 30px;
	border: 0px solid #FFFFFF;
	}
.block_p02 .mode_00 li.end a { 
	position: relative;
    display: inline-block;
	text-align: center;
	padding: 5px 25px;
	border-radius: 3px;
	color: #FFFFFF;
	background: #000000;
	}

@media screen and (max-width: 768px) {
.block_p02 .mode_00 li { 
	width: 49%;
	height: 430px;
	margin-bottom: 100px;
	}
}
@media screen and (max-width: 640px) {
.block_p02 .mode_00 li { 
	width: 49%;
	height: 400px;
	margin-bottom: 100px;
	}
}
@media screen and (max-width: 480px) {
.block_p02 .mode_00 li { 
	display: inline-block;
	width: 96%;
	height: auto;
	min-height: 400px;
	margin: 0px 2%;
	margin-bottom: 50px;
	}
}
/************************
BUTTON
************************/
.button {
	margin: 0% 3%;
    }
	
.button1, .button3, .button6 {
	position: relative;
	display: inline-block;
	min-width: 200px;
	margin-bottom: 10px;
    padding: 10px 20px;
    min-height: 22px; 
	line-height: 22px; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
	font-weight: 700; 
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
    }
.button8 {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5em;
    padding: 3px 12px;
	margin: 5px 2px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
	white-space: nowrap;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
    }
.button1{ color: #ffffff; background: #007dba; }
.button1:hover, .button1:active { color: #ffffff; background: #004265; }
	
a.button3 { color: #ffffff; background: #d50020; }
a.button3:hover, a.button3:active { color: #ffffff; background: #d50020; }

a.button6 { color: #000000; background: #ffffff; border: 1px solid #bbbbbb; }
a.button6:hover, a.button6:active { color: #000000; background: #dddddd; border: 1px solid #bbbbbb; }
	
a.button8 { color: #ffffff; background: #999999; }
a.button8:hover, a.button8:active { color: #ffffff; background: #d50020; }

@media screen and (max-width: 960px) {
.button { width: 94%; margin: 0px 3%; }
}
/***********************
TABLE 表格選單
***********************/
table {
    font-size: 18px;
	width: 100%;
    margin: 0;
    padding: 0;
	line-height : 1.2em;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fbe5e7;
	}
table tr {
    padding: 5px;
	text-align: left;
	border: 1px solid #ffffff;
    }
table th {
    padding: 13px 5px;

    font-size: 18px;
    letter-spacing: 1px;
	color:#000000;
	background:#f8ccd0;
	text-align: center;
	border-left: 1px solid #ffffff;
    }	
	
table tr a,table tr:hover,.table tr:active { 
	color:#222222;
	}

tr:nth-of-type(odd) { 
    background: #fef3f4;
    }

table tr td {
    padding: 3px 10px;
	height : 40px;
	text-align: center;
	border-left: 1px solid #ffffff;
    }
/*table tr.odd { background: #fbe5e7; }*/
table .show { display: none; }
	
@media only screen and (max-width: 480px) {
table {
    border: 0;
    }
table thead {
    display: none;
    }
table tr {
    margin-bottom: 10px;
	/*
	display: block;
	*/
	border-bottom: 2px solid #ffffff;
    }
table tr td {
	display: block;
    min-height : 40px;
	height : auto;
	padding: 10px 5px;
	text-align: left;
    border-right: 0px solid #ffffff;
	border-bottom: 1px dotted #ffffff;
    }
table td:last-child {
    border-bottom: 0;
    }
table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    }
table .show { 
    display: inline-block; 
	padding-right: 10px;
	color: #dc0012;
	}
}

table dt { 
	font-size: 16px;
	padding: 3px 10px;
	} 
table .state { 
	width: 50px;
	}
table .turn { 
	width: 80px;
	}
table .time { 
	width: 150px;
	}
table .act { 
	width: 150px;
	}

.none { display: none; }
/************************
DRAWER-ITEM 
************************/ 
.drawer-item { width: 100%; }
.drawer-header {
	margin: 0px;
	display: block; 
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
}
.drawer-header h1 {
	float: left;
	font-size: 18px;
	line-height: 1.4em;	
	font-weight: 600;
	margin: 0;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 30px;
	color: #000000;
}
.drawer-header-icon {
    display: inline-block; 
	content: ""; 
	float: left; 
	width: 30px; 
	height: 30px; 
	background: url('../images/btn_to_open.png') no-repeat scroll center center transparent;
	text-align: right; 
	vertical-align: middle; 
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {
	/*color: #ffffff;*/
}
.drawer-content {
    width: 96%; 
	margin: 0px 2%; 
	padding: 0; 
	display: block;
    color: #000000;  
	font-size: 16px;
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}
.drawer-content ol {
	padding-left: 25px;
}
/************************
FOOTER
************************/ 
footer { 
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	background: #E9E9E9; 
    }
/************************/ 
footer .fiscal {
	display: block;
	width: 100%;
	margin: 20px 0px;
	color: #000000;
	}
footer .fiscal .fi_left { 
	display: inline-block;
	float: left;
	width: 25%; 
	font-size: 30px;
	color: #000000;
	min-height: 48px; 
	text-align: center; 
	}
footer .fiscal .fi_left img { width: 80%; }
footer .fiscal .fi_right { 
	display: inline-block;
	float: left;
	width: 75%;
	font-size: 14px; 
	line-height: 1.4em; 
	color: #000000;
	}
footer .fiscal .fi_right a,
footer .fiscal .fi_right a:hover  {
   color: #000000;
   line-height: 1em;
   }
/************************/ 
footer .f_link {
	display: inline-block;

	width: 100%;
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #000000;
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding: 0 1em;
   color: #000000;
   line-height: 1em;
   }
footer .f_link a + a { border-left: 1px solid #96948e; }
	
@media screen and (max-width: 960px) {
footer .fiscal { width: 90%; margin: 0px 5%; }
footer .fiscal .fi_left img { max-width: 300px; }
footer .fiscal .fi_left,
footer .fiscal .fi_right { width: 90%; margin: 0px 5%; text-align: left; }	
	
footer .f_link { font-size: 13px; }
footer .f_link { width: 96%; margin: 1em 2%; text-align: center;  }
footer .f_copy { display: inline-block; width: 90%; margin: 10px 5%; text-align: center;  }
}
/************************
GOTOP
************************/
#gotop {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../images/gotop.png);
  right: 20px;
  bottom: 28px;
  z-index: 9999;
}