/*Base*/
div,p,li,ul,body,a,span {
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體", "Arial", sans-serif;
	font-size: 14px;
	list-style-type: none;
}

html,body {
	margin: 0px;
	height: 100%;
}

a {
	text-decoration: none;
}

.line {
	border-bottom: 1px solid #066;
}
/*Layout*/


#wrapper {
padding-top: 34px;
width: 100%;
height: 100%;
position: relative;
}


#header {
	width: 960px;
	margin: 0 auto;
	height: 113px;
	margin-bottom: 38px;
	border-bottom: 1px solid #0A5E0A;
	position: relative;
}

#banner {
	width: 100%;
	height: 400px;
	clear: both;
	background-color: #E6E6E6;
	overflow: hidden;
	position: relative;
}

#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: 43px;
}

#main02 {
	width: 960px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}

#main03 {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#page_wrap {
	width: 960px;
	margin: 0 auto;
}

#page05 {
	width: 960px;
	margin: 0 auto;
}

#footer {
	clear: both;
	width: 960px;
	margin: 28px auto;
	border-top: 2px solid #317447;
}
/*Module*/

/*State*/
.wrap_orgin {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 200;
}

.wrap_orgin_inner {
	width: 500px;
	height: 300px;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -250px;
	background-color: #FFF;
	top: 50%;
	margin-top: -150px;
}

.banner_ul {
	position: absolute;
	width: 400%;
	height: 400px;
}

.banner_ul .banner_li {
	display: block;
	height: 400px;
	width: 25%;
	float: left;
}

.banner_ul .banner_li>div {
	display: block;
	height: 400px;
	width: 960px;
	margin: 0 auto;
}

.banner_li_ul {
	float: right;
	height: 332px;
	width: 223px;
	border: 1px solid #BCEBEB;
	background-color: #FFF;
	margin-top: 35px;
}

.banner_li_ul li {
	border-bottom: 1px solid #BCEBEB;
	margin: 10px;
}

.banner_li_ul a {
	float: right;
	font-size: 21px;
	color: #000;
	display: block;
	width: 125px;
	margin-top: 16px;
	margin-right: 5px;
	font-weight: bold;
}

.banner_li_ul span {
	float: left;
	clear: both;
	color: #FFA500;
	font-size: 10px;
}

.banner_li_ul li img {
	vertical-align: bottom;
}

.header_banner_ul02 {
	position: absolute;
	top: 502px;
	width: 400px;
	z-index: 99;
	margin-left: 21px;
}

.header_banner_ul02 li {
	bottom: 20px;
	display: block;
	width: 17px;
	float: left;
	height: 17px;
	background-image: url(../images/icon/tag_trab.png);
	margin: 4px;
}

.header_banner_ul02 li:hover {
	background-position: center 16px;
}

.head--logo {
	float: left;
	width: 235px;
	height: 86px;
	margin: 18px 0 11px;
}

.head--info {
	float: right;
	width: 412px;
	height: 54px;
	margin-top: 35px;
}

.head--info ul li {
	list-style-type: none;
}

.head--info ul li:nth-child(3) {
	width: 132px;
}

.head--info ul li a {
	text-decoration: none;
	color: #666;
}

.head--info--shop {
	
}

.head--info--shop li {
	float: left;
	width: 50px;
	text-align: center;
	font-weight: bolder;
}

.head--info--shop li:last-child {
	width: 29px;
	text-align: right;
}

.head--info {
	float: left;
	width: 412px;
	height: 54px;
	margin-top: 35px;
}

.head--info ul li {
	list-style-type: none;
}

.head--info ul li:nth-child(3) {
	width: 132px;
}

.head--info ul li a {
	text-decoration: none;
	color: #666;
}

.head--info--shop li:nth-child(1) {
	background-image: url(../images/icon/cart.png);
	background-repeat: no-repeat;
	text-indent: 10px;
	width: 100px;
}

.head--info--shop li:nth-child(2) {
	background-image: url(../images/icon/star.png);
	background-repeat: no-repeat;
	text-indent: 10px;
	width: 100px;
}

.head--info--shop li:nth-child(2) a,.head--info--shop li:nth-child(1) a
	{
	color: #006A60;
}

.header--mainnav__markup,.header--mainnav--health,.header--mainnav--food,.header--mainnav--trip,.header--mainnav--bady,.header--mainnav--3c,.header--mainnav--homematchine,.header--mainnav--clothes,.header--mainnav--innercloth,.header--mainnav--fashion,.header--mainnav--jewelry,.header--mainnav--life,.header--mainnav--bedroom,.header--mainnav--art,.header--mainnav--sport
	{
	display: none;
}

.header--mainnav {
	clear: both;
}

.header--mainnav>ul {
	background: #007c7a;
	width: 960px;
	margin: 0 auto;
}

.header--mainnav>ul>li {
	float: left;
	list-style-type: none;
	line-height: 22px;
	border-radius: 11px;
}

.header--mainnav>ul>li>a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	border-radius: 11px;
	line-height: 27px;
}

.header--mainnav>ul>li>a:hover {
	color: #066 !important;
	background-color: #EAEEEE !important;
	font-weight: normal;
	border-radius: 0px;
}

#footer ul {
	margin-top: 20px;
	width: 960px;
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
}

#footer ul li {
	width: 316px;
	float: left;
	line-height: 25px;
	color: #f00;
}

#footer ul li:nth-child(odd) {
	width: 410px;
	float: left;
	line-height: 25px;
	color: #f00;
}

#footer ul li:nth-child(even) {
	width: 420px;
	float: right;
	margin-left: 117px;
}

#footer ul li a { /* border-left: 1px solid #333; */
	/* border-right: 1px solid #333; */
	padding-right: 4px;
	padding-left: 4px;
	height: 14px;
	display: inline-block;
	line-height: 14px;
	color: #333;
}

#footer ul li a:hover {
	color: #066;
	font-weight: bold;
}

#footer ul li a+a {
	border-left: 2px solid #717070;
}

#footer p {
	clear: both;
	padding-bottom: 14px;
	padding-top: 14px;
	text-align: center;
	border-bottom: 10px solid #666;
	margin-bottom: 10px;
}
/*Navi*/
.header--mainnav__temp {
	position: absolute;
	background-color: #FFF;
	z-index: 999;
}

.header--mainnav__tag__temp {
	width: 121px;
	float: left; //
	http://ya-town.com
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-right: none;
	background-color: #FFF;
}

.header--mainnav__tag__temp span {
	display: block;
	width: 111px;
	background-color: #066;
	color: #FFF;
	padding-left: 12px;
}

.header--mainnav__tag__temp ul li a {
	color: #666;
}

.header--mainnav__tag__temp ul li a:hover {
	color: #066;
	font-weight: bold;
}

.header--mainnav__tag__temp ul {
	width: 123px;
	float: left;
	padding: 5px;
}

.header--mainnav__tag__temp ul li {
	float: none;
}

.header--mainnav__tag__temp ul li a:hover {
	background: none;
}

.header--mainnav__temp:hover {
	dispaly: block !important;
}

.header--mainnav--life {
	margin-left: -401px;
}

.header--mainnav--art {
	margin-left: -65px;
}

.header--mainnav--sport {
	margin-left: -399px;
}

.page_wrap--member_area,.page_wrap--member_area a {
	color: #666;
}

.page_wrap--member_area>p {
	font-size: 13px;
	line-height: 61px;
}

.page_wrap--member_area>p a {
	color: #666;
}

.page_wrap--member_area>p a:hover {
	color: #066;
}

.page_wrap--member_area>p span {
	color: #066;
}

.page_wrap--member_area--bank a {
	color: #FFF;
}

.page_wrap--member_area--bank_l {
	float: left;
	width: 49.9%;
	text-align: center;
	background-color: #066;
	clear: both;
	height: 32px;
	padding-top: 12px;
}

.page_wrap--member_area--bank_r {
	float: right;
	width: 49.9%;
	text-align: center;
	background-color: #999;
	height: 32px;
	margin-bottom: 10px;
	padding-top: 12px;
}

.page_wrap--member_area--bank_r:hover {
	background-color: #666;
}

.page_wrap--member_area--toptag p {
	width: 240px;
	display: block;
	float: left;
	line-height: 30px;
	border: none;
	text-align: center;
	margin-bottom: 20px;
	color: #FFF;
}

.page_wrap--member_area--toptag-target {
	height: 40px;
	background-image: url(../images/icon/arrow9.png);
	background-repeat: no-repeat;
}

.page_wrap--member_area--toptag-left1 {
	height: 30px;
	background-color: #aaa;
	background-repeat: no-repeat;
}

.page_wrap--member_area--toptag-left2 {
	height: 30px;
	background-color: #bbb;
	background-repeat: no-repeat;
}

.page_wrap--member_area--toptag-left3 {
	height: 30px;
	background-color: #ccc;
	background-repeat: no-repeat;
}

.page_wrap--member_area_l {
	margin-bottom: 20px;
	width: 358px;
	height: 355px;
	float: left;
	border-top: 1px solid #066;
	border-left: 1px solid #066;
	border-bottom: 1px solid #066;
	padding: 60px;
}

.page_wrap--member_area_l>p {
	width: 120px;
	height: 38px;
	line-height: 30px;
	background-image: url(../images/icon/arrow6.png);
	margin-top: -10px;
	color: #FFF;
	margin: -98px auto 0;
	text-align: center;
}

.page_wrap--member_area_l form ul {
	
}

.page_wrap--member_area_l form ul li {
	display: inline-block;
	width: 113px;
	line-height: 110px;
}

.page_wrap--member_area_l form p {
	line-height: 35px;
}

.page_wrap--member_area_l form table tr {
	height: 43px;
}

.page_wrap--member_area_l form table a {
	display: block;
	color: #666;
	line-height: 33px;
}

.page_wrap--member_area_l form table a:hover {
	color: #F00;
}

.page_wrap--member_area_l form table th {
	width: 57px;
	text-align: left;
	font-weight: normal;
}

.page_wrap--member_area_l form table td input[type="text"] {
	width: 290px;
}

.page_wrap--member_area_l form input[type="submit"] {
	background-color: #F00;
	color: #FFF;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	border: none;
	text-align: righ;
	float: right;
}

.page_wrap--member_area_r {
	width: 478px;
	height: 300px;
	float: left;
	height: 300px;
	border-top: 1px solid #066;
	border-right: 1px solid #066;
	border-bottom: 1px solid #066;
}

.page_wrap--member_area_r {
	width: 358px;
	height: 355px;
	float: left;
	border: 1px solid #066;
	padding: 60px;
}

.page_wrap--member_area_r>p {
	width: 120px;
	height: 38px;
	line-height: 30px;
	background-image: url(../images/icon/arrow7.png);
	margin-top: -10px;
	color: #FFF;
	margin: -98px auto 0;
	text-align: center;
}

.page_wrap--member_area_r {
	
}

.page_wrap--member_area_r form ul {
	
}

.page_wrap--member_area_r form ul li {
	display: inline-block;
	width: 113px;
	line-height: 110px;
}

.page_wrap--member_area_r form p {
	line-height: 35px;
}

.page_wrap--member_area_r form table {
	margin-top: 32px;
}

.page_wrap--member_area_r form table tr {
	height: 43px;
}

.page_wrap--member_area_r form table a {
	color: #666;
	line-height: 33px;
}

.page_wrap--member_area_r form table a:hover {
	color: #F00;
}

.page_wrap--member_area_r form table th {
	width: 80px;
	text-align: left;
	font-weight: normal;
}

.page_wrap--member_area_r form table td input[type="text"] {
	width: 250px;
}

.page_wrap--member_area_r form input[type="submit"] {
	background-color: #F00;
	color: #FFF;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	border: none;
	text-align: righ;
	margin-top: -53px;
	float: right;
}

.info_42px {
	width: 42px !important;
	margin: 0 6px;
}

.info_42px_s {
	width: 42px !important;
}

.page_wrap--member_area_navi {
	width: 240px;
	float: left;
}

.page_wrap--member_area_navi {
	width: 151px;
	float: left;
	margin-bottom: 20px;
}

.page_wrap--member_area_navi h2 {
	border-left: 5px solid #F00;
	font-size: 20px;
	padding-left: 8px;
	color: #f00;
	margin: 20px 0;
}

.page_wrap--member_area_navi ul {
	margin-left: 15px;
}

.page_wrap--member_area_navi ul li {
	line-height: 22px;
	margin: 11px 0;
}

.page_wrap--member_area_navi ul li a {
	color: #666;
}

.page_wrap--member_area_navi ul li a:hover {
	color: #066;
}

.page_wrap--member_area_navi h3 {
	background-image: url(../images/icon/arrow8.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-indent: 15px;
	border-bottom: 1px solid #666;
	margin: 0;
	color: #F00;
}

.page_wrap--member_area_content {
	width: 779px;
	float: right;
	margin-bottom: 12px;
}

.page_wrap--member_area_content>p {
	margin-bottom: 12px;
}

.page_wrap--member_area_content>h2 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #666;
}

.page_wrap--member_area_content>h2 p {
	display: inline-block;
	width: 66px;
	height: 66px;
	border: 1px solid #066;
	border-radius: 33px;
	color: #066;
	line-height: 66px;
	text-align: center;
	margin-right: 13px;
}

.page_wrap--member_area_content>h2 form {
	width: 670px;
	float: right;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 14px;
	border-bottom: 1px dashed #999;
	padding-bottom: 14px;
}

.page_wrap--member_area_content>h2 form input[type="submit"] {
	width: 36px;
	height: 36px;
	background-color: #F00;
	border-radius: 18px;
	color: #FFF;
	font-size: 13px;
	border: none;
	float: right;
	margin-top: -19px;
}

.page_wrap--member_area_content--addcont {
	float: right;
}

.page_wrap--member_area_content--addcont a {
	display: block;
	width: 80px;
	background-image: url(../images/icon/arrow8.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	text-indent: 12px;
}

.page_wrap--member_area_content--addcont a:hover {
	color: #F00;
}

/*Theme*/
.doble_table_l {
	width: 270px;
	float: left;
	border: 1px solid #066;
	padding: 30px;
	margin-top: 64px;
}

.doble_table_l>p {
	width: 120px;
	height: 38px;
	line-height: 30px;
	background-image: url(../images/icon/arrow6.png);
	margin-top: -10px;
	color: #FFF;
	margin: -69px auto 0;
	text-align: center;
	margin-bottom: 40px;
}

.doble_table_l ul li {
	line-height: 33px;
}

.doble_table_l ul li span {
	color: #F00;
	margin: 0 3px;
}

.doble_table_r {
	float: left;
	border-top: 1px solid #066;
	border-right: 1px solid #066;
	border-bottom: 1px solid #066;
	text-align: center;
	width: 270px;
	padding: 30px;
	margin-top: 64px;
}

.doble_table_r ul li span {
	color: #F00;
}

.doble_table_r>p {
	width: 120px;
	height: 38px;
	line-height: 30px;
	background-image: url(../images/icon/arrow7.png);
	margin-top: -10px;
	color: #FFF;
	margin: -69px auto 0;
	text-align: center;
	margin-bottom: 40px;
}

.doble_table_r table tr {
	line-height: 32px;
}

.doble_table_r table tr th {
	width: 82px;
	text-align: left;
	font-weight: normal;
}

.doble_table_r>p {
	width: 120px;
	height: 38px;
	line-height: 30px;
	background-image: url(../images/icon/arrow7.png);
	margin-top: -10px;
	color: #FFF;
	margin: -69px auto 0;
	text-align: center;
	margin-bottom: 40px;
}

.doble_table_r form {
	
}

.doble_table_r form input[type="submit"] {
	width: 36px;
	height: 36px;
	background-color: #F00;
	border-radius: 18px;
	color: #FFF;
	font-size: 13px;
	border: none;
	float: right;
	margin-top: 10px;
	margin-right: 31px;
}

.doble_table_r form input[type="submit"]:hover {
	background-color: #333;
}

.table_list {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #066;
}

.table_list>p {
	font-size: 12px !important;
}

.table_list tr {
	line-height: 25px;
}

.table_list .no_pass {
	background-color: #FFF8AB !important;
}

.table_list .no_pass td {
	
}

.table_list .no_pass td span {
	color: #000;
}

.table_list th {
	background-color: #066;
	color: #FFF;
	text-align: center;
}

.table_list tr td {
	font-size: 12px;
	color: #333;
}

.table_list tr td a {
	font-size: 12px;
	color: #333;
}

.table_list tr td a:hover {
	color: #F00;
}

.table_list_nth3 tr td {
	text-indent: 23px;
}

.table_list_nth3 tr td:nth-child(3) {
	text-align: right;
	text-indent: 0px;
	padding-right: 10px;
}

.table_list_check {
	text-align: center;
}

.table_list_check tr td:nth-child(3) {
	text-align: left;
	text-indent: 20px;
}

.table_list_check tr td:nth-child(5) {
	text-align: left;
	text-indent: 20px;
}

.table_list_check tr td span {
	display: inline-block;
	padding: 0 10px;
	height: 18px;
	line-height: 18px;
	background-color: #FFF;
	border: 1px solid #999;
	font-size: 12px;
	margin-top: 5px;
	cursor: pointer;
}

.table_list_check tr td span:hover {
	background-color: #666;
	color: #FFF;
}

.table_list_check tr td span+span {
	margin-left: 5px;
}

.table_list_message tr td:nth-child(4) {
	text-align: left;
}

.table_list_message tr td:nth-child(4) input {
	line-height: 10px;
}

.table_list tr:nth-child(odd) {
	background-color: #e4e4e4;
}

.table_list tr:nth-child(even) td {
	border-right: 1px dashed #C2C1C1;
}

.table_list_finalcheck tr td:nth-child(1) {
	text-align: center;
	width: 100px;
}

.table_list_finalcheck tr td:nth-child(2) {
	text-indent: 20px;
}

.table_list_finalcheck tr td:nth-child(3) {
	text-align: center;
	
}

.table_list_finalcheck tr td:nth-child(4) {
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

.table_list_finalcheck tr td:nth-child(5) {
	text-align: center;
}

.table_list--savepoint {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 40px;
	height: 37px;
	border-radius: 20px;
	color: #FFF !important;
	text-align: center;
	line-height: 16px;
	text-indent: 0;
	background-color: #F00;
	padding-top: 3px;
	font-size: 14px !important;
	float: right;
	margin-top: -47px;
}

.table_list--savepoint:hover {
	background-color: #333;
}

.table_list_deble {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #066;
}

.table_list_deble tr {
	line-height: 25px;
}

.table_list_deble tr:nth-child(odd) {
	background-color: #e4e4e4;
}

.table_list_deble tr:nth-child(even) td {
	border-right: 1px dashed #C2C1C1;
}

.table_list_deble>p {
	font-size: 12px !important;
}

.table_list_deble th {
	background-color: #066;
	color: #FFF;
	text-align: center;
}

.table_list_deble tr td:nth-child(3) {
	border-right: 1px solid #066;
}

.table_list_deble tr th:nth-child(3) {
	border-right: 1px solid #e4e4e4;
}

.table_list_deble tr td {
	font-size: 12px;
	text-indent: 23px;
	color: #333;
}

.table_list_deble tr td a {
	font-size: 12px;
	color: #333;
}

.table_list_deble tr td a:hover {
	color: #F00;
}

.table_orderlist_top {
	height: 200px;
}

.table_orderlist_top p {
	line-height: 20px;
	font-size: 13px;
}

.table_contact_top {
	height: 650px;
}

.table_contact_top p {
	line-height: 41px;
	font-size: 13px;
}

.num {
	color: #666;
	margin: 18px 0;
	text-align: right;
	height: 20px;
	line-height: 20px;
	clear: both;
}

.num b {
	font-weight: normal;
	color: #3F3FEA;
	margin: 0 3px;
}

.num a {
	text-align: center;
	display: inline-block;
	width: 22px;
	height: 19px;
	font-weight: normal;
	background-image: url(../images/icon/ar_bg2.png);
}

.num a:hover {
	background-image: url(../images/icon/ar_bg.png);
}

.num .next {
	cursor: pointer;
	display: inline-block;
	width: 62px;
	text-align: center;
	height: 20px;
	background-color: #F00;
	line-height: 20px;
	color: #FFF;
	border: none;
	border-radius: 5px;
}

.num .next:hover {
	background-color: #333;
}

.num_tag {
	text-align: right;
	font-size: 12px;
	line-height: 11px;
}

.num_tag span {
	color: #F00;
	font-size: 12px;
}

.num_tag a {
	color: #066;
}

.oper_tag {
	line-height: 0px !important;
	float: left;
	width: 300px;
	margin: 10px 0;
}

.oper_tag span {
	float: left;
	display: block;
	padding: 0 10px;
	height: 18px;
	line-height: 18px;
	background-color: #FFF;
	border: 1px solid #999;
	font-size: 12px;
	cursor: pointer;
	color: #333 !important;
}

.oper_tag span+span {
	margin-left: 10px
}

.oper_tag span:hover {
	background-color: #333 !important;
	color: #FFF !important;
}

.check_tag {
	float: right;
	/* width: 612px; */
	margin: 10px 0;
	text-align: right;
	line-height: 20px !important;
}

.check_tag span {
	color: #F00 !important;
}

.list_tag {
	line-height: 0px !important;
	text-align: right;
	/* width: 197px; */
	/* margin: 10px 0; */
	line-height: 22px !important;
	/* display: block; */
}

.list_tag span {
	color: #F00 !important;
}

.list_tag_last {
	margin-bottom: 60px;
}

.bottom_attion {
	border-top: 1px solid #999;
	height: 75px;
	padding-top: 10px;
	clear: both;
	margin-top: 10px;
}

.bottom_attion_l {
	width: 593px;
	float: left;
}

.bottom_attion_l ul li {
	float: left;
	background-image: url(../images/icon/arrow8.png);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 0 center;
}

.bottom_attion_r {
	width: 122px;
	float: right;
}

.bottom_attion_r a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #066;
	border-radius: 25px;
	text-indent: 0px;
	text-align: center;
	padding: 5px;
	color: #066;
}

.bottom_attion_r a:hover, .bottom_attion_r a:last-child {
	background-color: #F00;
	border: 1px solid #F00;
	color: #FFF;
}

.bottom_attion_r a+a {
	margin-left: 10px;
}

.bottom_attion_2 {
	height: 75px;
	padding-top: 10px;
	clear: both;
	margin-top: 10px;
}

.bottom_attion_2_r {
	width: 122px;
	float: right;
}

.bottom_attion_2_r a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #066;
	border-radius: 25px;
	text-indent: 0px;
	text-align: center;
	padding: 5px;
	color: #066;
}

.bottom_attion_2_r a:hover, .bottom_attion_2_r a:last-child {
	background-color: #F00;
	border: 1px solid #F00;
	color: #FFF;
}

.bottom_attion_2_r a+a {
	margin-left: 10px;
}

.red_cycle {
	margin: 0;
	padding: 0;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	color: #FFF !important;
	text-align: center;
	line-height: 36px;
	background-color: #F00;
}

.a_red_cycle:hover {
	margin: 0;
	padding: 0;
	background-color: #333;
}

/*--------------------------------*/
.table_defont_both {
	float: left;
	width: 100%;
	border: 1px solid #066;
}

.table_defont_both tr {
	font-size: 13px;
	vertical-align: top;
	height: 30px;
}

.table_defont_both tr input[type="text"] {
	width: 250px;
}

.table_defont_both tr .add_num {
	width: 50px !important;
}

.table_defont_both tr .add_text {
	width: 350px !important;
	margin: 5px 0;
}

.table_defont_both tr input:nth-child(7) {
	width: 50px;
}

.table_defont_both tr:nth-child(1) {
	background-color: #066;
	color: #FFF;
	height: 20px;
}

.table_defont_both tr td:nth-child(1) {
	height: 20px;
	width: 81px;
	text-align: right;
	padding-right: 12px;
	line-height: 20px;
	margin: 10px 0;
}

.table_defont_both tr td:nth-child(2) {
	color: #2A2A2A;
}

/*--------------------------------*/
.table_defont_l {
	margin-bottom: 37px;
	float: left;
	width: 481px;
	border: 1px solid #066;
}

.table_defont_l tr {
	height: 40px;
	font-size: 13px;
	vertical-align: top;
}

.table_defont_l_none {
	height: 8px !important;
}

.table_defont_l tr input[type="text"] {
	width: 250px;
}

.table_defont_l tr .add_num {
	width: 50px !important;
}

.table_defont_l tr .add_text {
	width: 350px !important;
	margin: 5px 0;
}

.table_defont_l tr input:nth-child(7) {
	width: 50px;
}

.table_defont_l tr:nth-child(1) {
	background-color: #066;
	color: #FFF;
	height: 20px;
}

.table_defont_l tr td:nth-child(1) {
	height: 48px;
	width: 100px;
	text-align: right;
	padding-right: 12px;
	line-height: 20px;
	margin: 10px 0;
}

.table_defont_l tr td:nth-child(2) {
	color: #2A2A2A;
}

.table_defont_r {
	float: right;
	width: 479px;
	border-top: 1px solid #066;
	border-right: 1px solid #066;
	border-bottom: 1px solid #066;
}

.table_defont_r_none {
	height: 8px !important;
	background-image: none;
}

.table_defont_r tr {
	height: 61px;
	font-size: 13px;
	vertical-align: top;
}

.table_defont_r tr span {
	position: relative;
	cursor: pointer;
}

.table_defont_r tr span img {
	position: absolute;
	display: none;
}

.table_defont_r tr span .co_date {
	left: 27px;
	top: -172px;
}

.table_defont_r tr span .code {
	left: 25px;
	top: -168px;
}

.table_defont_r tr input[type="text"] {
	width: 179px;
	margin-left: 3px;
	margin-bottom: 7px;
	margin-right: 3px;
}

.table_defont_r tr .add_num {
	width: 50px !important;
}

.table_defont_r tr .add_text {
	width: 350px !important;
	margin: 5px 0;
}

.table_defont_r tr input:nth-child(7) {
	width: 50px;
}

.table_defont_r tr:nth-child(1) {
	background-color: #066;
	color: #FFF;
	height: 20px;
}

.table_defont_r tr td:nth-child(1) {
	height: 26px;
	width: 130px;
	text-align: right;
	padding-right: 12px;
	line-height: 20px;
	margin: 10px 0;
}

.table_defont_r tr td:nth-child(2) {
	color: #2A2A2A;
	background-repeat: no-repeat;
	background-position: 0 3px;
	  height: 169px;
}

.table_defont_r .note {
	color: #2A2A2A;
	background-image: url(../images/icon/arrow8.png);
	background-repeat: no-repeat;
	background-position: 28px 3px;
	text-align: left !important;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 41px;
	height: 80px !important;
}

.table_defont_bottom {
	height: 0px !important;
}
/*---------------------------------------------*/
.table_three_l {
	float: left;
	width: 320px;
}

.table_three_l tr {
	height: 30px;
	font-size: 13px;
	vertical-align: top;
}

.table_three_l_none {
	height: 8px !important;
}

.table_three_l tr input[type="text"] {
	width: 250px;
}

.table_three_l tr .add_num {
	width: 50px !important;
}

.table_three_l tr .add_text {
	width: 100px !important;
	margin: 5px 0;
}

.table_three_l tr input:nth-child(7) {
	width: 50px;
}

.table_three_l tr:nth-child(1) {
	background-color: #066;
	color: #FFF;
	height: 20px;
}

.table_three_l tr td:nth-child(1) {
	height: 20px;
	width: 81px;
	text-align: right;
	padding-right: 12px;
	line-height: 20px;
	margin: 10px 0;
}

.table_three_l tr td:nth-child(2) {
	color: #2A2A2A;
}

.table_three_m {
	float: left;
	width: 320px;
}

.table_three_m_none {
	height: 8px !important;
	background-image: none;
}

.table_three_m tr {
	height: 62px;
	font-size: 13px;
	vertical-align: top;
}

.table_three_m tr input[type="text"] {
	width: 179px;
	margin-left: 10px;
	margin-bottom: 7px;
	margin-right: 7px;
}

.table_three_m tr .add_num {
	width: 50px !important;
}

.table_three_m tr .add_text {
	width: 100px !important;
	margin: 5px 0;
}

.table_three_m tr input:nth-child(7) {
	width: 50px;
}

.table_three_m tr:nth-child(1) {
	background-color: #066;
	color: #FFF;
	height: 20px;
}

.table_three_m tr td:nth-child(1) {
	height: 18px;
	width: 130px;
	text-align: right;
	padding-right: 12px;
	line-height: 20px;
	margin: 10px 0;
}

.table_three_m tr td:nth-child(2) {
	color: #2A2A2A;
	background-repeat: no-repeat;
	text-indent: 13px;
	background-position: 0 3px;
}

.table_three_m .note {
	color: #2A2A2A;
	background-repeat: no-repeat;
	background-position: 28px 3px;
	text-align: left !important;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 41px;
	height: 214px !important;
}

.table_three_r {
	float: right;
	width: 318px;
}

.table_three_r_none {
	height: 8px !important;
	background-image: none;
}

.table_three_r tr {
	height: 61px;
	font-size: 13px;
	vertical-align: top;
}

.table_three_r tr input[type="text"] {
	width: 179px;
	margin-left: 10px;
	margin-bottom: 7px;
	margin-right: 7px;
}

.table_three_r tr .add_num {
	width: 50px !important;
}

.table_three_r tr .add_text {
	width: 100px !important;
	margin: 5px 0;
}

.table_three_r tr input:nth-child(7) {
	width: 50px;
}

.table_three_r tr:nth-child(1) {
	background-color: #066;
	color: #FFF;
	height: 20px;
}

.table_three_r tr td:nth-child(1) {
	height: 21px;
	width: 130px;
	text-align: right;
	padding-right: 12px;
	line-height: 20px;
	margin: 10px 0;
}

.table_three_r tr td:nth-child(2) {
	color: #2A2A2A;
	background-repeat: no-repeat;
	text-indent: 13px;
	background-position: 0 3px;
}

.table_three_r .note {
	color: #2A2A2A;
	background-repeat: no-repeat;
	background-position: 28px 3px;
	text-align: left !important;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 41px;
	height: 214px !important;
}

.h60 {
	height: 60px;
}

.h145 {
	height: 145px;
}

.padding_10 tr td {
	line-height: 30px;
	padding: 10px;
}

.red_font {
	color: #F00;
}

.green_font {
	color: #066;
}

.baseinfo tr {
	line-height: 40px;
}

.baseinfo input {
	width: 70%;
}

.bn {
	font-size: 15px !important;
}

.bn input[type="text"] {
	width: 200px;
	margin: 0 10px;
}

.align_c {
	text-align: center;
	text-indent: 0px !important;
}

.a_trans {
	float: right;
}

.a_trans:hover {
	background-color: #999;
}

.addtran tr td:first-child {
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

.addtran tr td:last-child input[type="text"] {
	width: 80%;
}

.backfont {
	color: #000;
}

.height32 {
	height: 32px !important;
}

.table input[type="submit"] {
	text-align: center !important;
}

.lovestore ul li td {
	width: 100px;
	text-align: center;
}

.adds_data {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	overflow: hidden;
}

.adds_data--inner {
	width: 680px;
	height: 480px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -250px;
	padding: 10px;
}

.adds_data--inner table {
	width: 662px;
	height: 400px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}

.adds_data--inner--title {
	line-height: 33px;
	font-size: 20px;
	border-bottom: 3px solid #D1D8D8;
	margin-bottom: 5px;
}

.adds_data--inner--title a {
	float: right;
	font-size: 22px;
}

.adds_data--inner form {
	height: 428px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.adds_data--inner table tr {
	
}

.adds_data--inner table tr th {
	border: 1px solid #f4f4f4;
	background-color: #066;
	color: #FFF;
}

.adds_data--inner table tr td {
	border: 1px solid #e4e4e4;
	text-indent: 10px;
}

.att {
	height: 45px !important;
}

.qa_cont table tr th {
	background-color: #066;
	color: #FFF;
}

.qa_cont table tr th {
	border: 1px solid #066;
}

.qa_cont table tr th:first-child {
	width: 50px;
}

.qa_cont table tr td {
	border: 1px solid #999;
	line-height: 30px;
	text-indent: 10px;
	padding: 3px;
}

.qa_cont table tr:nth-child(even) {
	border: 1px solid #999;
}

.qa_cont table tr:nth-child(even) td:first-child {
	text-align: center;
	text-indent: 0px;
	background-color: #f4f4f4;
}

.qa_cont table tr:nth-child(odd) td:first-child {
	background-color: #f4f4f4;
}
/*********************************************************************/
.top_ads {
	float: right;
	width: 280px;
	height: 75px;
	background-color: #666;
	margin-top: 19px;
}
.hot_tag{
	text-indent: 36px;
margin-top: 7px;
background-image: url(../images/icon/hot.png);
background-repeat: no-repeat;
background-position-y: 1px;
}
.hot_tag a{
	color: #666;
	font-size: 12px;
	margin: 0 2px;
}
.red_p{
	float: right;
	color: #066 !important;
	font-size: 14px !important;
}
.top_ads {
	float: right;
	width: 280px;
	height: 75px;
	background-color: #666;
	margin-top: 19px;
}
.head--info--search {
height: 26px;
border: 1px solid #FDBB47;
border-radius: 3px;
margin-top: -14px;
float: right;
width: 396px;

}

.head--info--search input[type="text"] {
	margin: 2px;
	border: 1px solid #fff;
	width: 250px;
}

.head--info--search input[type="submit"] {
	margin: 3px;
	border: 1px solid #fff;
	background-image: url(../images/icon/t_big.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	text-indent: -5000px;
	overflow: hidden;
	width: 21px;
	height: 20px;
	float: right;
	margin-right: 3px;
	border-left: 1px solid #F4B334;
	padding-left: 21px;
}
.bank_other{
	width: 100%;
	float: right;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}


/**************************************************************
*
* 底下為 Dio 另行追加的 css 
*
**************************************************************/
.dio_buttons{
    background: #DCDCDC;
    border: 1px solid #ccc;
    padding: 1%;
    margin-bottom: 3%;
}