@charset "utf-8";
/* CSS Document */

p {
	margin: 0;
	padding: 10px 0 8px;
}

form,
dl,
dt,
dd,
#all_photo ul,
#all_photo li,
#all_album ul,
#all_album li {
	margin: 0px;
	padding: 0px;
}


input,
select {
	vertical-align: middle;
	font-size: 16px;
	padding: 2px;
	box-sizing: border-box;
}

table {
	border-collapse: separate;
	empty-cells: show;
}


a img {
	border-style: none;
}

a {
	color: #1c388c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* 去除連結需線框 */
a {
	outline: none;
	/* for Firefox */
	hlbr: expression(this.onFocus=this.blur());
	/* for IE */
}

body {
	font: 16px/1.7 "Microsoft JhengHei UI", "Microsoft JhengHei", 微軟正黑體, "Microsoft YaHei UI", "Microsoft YaHei", 微软雅黑体, 微軟雅黑體, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "WenQuanYi Micro Hei", sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	background-color: #ececec;
}








#header {
	position: relative;
	width: 100%;
	z-index: 3;
	background-color: #fff;
}

#header.active {
	position: fixed;
	top: 0;
}

#logo-body {
	position: relative;
	width: 1200px;
	margin: auto;
	z-index: 1;
}

@media (max-width: 1024px) {
	#logo-body {
		width: 100%;
	}
}

#logo {
	position: relative;
	top: auto;
	left: auto;
	z-index: 2;
	background-image: url(/userfiles/template/logo.png);
	background-repeat: no-repeat;
	background-size: 310px 90px;
	background-position: 0 0;
	width: 310px;
	height: 90px;
	margin: auto;
	display: block;
	text-indent: -9999px;
}

#header.active #logo {
	position: absolute;
	top: -35px;
	left: 10px;
	background-position: 0 -3px;
	background-size: 183px 53px;
	width: 186px;
	height: 30px;
}

@media (max-width: 768px) {
	#header.active #logo {
		left: 50px;
	}
}

@media (max-width: 424px) {
	#logo {
		width: 224px;
		height: 65px;
		background-size: 224px 65px;
	}
}

#topbtn {
	height: 40px;
	background-color: #f6f6f6;
}

#topbtn-body {
	width: 1200px;
	margin: auto;
	text-align: right;
}

@media (max-width: 1024px) {
	#topbtn-body {
		width: 1000px;
	}
}

@media (max-width: 768px) {
	#topbtn-body {
		width: 750px;
	}
}

@media (max-width: 767px) {
	#topbtn-body {
		width: 100%;
	}
}


#topbtn-body a {
	text-align: left;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url(/userfiles/template/topbtn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 5px;
	overflow: hidden;
}

#topbtn-body a#facebook {
	background-position: 10px 10px;
}

#topbtn-body a#email {
	background-position: -42px 10px;
}

#topbtn-body a#member {
	background-position: -93px 10px;
	display: none;
}

#topbtn-body a#facebook:hover {
	background-position: 10px -39px;
}

#topbtn-body a#email:hover {
	background-position: -42px -39px;
}

#topbtn-body a#member:hover {
	background-position: -93px -39px;
}

@media (max-width: 424px) {
	#header.active #topbtn-body a {
		margin: 0;
	}
}












#container {
	overflow: hidden;
}

@media (max-width: 768px) {
	#container {
		overflow: inherit;
	}
}






#index_product {
	position: relative;
	margin: 50px 0 0;
	border-top: 1px solid #20728e;
}

#index_product h2 {
	color: #20728e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px;
	margin: -20px auto 20px;
	width: 160px;
	background-color: #ececec;
}

#index_product h2 a {
	color: #20728e;
}

#index_product_cycle {
	overflow: hidden;
	z-index: 1;
}

#index_product_cycle dl {
	overflow: hidden;
	z-index: 1;
}

#index_product_cycle dd {
	float: left;
}

#index_product_cycle a {
	float: left;
	width: 270px;
	height: 300px;
	display: block;
	margin: 0 15px 5px;
	background-color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

@media (max-width: 1024px) {
	#index_product_cycle a {
		width: 240px;
		height: 270px;
		margin: 0 5px 5px;
	}
}

@media (max-width: 768px) {
	#index_product_cycle dd:nth-child(4) {
		display: none;
	}
}

@media (max-width: 767px) {
	#index_product_cycle dd {
		width: 50%;
		box-sizing: border-box;
		padding: 0 5px;
	}

	#index_product_cycle a {
		width: 100%;
		min-height: 220px;
		height: auto;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}

	#index_product_cycle dd:nth-child(4) {
		display: block;
	}
}

@media (max-width: 375px) {
	#index_product_ctrl {
		display: none;
	}

	#index_product_cycle dd {
		width: 100%;
	}

	#index_product_cycle a {
		min-height: auto;
	}
}

#index_product_cycle a img {
	max-width: 100%;
	width: auto;
	margin: 0 0 20px;
}

@media (max-width: 1024px) {
	#index_product_cycle a img {
		margin: 0 0 10px;
	}
}

#index_product_cycle a b {
	padding: 0 20px 0;
	font-size: 12px;
	color: #9d9d9d;
}

#index_product_cycle h3 {
	font-size: 15px;
	color: #373737;
	line-height: 1.4;
	margin: 5px 20px 0;
	font-weight: normal;
}

@media (max-width: 767px) {
	#index_product_cycle h3 {
		margin: 5px 10px 0;
	}
}

@media (max-width: 375px) {
	#index_product_cycle h3 {
		margin: 5px 10px 10px;
	}
}

#index_product_ctrl a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-color: #20728e;
	background-image: url(/userfiles/template/index_product_ctrl.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 2;

	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

#index_product_cycle a:hover {
	background: #20728e;
}

#index_product_cycle a:hover h3 {
	color: #fff;
}

#index_product_ctrl a#index_product_ctrl_next {
	left: auto;
	right: 0;
	background-position: right top;
}

@media (max-width: 767px) {
	#index_product_ctrl a {
		top: 250px;
	}
}






.index_news {
	position: relative;
	margin: 30px 0 0;
	border-top: 1px solid #20728e;
}

body.index #product_list,
#news.index_news,
#choice.index_news {
	margin: 80px 0 0;
}


.index_news h2 {
	color: #20728e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px 0;
	margin: -20px auto 20px;
	width: 150px;
	background-color: #ececec;
}

#product_list h2 a,
.index_news h2 a {
	color: #20728e;
}

.index_news dl {
	overflow: hidden;
}

.index_news dt a {
	width: 370px;
	height: 370px;
	display: block;
	font-size: 15px;
	color: #666;
	text-align: justify;
	float: left;
	margin: 0 15px 30px;
	background: #fff;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

body.fid-4 .index_news dt a {
	height: 350px;
}

body.index .index_news dt a {
	height: 370px;
}

@media (max-width: 1024px) {
	.index_news dt a {
		width: 322px;
		height: 330px;
		margin: 0 6px 30px 5px;
	}

	body.index .index_news dt a {
		height: 330px;
	}

	body.fid-4 .index_news dt a {
		height: 310px;
	}
}

@media (max-width: 768px) {
	.index_news dt a {
		width: 240px;
		height: 290px;
		margin: 0 5px 30px;
	}

	body.index .index_news dt a {
		height: 300px;
	}

	body.fid-4 .index_news dt a {
		height: 270px;
	}
}

@media (max-width: 767px) {
	.index_news dt {
		width: 50%;
		box-sizing: border-box;
		padding: 0 5px;
		float: left;
	}

	.index_news dt a {
		width: 100%;
		margin: 0 0 10px;
		min-height: 220px;
		height: auto;
	}

	body.index .index_news dt a {
		min-height: 270px;
		height: auto;
	}

	body.fid-4 .index_news dt a {
		height: auto;
	}
}

@media (max-width: 375px) {
	.index_news dt {
		width: 100%;
		padding: 0;
		float: none;
	}

	body.index .index_news dt a {
		min-height: auto;
		height: auto;
	}
}


.index_news dt a:hover {
	background: #20728e;
}

.index_news a:hover h3 {
	color: #fff;
}

.index_news dt:nth-child(2) a {
	box-sizing: border-box;
}

.index_news img {
	max-width: 100%;
	width: auto;
	margin: 0 0 20px;
	display: block;
}

@media (max-width: 767px) {
	.index_news img {
		margin: 0 0 10px;
	}
}

.nophoto {
	width: 270px;
	height: 180px;
	margin: 0 0 20px;
	display: block;
	background-color: #f2f2f2;
	box-sizing: border-box;
}

.index_news .nophoto {
	margin: 0 0 8px;
	width: 370px;
	height: 246px;
}

@media (max-width: 1024px) {
	.nophoto {
		width: 240px;
		height: 160px;
	}
}

@media (max-width: 768px) {
	.nophoto {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.index_news dt:nth-child(3) {
		display: none;
	}
}

@media (max-width: 375px) {
	.index_news dt:nth-child(3) {
		display: block;
	}
}

.index_news b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #9d9d9d;
	padding: 0 20px 0;
}

@media (max-width: 375px) {
	.index_news b {
		padding: 0 10px 0;
	}
}

.index_news h3 {
	font-size: 15px;
	color: #373737;
	line-height: 1.4;
	margin: 5px 20px 0;
	font-weight: normal;
}

@media (max-width: 767px) {
	.index_news h3 {
		margin: 5px 10px 20px;
	}
}


.price_market {
	color: #888;
	font-weight: normal;
	font-size: 16px;
}

#price_money {
	margin: 30px 0 0;
	font-size: 21px;
	font-weight: bold;
}

.index_news .more,
#shopping_cart_link a {
	font-size: 14px;
	color: #20728e;
	padding: 10px 0 8px;
	margin: 5px auto 0;
	width: 420px;
	border: 1px solid #aec7d0;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;

	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

#shopping_cart_link a {
	margin: 30px 0 0;
	width: auto;
	font-size: 18px;
}

.index_news .more:hover,
#shopping_cart_link a:hover {
	color: #fff;
	background-color: #20728e;
}

@media (max-width: 767px) {

	.index_news .more,
	#shopping_cart_link a {
		width: auto;
		margin: 10px 5px 0;
	}
}

@media (max-width: 375px) {

	.index_news .more,
	#shopping_cart_link a {
		margin: 10px 0 0;
	}
}








.index_proxy {
	position: relative;
	margin: 80px 0 0;
	border-top: 1px solid #20728e;
}

.index_proxy h2 {
	color: #20728e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px;
	margin: -20px auto 20px;
	width: 160px;
	background-color: #ececec;
}

.index_proxy dl {
	overflow: hidden;
}

.index_proxy dt a {
	width: 170px;
	height: 120px;
	display: block;
	font-size: 15px;
	color: #666;
	text-align: justify;
	float: left;
	margin: 0 15px 30px;
	background: #fff;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
	.index_proxy dt a {
		width: 156px;
		height: 110px;
		margin: 0 5px 10px;
	}
}

@media (max-width: 768px) {
	.index_proxy dt a {
		width: 115px;
		height: auto;
		margin: 0 5px 10px;
	}
}

@media (max-width: 767px) {
	.index_proxy dt a {
		width: 31.3%;
		margin: 0 1% 10px;
	}

	.index_proxy dt a img {
		margin: auto;
	}
}


.index_proxy img {
	max-width: 100%;
	width: auto;
	display: block;
}






#navbar {
	font-size: 12px;
	color: #333;
	width: 1200px;
	margin: 30px auto 0;
}

@media (max-width: 1024px) {
	#navbar {
		width: 1000px;
	}
}

@media (max-width: 768px) {
	#navbar {
		width: 750px;
	}
}

@media (max-width: 767px) {
	#navbar {
		width: auto;
		padding: 0 10px;
	}

	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
}


#navbar a {
	color: #20728e;
}














#wrapper {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 1200px;
	z-index: 1;
	min-height: 500px;
}

@media (max-width: 1024px) {
	#wrapper {
		width: 1000px;
	}
}

@media (max-width: 768px) {
	#wrapper {
		width: 750px;
	}
}

@media (max-width: 767px) {
	#wrapper {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
}





#cover {
	height: 850px;
}













#contents {
	overflow: hidden;
}

@media (max-width: 768px) {
	#contents {
		width: 750px;
	}
}

@media (max-width: 767px) {
	#contents {
		width: 100%;
	}
}



#main {
	position: relative;
	width: 840px;
	float: left;
}

@media (max-width: 1024px) {
	#main {
		width: 670px;
	}
}

@media (max-width: 768px) {
	#main {
		width: 100%;
	}
}

#main_title {
	font-weight: normal;
	font-size: 36px;
	color: #4d4d4d;
	line-height: 1.2;
	padding: 0 0 20px;
}

#top_youtube,
#top_txt,
#top_photo {
	margin: 0 0 30px;
}

#top_txt {
	margin: -30px 0 30px;
}

#article {
	padding: 0 0 30px;
}

#article_time {
	font-size: 12px;
	color: #666;
	padding: 0 0 20px;
	height: 17px;
	line-height: 17px
}

.facebook_like {
	position: absolute;
	right: 0;
	top: 0;
}

#article {
	font-size: 18px;
	letter-spacing: 1px;
	text-align: justify;
}

#article img {
	max-width: 100%;
	width: auto;
}

#article h4 {
	margin: 15px 0;
}

#article h4 a {
	color: #444;
}






#sidebar {
	width: 300px;
	float: right;
	padding: 0 0 30px 0;
}

@media (max-width: 768px) {
	#sidebar {
		display: none;
	}
}


#sidebar .index_proxy {
	margin: 15px 0 0;
}

#sidebar .index_proxy h2 {
	margin: -20px auto 10px
}

#sidebar .index_proxy dl {
	padding: 20px 10px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

#sidebar .index_proxy dl a {
	width: auto;
	height: 90px;
	margin: 0;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#sidebar .index_proxy dl a img {
	max-width: 140px;
	margin: auto;
}

#side_ad {
	padding: 30px 0 0;
}

#side_ad a {
	padding: 0 0 10px;
	display: block;
}






#footer {
	margin: 15px 0 0;
	padding: 45px 0;
	background-color: #fff;
	-webkit-box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
	#footer {
		padding: 35px 0;
	}
}

@media (max-width: 768px) {
	#footer {
		padding: 25px 0;
	}
}

@media (max-width: 640px) {
	#footer {
		padding: 15px 0;
	}
}

#footer_body {
	position: relative;
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

@media (max-width: 1024px) {
	#footer_body {
		width: 1000px;
	}
}

@media (max-width: 768px) {
	#footer_body {
		width: 750px;
	}
}

@media (max-width: 767px) {
	#footer_body {
		width: 100%;
	}
}

#footer_body h3 {
	color: #20728e;
	font-size: 12px;
	font-weight: bold;
}

#footer_txt {
	color: #3f3f3f;
	float: left;
	line-height: 36px;
}

#footer_txt a {
	color: #3f3f3f;
}

#footer_txt dt {
	float: left;
	margin: 0 60px 0 0;
}

#footer_txt dt:last-child {
	float: left;
	margin: 0;
}

@media (max-width: 1024px) {
	#footer_txt dt {
		margin: 0 13px 0 0;
	}
}

@media (max-width: 768px) {
	#footer_txt {
		width: 520px;
	}

	#footer_txt dt {
		margin: 0 20px 0 0;
		width: 240px;
		height: 140px;
	}
}

@media (max-width: 767px) {
	#footer_txt {
		width: auto;
		padding: 0 10px;
	}

	#footer_txt dt {
		margin: 0 5% 0 0;
		width: 45%;
	}
}

@media (max-width: 480px) {
	#footer_txt dt {
		margin: 0;
		width: auto;
		height: auto;
		font-size: 14px;
	}
}

@media (max-width: 380px) {
	#footer_txt dt {
		font-size: 12px;
	}
}

#footer_txt dt b {
	display: block;
}

@media (max-width: 480px) {
	#footer_txt dt b {
		display: inline-block;
		width: 100px;
	}

	#footer_txt dt br {
		display: none;
	}
}

@media (max-width: 380px) {
	#footer_txt dt b {
		float: left;
		width: 80px;
	}

	#footer_txt dt:nth-child(3) br {
		display: block;
	}

	#footer_txt dt:nth-child(3) {
		padding: 8px 0 0;
		line-height: 1.7;
	}

	#footer_txt dt:nth-child(3) b {
		height: 40px;
	}

	#footer_txt dt:nth-child(3) b:before {
		margin: -8px 0 0;
	}
}

#footer_txt dt b:before {
	background-image: url(/userfiles/template/footer.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	content: " ";
	width: 26px;
	height: 26px;
}

#footer_txt dt:nth-child(1) b:before {
	background-position: 0 0;
}

#footer_txt dt:nth-child(2) b:before {
	background-position: -30px 0;
}

#footer_txt dt:nth-child(3) b:before {
	background-position: -60px 0;
}

#footer_txt dt:nth-child(4) b:before {
	background-position: -90px 0;
}

#footer_fb {
	float: right;
	width: 200px;
}

@media (max-width: 767px) {
	#footer_fb {
		display: none;
	}
}

#footer_foot {
	position: relative;
	width: 1200px;
	border-top: 1px solid #ccc;
	margin: 40px auto 0;
	padding: 30px 0 0;
	color: #969696;
	font-size: 12px;
}

@media (max-width: 1024px) {
	#footer_foot {
		width: 1000px;
	}
}

@media (max-width: 768px) {
	#footer_foot {
		margin: 20px auto 0;
		width: 750px;
	}
}

@media (max-width: 767px) {
	#footer_foot {
		width: 100%;
		text-align: center;
	}
}

#footer_link {
	position: absolute;
	right: 0;
}

#footer_foot a {
	color: #969696;
	top: 30px;
}

@media (max-width: 767px) {
	#footer_link {
		position: relative;
		;
		right: auto;
		top: auto;
		display: block;
		margin: 5px 0;
	}
}













#top_photo img {
	max-width: 100%;
	width: auto;
}

.pagelink {
	text-align: center;
	padding: 30px 0 60px;
}

.pagelink span {
	padding: 8px 18px;
	color: #a8a8a8;
	display: inline-block;
}

.pagelink a {
	padding: 8px 18px;
	display: inline-block;
	color: #373737;
	text-decoration: none;

	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

.pagelink a:hover,
.pagelink strong {
	padding: 8px 18px;
	display: inline-block;
	color: #fff;
	background-color: #20728e;
}

#top_youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#top_youtube iframe,
#top_youtube object,
#top_youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}









#product_title {
	font-size: 36px;
	color: #4d4d4d;
	line-height: 1.2;
	margin: 30px 0 20px;
	padding: 0 0 10px;
	font-weight: bold;
}

#tabs {
	font-size: 18px;
	letter-spacing: 1px;
	text-align: justify;
	margin: 30px 0 0;
}

#tab_head {
	position: relative;
	top: 1px;
	overflow: hidden;
}

#tab_head a {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 30px 8px;
	margin: 0 10px 0 0;
	display: block;
	float: left;
	color: #333;
	text-decoration: none;
	background-color: #e5e5e5;

	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

#tab_head a.on {
	background-color: #ececec;
	border-bottom: 1px solid #ececec;
}

#tab_head a:hover {
	background-color: #ececec;
	border-bottom: 1px solid #ccc;
}

#tab_head a.on:hover {
	border-bottom: 1px solid #ececec;
}

#tab_body {
	border-top: 1px solid #ccc;
	padding: 30px 0;
}

.memo {
	font-size: 14px;
	padding: 30px;
    margin: 10px 0 30px;
    background-color: #fff;
}

#product_list {
	position: relative;
	border-top: 1px solid #20728e;
	margin: 30px 0 0;
}

#product_list h2 {
	color: #20728e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px;
	margin: -20px auto 20px;
	width: 160px;
	background-color: #ececec;
}

#product_list dl {
	overflow: hidden;
}

@media (max-width: 767px) {
	#product_list dl {
		display: flex;
		flex-wrap: wrap;
	}
}

#product_list>dl dd {
	float: left;
}

@media (max-width: 768px) {
	#product_list>dl dd:last-child {
		display: none;
	}
}

@media (max-width: 767px) {
	#product_list>dl dd:last-child {
		display: block;
	}
}


#product_list>dl dd a {
	color: #373737;
	float: left;
	width: 270px;
	height: 530px;
	display: block;
	margin: 0 15px 30px;
	background-color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

body.index #product_list>dl dd a,
body.fid_5 #product_list>dl dd a,
body.result #product_list>dl dd a,
body.fid_32 #product_list>dl dd a {
	height: 530px;
}

body.index #product_list>dl dd a:hover,
body.fid_5 #product_list>dl dd a:hover,
body.result #product_list>dl dd a:hover,
body.fid_32 #product_list>dl dd a:hover {
	background: #20728e;
}

body.index #product_list>dl dd a:hover h4,
body.index #product_list>dl dd a:hover .hot_product_price,
body.fid_5 #product_list>dl dd a:hover h4,
body.fid_5 #product_list>dl dd a:hover .hot_product_price,
body.result #product_list>dl dd a:hover h4,
body.result #product_list>dl dd a:hover .hot_product_price,
body.fid_32 #product_list>dl dd a:hover h4,
body.fid_32 #product_list>dl dd a:hover .hot_product_price {
	color: #9d9d9d;
}

body.index #product_list>dl dd a:hover h3,
body.index #product_list>dl dd a:hover .hot_product_price_our,
body.fid_5 #product_list>dl dd a:hover h3,
body.fid_5 #product_list>dl dd a:hover .hot_product_price_our,
body.result #product_list>dl dd a:hover h3,
body.result #product_list>dl dd a:hover .hot_product_price_our,
body.fid_32 #product_list>dl dd a:hover h3,
body.fid_32 #product_list>dl dd a:hover .hot_product_price_our {
	color: #fff;
}


@media (max-width: 1024px) {
	#product_list>dl dd a {
		width: 240px;
		margin: 0 5px 10px;
	}

	body.index #product_list>dl dd a,
	body.fid_5 #product_list>dl dd a,
	body.result #product_list>dl dd a,
	body.fid_32 #product_list>dl dd a {
		height: 480px;
	}
}

@media (max-width: 767px) {
	#product_list>dl dd {
		width: 50%;
		box-sizing: border-box;
	}

	#product_list dr a {
		width: 100%;
		min-height: 340px;
		height: auto;
		margin: 0 0 10px;
	}

	body.index #product_list>dl dd a,
	body.fid_5 #product_list>dl dd a,
	body.result #product_list>dl dd a,
	body.fid_32 #product_list>dl dd a {
		float: none;
		width: auto;
		height: 94%;
	}
}

@media (max-width: 320px) {
	#product_list>dl dd {
		width: 100%;
	}

	#product_list>dl dd a {
		margin: 0 0 10px;
		min-height: auto;
		padding: 0 0 10px;
	}
}


#product_list>dl dd a img {
	max-width: 100%;
	width: auto;
	margin: auto;
	display: block;
}

@media (max-width: 1024px) {
	#product_list>dl dd a img {
		max-height: 320px;
	}
}

@media (max-width: 767px) {
	#product_list>dl dd a img {
		max-height: 360px;
	}
}

@media (max-width: 480px) {
	#product_list>dl dd a img {
		max-height: 293px;
	}
}

@media (max-width: 425px) {
	#product_list>dl dd a img {
		max-height: 256.5px;
	}
}

@media (max-width: 400px) {
	#product_list>dl dd a img {
		max-height: 240px;
	}
}

@media (max-width: 380px) {
	#product_list>dl dd a img {
		max-height: 226px;
	}
}

@media (max-width: 375px) {
	#product_list>dl dd a img {
		max-height: 223px;
	}
}

@media (max-width: 360px) {
	#product_list>dl dd a img {
		max-height: 213px;
	}
}

@media (max-width: 350px) {
	#product_list>dl dd a img {
		max-height: 206px;
	}
}

@media (max-width: 340px) {
	#product_list>dl dd a img {
		max-height: 200px;
	}
}

@media (max-width: 330px) {
	#product_list>dl dd a img {
		max-height: 193px;
	}
}

@media (max-width: 320px) {
	#product_list>dl dd a img {
		max-height: 360px;
	}
}

#product_list>dl dd a h3 {
	font-size: 18px;
	line-height: 1.4;
	margin: 5px 20px 0;
	font-weight: normal;
	min-height: 63px;
	font-weight: bold;
	color: #000;
	word-break: break-all;
}

#product_list>dl dd a h4 {
	font-size: 13px;
	line-height: 1.4;
	margin: 15px 20px 0;
	font-weight: normal;
	color: #666;
}

@media (max-width: 1024px) {
	#product_list>dl dd a h3 {
		margin: 5px 15px 0;
	}

	#product_list>dl dd a h4 {
		margin: 10px 15px 0;
	}
}

#hot_product_price_money {
	margin: 0 20px;
}

.hot_product_price {
	font-size: 14px;
	color: #888;
}

.hot_product_price_our {
	display: block;
	font-weight: bold;
	color: #20728e;
}

.price_our {
	color: #20728e;
}

@media (max-width: 1024px) {
	#hot_product_price_money {
		margin: 0 15px;
	}

	#hot_product_price_money>span {
		display: block;
	}

	.hot_product_price_our {
		padding: 0 0 15px;
	}
}

@media (max-width: 768px) {
	#hot_product_price_money {
		margin: 0 15px 15px;
	}
}












#gotop {
	background-image: url(/userfiles/template/gotop.png);
	background-repeat: no-repeat;
	display: none;
	width: 45px;
	height: 45px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	bottom: 20px;
	text-indent: -999px;
	z-index: 11;
}





/* FAQ */
.qa_box,
.qa_box_on {
	font-size: 13px;
}

.qa_q a {
	display: block;
	padding: 8px 10px 8px 30px;
	border-bottom: 1px dashed #dcdcde;

	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}

.qa_q a:hover {
	background: #fff5fd;
	text-decoration: none;
}

.qa_a {
	display: none;
	text-align: justify;
	text-justify: inter-ideograph;
}

.qa_box_on .qa_a {
	padding: 1px 30px;
	display: block;
	background: #fff5fd;
	border-bottom: 1px dashed #dcdcde;
	margin: 0 0 8px;
	line-height: 200%;
	color: #656366;
}

































form {
	padding: 30px;
}

form label span {
	padding: 5px;
}

form label span {
	display: inline-block;
	width: 100px;
}

form input[type="text"] {
	width: 430px;
}

.my-selector {
	display: inherit;
}

@media (max-width: 640px) {
	form input[type="text"] {
		width: 300px;
	}
}

@media (max-width: 480px) {
	form input[type="text"] {
		width: 232px;
	}

	.my-selector {
		display: inline-flex;
	}
}

form input.zipcode {
	width: 238px;
}

@media (max-width: 640px) {
	form input.zipcode {
		width: 108px;
	}
}

@media (max-width: 520px) {
	form input.zipcode {
		width: 48px;
	}
}

fieldset {
	border: 1px solid #ccc;
}





#product_table {
	padding: 0 0 30px;
}









#form_ecart {
	padding: 30px 0 0;
}

#subject_category {
	color: #20728e;
	font-weight: bold;
}

.form_submit {
	letter-spacing: 2px;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	font-size: 16px;
	padding: 0 30px;
	margin: 20px 10px 20px 0;
	font-family: sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #bbb;
	color: #ffffff;
	text-align: center;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

#submit1 {
	padding: 0 60px;
	background-color: #20728e;
}






.fb-comments {
	margin: 30px 0;
}


#form_search {
	padding: 0;
	display: inline-block;
}

#form_search #kw {
	width: 160px;
	display: inline-block;
	height: 24px;
	margin: 10px 0 0;
	vertical-align: top;
	border: 1px solid #ddd;
	padding: 0;
}

#form_search a {
	background-position: -134px 8px;
	margin: 0 5px 0 0;
}

#form_search a:hover {
	background-position: -134px -41px;
}










#product_order {
	margin: 30px 0;
	text-align: right;
}

#product_order dd {
	display: inline-block;
}

#product_order dd a {
	width: auto;
	height: auto;
	background: none;
	color: #20728e;
}

.product_order_line {
	color: #ccc;
}

#product_ch {
	padding: 10px 20px 10px;
	margin: -20px 0 5px;
}

#product_ch a {
	font-size: 13px;
	padding: 2px 10px 1px;
	display: inline-block;
	text-decoration: none;
	margin: 5px 10px 5px 0;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #20728e;
	background-color: #fff;
}

#product_ch a.on,
#product_ch a:hover {
	color: #fff;
	background-color: #20728e;
	border: 1px solid #20728e;
}