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

/* =item_single.php
-------------------------------------------------------------- */

.item_page_title {
	padding: 5px 0;
	color: #d5b170;
	font-size: 1.2em;
	background: #fffcf7;
	border-bottom: 1px solid #d2cfce;
}
.entry-content h3, .item-description h3 {
    color: #ff8c00;
    border-left: 5px solid #ff8c00;
}
.entry-content h4, .item-description h4 {
	background-color: #f6e5c2;
}

.detail-box .item-name {color: #b90000;}
.detail-box .itemcode {color: #b90000;}

div.header_explanation {color: #b90000;}

#itempage .item-info {}

/****************/
@media screen and (min-width: 38.75em)
	.item_page_title {
    padding: 8px;
    color: #f79b2c;
    font-size: 1.4em;
    border: 2px solid #d5b170;
    background: #fffcf7;
	}
	

}
