/***************************************************************/
/* bu : blue
/* wh : white
/* bk : black
/* og : orange
/* gn : green
/* rd : red
/* yl : yellow
/* pl : purple
/* gy : gray
/* br : brown
/***************************************************************/
@charset "utf-8";
body
{
	font-family:"Arial","Microsoft JhengHei",sans-serif;
	font-size:12px;
	overflow-y:scroll;
	color:#000;
	margin:0px;
	
}
img
{
	border:0px;
}
.error
{
	/*color:rgba(255,0,0,1.0);*/
	min-width:250px;
}
.yellow
{
	background-color:#ff0;
}
.textRed
{
	color:#f00;
}
.success
{
	min-width:250px;
}
.stopScroll
{
	position:fixed;
	width:100%;
	height:100%;
}
a
{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
a:hover
{
	color:#707070;
}
input, select, textarea, table, button
{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}
#main .1pay input {
	line-height:32px;
	height:32px;
	font-size: 18px;
}
input[type="text"],
input[type="password"],
input[type="button"]
{
	height:30px;
	border:1px solid #888;
	width:30px;
}
input[readonly="readonly"],
textarea[readonly="readonly"],
select[disabled="disabled"]
{
	border:none;
	background-color:transparent;
	outline:none;
}
input.width50{width:50px;}
input.width100{width:100px;}
input.width150{width:150px;}
input.width200{width:200px;}
input.width250{width:250px;}
input.width300{width:300px;}
input.width350{width:350px;}
input.widthfull{width:100%;}

[class~="button_"]
{
}
[class~="button_"].enable
{
	/*opacity:1.0;*/
	cursor:pointer;
}

.button_buwh
{
	width:30px;
	margin-right:5px;
	border:0px;
	cursor:default;
	outline:none;
	opacity:0.3;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	background-color:#0c3e6d;
	color:#fff;
}
.button_buwh.enable
{
	opacity:1.0;
	cursor:pointer;
}
.button_buwh.enable:hover
{
	box-shadow:0px 0px 3px #0c3e6d;
	color:#ff0;
}
.button_brwh
{
	height:30px;
	width:30px;
	border:0px;
	cursor:default;
	outline:none;
	opacity:0.3;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	background-color:rgba(191,157,90,1.0);
	color:#fff;
}
.button_brwh.enable
{
	opacity:1.0;
	cursor:pointer;
}
.button_brwh.enable:hover
{
	box-shadow:0px 0px 3px rgba(191,157,90,1.0);
	color:#ff0;
}
.button_bkwh
{
	height:30px;
	width:30px;
	border:0px;
	cursor:default;
	outline:none;
	opacity:0.3;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	background-color:#000;
	color:#fff;
	border-radius:10px;
}
.button_bkwh.enable
{
	opacity:1.0;
	cursor:pointer;
	
}
.button_bkwh.enable:hover
{
	/*box-shadow:0px 0px 3px #0c3e6d;*/
	color:#ff0;
}
.button_ogwh
{
	height:30px;
	width:30px;
	border:0px;
	cursor:default;
	outline:none;
	opacity:0.3;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	background-color:#f58025;
	color:#fff;
	border-radius:10px;
	
}
.button_ogwh.enable
{
	opacity:1.0;
	cursor:pointer;
	border:0px;
	
}
.button_ogwh.enable:hover
{
	/*box-shadow:0px 0px 3px #0c3e6d;*/
	/*color:#ff0;*/
}
.button_rdwh
{
	/*height:30px;*/
	/*width:30px;*/
	border:0px;
	cursor:default;
	outline:none;
	opacity:0.3;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	background-color:#EE4036;
	color:#fff;
	border-radius:10px;
	
}
.button_rdwh.enable
{
	opacity:1.0;
	cursor:pointer;
	border:0px;
	
}
.button_rdwh.enable:hover
{
	/*box-shadow:0px 0px 3px #0c3e6d;*/
	/*color:#ff0;*/
}
.button_gnwh
{
	border:0px;
	cursor:default;
	outline:none;
	opacity:0.3;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	background-color:#84BD19;
	color:#fff;
	border-radius:10px;
	
}
.button_gnwh.enable
{
	opacity:1.0;
	cursor:pointer;
}
.button_gnwh.enable:hover
{
	color:#ff0;
}
.button_gybk
{
	height:30px;
	width:30px;
	border:0px;
	cursor:default;
	outline:none;
	opacity:0.3;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(211,211,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(211,211,211,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(211,211,211,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(211,211,211,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	border:1px #B4B5B5 solid;
	color:#000;
}
.button_gybk.enable
{
	opacity:1.0;
	cursor:pointer;
}
.button_gybk.enable:hover
{
	background: rgb(211,211,211); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,211,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color:#000;
}
.button_gywh
{
	height:30px;
	width:30px;
	border:0px;
	cursor:default;
	outline:none;
	opacity:0.3;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	background: rgb(166,168,171); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(166,168,171,1) 0%, rgba(166,168,171,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,168,171,1)), color-stop(100%,rgba(166,168,171,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(166,168,171,1) 0%,rgba(166,168,171,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(166,168,171,1) 0%,rgba(166,168,171,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(166,168,171,1) 0%,rgba(166,168,171,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(166,168,171,1) 0%,rgba(166,168,171,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	border:1px #B4B5B5 solid;
	color:#fff;
}
.button_gywh.enable
{
	opacity:1.0;
	cursor:pointer;
}
.button_gywh.enable:hover
{
	background: rgb(211,211,211); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,211,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(211,211,211,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color:#000;
}
.button_whbk
{
	height:30px;
	width:30px;
	border:0px;
	cursor:default;
	outline:none;
	opacity:0.3;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.97) 0%, rgba(242,242,242,0.99) 53%, rgba(221,221,221,0.99) 56%, rgba(221,221,221,0.99) 59%, rgba(221,221,221,0.99) 62%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.97)), color-stop(53%,rgba(242,242,242,0.99)), color-stop(56%,rgba(221,221,221,0.99)), color-stop(59%,rgba(221,221,221,0.99)), color-stop(62%,rgba(221,221,221,0.99)), color-stop(93%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.97) 0%,rgba(242,242,242,0.99) 53%,rgba(221,221,221,0.99) 56%,rgba(221,221,221,0.99) 59%,rgba(221,221,221,0.99) 62%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.97) 0%,rgba(242,242,242,0.99) 53%,rgba(221,221,221,0.99) 56%,rgba(221,221,221,0.99) 59%,rgba(221,221,221,0.99) 62%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.97) 0%,rgba(242,242,242,0.99) 53%,rgba(221,221,221,0.99) 56%,rgba(221,221,221,0.99) 59%,rgba(221,221,221,0.99) 62%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.97) 0%,rgba(242,242,242,0.99) 53%,rgba(221,221,221,0.99) 56%,rgba(221,221,221,0.99) 59%,rgba(221,221,221,0.99) 62%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border-radius:5px;
	border:1px #B4B5B5 solid;
	color:#000;
}
.button_whbk.enable
{
	opacity:1.0;
	cursor:pointer;
}
.button_whbk.enable:hover
{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.97) 0%, rgba(221,221,221,0.99) 62%, rgba(221,221,221,0.99) 59%,  rgba(221,221,221,0.99) 56%, rgba(242,242,242,0.99) 53%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.97)), color-stop(62%,rgba(221,221,221,0.99)), color-stop(59%,rgba(221,221,221,0.99)), color-stop(56%,rgba(221,221,221,0.99)), color-stop(53%,rgba(242,242,242,0.99)), color-stop(93%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.97) 0%,rgba(221,221,221,0.99) 62%,rgba(221,221,221,0.99) 59%,rgba(221,221,221,0.99) 56%,rgba(242,242,242,0.99) 53%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.97) 0%,rgba(221,221,221,0.99) 62%,rgba(221,221,221,0.99) 59%,rgba(221,221,221,0.99) 56%,rgba(242,242,242,0.99) 53%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.97) 0%,rgba(221,221,221,0.99) 62%,rgba(221,221,221,0.99) 59%,rgba(221,221,221,0.99) 56%,rgba(242,242,242,0.99) 53%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.97) 0%,rgba(221,221,221,0.99) 62%,rgba(221,221,221,0.99) 59%,rgba(221,221,221,0.99) 56%,rgba(242,242,242,0.99) 53%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	color:#000;
}
/* FONT FAMILY */
.jhenghei
{
	font-family:"Microsoft JhengHei","微軟正黑體";
}
.pmingliu
{
	font-family:"PMingLiU","新細明體";
}

@font-face
{
	font-family:"ARHeiB5ExtraBold";
    src: url(../fonts/ARHeiB5ExtraBold.eot);
	font-family:"ARHeiB5Medium";
    src: url(../fonts/ARHeiB5Medium.eot);
	font-family:"ARHeiB5Light";
    src: url(../fonts/ARHeiB5Light.eot);
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	@font-face{src: url(../fonts/ARHeiB5ExtraBold.ttf);
    font-family:"ARHeiB5ExtraBold";}
	@font-face{src: url(../fonts/ARHeiB5Medium.otf);
    font-family:"ARHeiB5Medium";}
	@font-face{src: url(../fonts/ARHeiB5Light.otf);
    font-family:"ARHeiB5Light";}
}
@-moz-document url-prefix()
{
	@font-face{src:url(../fonts/ARHeiB5ExtraBold.ttf);
	font-family:"ARHeiB5ExtraBold";}
	@font-face{src:url(../fonts/ARHeiB5Medium.otf);
	font-family:"ARHeiB5Medium";}
	@font-face{src:url(../fonts/ARHeiB5Light.otf);
	font-family:"ARHeiB5Light";}
	
}
/* FONT STYLE */
.cap1
{
	font-size:24px;
	font-family:"新細明體", "PMingLiU";
	font-weight:700;/*Serlf.Extra Bold*/
	/*text-shadow:1px 0px 0px #000;*/
}
.cap2
{
	font-size:18px;
	/*font-family:"ARHeiB5ExtraBold";*/
	font-weight:400;/*Serlf.Extra Bold*/
}
.cap3
{
	font-size:16px;
	/*font-family:"ARHeiB5Medium";*/
	font-weight:400;/*Sans Serlf. Bold*/
	
}
.cap4
{
	font-size:16px;
	/*font-family:"ARHeiB5Medium";*/
	font-weight:700;/*Sans Serlf. Bold*/
}
.cap5
{
	font-size:11px;
	/*font-family:"ARHeiB5Medium";*/
	font-weight:700;/*Sans Serlf. Bold*/
}
.cap6
{	
	font-size:15px;
	/*font-family:"ARHeiB5ExtraBold";*/
	font-weight:700;/*Serlf.Extra Bold*/
}
.cap7
{
	font-size:15px;
	/*font-family:"ARHeiB5Medium";*/
	font-weight:400;
}
.cap8
{
	font-size:17px;
	/*font-family:"ARHeiB5ExtraBold";*/
	font-weight:700;/*Serlf.Extra Bold*/
}
.cap9
{
	font-size:36px;
	/*font-family:"ARHeiB5Medium";*/
	font-weight:400;
}
.cap10
{
	font-size:18px;
	font-weight:700;
	
}
.cap11
{
	font-size:13px;
	font-weight:400;
}
.cap12
{
	font-size:14px;
	font-weight:400;
}
.cap13
{
	font-size:14px;
	font-weight:700;
}
.cap14
{
	font-size:11px;
	font-weight:400;
}
.cap15
{
	font-size:13px;
	font-weight:700;
}
.cap16
{
	font-size:20px;
	font-weight:400;
}
.cap17
{
	font-size:12px;
	font-weight:400;
}
.cap18
{
	font-size:24px;
	font-weight:400px;
}
.cap19
{
	font-size:10px;
	font-weight:400px;
}

.txt1
{
	font-size:11px;
	/*font-family:"ARHeiB5Medium";*/
	font-weight:400;
}
.txt2
{
	font-size:13px;
	/*font-family:"ARHeiB5Medium";*/
	font-weight:400;/* Sans Serlf. Regular*/
}
.txt3
{
	font-size:16px;
	/*font-family:"ARHeiB5Light";*/
	font-weight:400;
}
.txt4
{
	font-size:13px;
	font-weight:700;
}
.txt5
{
	font-size:14px;
	font-weight:400;
}
.txt6
{
	font-size:12px;
	font-weight:400;
}
.txtad
{
	font-size:17px;
	/*font-family:"ARHeiB5Medium";*/
	font-weight:400; /*Sans Serlf. Regular*/
}
.volad
{
	font-size:17px;
	/*font-family:"ARHeiB5Medium";*/
	font-weight:400; /*Sans Serlf. Regular*/
}
.capsub
{
	font-size:19px;
	/*font-family:"ARHeiB5ExtraBold";*/
	font-weight:700;/*Serlf.Extra Bold*/
}
/***************************************************************/
/* TABLE STYLE */
.oneWmulti
{
	width:100%;
	border-spacing:0px;
	color:#666;
	border:1px solid #888;
}
.oneWmulti th
{
	background-color:#fffcc0;
	height:40px;
}
.oneWmulti td
{
	height:40px;
	text-align:center;
	border-top:1px solid #888;
	border-right:1px solid #888;
}
.oneWmulti td:last-child
{
	border-right:none;
}
.oneWmulti tr:hover
{
	background-color:#eee;
}
.zeroWtwo
{
	border-spacing:5px;
}
.zeroWtwo th
{
	height:42px;
	padding:0px 10px;
	color:#456c85;
}
.zeroWtwo tr:nth-child(2n) th
{
	background-color:#ecf8ff;
}
.zeroWtwo tr:nth-child(2n) td
{
	background-color:#ecf8ff;
}
.zeroWtwo tr:nth-child(2n+1) th
{
	background-color:#b8e3ff;
}
.zeroWtwo tr:nth-child(2n+1) td
{
	background-color:#d8f0ff;
}
/*******************/
/** greg set is good
/*******************/
.width5pa
{
	width:5%;
}
.width10pa
{
	width:10%;
}
.width15pa
{
	width:15%;
}
.width20pa
{
	width:20%;
}
.width25pa
{
	width:25%;
}
.width30pa
{
	width:30%;
}
.width35pa
{
	width:35%;
}
.width40pa
{
	width:40%;
}
.width45pa
{
	width:45%;
}
.width50pa
{
	width:50%;
}
.width60pa
{
	width:60%;
}
.width70pa
{
	width:70%;
}
.width80pa
{
	width:80%;
}
.width100pa
{
	width:100%;
}

/***************************************************************/
/*
/* #_MSG @ head.php
/*
/***************************************************************/
#_MSG
{
	z-index:99;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
	font-size:17px;
	display:none;
}
#_MSG_center
{
	position:absolute;
	background-color:#fff;
	border:1px solid #eee;
	box-shadow:3px 3px 3px #888;
	/*min-width:50%;*/
	max-height:80%;
	overflow-y:auto;
	overflow-x:hidden;
}
#_MSG_caption
{
	display:none;
	padding:20px 10px;
	background-color:#0c3e6d;
	color:#fff;
	min-height:20px;
}
#_MSG_text
{
	margin:30px 10px;
	padding-top:10px;
	text-align:center;
}
#_MSG_close
{
	position:absolute;
	cursor:pointer;	
	width:24px;
	height:24px;
	top:0px;
	right:0px;
	background-image:url(../../img/login_close.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#_MSG_ok
{
	display:block;
	margin:10px auto 30px auto;
	padding:5px 0px;
	text-align:center;	
	width:60%;
	outline:none;
	box-shadow:0px 1px 5px #ddd inset;
	border-radius:3px;
	border:1px #ccc solid;
}
/***************************************************************/
/*
/* #_MSG ADMIN
/*
/***************************************************************/
#_MSG.admin_login_back
{
	background-color:rgba(255,255,255,1);
}
#_MSG.admin_login_back #_MSG_close
{
	display:none !important;
}
/***************************************************************/
/*
/* #_WAIT @ head.php
/*
/***************************************************************/
#_WAIT
{
	z-index:99;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.85);
	display:none;
}
#_WAIT_logo
{
	padding: 0px 0px 35px;
	color: #f2618d;
	font-size: 17px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	text-align: center;
	margin-top: -53px;
	margin-left: -85px;
}
#_WAIT_bars
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 15px;
	background-color: #cecece;
	padding: 9px 0px;
	border-radius: 20px;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1),0px 1px 0px #fff;
}
._WAIT_bar
{
	background-color: #FF004D;
	width: 5px;
	height: 100%;
	display: inline-block;
	margin: 0px 3px;
	border-radius: 2px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.55);
}
/***************************************************************/
/*
/* #login_table @ head.php
/*
/***************************************************************/
#login_table
{
	display:none;
	text-align:center;
	width:325px;
	padding-left:35px;
	padding-right:35px;
	text-align:left;
	margin:0px auto;
}
#login_table td
{
	width:325px;
}
#login_table input[type="button"]
{
	margin-right:10px;
	font-size:13px;
}
#login_table .login_but
{
	padding-bottom:45px;
	height:50px;
}
.login_table_caption
{
	color:#717071;
	padding-top:30px;
}
.login_table_row2
{
	padding-top:10px;
	padding-bottom:30px;
}
.logine_table_row2_row
{
	color:#036EB8;
}
.login_table_row3
{
	padding-bottom:15px;
}
input.login_table_input
{
	height:25px;
	outline:none;
	box-shadow:0px 1px 5px #ddd inset;
	border-radius:3px;
	border:1px #ccc solid;
	padding-left:10px;
}
.login_table_row4
{
	padding-bottom:10px;
}
.login_table_row5
{
	position:relative;
	padding-bottom:35px;
}
.login_table_row5_forgot
{
	float:right;
	padding-right:8px;
	color:#036EB8;
}
.login_table_row5_checkbox
{
	
}
/***************************************************************/
/*
/* #admin_login_table @ head.php
/*
/***************************************************************/
#admin_login_table
{
	display:none;
	text-align:center;
	width:325px;
	padding-left:35px;
	padding-right:35px;
	text-align:left;
	margin:0px auto;
}
#admin_login_table td
{
	width:325px;
}
#admin_login_table input[type="button"]
{
	margin-right:10px;
	font-size:13px;
}
#admin_login_table .login_but
{
	padding-bottom:45px;
	height:50px;
}
.login_table_caption
{
	color:#717071;
	padding-top:30px;
}
.login_table_row2
{
	padding-top:10px;
	padding-bottom:30px;
}
.logine_table_row2_row
{
	color:#036EB8;
}
.login_table_row3
{
	padding-bottom:15px;
}
input.login_table_input
{
	height:25px;
	outline:none;
	box-shadow:0px 1px 5px #ddd inset;
	border-radius:3px;
	border:1px #ccc solid;
	padding-left:10px;
}
.login_table_row4
{
	padding-bottom:10px;
}
.login_table_row5
{
	position:relative;
	padding-bottom:35px;
}
.login_table_row5_forgot
{
	float:right;
	padding-right:8px;
	color:#036EB8;
}
.login_table_row5_checkbox
{
	
}
/***************************************************************/
/*
/* #adv_table @ head.php
/*
/***************************************************************/
#adv_table
{
	display:none;
	text-align:center;
}
#close_ad_edit
{
	position:fixed;
	top:0px;
	right:0px;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
	background-color:#fff;
	border:1px #000 solid;
	z-index:99;
	cursor:pointer;
}
#adv_submit_button
{
	height:30px;
}
#uploadimg_scroll
{
	width:810px;
	height:350px;
	text-align:left;
	overflow:auto;
}
#uploadimg
{
	position:relative;
}
#uploadimg input[type="file"]
{
	display:none;
}
.templateboxs
{
	display:inline-block;
	text-align:center;
	margin-bottom:20px;
	width:100%;
	height:202px;
	box-shadow:0px 0px 2px #000 inset;
}
.newimages,
.imageboxs
{
	/*display:inline-block;*/
	float:left;
	text-align:center;
	position:relative;
	/*margin-left:35px;*/
	margin-bottom:20px;
}
.left_place
{
	float:left;
}
.right_place
{
	width:580px;
	height:202px;
	float:left;
}
.newimages
{
	margin-left:40px;
	cursor:pointer;
	width:128px;
	height:128px;
	background-image:url(../../img/gplus.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.imagelabel
{
	display:block;
	margin:0 auto;
	cursor:pointer;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	border:1px #666 solid;
	width:200px;
	height:200px;
}
.imagealts,
.imagehrefs
{
	width:95%;
	margin:0 auto;
	margin-top:20px;
	text-align:left;
}
.submittable
{
	width:100%;
	margin-bottom:10px;
}
.delimgs
{
	width:20px;
	line-height:20px;
	text-align:center;
	float:right;
	cursor:pointer;
	position:absolute;
	/*border-radius:3px;*/
	border:1px #ccc solid;
	background-color:#888;
	color:#fff;
	left:0px;
	top:0px;
	z-index:2;
}
.delimgs:hover
{
	background-color:#888;
	border:1px #ccc solid;
}
.imgslider_jeff
{
	position:relative;
	text-align:right;
}
.imgslider_jeff .adv
{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}
.imgslider_jeff .adv.active
{
	display:block;
}
.imgslider_jeff .cube
{
	z-index:4;
	width:6px;
	height:6px;
	background-color:#888;
	position:relative;
	display:inline-block;
	margin:230px 10px 0px 0px;
	border:3px solid transparent;
	cursor:pointer;
	/*border-radius:100%;*/
}
.imgslider_jeff .cube.active
{
	border-color:#888;
	background-color:#bbb;
	/*box-shadow:1px 1px 1px #fff inset;*/
}
.imgslider
{
	position:relative;
	/*box-shadow:0px 0px 1px #888 inset;*/
}
.imgslider .adv
{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}
.imgslider .adv.active
{
	display:block;
}
.imgslider .adv.active.pointer
{
	cursor:pointer;
}

.advborder
{
	box-shadow:2px 2px 0px #00f,-2px -2px 0px #00f,-2px 2px 0px #00f,2px -2px 0px #00f;
}
.adv_statistical
{
	text-align:left;
	overflow:auto !important;
}
/***************************************************************/
/*
/* #news_set_place @ head.php
/*
/***************************************************************/
#news_set_place
{
	display:none;
	text-align:center;
	position:relative;
	width:1000px;
}
.newsborder
{
	box-shadow:2px 2px 0px #f00,-2px -2px 0px #f00,-2px 2px 0px #f00,2px -2px 0px #f00;
}
.news_set_place_submit
{
	position:fixed;
	height:30px;
	width:983px;
	text-align:left;
	background-color:#fff;
}
#news_set_place_box
{
	padding-top:30px;
	height:300px;
	overflow:auto;
}
#news_set_place_init
{
	display:none;
}
/***************************************************************/
/*
/* #search_div @ head.php
/*
/***************************************************************/
#search_div
{
	z-index:97;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
	
	display:none;
}
#search_right_bar
{
	position:absolute;
	top:25px;
	right:0px;
	text-align:right;
}
#search_right_bar a
{
	margin-left:10px;
}
#search_right_bar img
{
	margin-left:5px;
	height:12px;
	width:12px;
}
.searchbox
{
	margin:0 auto;
	width:100%;
	height:130px;
	background-color:#fff;
	box-shadow:0px 0px 20px #333;
	text-align:center;
}
.searchbox_midden
{
	width:900px;
	height:130px;
	position:relative;
	margin:0 auto;
}

.search_center
{
	width:400px;
	height:25px;
	position:relative;
	margin:0 auto;
}
input.searchinput
{
	width:390px;
	height:25px;
	margin-top:50px;
	outline:none;
	box-shadow:0px 1px 5px #ddd inset;
	border-radius:3px;
	border:1px #333 solid;
	padding-left:10px;
}
.search_button
{
	background-image:url(../../img/news/search_button.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:16px;
	height:16px;
	z-index:3;
	position:absolute;
	right:10px;
	top:55px;
	cursor:pointer;
}
.searchclose
{
	position:absolute;
	bottom:2px;
	left:435px;
	width:40px;
	height:8px;
	/*border:1px #333 solid;*/
	cursor:pointer;
	background-image:url(../../img/arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
/* .lefttriangle
{
	border-top:5px #fff solid;
	border-right:7px #333 solid;
	border-left:0px;
	border-bottom:0px;
	float:left;
	margin-left:13px;
	margin-top:2px;
	
}
.righttriangle
{
	border-top:5px #fff solid;
	border-left:7px #333 solid;
	border-right:0px;
	border-bottom:0px;
	float:left;
	margin-top:2px;
} */
/***************************************************************/
/*
/* #show_slider @ head.php
/*
/***************************************************************/
#show_slider
{
	display:none;
	text-align:center;
}
/***************************************************************/
/*
/* DATE PICKER @ head.php
/*
/***************************************************************/
#_DATE
{
	width:210px;
	border:1px solid #333;
	font-family:Verdana;
	font-size:12px;
	display:none;
	position:absolute;
	z-index:99;
	background-color:#fff;
}
#_DATE_yearmonths
{
	padding:10px 0px;
	background-color:#333;
	color:#fff;
	text-align:center;
	position:relative;
}
#_DATE_curryear::before
{
	content:"民國";
}
#_DATE_curryear::after
{
	content:"年";
}
#_DATE_currmonth::after
{
	content:"月";
}
._DATE_yearmonth
{
	position:absolute;
	width:16px;
	height:16px;
	top:10px;
	opacity:0.5;
	cursor:pointer;
}
._DATE_yearmonth:hover
{
	opacity:1.0;
}
#_DATE_prevyear
{
	left:5px;
}
#_DATE_prevyear::before,
#_DATE_prevyear::after
{
	content:"";
	width:0px;
	height:0px;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-right:8px solid #fff;
	position:absolute;
	right:0px;
	top:0px;
}
#_DATE_prevyear::after
{
	right:auto;
	left:0px;
}
#_DATE_prevmonth
{
	left:30px;
}
#_DATE_prevmonth::before
{
	content:"";
	width:0px;
	height:0px;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-right:16px solid #fff;
	position:absolute;
	left:0px;
	top:0px;
}
#_DATE_nextyear
{
	right:5px;
}
#_DATE_nextyear::before,
#_DATE_nextyear::after
{
	content:"";
	width:0px;
	height:0px;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:8px solid #fff;
	position:absolute;
	left:0px;
	top:0px;
}
#_DATE_nextyear::after
{
	left:auto;
	right:0px;
}
#_DATE_nextmonth
{
	right:30px;
}
#_DATE_nextmonth::before
{
	content:"";
	width:0px;
	height:0px;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:16px solid #fff;
	position:absolute;
	left:0px;
	top:0px;
}
._DATE_week,
._DATE_day
{
	width:30px;
	height:30px;
	float:left;
	line-height:30px;
	text-align:center;
	font-weight:700;
	color:#333;
}
._DATE_week.sun,
._DATE_day.sun
{
	color:#800;
}
._DATE_week.sat,
._DATE_day.sat
{
	color:#080;
}
#_DATE_day_init
{
	display:none;
}
._DATE_day:not(:empty)
{
	cursor:pointer;
}
._DATE_day:not(:empty):hover,
._DATE_day.active
{
	background-color:#eee;
}
#_DATE_clear
{
	clear:both;
}
/***************************************************************/
/*
/* #rmim @ head.php
/*
/***************************************************************/
#rmim
{
	width:900px;
	/*padding:0px 40px;*/
	margin:0px auto;
}
/***************************************************************/
/*
/* #rmim #head @ head.php
/*
/***************************************************************/
#head
{
	
	position:relative;
	/*height:155px;*/
	/*width:880px;*/
	margin:0px auto;
}
#head_logo_img
{
	z-index:2;
	position:absolute;
	left:0px;
	top:0px;
}
#head_logo_img img
{
	width:107px;
	height:120px;
}
#head_right
{
	/*
	position:absolute;
	right:0px;
	top:0px;
	*/
	position:relative;
	padding:25px 0px 10px 0px;
}
#head_right_memberbox
{
	position:absolute;
	bottom:20px;
	left:125px;
}
#head_right_memberbox label
{
	padding:0px 5px 0px 5px;
	color:#888;
}
#head_right_bar
{
	/*width:250px;*/
	width:100%;
	/*margin-top:25px;*/
	text-align:right;
}
#head_right_bar a
{
	margin-left:10px;
}
#head_right_bar img
{
	margin-left:5px;
	height:12px;
	width:12px;
}

#head_right_logo
{
	/*width:250px;*/
	width:100%;
	height:30px;
	margin-top:38px;
	background-position:right;
	background-repeat:no-repeat;
	background-size:contain;
}
#head_right_logo.news,
#head_right_logo.register,
#head_right_logo.preferential
{
	background-image:url(../../img/head_right_logo_news.png);
	width:100%;
	height:30px;
	margin-top:38px;
	background-position:695px 0px;
	background-repeat:no-repeat;
	background-size:217px 42px;
}
#head_right_logo.magazine,
#head_right_logo.epager
{
	background-image:url(../../img/head_right_logo_magazine.png);
}
#head_right_logo.fund
{
	background-image:url(../../img/head_right_logo_fund.png);
}
#head_right_logo.foot
{
	background-image:url(../../img/head_right_logo_fund.png);
}
#head_right_date
{
	/*
	width:250px;
	*/
	width:100%;
	margin-top:10px;
	text-align:right;
}
#head_right_date label:last-child
{
	margin-left:20px;
}
/***************************************************************/
/*
/* #rmim #menu @ head.php
/*
/***************************************************************/
#menu 
{
	position:relative;
}
#menu_mains
{
	height:33px;
	border-bottom:2px solid #be9c59;
}
.menu_main,
.menu_main:hover
{
	float:left;
	font-size:15px;
	height:33px;
	line-height:33px;
	padding:0px 40px;
	background-color:#6C6E70;
	color:#fff;
}
.menu_main:first-child
{
	border-top-left-radius:8px;
	background-color:#000;
	margin-right:2px;
}
.menu_main:first-child a
{
	color:#fff;
}
.menu_main:nth-child(3)
{
	border-top-right-radius:8px;
}
.menu_main:nth-child(2)
{
	position:relative;
	margin-right:2px;
}
.menu_main:last-child
{
	float:right;
	background-color:#b4d821;
	border-radius:8px 8px 0px 0px;
}
.menu_main.active,
.menu_main.active:hover
{
	background-color:#fff;
	color:#000;
	box-shadow:-2px 0px 0px #be9c59,2px 0px 0px #be9c59,0px 2px 0px #be9c59 inset;
	height:35px;
	line-height:32px;
	padding:0px 40px;
}
.menu_main.active:first-child
{
	box-shadow:2px 0px 0px #be9c59 inset,2px 0px 0px #be9c59,0px 2px 0px #be9c59 inset;
}
.menu_main.active a
{
	color:#888;
}
.menu_main a
{
	color:#fff;
}
.menu_main.active a.menu_main_a
{
	color:#000;
}
#menu_subs
{
	padding:15px 20px;
	text-align:center;	
}
#menu_subs.active
{
	box-shadow:2px 0px 0px #be9c59 inset;
}
.menu_sub
{
	position:relative;
	margin:0px 8px;
}
.menu_sub:nth-child(n+2)::after
{
	content:"";
	width:1px;
	height:80%;
	position:absolute;
	left:-8px;
	top:10%;
	background-color:#000;
}
.menu_sub.active::before
{
	content:"";
	width:100%;
	height:2px;
	position:absolute;
	left:0px;
	bottom:-5px;
	background-color:#be9c59;
}
/***************************************************************/
/*
/* #rmim #main @ head.php
/*
/***************************************************************/
#main 
{
	margin-top:15px;	
}
/***************************************************************/
/* HOTZONE */
#hotzone
{
	background-color:#fff;
	min-height:100%;
}
/***************************************************************/
/* LEFT MENU @ HOTZONE */
#hotzone #menu
{
	width:130px;
	height:100%;
	background-color:#000;
	position:fixed;
	z-index:4;
}
#hotzone #menu #menu_logo
{
	display:block;
	width:100%;
	display:none;
}
#hotzone #menu #menu_logo img
{
	width:100%;
}
#hotzone #menu .menu_ul
{
	padding:0px;
}
#hotzone #menu .menu_link
{
	display:block;
	width:100%;
	height:40px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:auto 70%;
	color:#fff;
	text-align:center;
	opacity:0.7;
	line-height:30px;
	margin:10px auto;
	font-size:15px;
}
#hotzone #menu .menu_link:hover
{
	opacity:1.0;	
}
#hotzone #menu .menu_ul>li
{
	position:relative;
}
#hotzone #menu .menu_ul>li ul
{
	letter-spacing: 0.2em;
	min-height: 50px;
	min-width:120px;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 100px;
	z-index: 10;
	display:none;
	padding:0px;
}
#hotzone #menu .menu_ul>li ul li
{
	list-style: none;
	padding:10px;
}
#hotzone #menu .menu_ul>li ul li a
{
	color:#fff;
	display:block;
	padding:5px;
	margin: 0px auto;
	text-align:center;
}
#hotzone #menu .menu_ul>li:hover ul
{
	padding-left:15px;
	display:block;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
}
#hotzone #menu .menu_ul>li ul li a:hover
{
	background-color: #fff;
	color:#000;
}
/***************************************************************/
/* QUICK MENU @ HOTZONE */
#hotzone #quick
{
	height:30px;
	margin-left:140px;
	margin-bottom:10px;
	margin-right:10px;
}
#hotzone #quick a
{
	float:right;
	width:50px;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
}
#hotzone #quick #getout
{
	background-image:url(../../hotzone/img/getout.png);
	line-height:30px;
	width:55px;
	background-position:left;
	text-align:right;
}
#hotzone #quick #getout:hover
{
	background-image:url(../../hotzone/img/getout_hover.png);
}
#hotzone #quick #go2front
{
	background-image:url(../../hotzone/img/go2front.png);
	line-height:30px;
	width:75px;
	background-position:left;
	text-align:right;
	padding-right:10px;
}
#hotzone #quick #go2front:hover
{
	background-image:url(../../hotzone/img/go2front_hover.png);
}
/***************************************************************/
/* CAPTION @ HOTZONE */
#hotzone #caption
{
	margin-left:140px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:14px;
	border:1px solid #666;
	background-color:#0C3E6D;
	color:#fff;
	letter-spacing:2px;
	padding:15px 15px 15px 15px;
	background-position:10px center;
	background-repeat:no-repeat;
	background-size:auto 30px;
}
#hotzone_add
{
	float:right;
	opacity:0.7;
	cursor:pointer;
}
#hotzone_add:hover
{	
	opacity:1.0;
}
/***************************************************************/
/*
/* #hotzone #main @ head.php
/*
/***************************************************************/
#hotzone #main 
{
	margin-left:140px;
	margin-right:10px;
	padding-bottom:40px;	
}
/***************************************************************/
/* agent */
#agent
{
	background-color:#fff;
	min-height:100%;
}
/***************************************************************/
/* LEFT MENU @ agent */
#agent #menu
{
	width:130px;
	height:100%;
	background-color:#000;
	position:fixed;
	z-index:4;
}
#agent #menu #menu_logo
{
	display:block;
	width:100%;
	display:none;
}
#agent #menu #menu_logo img
{
	width:100%;
}
#agent #menu .menu_ul
{
	padding:0px;
}
#agent #menu .menu_link
{
	display:block;
	width:100%;
	height:40px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:auto 70%;
	color:#fff;
	text-align:center;
	opacity:0.7;
	line-height:30px;
	margin:10px auto;
	font-size:15px;
}
#agent #menu .menu_link:hover
{
	opacity:1.0;	
}
#agent #menu .menu_ul>li
{
	position:relative;
}
#agent #menu .menu_ul>li ul
{
	letter-spacing: 0.2em;
	min-height: 50px;
	min-width:120px;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 100px;
	z-index: 10;
	display:none;
	padding:0px;
}
#agent #menu .menu_ul>li ul li
{
	list-style: none;
	padding:10px;
}
#agent #menu .menu_ul>li ul li a
{
	color:#fff;
	display:block;
	padding:5px;
	margin: 0px auto;
	text-align:center;
}
#agent #menu .menu_ul>li:hover ul
{
	padding-left:15px;
	display:block;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
}
#agent #menu .menu_ul>li ul li a:hover
{
	background-color: #fff;
	color:#000;
}
/***************************************************************/
/* QUICK MENU @ agent */
#agent #quick
{
	height:30px;
	margin-left:140px;
	margin-bottom:10px;
	margin-right:10px;
}
#agent #quick a
{
	float:right;
	width:50px;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
}
#agent #quick #getout
{
	background-image:url(../../hotzone/img/getout.png);
	line-height:30px;
	width:55px;
	background-position:left;
	text-align:right;
}
#agent #quick #getout:hover
{
	background-image:url(../../hotzone/img/getout_hover.png);
}
#agent #quick #go2front
{
	background-image:url(../../hotzone/img/go2front.png);
	line-height:30px;
	width:75px;
	background-position:left;
	text-align:right;
	padding-right:10px;
}
#agent #quick #go2front:hover
{
	background-image:url(../../hotzone/img/go2front_hover.png);
}
/***************************************************************/
/* CAPTION @ agent */
#agent #caption
{
	margin-left:140px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:14px;
	border:1px solid #666;
	background-color:#0C3E6D;
	color:#fff;
	letter-spacing:2px;
	padding:15px 15px 15px 15px;
	background-position:10px center;
	background-repeat:no-repeat;
	background-size:auto 30px;
}
#hotzone_add
{
	float:right;
	opacity:0.7;
	cursor:pointer;
}
#hotzone_add:hover
{	
	opacity:1.0;
}
/***************************************************************/
/*
/* #agent #main @ head.php
/*
/***************************************************************/
#agent #main 
{
	margin-left:140px;
	margin-right:10px;
	padding-bottom:40px;	
}

/***************************************************************/
/*
/* #member #head @ head.php
/*
/***************************************************************/
#member
{
	width:900px;
	margin:0px auto;
}
#member #head
{
	
	position:relative;
	height:135px;
	width:900px;
	margin:0px auto;
	border-bottom:2px #ba9765 solid;
}
#member #head_logo_img
{
	z-index:2;
	position:absolute;
	left:0px;
	top:0px;
}
#member #head_logo_img img
{
	width:107px;
	height:120px;
}
#member #head_right
{
	position:absolute;
	right:0px;
	top:30px;
}
#member #head_right_bar
{
	width:100%;
	height:45px;
	line-height:20px;
	margin-top:15px;
	text-align:right;
}
#member #head_right_bar img
{
	width:215px;
	height:45px;
}
#member #head_right_logo
{
	width:250px;
	height:45px;
	margin-top:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-size:auto;
}
#member #head_right_date
{
	width:250px;
	margin-top:10px;
	text-align:right;
}
#member #head_right_date label:last-child
{
	margin-left:20px;
}
#member #head_right_memberbox
{
	width: 100%;
	bottom: -35px;
	left: 135px;
}
#member #head_right_memberbox a
{
	color:#1B75BB;
}
/***************************************************************/
/*
/* #bookstore #head @ head.php
/*
/***************************************************************/
#bookstore #head
{
	
	position:relative;
	height:150px;
	width:880px;
	margin:0px auto;
}
#bookstore #head_logo_img
{
	width:245px;
	height:90px;
	position:absolute;
	left:328px;
	top:30px; 
	text-align:center;
}
#bookstore #head_logo_img img
{
	width:245px;
	height:90px;
}
#bookstore_tonews
{
	position:absolute;
	left:0px;
	top:40px;
	padding-left:28px;
	height:19px;
	line-height:20px;
	background-image:url(../../bookstore/img/rmi_logo2.png);
	background-size:25px 19px;
	background-position:left center;
	background-repeat:no-repeat;
}
#bookstore #head_right
{
	position:absolute;
	right:0px;
	top:0px;
}
#bookstore #head_right_bar
{
	width:170px;
	height:20px;
	line-height:20px;
	border-radius:10px;
	border:1px #333 solid;
	margin-top:15px;
	text-align:right;
	position: relative;
}
#bookstore .bookstore_search_text
{
	height:20px;
	border:0px;
	border-radius:10px;
	outline:none;
	padding-left:10px;
}
#bookstore #head_right_bar a
{
	margin-left:10px;
}
#bookstore #head_right_bar img
{
	position: absolute;
	right: 5px;
	top: 4px;
	cursor:pointer;
}
#bookstore #head_right_logo
{
	width:250px;
	height:45px;
	margin-top:20px;
	background-position:right;
	background-repeat:no-repeat;
	background-size:auto;
}
#bookstore #head_right_date
{
	width:250px;
	margin-top:10px;
	text-align:right;
}
#bookstore #head_right_date label:last-child
{
	margin-left:20px;
}

/***************************************************************/
/* BOOKSTORE */
#bookstore
{
	width:900px;
	margin:0px auto;
}
#bookstore #menu 
{
	position:relative;
}
#bookstore #menu_mains
{
	height:33px;
	border-bottom:0px;
}
#bookstore  .menu_main
{
	float:left;
	font-size:15px;
	padding:7px 24px;
	background-color:#000000;
	color:#fff;
	margin-right:13px;
	border-bottom:2px #000 solid;
}
#bookstore  .menu_main:last-child
{
	padding-right:28px;
}
#bookstore .menu_main:hover
{
	/*background-color:#333;*/
	color:#ccc;
	/*padding:7px 24px;*/
	border-bottom:2px #000 solid;
}
#bookstore .menu_main
{
	border-radius:0px;
}
#bookstore .menu_main::after
{
	content:none;
}
#bookstore .menu_main:first-child
{
	border-top-left-radius:8px;
}
#bookstore .menu_main:last-child
{
	border-top-right-radius:8px;
	margin-right:0px;
}
#bookstore .menu_main.active,
#bookstore .menu_main.active:hover
{
	background-color:#000;
	color:#888;
	box-shadow: none;
	height:33px;
}
#bookstore #main
{
	margin-top:30px;
}


