@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: 23px;
	line-height: 1.5em; 
	background-color: #ffffff;
	/*
	background-image: url(../images/page-background.png);
	background-repeat: repeat;
	*/
}
@media only screen and (max-width: 768px) {
body {
	font-size: 13px;
	line-height: 1.5em; 
	}
}
/************************
TOTAL
************************/
.line,
.both,
.both_10,
.both_20  { 
	display: inline-block;
	width: 100%; 
	}
.both { 
	height: 0px; 
	margin: 0px;
	}
.both_10  { 
	height: 5px; 
	margin: 5px 0;
	}
.both_20  { 
	height: 10px; 
	margin: 5px 0;
	}

.line { 
	height: 1px; 
	border-top: 1px solid #dddddd;
	margin-bottom: 10px;
	}

.card>img{
	width: 60%;
}

.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: 100%; } }
@media (min-width:1200px){ .page_wrapper{ width: 1200px; } }

.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;} }

@media only screen and (max-width: 768px) {.card>img{ width: 100%;}}

/****************************/

.toggle-button {
	position: relative;
    display: none;
	float: left;
	top: 5px;
	left: 0;
	width: 53px;
    height: 53px;
    padding: 15px 14px;
    margin: 0px;
    transition: .25s;
    z-index: 999;
    }
.toggle-button:hover { 
    cursor: pointer;
	/*background-color: #eeeeee;*/
    }
.toggle-button .menu-bar {
	position: relative;
    width: 100%;
    transition: .2s;
    }
.toggle-button .menu-bar-top {
    border: 2px solid #ffffff;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
    height: 2px;
    background-color: #ffffff;
    margin: 8px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #ffffff;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate(7px, 7px);
    transition: .2s;
    }
.toggle-button.open .menu-bar-middle {
    transform: translate(0px);
    transition: .1s ease-in;
    opacity: 0;
    }
.toggle-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate(7px, -7px);
    transition: .2s;
    } 

@media only screen and (max-width: 768px) {
.toggle-button { 
    position: absolute; 
	display: inline-block;
	}
}
/************************
HEADER
************************/

header {
    position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;	
    z-index: 999;
	line-height: 50px;
    background:#ffffff;
    padding: 0px;
	border-bottom: 1px solid #aaaaaa;
	}
	
header .h_logo,
header .h_top {
    position: relative; 
	display: inline-block;
	float: left;	
    width: 100%;
	}
header .h_top {
	height: 78px;
	background:#000000;
	/*border-bottom: 10px solid #d80012;*/
	}
header .h_logo {
	width: auto;
	height: 72px;
	font-size: 23px;
	padding: 15px 15px;
	}
header .h_logo img {
	max-height: 100%;
	}

header .h_share {
	display: inline-block; 
	float: right;
	color: #ffffff;
	font-size: 20px; 
	line-height: 1.2em; 	
	font-weight: 600;

	height: 28px;
	padding: 20px 0px;
	margin-right: 10px;
	}
header .h_share img { 
	height: 30px; 
	margin-top: -5px;
	vertical-align:middle;
	opacity: 0.6;
	filter:alpha(opacity=60);
	}
header .h_share a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
    }
	
/*
header.move {
    position: fixed; 
	display: block;
	float: none;
	top: 0;
	left: 0;	
    z-index: 999;
	}
*/

@media only screen and (max-width: 992px) {
    header .h_top { height: 60px; border-bottom: 0px solid #d80012; }
    header .h_logo { height: 50px; padding: 10px 10px; }
    header .h_share { padding: 15px  10px; }
}
@media only screen and (max-width: 768px) {
    header .h_logo { padding-left: 50px; }
}


/************************/
nav.main_menu li,
nav.main_menu ul,
nav.main_menu {
    position: relative; 
	display: inline-block;
    }
nav.main_menu {
	width: 100%;
	color: #000000;
	background: #E1E1E1;
    text-align: center;
	}
nav.main_menu ul {
	width: 100%;
    padding: 0px 5%;
	
	}
nav.main_menu li {
    width: auto;
	padding: 0px 10px;
	text-align: center;
	}
nav.main_menu li a {
    position: relative; 
	display: inline-block; 
	width: 100%;
	font-size: 16px; 
	line-height: 1.2em; 
	color: #000000;
	font-weight: 600;
	padding: 5px 10px;
    text-decoration: none;
    }

nav.main_menu li a.active, 
nav.main_menu li:hover {
    border-bottom: 5px solid #FF0000;
	}

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 992px) {
nav.main_menu li { padding: 0px 5px; }
nav.main_menu li a { padding: 5px 0px; }

}
@media only screen and (max-width: 768px) {
nav.main_menu { 
    position: absolute;
    display: none;
	width: 100%;
	top: 60px; 
	left: 0;
	z-index: 998;
	box-shadow: 3px 3px 4px 3px rgba(20%,20%,40%,0.2);
	}
nav.main_menu.open { 
    display: block;
	}
nav.main_menu ul {
	width: 100%;
    margin: 0px 0px;
	}
nav.main_menu li:hover,
nav.main_menu li + li,
nav.main_menu li:first-child,
nav.main_menu li {
	position: relative;
	width: 100%;
	border: 0px solid rgba(255, 255, 255,0.0);
	border-top: 1px solid rgba(255, 255, 255,0.5);
	}
nav.main_menu li:hover a,
nav.main_menu li:hover {
	color: #FFFFFF;
	background: #D61518;
	}
}
/************************
KEY-VISUAL
************************/ 
.key-visual {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	height: 750px; 
	margin-top: 130px;	
	background-image: url("../images/KV01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #0b1538;
	}
.key-visual .kv_pic { 
	position: relative;
	display: none;
	float: right;
	width: 100%;
	z-index: 1;	
	}
.key-visual .kv_pic img { 
	position: relative;
	max-width: 992px; 
	width: 100%; 
	}
.key-visual .kv_text { 
	position: absolute;
	display: block;
	width: 100%;
	max-width: 600px;
	padding: 50px 0px 0px 50px;
	z-index: 10;	
	}
.key-visual .kv_text img { 
	max-width: 100%; 
	}
.key-visual .kv_text img.kv_t2 { 
	padding: 100px 0px;
	}
.key-visual .kv_text img.kv_t3 { 
	max-width: 70%; 
	}	

@media only screen and (max-width: 1280px) {
.key-visual .kv_pic { 
	overflow: hidden;
	}
}
@media only screen and (max-width: 992px) {
.key-visual { margin-top: 110px; }
.key-visual .kv_pic img { 
	margin-right: -200px; 
	}
.key-visual .kv_text { 
	padding-left: 20px;
	}
}	
@media only screen and (max-width: 768px) {
.key-visual { 
   background-image: url("");
   margin-top: 60px; 
   height: auto; 
   }	
.key-visual .kv_pic { display: inline-block; }	
.key-visual .kv_text { 
	display: none;
	}
.key-visual .kv_text img.kv_t1 { 
	padding-top: 20px;
	width: 105px;
	}
.key-visual .kv_text img.kv_t2 { 
	padding-top: 220px;
	padding-bottom: 30px;
	max-width: 80%;
	}
.key-visual .kv_text img.kv_t3 { 
	max-width: 60%; 
	}	
}	

/************************
LAYOUT
************************/ 
#main-content {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	}
@media only screen and (max-width: 992px) {

}	
/************************
LAYOUT
************************/
.block { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	}
/************************/
.block .h8,	
.block .h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	}
.block .h2 {
	font-size: 46px;
	line-height: 1.2em; 
	}	
.block .h3 {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 0;
	}
.block .h5 {
	font-size: 27px;
	line-height: 1.2em;
	font-weight: 700;
	padding: 25px 0px 40px 0px;
	}
.block .h8 { font-size: 18px; }

.block .tc1 { color: #FF0000; }
.block .tc2 { 
    display: block;
	font-size: 20px;
	line-height: 1.2em; 
	color: #FF0000; 
	padding: 10px 15px;
	}
.block .tc3 { 
	font-size: 40px;
	}	
.block .pc { display: block; }
.block .mo { display: none; }

@media only screen and (max-width: 768px) {
.block .pc { display: none; }
.block .mo { display: block; }
}
/************************/
.block_p01 .box,
.block_p01 { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding: 60px 0px 100px 0px;
	}
.block_p01 { 
	padding-top: 80px;
	background-color: #FFFFFF;
	}	
.block_p01 .box { 

	}
.block_p01 .box .b_right,
.block_p01 .box .b_left_03,
.block_p01 .box .b_left_02,
.block_p01 .box .b_left_01 { 
	position: relative;
	display: inline-block;
	float: left;
	width: 49%;
	height: 500px; 
	margin: 1% 0.5%;
	padding: 20px 30px;
	text-align: center;
	background-color: #EDEDED;
	}
.block_p01 .box .b_right { 
	float: right;
	text-align: left;
	}
.block_p01 .box .br2 { 
	float: left;
	}

.block_p01 .box .b_left_02,
.block_p01 .box .b_left_03,
.block_p01 .box .b_left_01 { 
	background-repeat: no-repeat; 
	background-position: center; 
	height: 500px;
	}
.block_p01 .box .b_left_01 { 
	background-image: url('../images/p2_b1.jpg');
	}
.block_p01 .box .b_left_02 { 
	background-image: url('../images/p2_b2.jpg');
	}
.block_p01 .box .b_left_03 { 
	background-image: url('../images/p2_b3.jpg');
	}	
.block_p01 .box .b_left_02 img,
.block_p01 .box .b_left_03 img,
.block_p01 .box .b_left_01 img { 
	display: inline-block;
	max-width: 380px;
	width: 100%;
	}
.block_p01 .box .b_right .h2 { 
	padding-top: 80px;
	padding-bottom: 15px;
	}
.block_p01 .box .b_right .h8 { 
	position: absolute;
	left: 30px;
	bottom: 15px;
	}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {
.block_p01 .box,
.block_p01 { 
	padding: 50px 0px;
	}
	
.block_p01 .box .b_left_03,
.block_p01 .box .b_left_02,
.block_p01 .box .b_left_01 { 
    width: 99%; 
	height: 320px; 
	background-size: 100% auto;
	}
	
.block_p01 .box .b_left_02 img,
.block_p01 .box .b_left_03 img,
.block_p01 .box .b_left_01 img { 
	max-width: 300px;
	width: 80%;
	}
	
.block_p01 .box .b_right { 
    width: 99%;
	height: 220px; 
	}

.block .tc2 { 
	font-size: 15px;
	padding: 5px 5px;
	}
.block_p01 .box .b_right .h2 { 
    font-size: 26px;
	padding-top: 20px; 
	}
.block_p01 .box .b_right .h8 { font-size: 11px; }
}
/************************/
.block_p05 .box_b02,
.block_p05 .box_b01,
.block_p05 { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	}
.block_p05 { 
	text-align: center;
	padding: 100px 0px;
	background-color: #ebebeb;
	}

.block_p05 .line { 
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #babcbd;
	padding-bottom: 15px;
	}
.block_p05 .h3 {
	padding-top: 80px ;
	padding: 100px 60px 30px 0px;
	}
	
.block_p05 .box_b02,
.block_p05 .box_b01 { 
	padding: 10px;
	margin: 20px 0px;
	background-color: #ffffff;
	text-align: left;
	}	
.block_p05 .b_right img, 
.block_p05 .b_right,
.block_p05 .b_left { 
	position: relative;
	display: inline-block;
	}
.block_p05 .box_b02 .b_left,	
.block_p05 .box_b01 .b_left { 
	float: center;
	width: 75%;
	padding: 0px 3%;
	font-size: 19px;
	}
.block_p05 .b_mo,
.block_p05 .box_b02 .b_right,	
.block_p05 .box_b01 .b_right { 
	float: right;
	width: 25%;
	text-align: left;
	font-size: 18px;
	}
.block_p05 .b_mo { 
    width: 100%; 
	display: none;
	padding: 0px 20%;
	}
	
.block_p05 .b_mo img,
.block_p05 .b_right img { 
	max-width: 100%;
	padding: 40px 0px 0px 0px;
	}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {
.block_p05 .h2 { font-size: 32px; }
.block_p05 .h3 { 
	font-size: 27px; 
	padding: 15% 0% 0% 0%;
}
.block_p05 .h5 { font-size: 25px; }	
.block_p05 .box_b02 .b_left,	
.block_p05 .box_b01 .b_left { 
	width: 100%; 
	font-size: 18px;
	line-height: 30px;
}
.block_p05 .box_b02 .b_right,	
.block_p05 .box_b01 .b_right { display: none; }
.block_p05 .b_mo { 
	display: inline-block;
	font-size: 15px;
	}
}
/************************
BUTTON
************************/
.btn_group { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%; 
	padding: 30px 0px;
	}

.btn {
	margin: 1% 0%;
    text-align: left;
	}
	
.btn1, .btn2 {
	position: relative;
	display: inline-block;
	min-width: 100px;
	margin-bottom: 10px;
    padding: 10px 20px;
    min-height: 20px; 
	line-height: 20px; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    /*font-size: 1rem;*/
	font-weight: 700; 
    }

.btn3 {
	min-width: 200px;
	display: inline-block;
	position: relative;
	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;
    }

.btn1 { 
    min-width: 200px;
	color: #030303; 
	background: #ffffff; 
	border: 1px solid #babcbd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	}
.btn1:hover, .btn1:active { color: #ffffff; background: #bb2428; }
	
.btn2 { 
    min-width: 150px;
	color: #ffffff; 
	background: #bb2428;
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	*/
    }
.btn2:hover, .btn2:active { color: #ffffff; background: #bb2428; }

@media screen and (max-width: 960px) {
.button { width: 94%; margin: 0px 3%; }
}
@media only screen and (max-width: 768px) {
.btn_group { text-align: center; }
}
/***********************
TABLE 表格選單
***********************/
table {
	width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
	text-align: left;
	}
table tr { 
    padding: 5px 0px;
    }
	
tr:nth-of-type(odd) { 
    }

table tr td {
	padding: 3px 12px;
    }
table tr td .h7 {
	position: relative;
	top: -3px;
	margin-left: -12px;
	font-size: 8px;
	color: #8B8D8B; 
	}
	
@media only screen and (max-width: 768px) {
table tr td {
	display: block;
	width: 100%;
	}	
}
/************************
DRAWER-ITEM 
************************/ 
.drawer-content,
.drawer-header,
.drawer-item {
	position: relative;
	display: inline-block;
	float: left; 
	width: 100%;
    }
 
.drawer-item {
	padding: 0px 0px;
	border-bottom: 1px solid rgba(221,221,221,0.5);
	background: #ffffff;
    }
.drawer-header {
	font-size: 32px;
	line-height: 1.5em;
	font-weight: 600;
	color: #000000;
	margin: -5px;	
	padding-bottom: 30px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: 0.25s;
	overflow: hidden;
    }
.drawer-header img.icon_d {
	position: relative;
	display: inline-block;
	top: 20px;
    }
.drawer-item-active .drawer-header {
	color: #000000;
	transition: 0.25s;
    }
.drawer-header-icon {
	position: relative;
	display: inline-block;
	color: #EF0000;
    }
.drawer-item-active .drawer-header-icon {
	transform: rotate(90deg);
    }

.drawer-content {
	display: none; 
	padding-top: 10px; 
	padding-bottom: 30px; 
    color: #000000;  
	font-size: 20px;
	line-height: 2.0em;
	text-align: left;
	}
	
.drawer-content ol {
	padding-left: 25px;
}

.drawer-content ul {
	padding: 20px 0px;
	}
.drawer-content ul li {
	display: inline-block;
	width: 100%;
	color: #000000; 
	}
/************************/	
.block_p02 .drawer-content ul {
	position: relative;
	display: inline-block;
	float: left; 
	width: 100%;
	margin: 10px 0px;
	padding: 5px 10px; 
	background: #EDEDED;
	}
	
.block_p02 .drawer-content ul li.t70,	
.block_p02 .drawer-content ul li.t30 {
	position: relative;
	display: inline-block;
	float: left; 
	}
.block_p02 .drawer-content ul li.t70 {
	width: 60%;
	padding-top: 80px; 
	padding-right: 100px; 
	}	
.block_p02 .drawer-content ul li.t30 {
	width: 40%;
	text-align: center;
	}
.block_p02 .drawer-content ul li.t30 img {
	max-width: 200px;
	width: 100%;
	}	
	
.block_p02 .drawer-content ul li .icon {
	display: inline-block;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center; 
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	background: #F20000;
	border-radius: 30px;	
	}	
.block_p02 .drawer-content ul li .h3 {
	font-size: 38px;
	font-weight: 600;
	padding: 10px 0px;
	color: #000000; 
	}
/************************/
.block_p03 .drawer-content ul li {
	font-size: 20px;
	line-height: 2.5em;
	margin-left: 30px;
	}
.block_p03 .drawer-content ul li.tt {
	font-size: 26px;
	line-height: 1.0em;
	font-weight: 600;
	margin-left: 0px;
	padding-left: 10px;
	border-left: 15px solid rgba(238, 0, 0,1);
	}
	
@media only screen and (max-width: 960px) {
.drawer-item { width: 90%; margin: 0px 5%; }
}
@media only screen and (max-width: 768px) {
.block_p02 .drawer-content ul li.t70 {
	width: 60%;
	padding: 10px; 
	}

.block_p02 .drawer-content {
	font-size: 13px;
	line-height: 2.0em;
	}
.block_p02 .drawer-content ul li .h3 { 
    font-size: 23px;
	line-height: 1.6em;
	padding: 0px 0px; 
	}
}
/************************/

.block_p08 .drawer-item {
	padding-top: 120px;
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(221,221,221,0);
	background: #ffffff;
    }
.block_p08 .drawer-content {
	display: inline-block;
	}
.block_p08 .drawer-content .h5 {
	padding-top: 50px;
	}	

/************************
FOOTER
************************/
footer .f_link,
footer .fiscal .f_right,
footer .fiscal .f_left,
footer .fiscal,
footer { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	}

footer {
	padding: 20px 0px;
	background-color: rgb(0, 0, 0);
    }
/************************/ 
footer .fiscal .f_left { 
	width: 30%; 
	padding-top: 10px;
	text-align: center; 
	}
footer .fiscal .f_left img { 
    width: 80%; 
	}

/************************/ 
footer .fiscal .f_right { 
	width: 70%;
	font-size: 14px; 
	line-height: 1.4em; 
	color: #FFFFFF;
	}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover  {
   color: #FFFFFF;
   line-height: 1em;
   }

footer .f_link {
	min-height: 25px;
	font-size: 14px;
	color: #FFFFFF;
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding-right: 10px;
   color: #FFFFFF;
   line-height: 1em;
   }
   
footer .f_link a + a { padding-left: 10px; }
footer .f_link a { border-right: 1px solid #96948e; }

footer a.f_copy { 
    padding-left: 10px; 
	border-right: 0px solid #96948e;
	}


@media screen and (max-width: 960px) {
footer .fiscal { width: 90%; margin: 0px 5%; }
footer .fiscal .f_left img { max-width: 300px; }

footer .fiscal .f_left,
footer .fiscal .f_right { 
    width: 100%; 
	margin: 0px; 
	text-align: left; 
	}	
footer .fiscal .f_left { 
	text-align: center;
	}	
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
************************/
#go_top,
#go_link {
	position: fixed;
	display: inline-block;
	z-index: 99;
	}

#go_top {
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 30px;
	}
#go_link {
	width: 100px;
	height: 40px;
	right: 0px;
	top: 250px;
	}

@media only screen and (max-width: 768px) {
#go_link {
	width: 65px;
	top: 500px;
	}
#go_link img { width: 65px; }
}

/***********************
TABLE 表格選單
***********************/
table {
    font-size: 18px;
	width: 100%;
    margin: 0;
    padding: 0;
	line-height : 1.2em;
    border-collapse: collapse;
    border-spacing: 0;
    background: #FFFFFF;
	}
table tr {
    padding: 5px;
	text-align: left;
	border: 1px solid #000000;
    }
table th {
    padding: 13px 5px;

    font-size: 18px;
    letter-spacing: 1px;
	color:#000000;
	background:#ffffff;
	text-align: center;
	border-left: 1px solid #000000;
    }	
	
table tr a,table tr:hover,.table tr:active { 
	color:#000000;
	}

tr:nth-of-type(odd) { 
    background: #ffffff;
    }

table tr td {
    padding: 3px 10px;
	height : 40px;
	text-align: center;
	border-left: 1px solid #000000;
    }
/*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 #000000;
    }
table tr td {
	display: block;
    min-height : 40px;
	height : auto;
	padding: 10px 5px;
	text-align: left;
    border-right: 0px solid #000000;
	border-bottom: 1px dotted #000000;
    }
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: #000000;
	}
}

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; }