@charset "utf-8";


/* Shop Layout 2 Column */

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

@media only screen and (max-width:767px) {	/* 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:768px) {	/* 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;
}
}



.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:768px) {

.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 */
