@charset "utf-8";
#mask{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:98;
	transition:background-color 2s;
	-webkit-transition:background-color 2s;
	background-color: rgba(0, 0, 0, 0.7);
}
.header{
	width:100%;
	height:120px;
	margin:0 auto;
	z-index:99;
}
.header .column{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	height:120px;
}
.header .column .logo{
	float:left;
	width:256px;
	height:100px;
	margin:10px 0 0 20px;
}
.header .column .search{
	position:relative;
	display:inline-block;
	float:left;
	width:277px;
	height:43px;
	background:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	top:35px;
	left:140px;
	margin:0 50px 0 0;
}
.header .column .search input{
	border:none;
	width:200px;
	margin:0 0 0 40px;
	font-size:16px;
	line-height:43px;
	font-family:微軟正黑體,STHeiti,simhei,Arial;
	background-color:transparent;
}
.header .column .search img{
	cursor:pointer;
	position:relative;
	top:3px;
}
.header .column .search img:hover{
	top:4px;
}
.header .column .search .doll{
	position:absolute;
	background:url(index_search_doll.png) no-repeat;
	width:145px;
	height:113px;
	top:-27px;
	left:-80px;
}
.header .column .login{
	position:relative;
	display:inline-block;
	float:left;
	width:130px;
	height:43px;
	top:35px;
	left:140px;
	background:#8c9711;
	color:#FFF;
	font-size:18px;
	line-height:43px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0 15px 0 0;
}
.header .column .login img{
	position:relative;
	top:5px;
	margin:0 10px 0 8px;
}
.header .column .login a{
	color:#FFF;
}
.header .column .login a:hover{
	position:relative;
	top:1px;
}
.header .column .register{
	position:relative;
	display:inline-block;
	float:left;
	width:130px;
	height:43px;
	top:35px;
	left:140px;
	font-size:18px;
	line-height:46px;
	margin:0 35px 0 0;
}
.header .column .register a{
	color:#222;
}
.header .column .register a:hover{
	position:relative;
	top:1px;
}
.header .column .cart{
	position:relative;
	display:inline-block;
	float:left;
	width:60px;
	text-align:center;
	top:30px;
	left:70px;
}
.header .column .cart:hover{
	top:31px;
}
.header .column .cart .icon{
	position:relative;
	width:45px;
	height:45px;
	margin:0 auto 7px auto;
}
.header .column .cart .icon .counts{
	position:absolute;
	width:22px;
	height:22px;
	background:#FC0000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:20px;
	text-align:center;
	line-height:22px;
	color:#FFF;
	font-size:14px;
	top:-6px;
	right:-6px;
}
.header .column .cart .label_text{
	font-size:14px;
	margin:0 auto;
}
.header .column .cart a{
	color:#000;
}
.header .column .fb{
	position:relative;
	display:inline-block;
	float:left;
	display:inline-block;
	width:60px;
	text-align:center;
	top:35px;
	left:120px;
}
.header .column .fb .icon{
	position:relative;
	width:36px;
	height:40px;
	margin:0 auto 7px auto;
}
.header .column .fb .label_text{
	font-size:14px;
	margin:0 auto;
}
.header .column .fb a{
	color:#000;
}
.header .column .line{
	position:relative;
	display:inline-block;
	float:left;
	display:inline-block;
	width:60px;
	text-align:center;
	top:35px;
	left:140px;
}
.header .column .line .icon{
	position:relative;
	width:36px;
	height:40px;
	margin:0 auto 7px auto;
}
.header .column .line .label_text{
	font-size:14px;
	margin:0 auto;
}
.header .column .line a{
	color:#000;
}
/*menu*/
.menu{
	clear:both;
	width:100%;
	height:100px;
	background:url(bg_menu.png) repeat center;
}
.menu_column{
	width:100%;
	margin:0 auto;
	padding:17px 0 0 0;
	text-align:center;
}
.menu ul.nav{
	position:relative;
	width:auto;
	display:inline-block;
	text-align:center;
	letter-spacing:-4px;
}
.menu ul.nav li{
	position:relative;
	display:inline-block;
	text-align:left;
	height:40px;
	letter-spacing:0px;
	cursor:pointer;
}
.menu ul.nav li>a{
	line-height:40px;
	height:40px;
	display:block;
	color:#1e0404;
	font-size:20px;
	text-align:center;
	padding:0 15px 0 15px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.menu ul.nav li>a:hover{
	position:relative;
	top:1px;
}
.menu ul.nav .sel,
.menu ul.nav .sel:hover{
	height:40px;
	border-bottom:2px solid #04848f;
}
.menu ul.nav li a .pic{
	clear:both;
	line-height:20px;
}
.menu ul.nav li a .ch{
	clear:both;
	line-height:36px;
	height:36px;
}
/*submenu*/
.menu ul li .submenu{
	display:none;
	position:absolute;
	z-index:99;
	top:70px;
	background:#fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.mini_submenu ul li .submenu{
	display:none;
	position:absolute;
	z-index:99;
	top:40px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
.menu ul li .submenu_style1{
	width:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
.menu ul li .submenu .sub_class{
	float:left;
	margin:0;
}
.menu ul li .submenu .sub_class .title{
	position:relative;
	top:1px;
	float:left;
	width:100%;
	min-width:112px;
	text-align:center;
	border-bottom:1px dashed #CCCCCC;
	padding:0 0 0 0;
	height:inherit;
	margin:0 0 0 0;
	overflow:hidden;
}
.menu ul li .submenu .sub_class .title a{
	display:block;
	font-size:15px;
	line-height:1.2em;
	height:inherit;
	color:#666;
	margin:0 0 0 0;
	padding:10px 4px 10px 4px;
}
.menu ul li .submenu .sub_class .title a:hover{
	background:#f4f4f4;
}
/*****************************************************************************/
/*option_menu*/
#option_column{
	display:none;
}
/*option*/
#option{
	float:right;
	width:60px;
	height:60px;
	background:url(icon_head_option_agent.png) center center no-repeat;
	background-size:40px 40px;
	display:none;
	cursor:pointer;
	margin:0 0 0 0;
}
#option.close{
	background:url(icon_head_option_agent_close.png) center center no-repeat;
	background-size:40px 40px;
}
.categoryitems li{
	width:100%;
	line-height:40px;
}
.categoryitems li a{
	width:100%;
	color:#333745;
	background:#f4f4f4;
	font-size:16px;
	text-indent:0px;
	line-height:49px;
	display:block;
	border-bottom:1px solid #E4E4E4;
	margin:0;
	padding:0 0 0 25px;
}
.categoryitems li a:hover{
	background:#e8e8e8;
}
.categoryitems li ::before{
	content:"〉 ";
}
/***************************************************************/
.contain{
	clear:both;
	width:100%;
	margin:0 auto; 
}
/*copyright*/
.copyright{
	clear:both;
	width:100%;
	padding:40px 0 0 0;
}
.copyright .top_column{
	clear:both;
	display:block;
	width:100%;
	height:70px;
	background:url(bg_copyright.png) top;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.copyright .middle_column{
	clear:both;
	min-height:220px;
	position:relative;
	background:#dfd181;
}
.copyright .middle_column .info{
	position:relative;
	max-width:1400px;
	width:96%;
	margin:0 auto;
}
.copyright .middle_column .info .doll{
	position:absolute;
	width:20%;
	max-width:316px;
	padding-bottom:300px;
	left:5%;
	top:-100px;
	background:url(bg_copyright_doll.png) no-repeat left top;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
}
.copyright .middle_column .info .white{
	position:absolute;
	width:20%;
	max-width:222px;
	padding-bottom:144px;
	right:0;
	top:20px;
	background:url(bg_copyright_white.png) no-repeat left top;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
}
.copyright .middle_column .info .row_list{
	position:absolute;
	left:30%;
}
.copyright .middle_column .info .row_list .row{
	width:100%;
	clear:both;
	font-size:15px;
	line-height:22px;
}
.copyright .middle_column .info .row_list .row a{
	color:#000;
}
.copyright .middle_column .info .row_list .row a:hover{
	position:relative;
	top:1px;
}
.copyright .middle_column .info .row_list .row.title{
	font-size:20px;
	margin:0 0 8% 0;
	font-weight:bold;
}
.copyright .middle_column .info .row_list .row.counts{
	margin:5% 0 0 0;
}
/*input物件*/
.input_guestbook_search{
	padding: 4px 34px 4px 9px;
	width:100%;
	max-width:160px;
	background-color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: #aaa 1px solid;
	color: #444;
	font-size: 15px;
	line-height: 22px;
	margin: 10px 0 5px 0;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	font-family: 微軟正黑體, simhei, Arial;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
select {
	background: url(icon-arrow-dwn.png) center right no-repeat;
	padding: 5px 35px 5px 10px;
	background-color: #eee;
	border-radius: 5px;
	border: #aaa 1px solid;
	color: #444;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0 0 0;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	font-family: 微軟正黑體, simhei, Arial;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
select::-ms-expand {
    display: none;
}
select.group_sel{
	background: url(icon-arrow-dwn.png) center right no-repeat;
	padding: 4px 34px 4px 9px;
	background-color: #eee;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border: #aaa 1px solid;
	color: #444;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0 0 0;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	font-family: 微軟正黑體, simhei, Arial;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
/*輔助設定*/
.font_color_000{
	color:#000;
}
.font_color_390{
	color:#04848f;
}
.font_color_ccc{
	color:#ccc;
}
.font_color_399{
	color:#399;
}
.font_color_39c{
	color:#39c;
	padding:0 0 0 5px;
}
.font_color_c00{
	color:#c00;
}
.font_color_333{
	color:#333;
}
.font_color_666{
	color:#666;
}
.font_color_693{
	color:#693;
}
.font_size_12{
	font-size:12px;
}
.font_size_13{
	font-size:13px !important;
}
.font_size_14{
	font-size:14px !important;
}
.font_size_18{
	font-size:18px;
	position:relative;
	top:2px;
}
.font_size_20{
	font-size:20px;
}
.float_right{
	float:right;
}
.float_left{
	float:left;
}
img{
	border:none;
}
h1{
	font-weight:normal;
}
html{
	-ms-content-zooming: none; /* Disables zooming */
	overflow-x:hidden;
	overflow-y:auto;
}
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	background:url(bg.jpg) repeat;
	font-size:16px;
	font-family:微軟正黑體,STHeiti,simhei,Arial;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
}

a:link,
a:visited,
a:hover{
	text-decoration:none;
}
.over_length{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.justify{
	text-align: justify;
	text-justify:inter-ideograph; 
}
* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
