@charset "utf-8";
.info_column{
	clear:both;
	width:100%;
	max-width:1100px;
	margin:0 auto 70px auto;
}
.main_column_vav{
	width:100%;
	max-width:1060px;
	padding:45px 20px 0 20px;
	margin:0 auto;
}
.main_column_full{
	clear:both;
	width:100%;
	max-width:1100px;
	padding:45px 20px 0 20px;
	margin:0 auto;
	overflow:hidden;
}
.main_column{
	float:right;
	width:80%;
	max-width:940px;
	padding:0 20px 3% 20px;
}
.main_column_page{
	float:none;
	width:100%;
	max-width:940px;
	margin:0 auto;
	padding:10px 20px 0 20px;
}
.nav_column{
	float:left;
	width:45%;
}
.nav_column_full{
	float:left;
	width:100%;
}
.nav_column a{
	line-height:35px;
	color:#804920;
	font-size:18pt;
	min-width:135px;
	padding:5px 10px 5px 0;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.nav_root{
	display:inline-block;
}
.nav_view{
	display:none;
}
.list_mode{
	float:right;
	padding:5px;
	font-size:15px;
	background-color:#FFF;
	width:100%;
	text-align:right;
}
.list_mode.list_mode_show{
	background-color:rgba(0,0,0,0);
}
.list_mode a{
	margin:0 0 0 10px;
}
@media screen and (max-width:1000px) {
	.main_column_vav{
		padding:85px 20px 0 20px;
	}
	.main_column{
		float:none;
		width:100%;
		max-width:940px;
		padding:0px 20px 0 20px;
		margin:0 auto;
	}
	.main_column_full{
		width:100%;
		max-width:940px;
		padding:20px 20px 10px 20px;
		margin:0 auto;
	}
	.nav_column{
		float:left;
		width:45%;
	}
	.nav_column_full{
		float:left;
		width:100%;
	}
	.nav_column a{
		line-height:35px;
		font-size:17px;
		background:#f4f4f4;
		min-width:135px;
		padding:5px 10px 5px 10px;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		border-radius:15px;
		color:#999;
	}
	.nav_column a::before{
		content:"● ";
	}
	.nav_root{
		display:none;
	}
	.nav_view{
		display:inline-block;
	}
	.list_mode{
		display:none;
	}
}
.share_column{
	float:right;
}
@media screen and (max-width:900px) {
	.nav_column,
	.share_column{
		float:left;
		width:100%;
		margin:0 0 10px 0;
	}
}
/************************************************************************/
/*main-news*/
.news{
	float:left;
	width:100%;
	margin:0 0 15px 0;
}
.news ul{
	float:left;
	width:100%;
	margin:0 0 0 10px;
	padding:0;
}
.news ul li{
	float:left;
	width:100%;
	border-bottom:1px solid #E4E4E4;
	margin:0 0 10px 0;
}
.news ul li .date{
	float:left;
	min-width:80px;
	font-size:10pt;
	color:#aaaaaa;
	line-height:35px;
}
.news ul li .title{
	float:left;
	width:80%;
	font-size:1em;
	color:#000;
	padding:1% 0 2% 0;
}
@media screen and (max-width:1000px) {
	.news{
		width:100%;
	}
	.news ul{
		float:left;
		margin:0;
		padding:0;
	}
	.news ul li{
		width:100%;
	}
	.news ul li .title{
		width:70%;
	}
}
@media screen and (max-width:360px) {
	.news ul li .title{
		clear:both;
		width:100%;
	}
}
.news ul li .title a,
.news ul li .title a:link,
.news ul li .title a:visited{
	color:#000;
}
.news ul li .title a:hover{
	color:#804920;
}
.news ul li .title img{
	margin:0 5px 0 0;
}
/**********************************************************/
.row{
	clear:both;
	border-bottom:0px dashed #CCCCCC;
	overflow:hidden;
}
.row_active{
	clear:both;
	border-bottom:1px dashed #CCCCCC;
	overflow:hidden;
}
@media screen and (max-width:1000px) {
	.row{
		clear:both;
		border-bottom:1px dashed #CCCCCC;
		overflow:hidden;
	}
}
@media screen and (max-width:480px) {
	.row{
		clear:both;
		border-bottom:0px dashed #CCCCCC;
		overflow:hidden;
	}
}
/*成果分享*/
.box_news .left .group_list{
	float:left;
	font-size:15px;
	color:#ff9900;
	position:relative;
	top:-2px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	letter-spacing:1px;
	margin:0 0 5px 20px;
}
/***********************************************************/
.guest_option_column{
	width:100%;
	margin:0 0 3% 0;
}
.guest_box {
	   clear:both;
	   width: 100%;
	   margin:0 auto 3% auto;
	   line-height:18pt;
}

.guest_title {
	   clear:both;
	   width: 100%;
	   margin:0 auto;
       padding:8px;
       text-align: left;
       color:#FF9860;
       border-top:1px solid #ccc; 
       border-left:1px solid #ccc;
       border-right:1px solid #ccc; 
       border-bottom:1px dotted #aaa; 
}

.guest_content {
	   clear:both;
	   width: 100%;
	   margin:0 auto;
       padding:8px;
       border-left:1px solid #ccc;
       border-right:1px solid #ccc; 
       border-bottom:1px solid #ccc;  
}


.guest_reply {
       color:#333;
	   clear:both;
	   width: 100%;
	   margin:2% auto;
	   background-color:#eeeeee; 
	   padding: 7px;
}
.guest_bottom_search{
	display:inline-block;
	background-color:#555;
	font-size:11pt;
	color:#ffffff;
	border:none;
	padding:6px 20px;
	cursor:pointer;
	width:100px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.guest_bottom_post{
	display:inline-block;
	background-color:#66CCFF;
	font-size:11pt;
	color:#ffffff;
	border:none;
	padding:6px 20px;
	cursor:pointer;
	width:100px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.reply_form{
	color:#069;
	font-size:11pt;
}
.date1{
	color:#666;
	font-size:11pt;
}
/**********************************************************/
.main_title_column{
	width:100%;
	border-bottom:1px dashed #CCCCCC;
	overflow:hidden;
	padding:10px 0 10px 60px;
	margin:0 0 15px 0;
	color:#804920;
}
.main_title_column.member{
	width:100%;
	border-bottom:1px dashed #CCCCCC;
	overflow:hidden;
	padding:10px 0 10px 20px;
	margin:0 0 15px 0;
	color:#804920;
}
.main_title_column.about{
	background:url(icon_title_about.png) no-repeat top;
	background-size:55px;
	background-position:center left;
}
.main_title_column.news{
	background:url(icon_title_news.png) no-repeat;
	background-size:55px;
	background-position:center left;
}
.main_title_column.product{
	background:url(icon_title_product.png) no-repeat;
	background-size:55px;
	background-position:center left;
}
.main_title_column.product_detail{
	background:url(icon_title_product_detail.png) no-repeat;
	background-size:55px;
	background-position:center left;
}
.main_title_column.course{
	background:url(icon_title_course.png) no-repeat;
	background-size:55px;
	background-position:center left;
}
.main_title_column.course_detail{
	background:url(icon_title_course_detail.png) no-repeat;
	background-size:55px;
	background-position:center left;
}
.main_title_column.des{
	background:url(icon_title_des.png) no-repeat;
	background-size:55px;
	background-position:center left;
}
.main_title_column.cooking{
	background:url(icon_title_cooking.png) no-repeat;
	background-size:55px;
	background-position:center left;
}
.main_title_column.rent{
	background:url(icon_title_rent.png) no-repeat;
	background-size:55px;
	background-position:center left;
}
.main_title_column.rent_detail{
	background:url(icon_title_rent_detail.png) no-repeat;
	background-size:55px;
	background-position:center left;
}
.main_title_column.tips{
	background:url(icon_title_tips.png) no-repeat top;
	background-size:55px;
	background-position:center left;
}
.main_title_column.contact{
	background:url(icon_title_contact.png) no-repeat top;
	background-size:55px;
	background-position:center left;
}
.main_title_column .left{
	float:left;
	width:95%;
}
.main_title_column .left.full_width{
	width:100%;
}
.main_title_column .left .title{
	font-size:22px;
	line-height:26px;
	margin:5px 0 0 0;
}
.main_title_column .right{
	float:right;
	width:30%;
	text-align:right;
}
.main_title_column .right .link{
	font-size:14px;
	color:#cc0000;
}
.main_title_column .right img{
	vertical-align:middle;
}
.main_date{
	color:#804920;
	font-size:14px;
	margin:0 0 15px 0;
}
.main_date .date,
.main_date .time,
.main_date .address,
.main_date .address2{
	clear:both;
	width:100%;
	line-height:28px;
	font-size:16px;
}
.main_date .join_button{
	float:left;
	width:150px;
	margin:30px 0 30px 0;
}
.main_date .join_button a{
	color:#ffffff;
	background:#804920;
	padding:10px 20px;
	font-size:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.main_date .join_button a:hover{
	position:relative;
	top:-1px;
	background:#99CC00;
}

.HTML_info{
	clear:both;
	width:100%;
	letter-spacing:1px;
	line-height:26px;
	margin:0 0 20px 0;
}
.HTML_info border,
.HTML_info border img,
.HTML_info img,
.HTML_info iframe{
	max-width:100% !important;
}
.main_infocolumn .HTML_info{
	clear:both;
	width:100%;
	letter-spacing:1px;
	line-height:26px;
	margin:0 auto 20px auto;
}

.area_box{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	vertical-align:top;
    display:inline-block;
	margin:0 0px 5px 0;
	border:1px solid #f2f2f2;
	padding:0 0 8px 0;
	overflow:hidden;
}
.area_box a{
	color:#333;
}
.area_box a:hover{
	color:#804920;
	
}
.area_box .area_column{
	background:#f2f2f2;
	padding:4px 8px;
	margin:0 0 6px 0;
}
.area_box .doc_link{
	margin:0px 8px 10px 8px;
}
.area_box .doc_link a{
	color:#333;
	border-bottom:1px dashed #333333;
	padding:2px 0;
	line-height:20px;
}
.area_box .doc_link a:hover{
	color:#804920;
	border-bottom:1px dashed #804920;
}
.memo{
	clear:both;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.map{
	font-size:12px;
	margin:0 0 0 10px;
}
.map a{
	position:relative;
	top:-1px;
	font-size:12px;
	margin:0 0 0 6px;
	color:#804920;
	border-bottom:1px dashed #804920;
}
/*left_menu*/
.info_column .left_column{
	float:left;
	width:20%;
	max-width:180px;
}
.left_menu{
	float:left;
	width:180px;
	margin:0 0 30px 10px;
	padding:15px 0 0 0;
	overflow:hidden;
	border-top:2px solid #804920;
}
@media screen and (max-width:1000px) {
	.left_menu{
		display:none;
	}
}
.left_menu ul{
	float:left;
	width:100%;
	margin:0 0 25px 0;
	padding:0;
	overflow:hidden;
}
.left_menu ul li{
	float:left;
	width:100%;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.left_menu ul li.p_class{
	font-size:1.2em;
}
.left_menu ul li a{
	display:block;
	width:100%;
	line-height:1em;
	font-size:1em;
	color:#666;
	padding:10px 0 10px 10px;
}
.left_menu ul li a:hover{
	color:#804920;
}
.left_menu ul .sel a{
	display:block;
	width:100%;
	line-height:1em;
	font-size:1em;
	color:#804920;
	font-weight:bold;
}
.left_menu ul .sel a:hover{
	color:#804920;
}
.left_menu>.goback a{
	width:100%;
	line-height:1.2em;
	font-size:15px;
	color:#666;
	margin:5px 0 5px 0;
}

.left_menu ul>ul.product{
	float:right;
	width:95%;
	margin:0 0 25px 0;
	padding:0;
}
.left_menu ul>ul.product li{
	float:left;
	width:100%;
	font-size:0.9em;
	border-bottom:none;
	border-bottom:1px dotted #ccc;
}
/****************************************************************/
/*album_column*/
.album_column{
	clear:both;
	width:100%;
	margin:0 auto 20px auto;
	text-align:center;
}

.album_column .info{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0 0 0 0.75%;
	text-align:center;
}
.album_column .info2{
	display:block;
	width:100%;
	max-width:640px;
	margin:0 auto;
	padding:0 0 0 0.75%;
	text-align:center;
	overflow:hidden;
}
.album_column .info .title{
	clear:both;
	width:100%;
	border-bottom:1px dashed #ccc;
	padding:0 0 8px 0;
	margin:0 0 5px 0;
	font-size:28px;
	color:#2A6597;
}
@media screen and (min-width:641px){
	.album_column .info .box,
	.album_column .info .box2{
		float:left;
		display:inline-block;
		width:30%;
		height:inherit;
		padding:0 0 0 0;
		margin:0 1.5% 30px 1.5%;
		padding:1%;
		overflow:hidden;
		cursor:pointer;
		border-bottom:1px dotted #ddd;
	}
	.album_column .info .box img,
	.album_column .info .box2 img{
		width:100%;
	}
	.album_column .info .box a,
	.album_column .info .box2 a{
		position:relative;
		display:block;
		width:100%;
		padding:0 0 75% 0;
		-webkit-background-size:cover !important;
		-moz-background-size:cover !important;
		background-size:cover !important;
	}
	.album_column .info .box .title,
	.album_column .info .box2 .title{
		position:absolute;
		bottom:0px;
		height:30px;
		width:100%;
		color:#FFF;
		font-size:15px;
		line-height:30px;
		background-color: rgba(0, 0, 0, 0.7);
		padding:0 10px;
		margin:0;
		border:none;
	}
	.album_column .info2 .box{
		float:left;
		display:inline-block;
		width:49%;
		height:inherit;
		padding:0 0 0 0;
		margin:0 1% 10px 0;
		overflow:hidden;
	}
	.album_column .info2 .box img{
		width:100%;
	}
}
@media screen and (max-width:640px) {
	.album_column .info .box,
	.album_column .info .box2{
		float:left;
		display:inline-block;
		width:47%;
		height:inherit;
		padding:5px;
		margin:0 1.5% 20px 1.5%;
		overflow:hidden;
		cursor:pointer;
		border-bottom:1px dotted #ddd;
	}
	.album_column .info .box a,
	.album_column .info .box2 a{
		position:relative;
		display:block;
		width:100%;
		padding:0 0 75% 0;
		-webkit-background-size:cover !important;
		-moz-background-size:cover !important;
		background-size:cover !important;
	}
	.album_column .info .box .title,
	.album_column .info .box2 .title{
		position:absolute;
		bottom:0px;
		height:30px;
		width:100%;
		color:#FFF;
		font-size:15px;
		line-height:30px;
		background-color: rgba(0, 0, 0, 0.7);
		padding:0 10px;
		margin:0;
		border:none;
	}
	.album_column .info .box img,
	.album_column .info .box2 img{
		width:100%;
	}
}
@media screen and (max-width:360px) {
	.album_column .info .box{
		float:left;
		display:inline-block;
		width:98%;
		height:inherit;
		padding:0 0 0 0;
		margin:0 1% 30px 1%;
		overflow:hidden;
		cursor:pointer;
	}
	.album_column .info .box2{
		float:left;
		display:inline-block;
		width:99%;

		margin:0 1% 10px 0;
		overflow:hidden;
		cursor:pointer;
	}
	.album_column .info .box a,
	.album_column .info .box2 a{
		position:relative;
		display:block;
		width:100%;
		padding:0 0 75% 0;
		-webkit-background-size:cover !important;
		-moz-background-size:cover !important;
		background-size:cover !important;
	}
	.album_column .info .box .title,
	.album_column .info .box2 .title{
		position:absolute;
		bottom:0px;
		height:30px;
		width:100%;
		color:#FFF;
		font-size:15px;
		line-height:30px;
		background-color: rgba(0, 0, 0, 0.7);
		padding:0 10px;
		margin:0;
		border:none;
	}
	.album_column .info .box img,
	.album_column .info .box2 img{
		width:100%;
	}
}
.album_column .info .box:hover,
.album_column .info .box2:hover{
	-webkit-box-shadow: 0px 2px 4px 2px #ccc;
	-moz-box-shadow: 0px 2px 4px 2px #ccc;
	box-shadow: 0px 2px 4px 2px #ccc;
	zoom: 1;
	background:#f4f4f4;
}
.album_column .info .box .info_column,
.album_column .info .box2 .info_column{
	width:100%;
	overflow:hidden;
	padding:2px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:none;
}
.album_column .info .box .info_column .name{
	clear:both;
	width:100%;
	margin:3px 0 5px 0;
	text-align:left;
	font-size:15px;

	padding:5px 0 0 0;
}
.album_column .info .box .info_column .name2{
	font-size:20px;
	width:100%;
	margin:3px 0 5px 0;
	text-align:left;
}
.album_column .info .box .info_column .stuff{
	float:left;
	width:50%;
	margin:3px 0 3px 0;
	text-align:left;
	font-size:14px;
	color:#09c;
}
.album_column .info .box .info_column .time{
	float:left;
	width:50%;
	margin:3px 0 3px 0;
	text-align:left;
	font-size:14px;
	letter-spacing:1px;
	color:#999;
}
.album_column .info .box .info_column .counts{
	float:left;
	width:50%;
	margin:3px 0 3px 0;
	text-align:left;
	font-size:14px;
	color:#804920;
}
.album_column .info .box .info_column .activecounts{
	float:left;
	width:100%;
	margin:10px 0 2px 0;
	text-align:left;
	font-size:28px;
	color:#804920;
}
/****************************************************************/
/*main_links_list_column*/
.main_links_list_column{
	width:100%;
}
.main_links_list_column .box{
	float:left;
	width:22%;
	height:120px;
	margin:0 3% 0 0;
}
.main_links_list_column .box .column{
	width:100%;
	text-align:center;
}
.main_links_list_column .box .column a{
	display:block;
}
.main_links_list_column .box .column img{
	border:1px solid #f4f4f4;
	width:100%;
	max-width:155px;
	height:inherit;
}
.main_links_list_column .box .column .title{
	clear:both;
	font-size:15px;
	color:#333;
	padding:2px;
	width:100%;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.main_links_list_column .box .column .title a{
	color:#666;
}
@media screen and (max-width:640px) {
	.main_links_list_column .box{
		float:left;
		width:30%;
		height:130px;
		margin:0 3% 0 0;
	}
}
@media screen and (max-width:480px) {
	.main_links_list_column .box{
		float:left;
		width:40%;
		height:130px;
		margin:0 5% 0 0;
	}
}
/****************************************************************/
/*website*/
.website_column{
	width:95%;
	max-width:1050px;
	margin:20px auto;
}
.website_column .box{
	float:left;
	border-bottom:1px dashed #CCCCCC;
	width:100%;
	margin:0 0 15px 0;
	padding:10px 0 3px 0;
}
.website_column .menu_lv1{
	float:left;
	display:inline-block;
	color:#804920;
	border-left:3px solid #804920;
	color:#0095b4;
	width:100%;
	padding:2px 0 0 5px;
	margin:0 0 8px 0;
	background:none;
}
.website_column .menu_lv1 a{
	color:#804920;
}
.website_column .list{
	float:right;
	width:100%;
	min-height:22px;
}
.website_column .list ul{
	float:left;
	margin:8px;
	padding:0;
}
.website_column .list ul li{
	float:left;
	font-size:14px;
	display:inline-block;
	margin:0 20px 10px 0;
	padding:2px 20px 0 0;
}
.website_column .list ul li a{
	color:#333;
}
/*************************************/
/*map*/
.level{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.level h3{
	display:inline-block;
}
.level ul{
	clear:both;
	width:100%;
	margin:10px auto 40px auto;
	text-align:center;
	letter-spacing:-4px;
}
.level ul li.level_block{
	display:inline-block;
	margin:0 -1px 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:35px;
	height:35px;
	line-height:35px;
	border:1px solid #999;
	letter-spacing:1px;
}
.level ul li.areaname{
	display:inline-block;
	margin:0 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:35px;
	line-height:35px;
	letter-spacing:1px;
}
.level ul li.areaname{
	display:inline-block;
	margin:0 5px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	height:35px;
	line-height:35px;
	letter-spacing:1px;
}
.level ul li.areaname a{
	color:#000;
	padding:0 0 3px 0;
	border-bottom:1px dashed #000000;
}
.level ul li.areaname a:hover{
	color:#669900;
}
.level ul li.level_block.mentor{
	background:#E8F5BC;
}
.level ul li.level_block.lv1{
	background:#ffffcc;
}
.level ul li.level_block.lv2{
	background:#ffffcc;
}
.level ul li.level_block.lv3{
	background:#ffff8b;
}
.level ul li.level_block.lv4{
	background:#ffdb84;
}
.level ul li.level_block.lv5{
	background:#ffc75c;
}
.mentor{
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
}
.mentor a{
	color:#804920;
	padding:0 0 3px 0;
	border-bottom:1px dashed #804920;
}

/*************************************/
/*PAGE*/
.page_container{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	font-size:0.9em;
	margin:0px 0 30px 0;
}
.page_container_product {
    width:100%;
	display:block;
	height:30px;
    margin:20px 0 0 0;
    text-align: center;
}

#page_block{
	display:inline-block;
	width:auto;
	padding:0;
	width:100%;
	text-align:center;
	font-size:15px;
	cursor:pointer;
}
.page_block_see{
	display:inline-block;
	color:#06F;
	height:28px;
	line-height:28px;
	*zoom:1;
}
#page_block a{
	color:#999;
	display:inline-block;
	zoom:1;
	line-height:20px;
	height:20px;
	margin:0 5px 0 5px;
}
#page_block a:hover{
	color:#804920;
}
#page_block .page{
	padding:0 7px 0 7px;
	margin:0 -3px 0 0;
}
#page_block .page_prev{
	border-right:1px dotted #ccc;
	padding:0 25px 0 0;
	margin:0 20px 0 0 !important;
}
#page_block .page_next{
	border-left:1px dotted #ccc;
	padding:0 0 0 25px;
	margin:0 0 0 20px !important;
}
#page_block .page_back{

}
.page_container_prev_next{
	width:100%;
	font-size:12px;
	text-align:center;
	color:#804920;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
}
.page_block_see{
	background-color:#804920;
	display:inline-block;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 7px 4px 7px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
.page_block_info{
	display:inline-block;
	color:#555;
	font-size:10pt;
	font-weight:bold;
	padding:2px 7px 4px 7px;
}
.page_container_prev_next .page_block a{
	margin:0 10px 0 10px;
	color:#999;
}
.page_container_prev_next .page_block a:hover,
.page_block a:hover{
	color:#804920;
}
.page_block .jump{
	cursor:pointer;
}
/********************************/
/*login*/
/*publish*/
.publish_column{
	clear:both;
	width:98%;
	margin:0 auto;
	padding:10px 0 0 0;
}
/*form*/
.form_column{
	clear:both;
	width:100%;
	margin:0 0 10px 0;
	background:#FFF;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
.form_column .form_border{
	clear:both;
	width:98%;
	margin:0 auto;
	padding:0 0 5px 0;
	text-align:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
.form_title{
	float:left;
	width:100px;
	font-size:15px;
	line-height:50px;
}
.form_title_center{
	clear:both;
	width:94%;
	text-align:center;
	font-size:18px;
	line-height:30px;
}
.form_title_center2{
	clear:both;
	width:94%;
	margin:0;
	text-align:center;
	font-size:14px;
	line-height:20px;
}
.form_dec{
	clear:both;
	overflow:hidden;
	font-size:15px;
	margin:0 0 0 80px;
	padding:0 10px 0 0;
	color:#999;
}
.form_dec_center{
	clear:both;
	width:98%;
	font-size:15px;
	margin:0 auto;
	padding:0 10px 0 0;
	color:#999;
}
.form_select_center{
	clear:both;
	width:94%;
	text-align:center;
}
.form_checkurl_btn{
	-webkit-appearance: none;
	display:inline-block;
	font-family:微軟正黑體,simhei,Arial;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	font-size:15px;
	line-height:14px;
	height:39px;
	background:#F8F8F8;
	color:#666;
	padding:3px 4px 3px 4px;
	margin:5px 0 5px 0;
}
.form_checkurl_btn:hover{
	background:#DEDEDE;
}
.form_column .row{
	float:left;
	width:100%;
	padding:5px 0 10px 10px;
	margin:0 0 5px 0;
	font-size:18px;
	border-bottom:1px dashed #CCCCCC;
}
.form_column .row .text_des{
	font-size:18px;
	font-family:微軟正黑體,simhei,Arial;
	margin:8px 0 0 0;
	padding:5px;
	line-height:22px;
}
.form_column .row_button{
	float:left;
	width:100%;
	padding:0 0 10px 0;
	text-align:center;
	
}
.form_column .row .link{
	display:block;
	font-size:18px;
	width:540px;
	color:#39c;
	margin:6px 0 0 0;
	padding:20px;
}
.form_column .row .inputtext{
	font-size:16px;
	font-family:微軟正黑體,simhei,Arial;
	margin:8px 0 0 0;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-appearance: none;
	border:1px solid #666;
}
.form_column .row .inputtext.add_title{
	width:100%;
	max-width:500px;
}
.form_column .row .inputtext_long{
	width:90%;
}
.form_column .row .guest_post_textarea{
	font-size:15px;
	width:98%;
	height:150px;
	border:1px solid #666;
	margin:0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-appearance: none;
}

label:hover{
	background:#f4f4f4;
}
.form_column .row img{
	margin:6px 0 0 0;
	width:100%;
	max-width:400px;
}
.checkbox-inline{
	float:left;
	width:100%;
}
/*表單按鈕*/
.form_button{
	line-height:40px;
	font-size:14pt;
	display:inline-block;
	background-color:#a2b642;
	width:50%;
	max-width:200px;
	color:#fff;
	border:none;
	margin:10px auto 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance:none;
	cursor:pointer;
	font-family: 微軟正黑體, simhei, Arial;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6);
	box-shadow: 0 1px 5px rgba(0,0,0,0.6);
}
.form_button_upload{
	line-height:20px;
	font-size:14px;
	display:inline-block;
	padding:7px 6px 6px 6px;
	color:#000;
	border:none;
	position:relative;
	top:-1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance:none;
	cursor:pointer;
	font-family: 微軟正黑體, simhei, Arial;
}
.form_button_back{
	line-height:20px;
	font-size:14px;
	display:inline-block;
	color:#000;
	border:none;
	border-bottom:1px dashed #CCCCCC;
	background:#FFF;
	margin:10px auto 0 auto;
	cursor:pointer;
	font-family: 微軟正黑體, simhei, Arial;
}
.form_button_addcart{
	width:100%;
}
.form_button:hover,
.form_button_upload:hover,
.form_button_back:hover{
	position:relative;
	top:1px;
}
/*form_option*/
.form_option_column{
	clear:both;
	width:100%;
	text-align:center;
	margin:10px auto 15px auto;
}
.form_option_column a{
	display:inline-block;
	background:#666;
	margin:0 0 4px 0;
	width:46%;
	max-width:250px;
	padding:0 0.25% 0 0.25%;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	height:50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form_option_column a:hover{
	background:#804920;
	color:#fff;
}
.form_option_column img.icon{
	padding:10px 5px 0 0;
	vertical-align:text-bottom;
	width:22px;
}
.form_option_column2{
	clear:both;
	width:100%;
	text-align:center;
	overflow:hidden;
	margin:0 0 15px 0;
}
.form_option_column2 a{
	display:inline-block;
	background:#DDD;
	margin:0 1px 6px 5px;
	text-align:center;
	line-height:30px;
	font-size:16px;
	width:50px;
	color:#333745;
	height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.textarea{
	clear:both;
	width:95%;
	max-width:600px;
	height:160px;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	margin:0 auto 20px auto;
	padding:5px;
	border:1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
	text-align:left;
	line-height:18px;
}
@media screen and (max-width:500px) {
	.textarea{
		height:300px;
	}
}
/*plan_download*/
.plan_download_table {
	display:table;
	width:100%;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	font-size:15px;
	line-height:18px;
}
.plan_download_tr {
	display: table-row;
	width:100%;
}
.plan_download_tr.even{
	background:#f4f4f4;
}
.plan_download_td {
	display: table-cell;
	border:1px solid #666;
	padding:12px 8px;
	border-bottom:none;
	border-right:none;
}
.plan_download_td.table_th{
	background:#D0DFE3;
}
.plan_download_td.align_center{
	text-align:center;
}
.plan_download_td.table_data{
	font-size:12px;
	font-family: 微軟正黑體, simhei, Arial;
}
.plan_download_table .table_button{
	display:inline-block;
	font-size:12px;
	font-family: 微軟正黑體, simhei, Arial;
	text-align:center;
	padding:5px 8px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:inherit;
	min-width:50px;
	color:#FFF;
	cursor:pointer;
}
.plan_download_table .table_button:hover{
	position:relative;
	top:-1px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.plan_download_table .table_button a{
	color:#FFF;
}
.plan_download_table .table_button.file_doc{
	background:#36F;
}
.plan_download_table .table_button.file_xls{
	background:#396;
}
.plan_download_table .table_button.file_ppt{
	background:#F63;
}
.plan_download_table .table_button.file_pdf{
	background:#F30;
}
.plan_download_table .table_button.file_pic{
	background:#996;
}
.plan_download_table .table_button.file_other{
	background:#666;
}
/*social_account_list*/
.social_account_list{
	clear:both;
	width:100%;
	border-top:1px dashed #CCCCCC;
	padding:10px 0;
}
.social_account_list .box{
	display:inline-block;
	width:28%;
	margin:5px 1.5%;
}
@media screen and (max-width:650px) {
	.social_account_list .box{
		width:46%;
	}
}
.social_account_list .box .icon,
.social_account_list .box .icon img{
	float:left;
	width:40px;
	height:40px;
}
.social_account_list .box .info{
	float:left;
	line-height:36px;
	font-size:16px;
	margin:0 0 0 6px;
}
.social_font_green{
	color:#9C0;
}
.social_font_gray{
	color:#999;
}
/**************************************/
.products_column{
	clear:both;
	overflow:hidden;
	width:100%;
}
.products_column .box{
	display:inline-block;
	width:22.5%;
	margin:1% 1%;
	cursor:pointer;
	padding:0 0 0.5% 0;
	border:1px solid #CCC;
	background:#FFF;
}
.products_column .box:hover{
	position:relative;
	top:-1px;
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0 0px 5px rgba(0,0,0,0.4);
}
.products_column .box .s_pic{
	position:relative;
	width:96%;
	margin:2% auto;
	padding-bottom:80%;
}
.products_column .box .s_pic .s_label_com,
.product_box .pic .s_label_com{
	position:absolute;
	top:0;
	right:0;
	width:27%;
	padding-bottom:27%;
	background:url(s_label_com.svg) no-repeat top right;
}
.products_column .box .s_pic .s_label_sale,
.product_box .pic .s_label_sale{
	position:absolute;
	top:0;
	right:0;
	width:27%;
	padding-bottom:27%;
	background:url(s_label_sale.svg) no-repeat top right;
}
.products_column .box .title{
	width:96%;
	margin:2% auto;
	font-size:16px;
	line-height:20px;
	color:#333;
}
.products_column .box .price{
	width:40%;
	float:left;
	margin:2% 0 2% 2%;
	font-size:14px;
	height:26px;
	line-height:20px;
	padding:4px 0 0 0;
	color:#666;
	border-bottom:1px dotted #CCCCCC;
}
.products_column .box .price2{
	width:54%;
	float:left;
	margin:2% 2% 2% 0;
	font-size:14px;
	height:26px;
	color:#666;
	line-height:20px;
	border-bottom:1px dotted #CCCCCC;
	text-align:right;
}
.products_column .box .fav_add{
	float:left;
	background:url(icon_fav_add.svg) no-repeat;
	width:30px;
	height:30px;
	margin:0 0 0 2%;
}
.products_column .box .cart_add{
	float:right;
	background:url(icon_cart_add.svg) no-repeat;
	width:30px;
	height:30px;
	margin:0 3% 0 0;
}
@media screen and (max-width:800px) {
	.products_column .box{
		display:inline-block;
		width:28%;
		margin:1% 2%;
		cursor:pointer;
		padding:0 0 0.5% 0;
		border:1px solid #CCC;
		background:#FFF;
	}
}
@media screen and (max-width:660px) {
	.products_column .box{
		display:inline-block;
		width:44%;
		margin:1% 2%;
		cursor:pointer;
		padding:0 0 0.5% 0;
		border:1px solid #CCC;
		background:#FFF;
	}
}
@media screen and (max-width:480px) {
	.products_column .box{
		display:inline-block;
		width:47%;
		margin:1% 1% 5% 1%;
		cursor:pointer;
		padding:0 0 0.5% 0;
		border:1px solid #CCC;
		background:#FFF;
	}
	.products_column .box .title{
		width:96%;
		margin:2% auto;
		font-size:14px;
		line-height:16px;
		color:#333;
	}
	.products_column .box .price{
		clear:both;
		width:96%;
	}
	.products_column .box .price2{
		clear:both;
		width:96%;
	}
	.products_column .box .fav_add{
		float:left;
		background:url(icon_fav_add.svg) no-repeat;
		background-size:20px 20px;
		width:20px;
		height:20px;
		margin:0 0 0 2%;
	}
	.products_column .box .cart_add{
		float:right;
		background:url(icon_cart_add.svg) no-repeat;
		background-size:20px 20px;
		width:20px;
		height:20px;
		margin:0 3% 0 0;
	}
}
/*商品頁面資訊*/
.product_box{
	width:100%;
	padding-bottom:90%;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.product_box_column{
	float:left;
	width:100%;
	margin:0;
	overflow:hidden;
}
.product_box .info_column{
	float:left;
	width:170px;
	margin:2px 5px 2px 5px;
}
.product_sn{
	float:left;
	width:100%;
	color:#804920;
	font-size:12px;
	padding:2px 0 5px 0;
}
.product_title_infostyle{
	float:left;
	width:100%;
	color:#333;
	font-size:18pt;
	font-weight:bold;
	padding:2px 0 5px 0;
}
.product_price{
	float:left;
	width:100%;
	color:#ff0066;
	font-size:16pt;
	margin:0 0 10px 0;
}
.product_price2{
	float:left;
	width:100%;
	color:#666;
	font-size:12pt;
	margin:0 0 10px 0;
}
.product_price_symbol{
	font-family:微軟正黑體,simhei,Arial;
	font-size:16px;
}
.product_box .button_column{
	float:right;
	width:60px;
	margin:5px 0 0 0;
}
.product_box .button_column .button{
	float:right;
	display:inline-block;
	background-color:#06C;
	font-size:12px;
	font-family:微軟正黑體,simhei,Arial;
	line-height:20px;
	margin:0;
	padding:0px 6px 0px 6px;
	color:#ffffff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.product_box .button_column .button a{
	color:#ffffff;
}
.product_box .button_column .button:hover{
	background:#F30;
	position:relative;
	top:2px;
}
@media screen and (max-width:640px) {
	.product_box{
		float:none;
		display:inline-block;
		width:100%;
		margin:0 auto 0 auto;
	}
	.product_box{
		width:100%;
	}
	.product_box .pic{
		width:100%;
		height:inherit;
	}
	.product_box .pic img{
		width:100%;
	}
	.product_box .border{
		width:100%;
	}
	.product_box .border a{
		width:100%;
	}
	.product_box .info_column{
		width:94%;
	}
	.page_container_product{
		font-size:12px;
		margin:10px 0 0 0;
	}
}
/*produce_info*/
.product_info_column_pic{
	float:left;
	width:45%;
}
.product_info_column{
	float:right;
	width:52%;
}
.product_info_column .option_column{
	float:left;
	width:100%;
	border-top:dashed 1px #999;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
}
.product_info_column .option_column_title{
	background-repeat:no-repeat;
	background-position:0 7px;
	color:#804920;
	padding:0 0 3px 0;
	margin:0 0 2% 0;
}
.product_info_column .option_column_desc{
	line-height:22px;
	font-size:15px;
	border-bottom:dashed 1px #999;
	padding-bottom:10px;
	margin:0 0 2% 0;
}

.product_detail_column{
	float:left;
	width:600px;
}
@media screen and (max-width:1000px) {
	.product_info_column_pic{
		float:none;
		display:block;
		width:80%;
		margin:0 auto;
		clear:both;
	}
	.product_info_column{
		float:left;
		width:100%;
	}
	.product_detail_column{
		float:left;
		width:98%;
	}
}
.related_div,
.field{
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
.field{
	line-height:30px;
}
/*btn_link*/
.btn_link{
	float:right;
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;
	text-align:right;
}
.btn_link a{
	display:inline-block;
	font-size:0.8em;
	margin:0 0 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:9px 18px;
	text-align:left;
	background-color:#06F;
	color:#fff;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}
.btn_link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.form_button_order{
	display:inline-block;
	background:url(icon_product_cart.png) no-repeat left;
	font-size:16px;
	font-weight:bold;
	color:#804920;
	border:none;
	margin:0 4px 5px 0;
	padding:10px 20px 10px 40px;
	cursor:pointer;
}
.form_button_order:hover{
	position:relative;
	top:1px;
}
.form_button_fav{
	display:inline-block;
	background:url(icon_product_fav.png) no-repeat left;
	font-size:16px;
	font-weight:bold;
	color:#804920;
	border:none;
	margin:0 4px 5px 0;
	padding:10px 20px 10px 35px;
	cursor:pointer;
}
.form_button_fav:hover{
	position:relative;
	top:1px;
}
.form_button_faq{
	display:inline-block;
	background:url(icon_product_fav.png) no-repeat left;
	font-size:16px;
	font-weight:bold;
	color:#804920;
	border:none;
	margin:0 4px 5px 0;
	padding:10px 20px 10px 35px;
	cursor:pointer;
}
.form_button_faq:hover{
	position:relative;
	top:1px;
}
/*more 樣式*/
.button_more_type_C{
	display:inline-block;
	width:40px;
	height:20px;
	font-size:13px;
	line-height:20px;
	text-align:center;
}
.button_more_type_C a{
	display:block;
	width:40px;
	height:20px;
	color:#FFF;
	background:#C60;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.button_more_type_C a:hover{
	position:relative;
	top:1px;
}
/*區塊內容_商品(main)*/
.box_list_main3_copies{
	display:inline-block;
	width:31%;
	margin:1%;
	padding:0.5%;
	overflow:hidden;
	background:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6);
	box-shadow: 0 1px 5px rgba(0,0,0,0.6);
}
.box_list_main3_copies .pic{
	width:100%;
	padding-bottom:80%;
	background-position:center center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	margin:0 0 4% 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.box_list_main3_copies .title{
	width:90%;
	color:#6d4312;
	font-size:20px;
	margin:0 0 3% 0;
	background:url(icon_title.png) no-repeat;
	background-position: 0 5px;
	padding:0 0 0 25px;
}
.box_list_main3_copies .title2{
	width:90%;
	color:#666;
	font-size:15px;
	margin:0 0 3% 25px;
}
.box_list_main3_copies .price_sale{
	float:left;
	display:inline-block;
	color:#666;
	font-size:15px;
	margin:0 0 6% 10px;
	color:#ff0033;
}
.box_list_main3_copies .price_org{
	float:left;
	display:inline-block;
	color:#666;
	font-size:15px;
	margin:3px 0 6% 25px;
	padding:0 10px 0 0;
	border-right:1px dashed #CCCCCC;
}
.box_list_main3_copies .add_cart{
	float:left;
	clear:both;
	margin:0 0 0 15px;
	background:url(icon_product_cart.png) no-repeat;
	height:38px;
	width:45%;
	line-height:38px;
	padding:0 0 0 43px;
	color:#804920;
	cursor:pointer;
}
.box_list_main3_copies .add_fav{
	float:right;
	background:url(icon_product_fav.png) no-repeat center left;
	height:38px;
	width:45%;
	line-height:38px;
	padding:0 0 0 36px;
	color:#804920;
	cursor:pointer;
}
/*區塊內容_出租(main)*/
.box_list_main2_copies{
	display:inline-block;
	width:47%;
	margin:2% 1%;
	padding:0.5%;
	overflow:hidden;
	background:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6);
	box-shadow: 0 1px 5px rgba(0,0,0,0.6);
}
.box_list_main2_copies .pic{
	width:100%;
	padding-bottom:60%;
	background-position:center center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	margin:0 0 4% 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.box_list_main2_copies .title{
	width:100%;
	color:#6d4312;
	font-size:20px;
	margin:0 0 3% 0;
	background:url(icon_title.png) no-repeat;
	background-position: 0 5px;
	padding:0 0 0 25px;
}
.box_list_main2_copies .title img{
	margin:0 5px 0 0;
	width:20px;
}
.box_list_main2_copies .add_detail{
	float:right;
	background:url(icon_rent_detail.png) no-repeat;
	height:38px;
	width:45%;
	line-height:38px;
	padding:0 0 0 36px;
	color:#804920;
	cursor:pointer;
}
.box_list_main2_copies .add_order a,
.box_list_main2_copies .add_detail a{
	color:#804920;
}
.box_list_main2_copies .add_order{
	float:left;
	margin:0 0 0 25px;
	background:url(icon_rent_order.png) no-repeat;
	height:38px;
	width:40%;
	line-height:38px;
	padding:0 0 0 36px;
	color:#804920;
	cursor:pointer;
}
@media screen and (max-width:1100px) {
.box_list_main3_copies{
	width:30%;
	margin:2% 1%;
	padding:0.5%;
}
}
@media screen and (max-width:900px) {
.box_list_main3_copies .title{
	width:100%;
	background:none;
	padding:0;
}
.box_list_main3_copies .title2{
	width:100%;
	margin:0 0 3% 0;
}
.box_list_main3_copies .price_org{
	margin:3px 0 6% 0;
}
.box_list_main3_copies .add_cart,
.box_list_main3_copies .add_fav{
	width:50px;
	color:rgba(0, 0, 0, 0);
	margin:0;
}
}
@media screen and (max-width:700px) {
.box_list_main3_copies{
	width:46%;
	margin:2% 1% 2% 2%;
	padding:1%;
}
.box_list_main3_copies .price_sale{
	clear:both;
	width:100%;
	margin:0 0 3% 0;
	padding:0 0 3% 0;
	border-right:none;
	border-bottom:1px dashed #CCCCCC;
}
.box_list_main3_copies .price_org{
	clear:both;
	width:100%;
	margin:0 0 3% 0;
	border-right:none;
}
}
@media screen and (max-width:600px) {

.box_list_main2_copies{
	width:95%;
	margin:5% 2%;
	padding:1.5%;
}
}
/*box_course*/
.course_list_mode{
	display:none;
}
.course_list_mode_show{
	display:block;
}
@media screen and (max-width:1000px) {
	/*course*/
	#calendar{
		display:none;
	}
	.course_list_mode{
		display:block;
	}
}
ul.course_detail li::before{
	content:"● ";
}
/*search*/
.main_search{
	display:none;
	clear:both;
	text-align:center;
	width:277px;
	height:43px;
	margin:0 auto;
	background:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #999;
}
@media screen and (max-width:1300px) {
.main_search{
	display:block;
}
}
.main_search input{
	border:none;
	width:200px;
	font-size:16px;
	line-height:35px;
	font-family:微軟正黑體,STHeiti,simhei,Arial;
	background-color:transparent;
}
.main_search img{
	cursor:pointer;
	position:relative;
	top:3px;
}
.main_search img:hover{
	top:4px;
}
/*cart*/
table.cart{
	width:98%;
	margin:10px auto 20px auto;
	font-size:16px;
}
table.cart input{
	width:90%;
	max-width:100px;
	min-width:60px;
	text-align:center;
	font-size:16px;
	margin:6px 0 0 0;
}
table.cart th{
	padding:2px;
	border:1px solid #CCC;
	background:#E8E8E8;
	text-align:center;
}
table.cart td{
	padding:2px;
	border:1px solid #CCC;
	background:#FFF;
	text-align:center;
}
/*cart 表單捲軸設定*/
.scroll_column,
.scroll_column_x_top{
	display:block;
	overflow-x:auto;
	padding:1% 0 1% 0;
}
.scroll_column::-webkit-scrollbar,
.scroll_column_x_top::-webkit-scrollbar{
	width:5px;
	height:5px;
	background:#fff;
}
.scroll_column::-webkit-scrollbar-thumb,
.scroll_column_x_top::-webkit-scrollbar-thumb{
	background:#666;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.scroll_column_x_width{ 
	display:block;
	height:1px;
}

/*admin_info*/
.admin_info table{
	background:#FFF;
}
.admin_info table tr:hover{
	background:#FFFFDD;
}
.admin_info .list_table{
	width:100%;
	border:0;
	border-spacing:0;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
}
.admin_info .list_table .error{
	color:#F00;
}
.admin_info .list_table .td_title_m{
	background:#999;
	color:#FFF;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
.admin_info .list_table .td_title{
	background:#ECECEC;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
.admin_info .list_table .td_info{
	max-width:100px;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-align:center;
	line-height:18px;
	vertical-align:middle;
	padding:5px;
	font-size:0.85em;
}
.admin_info .list_table .td_info_left{
	max-width:350px;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-align:left;
	line-height:18px;
	vertical-align:middle;
	padding:5px;
}
.admin_info .list_table .td_info_left a{
	border-bottom:1px dashed #CCCCCC;
	color:#000;
}
.admin_info .list_table .td_info img,
.admin_info .list_table .td_info_left img{
	max-width:100% !important;
	height:auto !important;
}
.admin_info .list_table .td_info_left .products_class_info_preview{
	max-height:200px;
	padding:0;
	margin:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.admin_info .list_table .td_info_right{
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-align:right;
	line-height:18px;
	vertical-align:middle;
	padding:5px;
}
.admin_info table .td_info a,
.admin_info table .td_info a:link,
.admin_info table .td_info a:visited{
	background:#fff;
	color:#000;
	border:1px solid #999;
	display:inline-block;
	margin:0 0px 2px 0;
	padding:3px 6px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.admin_info table .td_info a:hover{
	background:#A2B642;
	color:#FFF;
	border:1px solid #A2B642;
}
.admin_info .list_table .td_info_memo{
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-align:left;
	color:#999;
	line-height:18px;
	vertical-align:middle;
	padding:5px;
}
.admin_info .list_table .td_info_red{
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-align:center;
	color:#F00;
	line-height:18px;
	vertical-align:middle;
	padding:5px;
}
.admin_info .list_table input,
.admin_info .list_table textarea{
	border:1px solid #aaa;
	padding:3px;
}
/*權限項目列表*/
.admin_info .list_table .td_info ul{
	clear:both;
	border-bottom:dashed 1px #CCC;
	text-align:left;
	margin:0;
	padding:2px 0 2px 10px;
	overflow:hidden;
}
.admin_info .list_table .td_info ul .title{
	float:left;
	display:inline-block;
	*zoom:1;
	text-align:left;
	color:#F60;
}
.admin_info .list_table .td_info ul li{
	float:left;
	display:inline-block;
	border-right:solid 1px #CCC;
	*zoom:1;
	text-align:left;
	list-style:none;
	color:#036;
	padding:0 5px 0 5px;
}
/**/
.admin_info .button_column{
	clear:both;
	width:100%;
	text-align:center;
	padding:10px 0 0 0;
}
.admin_info .button_column input{
	display:inline-block;
	background-color:#333;
	font-size:13px;
	height:27px;
	color:#ffffff;
	border:none;
	margin:0 8px 0 5px;
	padding:4px 14px 5px 14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.admin_info .button_column input:hover{
	background-color:#ff6600;
	color:#ffffff;
	cursor:pointer;
	position:relative;
	top:-2px;
}