@charset "UTF-8";

/* ITEM */
/*---------------------------------------

	COMMON

	[MODULE]
	CLEARFIX

*--------------------------------------*/

/**======================================
	COMMON
======================================**/

#item_intro_text {
	font-size: 107%;
	color: #333;
	font-weight: bold !important;
}

#item_single_area .item_ico {
	margin-bottom: 10px;
}

.hover_box .hover {
	border-color: #AAAAAA !important;
	box-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}

#relate_recipe_list .hover {
	box-shadow: none;
}
#relate_recipe_list .hover .pic {
	border-color: #AAAAAA !important;
	box-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}
#colorbox img {
	display: block;
	margin: 20px auto !important;
}
.item_pic_box {
	display: block;
	position: relative;
}
.item_pic_box::before {
	content: "\f00e";
	display: block;
	font-size: 24px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: 3px;
	right: 3px;
}
.item_caption {
	text-align: right;
	margin-bottom: 20px;
}

/**======================================
	TOP
======================================**/
#catalog_box .pic {
	padding: 0px;
	border: none;
}

#catalog_box .texts_part {
	width: 450px;
}

#catalog_box .image_part {
	width: 160px;
}

#catalog_box .image_part .pdf {
	margin-left: 5px;
	padding-left: 20px;
	line-height: 16px;
}

#catalog_box .image_part .no_pdf {
	margin: 0 !important;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*item_top_nav*/
.item_top_nav {
	margin-bottom: 20px !important;
	padding: 5px;
	border: 1px solid #CCC;
}

.item_top_nav .image_part {
	width: 180px;
}

.item_top_nav .image_part .pic {
	border: none;
	padding: 0px;
}

.item_top_nav .texts_part {
	padding: 10px;
	width: 410px;
}

.item_top_nav .texts_part .heading2 {
	background: none;
	padding-left: 0px;
}

/**======================================
	CATEGORY
======================================**/
.no_tag {
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
}

#item_list li {
	padding: 4px;
	border: 1px solid #DDD;
	width: 186px !important;
}

#item_list li .item_pic {
	margin-bottom: 0.2em;
}

#item_list li .item_pic img {
	min-height: 130px;
}

#item_category_area .heading3 {
	margin-bottom: 0.5em;
}


.item_detail_table_wrap table td.first {
	font-weight: bold;
	width: 100px !important;
}


.supple_texts p {
	font-size: 92%;
	font-weight: bold;
}


/**======================================
	SINGLE
======================================**/
.item_detail_table_wrap table {
	border-top: 2px solid #CCC
}

.item_detail_table_wrap table td.first {
	width: 100px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: none;
	border-right: none;
	font-weight: bold;
	color: #222;
}

.item_detail_table_wrap table td {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px dashed #DDD;
	border-right: none;
	color: #222;
}

.special_img_wrap p.left_pic {
	float: left;
	width: 215px;
}

.special_img_wrap p.right_pic {
	float: right;
}

/**======================================
	[MODULE]
	CLEARFIX
======================================**/

.item_ico:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.item_ico {
	display:inline-block;
}

/* \*/
* html .item_ico { 
	height:1%;
}

.item_ico {
	display: block;
}
/* */