#itempage h2 {
	margin-bottom: 1.42857em;
	padding-bottom: 0.357143em;
	border-bottom: 1px solid #cabaaa;
	font-size: 1.5em;
	font-family: 'YuMincho','Yu Mincho',serif;
}
#itempage .item-description {
   font-family: 'YuMincho','Yu Mincho',serif;
}


/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {
	
		#itempage #img-box {
		/*width: 616px;*/
		/*margin-bottom: 2.142856em;*/
		position: sticky; 
		top: 0; 
	}	
	
}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {
	/* =item-single.php
	-------------------------------------------------------------- */
	
	/*---- imgblock ---*/
	#itempage #img-box {
		width: 616px;
		margin-bottom: 2.142856em;
		position: sticky; 
		top: 0; 
	}
}