@charset "utf-8";


/* Shop Layout 2 Column */

#product_2column_container .edit_box {
	width:calc(100% - 20px);
}

@media only screen and (max-width:999px) {	/* for Smart Phone */
#product_2column_container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#product_2column_right {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

}

@media print, screen and (min-width:1000px) {	/* for Tablet & PC */
#product_2column_container {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#product_2column_left{
	display:block;
	float:left;
	width:23.5%;
	margin-bottom:25px;
}
#product_2column_left p {
	margin-bottom:10px;
}

#product_2column_right{
	display:block;
	float:left;
	width:74%;
	margin-left:2.5%;
	margin-bottom:40px;
}

#product_2column_right .container{
	width:100% !important;
}
#footer {
	clear:both;
}
}



.text_icon_w {
	display:inline-block;
	color:#FFF;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	text-align:center;
	line-height:1.4;
}
.text_icon_b {
	display:inline-block;
	color:#000;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	text-align:center;
	line-height:1.4;
}


.icon_green {
	display:inline-block;
	background-color:#B89458;
	color:#FFF;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	text-align:center;
	line-height:1.4;
}
.icon_red {
	display:inline-block;
	background-color:#FF3333;
	color:#FFF;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	text-align:center;
	line-height:1.4;
}


.icon {
	display:inline-block;
	color:#FFF;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	font-size:14px;
	text-align:center;
	line-height:1.4;
}

.bg_blue {
	background-color:#0066CC;
}

.bg_gray {
	background-color:#787878;
}

.bg_red {
	background-color:#D96D00;
}

.bg_green {
	background-color:#009966;
}


.tag_label {
	color: #FFFFFF;
	background-color: #0068B2;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
}
.tag_label a {
	color: #FFFFFF;
	text-decoration: none;
}
.tag_label2 {
	color: #FFFFFF;
	background-color: #45AF2B;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
}
.tag_label2 a {
	color: #FFFFFF;
	text-decoration: none;
}



.item_area {
/*  	width:97%;*/
	padding: 0px; 
	max-width:1000px;
  	margin-left:auto;
  	margin-right:auto;
	margin-bottom:20px;
	display: flex;
	flex-wrap: wrap;
	-js-display: flex;
	-webkit-flex-wrap: wrap;
	justify-content:flex-start;
}
.item_area .item_box {
	width: calc(50% - 14px);
	margin-bottom:25px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: 0px 0px 3px #999999;
	font-size:14px;
}
.item_box .item_photo {
	height:200px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.item_box img {
	max-height:200px;
}
.item_box a {
	text-decoration: none;
}


/* for Tablet & PC */
@media print, screen and (min-width:1000px) {

.item_area .item_box {
	width: calc(33% - 26px);
	margin-left: 10px;
	margin-right: 10px;
}
.item_box .item_photo {
	height:240px;
}
.item_box img {
	max-height:240px;
}
	
	
} /* End of Desktop Layout */
