/* contents */
ul#productlist li {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 60px;
	padding: 26px 10px 26px 45px;
}

ul#productlist li.item:nth-child(odd) {
	background-color: #f1f1f1;
}

ul#productlist li.item:nth-child(even) {
	background-color: #f1f3f5;
}

h3 {
	padding-bottom: 20px;
}

div.detailwrap {
	display: block;
	width: 67%;
}

.intro-products {
	display: block;
	margin: 0 auto;
	width: 78%;
	margin-bottom: 64px;
}

div.detail-jap {
	border-bottom: 1px dotted #b4b3b3;
	padding-bottom: 2em;
}

div.detail-jap p {
	font-size: 0.93em;
	line-height: 1.5em;
}

ul.info {
	padding-top: 1em;
}

ul.info li {
	padding: 0 !important;
	left: 0 !important;
	font-size: 0.85em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0 !important;
}

div.detail-eng {
	padding-top: 2em;	
}

div.detail-eng p {
	line-height: 1.4em;
}

ul.info li span {
	color: #49aad2;
}


/* window width > 599px */
@media screen and ( min-width:600px )
{
.itemimg {
	display: block;
	float: right;
}	
	
}


/* window width <= 599px */
@media screen and ( max-width:599px )
{

ul#productlist li {
	display: block;
	width: 85%;
	padding: 24px 7%;
}

h3 img {
	display: inline-block;
	height: 1.6em;
	width: auto;
	max-width: 100%;
}

img.itemimg {
	width: 85%;
	display: block;
	margin: 0 auto;

}

div.detailwrap {
	display: block;	
	width: 100%;
	margin: 15px auto;				
}

div.detail-jap p {
 font-size: 1.1em;
 line-height: 1.7em;
}

div.detail-eng p {
 font-size: 1.1em;
 line-height: 1.6em;
}



}




