/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
/*button, input, textarea { -webkit-appearance: none;}*/

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; padding-bottom:0px; margin-bottom: 40px;}
.datatable { width:100%; border-spacing:1px; background: #e6e6e6; margin-left: auto; margin-right: auto;}
.datatable th {color:#fff; font-size:16px; background: #c00000; text-align:center; padding:10px; line-height: 140%;}
.datatable td { color: #3a3a3a; background: #fff; font-size:16px; text-align:center; padding:5px; line-height: 140%;}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.datatable_tab {width:100%; border-spacing:1px; background: #828282; margin: 0 auto; }
.datatable_tab th {
	color: blue; font-size:20px; padding:10px;  background: #f3f3f3; line-height: 140%; text-align:center;
}
.datatable_tab td {
	color: #3a3a3a; background: #f3f3f3; font-size:18px; text-align:center; padding:5px; line-height: 140%;
}
.text_box {
	width: 1140px;
	margin: 0 auto;
}
/*position */
.datatable_res {
	margin: 20px 0 0 80px;
	width: 20%;
	float: left;
	
}
.datatable_tft{
	margin: 20px 50px 0 80px;
	float: left;
	width: 30%;
}
.datatable_zips{
	margin: 5px 0 20px 348px;
	width: 124px;
	float: left;
	background: #828282;
}

.datatable_tp {
	margin: 0;
	width: 20%;
	float: right;
	margin: 20px 60px 0 0;
}

.datatable_cell {
	margin: 40px 0 0 80px;
	width: 20%;
	float: left;
}
.datatable_spa {
	margin: 0;
	width: 20%;
	float: left;
	margin: 40px 50px 0 168px;
}
.datatable_spa2 th {
	text-align:center
}
.datatable_spa2 {
	font-size: 18px;
	float: right;
	width: 40%;
	margin-top: 50px;
}
/* color */
.datatable_tft th,
.datatable_zips th,
th.bgc-gary{
	background: #828282;
 }
.datatable_tp th,
th.bgc-pink{
	background: palevioletred;
}
.datatable_res th,
th.bgc-gre {
	background: #51b819;
}
.datatable_cell th,
.datatable_spa th {
	background: #e5c848; width: 25%;
}
th.bgc-yel {
	background: #e5c848;
}
th.bgc-ora {
	background: #dc5e3a;
}
/* font */
td.font-w {
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

.list-disc li { list-style-type:disc; margin:0 0 0 20px;}
.overflow-hidden { overflow-x: hidden;}


header {position: fixed; width: 100%; top: 0; z-index: 10000; background: #ffd800; } 
.header-box { max-width: 1160px; height: 110px; padding: 0 0px; position: relative; margin: 0 auto;} 
.logo { position:absolute; z-index:10000; top:10px; left: 8px; line-height: 0; }
nav { padding:52px 160px 0 0px; position:relative;}

.menuzord-menu > li:first-child { position:absolute; z-index:999; top:-5px; right:-150px; padding:0; text-align: right; background: none; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end;}
.menuzord-menu > li:first-child > div { margin: 0 10px; text-align: center; }
/*.lang a { display: inline-block; color: #fff; font-size: 20px; font-weight: 700; line-height: 28px; padding: 0 15px; border:1px solid #fff; border-radius:14px;}
.lang a:hover, .lang a.current { border:1px solid transparent; }
.lang a:first-child { margin-right: 5px;}*/

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display:inline-block; cursor:pointer; position:relative;}
.lang i { font-size:28px; color:#332b00;}
.lang-open { display:none; position:absolute; z-index:100000; left:-20px; top:55px; background:#333; padding:0px;  font-size:15px; color:#fff; text-align:left; width:70px;  overflow:hidden; line-height: 120%;}
.lang-open a { display:block; color:#fff; text-align:center; padding:8px 4px;}
.lang-open a:hover { background: #ee7700; }

.cart { position:relative; display: inline-block; vertical-align: top; font-size:26px; color:#332b00; cursor: pointer;}
.cart a { color: #332b00; position: relative;}
.cart span { position: absolute; display: block; width:22px; height: 22px; border-radius: 100%; background: #ee7700; line-height: 22px; text-align: center; font-size: 15px; color: #fff; top:-13px; right: -12px;}

.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 26px;color: #332b00;}
.search-box {  width: 100%; padding: 0 20px;}
.search-open { background: rgba(0,0,0,.85); position: fixed; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;z-index: 100000;transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; top:0; left: 0;}
.search-open-show { opacity: 1; visibility: visible;}
.search-open-form { padding: 0 0px; border-bottom: 1px solid #fff;}
.search-open input[type=text] { width: calc(100% - 30px - 7px); color: #fff; border-width: 0; background: none; display: inline-block; vertical-align: top; font-size: 18px; font-family: 'PT Sans'; padding: 2px 10px 0 10px; font-weight: normal;}
.search-open input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; opacity:0.7;}
.search-open input[type=text]::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-ms-input-placeholder { /* IE 10+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-moz-placeholder { /* Firefox 18- */color: #fff; opacity:0.7;}
.search-open a { color: #fff; display: inline-block; vertical-align: top; font-size:24px;}
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}


@media only screen and (max-width: 980px) {
	.header-box { height: 80px; padding: 0 0px; position: relative; margin: 0 auto;} 
	.logo {left: 20px;}
	.logo img { max-width: 120px;}
	
nav { padding: 15px 0px 0 0 !important;}
	.menuzord-menu > li:first-child { position: relative; top: auto; right: auto; text-align:left; padding: 15px 10px 5px 10px !important;border-bottom: solid 1px rgba(0,0,0,.1); justify-content: flex-start;}
	.lang-open  {top:40px;}
	/*.lang a { color: #333; border-color: #333;}
	.lang a:hover, .lang a.current { background: #333; color: #fff;}
	.lang { display:none;}
	.lang-open { display:inline-block!important; vertical-align: middle;position:inherit; left:auto; top:auto; background:none;  width:auto; color: #fff; }
	.lang-open a { color:#333; display:inline-block; font-size:16px; font-weight:bold;}
	.lang-open a:after, .cart a:after { content:"|"; display:inline-block; vertical-align:top; padding:0 3px 0 15px;}
	.lang-open a:last-child:after { display:none;}
	.lang-open a:hover { color:#0092db;}
	.cart a, .search { color: #003b4a;}
	.cart span { right: 10px; top:-6px;}*/
.showhide:before { content:"MENU"; display:block; position:absolute; right:18px; bottom:-15px; text-align:right; font-size:12px; color:#222222; width:50px;}

.showhide-rotate em:nth-of-type(1) { position:relative; top:10px;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);}
.showhide-rotate em:nth-of-type(2) { display:none;}
.showhide-rotate em:nth-of-type(3) {  position:relative; top:1px;
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);}

	.menuzord-menu:after  { display: none !important;}
	
}


@media only screen and (max-width: 414px) {

}
@media only screen and (max-width: 320px) {

}