@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;
	/*background-image: url(../images/page-background.png);*/
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	background-repeat: repeat;
}
/************************
page-wrapper
************************/
.page-wrapper {	
    padding: 0px; 
	margin: 0 auto; 
	width: 1200px; 
	}

.page-container {	
	width: 1170px;
	margin: 0 auto; 
	padding: 0px 5%; 
	}

@media only screen and ( max-width:1280px ){ 
 	.page-wrapper { 
	width: 100%; 
	}   
	.page-container{ 
	width: 100%; 
	}
}	
@media only screen and (max-width:1024px){ 
	}
@media only screen and (max-width:992px) { 

	}	
@media only screen and (max-width:768px) { 

	}	
/************************
toggle-button
************************/
.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 .h_share,
header .h_logo,
header .h_top,
header {
    position: relative; 
	display: inline-block;
	float: left;	
    }
	
header {
	width: 100%;
    padding: 0px;
	}
header .h_top {
	width: 100%;
	min-height: 70px;
	padding: 3px 20px;
	background:#000000;
	}
header .h_logo {
	height: 70px;
	}
header .h_logo img {
	display: inline-block;
	max-height: 100%;
	}

header .h_share {
	float: right;
	color: #ffffff;
	font-size: 20px; 
	line-height: 1.2em; 	
	font-weight: 600;

	height: 30px;
	padding: 18px 0px;
	}
header .h_share img { 
	height: 30px; 
	vertical-align:middle;
	opacity:0.6;
	filter:alpha(opacity=60);
	}
header .h_share a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
    }
@media only screen and (max-width: 768px) {
header .h_top {
	min-height: 50px;
	}
header .h_logo { 
    height: 50px;
	padding-left: 20px;
	}
header .h_share {
	padding: 10px 0px;
	}
}	
/************************/
nav.main_menu li,
nav.main_menu ul,
nav.main_menu {
    position: relative; 
	display: inline-block;
	}
nav.main_menu {
	float: left;
	width: 100%;
	color: #000000;
	background: #bdb3a8;
    text-align: center;
	}
nav.main_menu ul {
	width: 30%;
    padding: 10px 0px;
	}
nav.main_menu li {
    float: left;
	width: 50%;
	text-align: center;
	}
nav.main_menu li + li {
	border-left: 1px solid rgba(0,0,0,0.5);
	}
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:hover a {
	color: #ffffff;
	}


@media only screen and (max-width: 992px) {
	
    }
@media only screen and (max-width: 768px) {
nav.main_menu { 
    position: absolute;
    display: none;
	width: 100%;
	top: 55px; 
	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 {
	float: left;
	width: 100%;
	padding: 0px;
	}
nav.main_menu li {
	width: 100%;
	padding: 0px;
	}
	
nav.main_menu li a,
nav.main_menu li:hover a {
	padding: 15px 0px;
	}
nav.main_menu li:hover a {
	color: #ffffff;
	background: #fb030e;
	}
}
/************************
KEY-VISUAL
************************/

.key-visual {
    position: relative; 
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
    }

.key-visual {
	background: #22492a;
	background-image: url('../images/kv_bk01.jpg');
	background-repeat: repeat; 
	background-position: center 0px; 
	background-size: auto 30px;
	-moz-background-size: auto 30px;
	-webkit-background-size: auto 30px;
	-o-background-size: auto 30px;
    }
.key-visual .kv01 {
	background-image: url('../images/kv_01.svg');
	background-repeat: no-repeat; 
	background-position: bottom center; 
	background-size: auto 450px;
	-moz-background-size: auto 450px;
	-webkit-background-size: auto 450px;
	-o-background-size: auto 450px;
    }
.key-visual .kv01,	
.key-visual {
	height: 600px; 
	overflow: hidden;
    }
	
.key-visual .tb00 { 
	display: inline-block;
	width: 100%;
	left: 0;
	text-align: center;
	}	
.key-visual .tb00 img { 
    display: inline-block;
	width: 100%;
	}

	
.key-visual .tb_102,
.key-visual .tb_103,
.key-visual .tb_104,
.key-visual .tb_105,
.key-visual .tb_106,
.key-visual .tb_107 { 
    position: absolute;
	}
.key-visual .tb_103,	
.key-visual .tb_102 { 
	top: 80px;
	z-index: 2;	
	}

.key-visual .tb_103 img,
.key-visual .tb_102 img { 
	display: inline-block;
	max-width: 200px;
	}
.key-visual .tb_102 img { 
	margin-left: -875px;
	margin-top: 5px;
	}
.key-visual .tb_103 img { 
	margin-right: -875px;
	margin-top: 5px;
	}

.key-visual .tb_104 { 
	top: 10px;
	z-index: 4;	
	}
.key-visual .tb_104 img { 
	max-width: 900px;
	}	
.key-visual .tb_105 { 
	top: 50px;
	z-index: 5;	
	}
.key-visual .tb_107,
.key-visual .tb_106 { 
	bottom: -5px;
	z-index: 5;	
	}
.key-visual .tb_106 img,
.key-visual .tb_105 img { 
	max-width: 550px;
	}
.key-visual .tb_107 { 
	display: none;
	}
@media only screen and (max-width: 992px) {
.key-visual .kv01 {
	background-size: auto 350px;
	-moz-background-size: auto 350px;
	-webkit-background-size: auto 350px;
	-o-background-size: auto 350px;
    }
.key-visual .kv01,	
.key-visual {
	height: 500px; 
    }
	
.key-visual .tb_102 { 
	top: 80px;
	margin-left: 90px;
	}

.key-visual .tb_103 { 
	top: 80px;
	margin-left: -90px;
	}


.key-visual .tb_103 img,
.key-visual .tb_102 img { 
	max-width: 160px;
	}
.key-visual .tb_106 img,
.key-visual .tb_105 img { 
	max-width: 450px;
	}	

}

@media only screen and (max-width: 768px) {
.key-visual .kv01 {
	background-size: auto 250px;
	-moz-background-size: auto 250px;
	-webkit-background-size: auto 250px;
	-o-background-size: auto 250px;
    }
.key-visual .kv01,	
.key-visual {
	height: 400px; 
    }
.key-visual .tb_103,
.key-visual .tb_102 { 
	display: none;	
	}
.key-visual .tb_105 { 
	top: 20px;
	}
.key-visual .tb_107 img,
.key-visual .tb_106 img,
.key-visual .tb_105 img { 
	max-width: 400px;
	}
}

@media screen and (max-width: 480px) {
.key-visual .kv01 {
	background-image: url('../images/kv_01s.svg');
	background-repeat: no-repeat; 
	background-position: bottom center; 
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
    }
.key-visual .tb_106 { 
	display: none;
	}	
.key-visual .tb_107 { 
	display: inline-block;
	}	
.key-visual .tb_107 img { 
	max-width: 100%;
	}
}

/************************
BUTTON
************************/
.block_btn {
	position: relative;
	display: inline-block;
    width: 100%;
    }

.btn {
	position: relative;
	display: inline-block;
	/*min-width: 120px;*/
	margin-bottom: 10px;
    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; 
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
	padding: 0px 0px;
	margin: 5px 0px;
    }
a.btn_c02 { 
    color: #d50020; 
	}
a.btn_c02:hover, a.btn_c02:active { 
    color: #d50020; 
	}

a.btn_c03 {
	display: inline-block;
    min-width: 100px;
	padding: 5px 30px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #ffffff; 
    background: #d50020;
    border: 1px solid #d50020;    
    }
a.btn_c03:hover, a.btn_c03:active { 
   color: #d50020; 
   background: #ffffff; 
   border: 1px solid #d50020; 
   }
a.btn_c03 .cs4 {
    position: relative;
    display: inline-block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
.block_btn {
	text-align: center;
    }
}

/************************
block
************************/
.block .box,
.block { 
	position: relative;
	display: inline-block;
	}
.block .box,
.block {
    width: 100%;
	}	
.block .cs01 { 
	color: #e11c24; 
	}
.block .cs02 {
	font-size: 24px;
	font-weight: 600;
	color: #e11c24; 
	}
@media screen and (max-width: 768px) {
    .block { 
    font-size: 18px;
	}
}
@media only screen and (max-width: 468px) {

}
/************************
block_01
************************/
.block_01 { 
	float: left;
    width: 100%;
	text-align: center;
	background: #faf4e2;
	}
.block_01 .box_02,
.block_01 .box_01 .txt,
.block_01 .box_01 {
	position: relative;
	display: inline-block;
    width: 100%;
	}	
.block_01 .box_01 {
	padding: 50px 0px;
	padding-top: 10px;
	text-align: center;
	}
.block_01 .box_01 .txt {
	line-height: 2em; 
	}
/************************/	
.block_01 .box_02 {
	margin: 30px 0px;
	margin-top: 20px;
	}
.block_01 .box_02 li {
	position: relative;
	display: inline-block;
	float: left;
	width: 30.0%;
	padding: 20px 0px;
	padding-top: 200px;
	margin: 0px 1.5%;
	text-align: center;
	background: #ffffff;
	border-radius: 20px;
	border: 2px solid #2b3b7a;
	box-shadow: 0px 2px 0px 0px #2b3b7a;
	}

.block_01 .box_02 li .dd,
.block_01 .box_02 li .tt {
	position: relative;
	display: inline-block;
    width: 100%;
	padding: 0px 25px;
	}
.block_01 .box_02 li .pic {
	position: absolute;
	width: 100%;
	top: -30px;
	text-align: center;
	}
.block_01 .box_02 li .pic img {
	position: relative;
	display: inline-block;
    width: 100%;
    max-width: 250px;
	}
.block_01 .box_02 li .tt {
	min-height: 98px;
	padding-bottom: 30px;
	width: 90%;
	margin: 0px 0px 10%;
	margin-bottom: 20px;
	border-bottom: 2px dashed #dee0eb;
	font-weight: 700;
	}
.block_01 .box_02 li .dd {
	min-height: 100px;
	}
.block_01 .box_02 li .dd .cs01 {
	padding-bottom: 10px;
	font-weight: 700; 
	}	
.block_01 .box_02 li .dd img {
	position: relative;
	display: inline-block;
    width: 30px;
	margin-right: -8px;
	}
@media screen and (max-width: 1280px) {
.block_01 .box_02 li .tt {
	min-height: 100px;
	}
.block_01 .box_02 li .dd {
	min-height: 100px;
	}
}
@media screen and (max-width: 992px) {
.block_01 .box_02 li {	
	padding-top: 160px;
	}
.block_01 .box_02 li .pic img {
    max-width: 200px;
	}
.block_01 .box_02 li .tt {
	min-height: 120px;
	padding-bottom: 20px;
	}
.block_01 .box_02 li .dd {
	min-height: 120px;
	}	
}
		
@media screen and (max-width: 768px) {
.block_01 .box_02 li .tt {
	min-height: 140px;
	}
.block_01 .box_02 li .dd {
	min-height: 150px;
	}	
}	
@media screen and (max-width: 468px) {
.block_01 .box_02 li {	
	float: none;
	width: 90%;
	max-width: 368px;
	margin-bottom: 50px;
	}
.block_01 .box_02 li .tt,
.block_01 .box_02 li .dd {
	min-height: auto;
	}
}	
/************************
block_02
************************/
.block_02 { 
	float: left;
    width: 100%;
	text-align: center;
	background: #faf4e2;
	}
.block_02 .box_03 ul li,
.block_02 .box_03 ul,	
.block_02 .box_03,
.block_02 .box_02,
.block_02 .box_01 ul li,
.block_02 .box_01 ul,
.block_02 .box_01 {
	position: relative;
	display: inline-block;
    width: 100%;
	}	
.block_02 .box_01 {
	float: left;
	border-bottom: 2px solid #2b3b7a;
	}	
.block_02 .box_01 ul {
    width: 100%;
	padding: 30px 50px;
	text-align: center;
	background: #ffffff;
	border-radius: 5px;
	border: 2px solid #2b3b7a;
	}
.block_02 .box_01 .line01  {
	position: relative;
	display: inline-block;
	float: left;
    width: 90%;
	margin: 0px 5%;
	height: 30px;
	border-left: 4px solid #2b3b7a;
	border-right: 4px solid #2b3b7a;
	}	
.block_02 .box_01 ul li {
	width: 100%;
	margin: 10px 0px;
	padding: 10px 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #ffffff; 
	background: #ff9645;
	border: 2px solid #2b3b7a;
	box-shadow: 2px 2px 0px 0px #2b3b7a;
	}
.block_02 .box_01 .txt { 
	position: relative;
	display: inline-block;
	width: 400px;
	text-align: left;
	border: 0px solid #2b3b7a;
	}	
.block_02 .box_01 .tt { 
	position: relative;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000; 
	font-weight: 600;
	background: #ffe36d;
	border: 1px solid #8f908d;
	}
.block_02 .box_01 .dd { 
	position: relative;
	display: inline-block;
    font-size: 35px;
	font-weight: 600;
	top: 5px;
	}	
.block_02 .box_01 .pic { 
	position: absolute;
	width: 100%;
	top: -10px;
	left: 0px;
	padding: 0px 30px;
	text-align: center;
	}
.block_02 .box_01 .pic img { 
	display: inline-block;
	width: 100%;
	}
/************************/
.block_02 .box_02 { 
	padding: 30px 0px;
	}
/************************/	
.block_02 .box_03 { 
	padding: 30px 0px;
	}
.block_02 .box_03 ul li { 
	width: 32.3%;
	}
.block_02 .box_03 ul li.b_left { 
	float: left;
	text-align: right;
	}
.block_02 .box_03 ul li.b_right { 
	float: right;
	text-align: left;
	}
.block_02 .box_03 ul li img { 
	position: relative;
	display: inline-block;
	width: 100px;
	margin-bottom: -15px;
	}
.block_02 .box_03 .tt { 
	color: #2b3b7a; 
	}
	
@media only screen and (max-width: 768px) {
.block_02 .box_01 .txt { 
	width: 100%;
	text-align: center;
	}		
.block_02 .box_01 .tt { 
	position: relative;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000; 
	font-weight: 600;
	background: #ffe36d;
	border: 1px solid #dac670;
	}
.block_02 .box_01 .dd { 
	position: relative;
	display: inline-block;
    font-size: 35px;
	font-weight: 600;
	top: 5px;
	}
}	
@media only screen and (max-width: 468px) {
.block_02 .box_01 .b_mo { 
	display: block;
	}
.block_02 .box_01 ul li {
	padding: 10px 10px;
	}
.block_02 .box_01 .tt { 
	margin-top: 20px;
	}	
.block_02 .box_01 .dd,
.block_02 .box_01 .tt2 { 
	position: relative;
	display: inline-block;
	float: left;
	padding-top: 10px;
	}
.block_02 .box_01 .tt2 { 
	width: 45%;
	text-align: right;
	}	
.block_02 .box_01 .dd { 
	font-size: 45px;
	text-align: left;
	top: -8px;
	width: 55%;
	}
.block_02 .box_03 ul li { 
	width: 100%;
	}
.block_02 .box_03 ul li.b_left,
.block_02 .box_03 ul li.b_right { 
	width: 50%;
	text-align: center;
	}
	
}
/************************
block_03
************************/
.block_03 { 
	float: left;
    width: 100%;
	text-align: center;
	background: #ffffff;
	background-image: url('../images/kv_07.svg');
	background-repeat: no-repeat; 
	background-position: center 0px; 	
	}

.block_03 .box_01 { 
	margin: 60px 0px;
	padding: 20px 20px;
	text-align: center;
	border-radius: 5px;
	background: #fffae3;
	border: 2px solid #2b3b7a;
	}
.block_03 .box_01 ul li,
.block_03 .box_01 ul {
	position: relative;
	display: inline-block;
    float: left;
	width: 100%;
	}

/************************/	
.block_03 .tab_menu ul {
	margin: 10px 0px;
	text-align: center;
	background: #ffe36d;
	border-radius: 30px;
	border: 1px solid #2f3f7b;
	overflow: hidden;
	}
.block_03 .tab_menu ul li {
    width: 25%;
	}	
.block_03 .tab_menu ul li + li {
    border-left: 1px solid #c8a891;
	}

.block_03 .tab_menu ul li a {
	display: inline-block;
	width: 100%;
    color: #000000;
	font-weight: 600;
	padding: 10px 0px;
	}
.block_03 .tab_menu ul li a.active,		
.block_03 .tab_menu ul li a:hover {
    color: #ffffff; 
	background: #f5514a;
	}
.head-icon {
    display: none;
	}

/************************/	
.block_03 .box_01 .tab_body ul li {
    width: 32.3%;
	padding: 10px 20px;
	}
.block_03 .box_01 .tab_body ul li .pic img,
.block_03 .box_01 .tab_body ul li .pic,
.block_03 .box_01 .tab_body ul li .txt {
	position: relative;
	display: inline-block;
    width: 100%;
	}
.block_03 .box_01 .tab_body ul li .pic img,	
.block_03 .box_01 .tab_body ul li .pic {
	border-radius: 10px;
	}
.block_03 .box_01 .tab_body ul li .pic {
	border: 1px solid #050505;
	margin-bottom: 10px; 
	}	
.block_03 .box_01 .tab_body ul li .txt {
	text-align: left;
	}
	
	
.tab_body ul.show {
  display: block;
}
.tab_body .tabs,
.tab_body ul.hide {
  display: none;
}	
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {
.block_03 .tab_menu {
	display: none;
	}	
	
.block_03 .tab_body .tabs {
	position: relative;
	display: inline-block;
    float: left;
	width: 100%;
    width: 100%;
	margin: 10px 0px;
	text-align: center;
	background: #ffe36d;
	border-radius: 30px;
	border: 1px solid #2f3f7b;
	overflow: hidden;
	}
.block_03 .tabs a {
	display: inline-block;
	width: 100%;
    color: #000000;
	font-weight: 600;
	padding: 10px 0px;
	}
.block_03 .tabs a.active,		
.block_03 .tabs a:hover {
    color: #ffffff; 
	background: #f5514a;
	}
	
.head-icon {
    display: inline-block; 
	content: ""; 
	width: 30px; 
	height: 30px; 
	background: url('../images/open.svg') no-repeat scroll center center transparent;
	background-size: auto 15px;
	-moz-background-size: auto 15px;
	-webkit-background-size: auto 15px;
	-o-background-size: auto 15px;
	text-align: right; 
	vertical-align: middle; 
}

.block_03 .tabs a.active .head-icon {
	transform: rotate(90deg);
}

.block_03 .box_01 .tab_body ul li {
    width: 100%;
	padding: 10px 5%;
	}	
	
}	
@media only screen and (max-width: 468px) {

}
/************************
block_04
************************/
.block_04 { 
	float: left;
    width: 100%;
	text-align: center;
	background: #faf4e2;
	}
.block_04 .box_02,
.block_04 .box_02 .pic,
.block_04 .box_02 .txt,
.block_04 .box_01 .pic,
.block_04 .box_01 {
	position: relative;
	display: inline-block;
    width: 100%;
	}
.block_04 .box_02,	
.block_04 .box_01 {
	padding: 30px 0px;
	text-align: center;
	}
.block_04 .box_01 img {
	position: relative;
	display: inline-block;
	width: 90%;
	max-width: 500px;
	padding-bottom: 20px;
	}
.block_04 .box_02 {	
	max-width: 650px;
	padding: 20px 50px;
	padding-right: 250px;
	margin: 80px 1.5%;
	text-align: left;
	background: #ffffff;
	border-radius: 100px;
	border: 2px solid #2b3b7a;
	box-shadow: 0px 2px 0px 0px #2b3b7a;
	}
.block_04 .box_03 {		
	background-image: url('../images/pic_101.svg');
	background-repeat: no-repeat; 
	background-position: center 0px; 
	}
.block_04 .box_02 .pic { 
	position: absolute;
	width: 250px;
	bottom: -5px;
	right: 0px;
	padding: 0px 30px;
	text-align: center;
	}
.block_04 .box_02 .pic img { 
	display: inline-block;
	width: 100%;
	}
	
.block_04 .box_02 .dd,
.block_04 .box_02 .tt,
.block_04 .box_02 .txt {
	position: relative;
	display: inline-block;
	width: 100%;
	}
.block_04 .box_02 .txt { 
	padding: 8px 0px;
	}	
.block_04 .box_02 .tt { 
	font-size: 30px;
	color: #e11c24; 
	font-weight: 600;
	}
.block_04 .box_02 .dd { 
	padding-top: 5px;
	line-height: 1.4em;	
	}
.block_04 .box_02 .cs02 { 
	color: #e11c24; 
	}
@media only screen and (max-width: 768px) {
.block_04 .box_03 {		
	background-image: url('');
	}
}	
@media only screen and (max-width: 468px) {
.block_04 .box_01 {
	padding: 0px 0px;
	padding-top: 30px;
	text-align: center;
	}
.block_04 .box_02 {	
	max-width: 650px;
	padding: 20px 50px;
	margin: 20px 1.5%;
	border-radius: 100px;
	text-align: center;
	}
.block_04 .box_02 .pic { 
	width: 60px;
	padding: 0px 0px;
	}
.block_04 .box_02 .tt { 
	font-size: 24px;
	}
}	

/***********************
TABLE 表格選單
***********************/
table {
	width: 97%;
    margin: 10px 0px;
	margin-left: 3%;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
	border-radius: 20px;
    background: #e4e4e4;
	}
table tr {
	padding: 5px;
	text-align: left;
    }

table tr td {
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #ffffff;
    }
table tr td p { 
	margin-left: 0px;
	text-indent: 0px;
	}	
table tr td p.s01 { 
	margin-left: 15px;
	text-indent: -15px;
	}
table tr td p.s02 { 
	margin-left: 75px;
	text-indent: -65px;
	}
table tr td .s03 { 
	color: #4d4d4d;
	}	
table tr td.w200 {
	width: 150px;
	text-align: center;
    }
table tr td.w300 {
	width: 200px;
	text-align: center;
    }
	
@media only screen and (max-width: 768px) {
table tr td {
	display: inline-block;
    width: 100%;
    }
table tr td.w200,
table tr td.w300 {
	width: 100%;
    }	
	
}		
	
@media only screen and (max-width: 468px) {

}
/************************
DRAWER-ITEM 
************************/ 
.drawer-item .drawer-content,
.drawer-item .drawer-header,
.drawer-item { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
	
.drawer-item { 
	padding: 20px 0px;
	/*background-color: rgb(255,255,255);*/
	}
.drawer-header {
	width: 100%;
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	text-align: left; 
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
}
.drawer-header h1 {
	display: inline-block; 
	width: 140px;
    color: #d30000; 
	font-size: 18px;
	line-height: 1.4em;	
	font-weight: 600;
	padding-top: 10px;
	/*
	border: 1px solid #000000;
	border-radius: 10px 10px 0 0;
	border-bottom: 0px solid #000000;
	*/
	margin: 0;
}

.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 {
	color: #000000;  
	font-size: 16px;
	line-height: 1.8em;
	padding: 30px 0px;
	text-align: left;
}
.drawer-content ol {
	padding-left: 25px;
}

.drawer-content ul li,
.drawer-content ul {
	display: inline-block;
	width: 100%;
}
.drawer-content ul {
	padding-left: 60px;
}
.drawer-content ul li {
	word-break: break-all;
}
.drawer-content ul li img,
.drawer-content ul span {
	position: absolute;
	display: inline-block;
	left: 0;
	}
.drawer-content ul span {
	position: absolute;
	display: inline-block;
	width: 50px;
	padding-left: 25px;
	margin: 5px 0px;
	color: #ffffff;
	background-color: rgb(209,0,17);
	font-size: 14px;
	line-height: 1.4em; 
	font-weight: 900;
	border-radius: 20px;
}
.drawer-content li a:hover,
.drawer-content li a {
    color: #000000;  
}
.drawer-content ul li b {
	color: #000000;
}
.drawer-content ul li img {
	width: 20px; 
	top: -2px;
}
/************************
FOOTER
************************/
.pc_768, .pc_480 { display: block; }
.mo_768, .mo_768 { display: none; }

@media screen and (max-width: 768px) {
.pc_768 { display: none; }
.mo_768 { display: block; }
}
@media screen and (max-width: 468px) {
.pc_480 { display: none; }
.mo_480 { display: block; }
}
/************************
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: 10px 2%;
	background-color: rgb(255,255,255);
    }
/************************/ 
footer .fiscal {
	margin: 20px 0px;
	color: #191919;
	}
footer .fiscal .f_left { 
	width: 25%; 
	font-size: 30px;
	color: #000000;
	min-height: 48px; 
	text-align: center; 
	}
footer .fiscal .f_left img { 
    width: 80%; 
	}
footer .fiscal .f_right { 
	width: 75%;
	font-size: 14px; 
	line-height: 1.4em; 
	color: #000000;
	}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover  {
   color: #000000;
   line-height: 1em;
   }
/************************/ 
footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #a3a19b;
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding: 0 1em;
   color: #a3a19b;
   line-height: 1em;
   }
footer .f_link a + a { border-left: 1px solid #ffffff; }
	

@media screen and (max-width: 992px) {
footer .fiscal { width: 90%; margin: 0px 5%; }
footer .fiscal .f_left img { max-width: 300px; }
footer .fiscal .f_left,
footer .fiscal .f_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
************************/
#go_top,
#go_link {
	position: fixed;
	display: inline-block;
	z-index: 99;
	}

#go_top {
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 30px;
	}
#go_link {
	right: 20px;
	top: 20%;
	}
#go_link,
#go_link img { 
    width: 100px; 
	}

@media only screen and (max-width: 768px) {
#go_link {
	right: 0px;
	top: 30%;
	}
#go_link,
#go_link img {  width: 90px; }
}