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

#product {
	margin-top: 30px;
}
#product #product_infoA {
	margin-bottom: 40px;
}
#product #product_infoA .product_info_imgArea{
	float: left;
	width: 29%;
}
@media (max-width:960px) {
	#product #product_infoA .product_info_imgArea{
		width: 40%;
	}
}
@media (max-width:750px) {
	#product #product_infoA .product_info_imgArea{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}
#product #product_infoA .product_info_imgArea .bx-wrapper{
	margin-bottom: 10px;
	border: none;
	background: transparent;
}
@media (max-width:750px) {
	#product #product_infoA .product_info_imgArea ul li{
		text-align: center;
	}
	#product #product_infoA .product_info_imgArea ul li img{
		display: inline-block;
	}
}
#product #product_infoA .product_info_imgArea .slider_thumb{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#product #product_infoA .product_info_imgArea .slider_thumb a{
	width: 23.5%;
	margin: 0 0 5px 2%;
}
#product #product_infoA .product_info_imgArea .slider_thumb a:nth-child(4n+1){
	margin-left: 0;
}
#product #product_infoA .product_info_textArea{
	float: right;
	width: 71%;
	padding-left: 35px;
}
@media (max-width:960px) {
	#product #product_infoA .product_info_textArea{
		width: 60%;
	}
}
@media (max-width:750px) {
	#product #product_infoA .product_info_textArea{
		float: none;
		width: 100%;
		padding: 0;
	}
}
#product #product_infoA .product_info_textArea .product_info_title {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 15px;
}
@media (max-width:750px) {
	#product #product_infoA .product_info_textArea .product_info_title {
		font-size: 22px;
	}
}
@media (max-width:480px) {
	#product #product_infoA .product_info_textArea .product_info_title {
		font-size: 18px;
	}
}
#product #product_infoA .product_info_textArea .product_info_catArea{
	margin-bottom: 15px;
}
#product #product_infoA .product_info_textArea .product_info_catArea ul li{
	font-size: 12px;
	padding: 5px;
	border: solid 1px #999999;
	margin-right: 20px;
	display: inline-block;
	position: relative;
	background: #FFF;
}
#product #product_infoA .product_info_textArea .product_info_catArea ul li:after{
	content: "";
	width: 19px;
	height: 19px;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	background: #999999;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translate(0,-50%) rotate(45deg);
	z-index: -1;
}
#product #product_infoA .product_info_textArea .product_info_descriptionArea{
	margin: 40px 0;
}
@media (max-width:480px){
	#product #product_infoA .product_info_textArea .product_info_descriptionArea{
		font-size: 14px;
		margin: 20px 0;
	}
}
#product #product_infoA .product_info_textArea .product_info_descriptionArea .product_info_description_abouttitle{
	font-size: 19px;
	font-weight: bold;
}
@media (max-width:480px) {
	#product #product_infoA .product_info_textArea .product_info_descriptionArea .product_info_description_abouttitle{
		font-size: 16px;
	}
}
#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_priceArea{
	float: left;
	width: 50%;
	padding-right: 10px;
}
@media (max-width:960px){
	#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_priceArea{
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
}
#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_priceArea .product_info_price{
	font-size: 25px;
	color:#FF0000;
	font-weight: bold;
	display: inline-block;
	padding: 0 10px 5px;
	border-bottom: solid 1px #666666;
	margin-bottom: 10px;
}
#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_priceArea .product_info_price span{
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_priceArea .free_shipping{
	color: #FFF;
	font-size: 16px;
	background: #FF0004;
	display: inline-block;
	padding: 5px;
}
#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_priceArea .by_shipping{
	color: #FFF;
	font-size: 13px;
	background: #0044FF;
	display: inline-block;
	padding: 5px;
}
#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_purchaseBtnArea{
	float: right;
	width: 50%;
	padding-left: 10px;
}
@media (max-width:960px){
	#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_purchaseBtnArea{
		float: none;
		width: 100%;
		padding: 0;
	}
}
#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_purchaseBtnArea .product_info_purchaseBtn{
	margin: 0 0 10px 0;
}
#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_purchaseBtnArea .product_info_purchaseBtn a{
	font-size: 25px;
	color: #FFF;
	padding: 10px 50px 10px 30px;;
	background: #555555;
	display: inline-block;
	position: relative;
}
#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_purchaseBtnArea .product_info_purchaseBtn a:after{
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(45deg);
}
@media (max-width:1200px) {
	#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_purchaseBtnArea .product_info_purchaseBtn a{
		font-size: 20px;
	}
}
@media (max-width:960px) {
	#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_purchaseBtnArea .product_info_purchaseBtn a{
		font-size: 18px;
	}
}
@media (max-width:480px) {
	#product #product_infoA .product_info_textArea .product_info_purchaseArea .product_info_purchaseBtnArea .product_info_purchaseBtn a{
		width: 100%;
		text-align: center;
		background: #bf0000;
		color: #FFFFFF;
	}
}
#product #product_infoB{
	float: right;
	width: 70%;
	padding: 0 0 0 40px;
}
@media (max-width:960px) {
	#product #product_infoB{
		float: none;
		width: 100%;
		padding: 0 0 0 0;
	}
}
#product #product_infoB > section{
	margin-bottom: 30px;
}
#product #product_infoB .product_infoB_title{
	font-size: 20px;
	font-weight: bold;
	padding: 7px;
	background: #C6C6C6;
	margin-bottom: 10px;
}
@media (max-width:480px){
	#product #product_infoB .product_infoB_title{
		font-size: 18px;
	}
}
#product #product_infoB .product_infoB_inner dl{
	display: table;
	width: 100%;
	border-top: 1px solid #333333;;
	padding: 10px;
	background: rgba(256,256,256,0.7);
}
#product #product_infoB .product_infoB_inner dl:first-child{
	border-top: none;
}
#product #product_infoB .product_infoB_inner dl dt{
	font-weight: bold;
	display: table-cell;
	width: 20%;
}
@media (max-width:480px){
	#product #product_infoB .product_infoB_inner dl dt{
		font-size: 14px;
		display: block;
		width: 100%;
		margin: 0 0 5px 0;
	}
}
#product #product_infoB .product_infoB_inner dl dd{
	display: table-cell;
	width: 50%;
}
@media (max-width:480px){
	#product #product_infoB .product_infoB_inner dl dd{
		font-size: 14px;
		display: block;
		width: 100%;
	}
}
#product #product_infoB .product_infoB_review .product_infoB_review_content > li{
	padding: 20px 0;
	border-top: solid 1px #333333;
}
#product #product_infoB .product_infoB_review .product_infoB_review_content > li:first-child{
	border-top: none;
}
#product #product_infoB .product_infoB_review .product_infoB_review_content .review_stars li {
	display: inline-block;
}
#product #product_infoB .product_infoB_review .product_infoB_review_content .review_stars li.review_stars_number {
	margin-left: 10px;
}
#product #product_infoB .product_infoB_review .product_infoB_review_content .review_title {
	font-size: 18px;
	font-weight: bold;
}
#product #product_infoB .product_infoB_review .product_infoB_review_content blockquote p{
	font-size: 13px;
}
#product #product_infoB .product_infoB_related_product > ul{
	background: rgba(256,256,256,0.7);
}
#product #product_infoB .product_infoB_related_product > ul > li{
	float: left;
	width: 18%;
	margin-left: 2.5%;
}
#product #product_infoB .product_infoB_related_product > ul > li:nth-child(5n+1){
	margin-left: 0;
}
@media (max-width:750px){
	#product #product_infoB .product_infoB_related_product > ul > li{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: solid 2px #666666;
	}
	#product #product_infoB .product_infoB_related_product > ul > li:last-child{
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
}
@media (max-width:480px){
	
}
#product #product_infoB .product_infoB_related_product > ul > li > a{
	display: block;
}
@media (max-width:750px){
	#product #product_infoB .product_infoB_related_product > ul > li > a{
		display: table;
		width: 100%;
	}
}
@media (max-width:750px){
	#product #product_infoB .product_infoB_related_product > ul > li > a .popular_post_icon{
		display: table-cell;
		width: 80px;
		vertical-align: top;
	}
}
@media (max-width:750px){
	#product #product_infoB .product_infoB_related_product > ul > li > a .popular_post_textArea {
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 10px;
	}
}
@media (max-width:480px){
	
}
#product #product_infoB .product_infoB_related_product > ul > li > a .popular_post_textArea .popular_post_title{
	padding-bottom: 10px;
	border-bottom: solid 1px #666666;
	margin-bottom: 10px;
}
@media (max-width:750px){
	#product #product_infoB .product_infoB_related_product > ul > li > a .popular_post_textArea .popular_post_title{
		font-size: 14px;
	}
}
@media (max-width:480px){
	
}
#product #product_infoB .product_infoB_related_product > ul > li > a .popular_post_textArea p {
	font-size: 12px;
}

#product #sidebar{
	float: left;
	width: 30%;
}
@media (max-width:960px) {
	#product #sidebar{
		float: none;
		width: 100%;
	}
}





