@charset "utf-8";
/* ---------------------------------------------------------------------- */
.item {
}
/* ------------------- */
.itembox {
	background-color: #efe2dd;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.itembox {
		padding: 10px;
	}
}
/* ------------------- */
.itemcatch {
	font-size: 20px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.itemcatch {
		font-size: 16px;
	}
}
.itemtop {
	position: relative;
	background-color: #fff;
	margin-bottom: 10px;
}
.itemtop img {
}
.itemtop img.itemphoto {
}
.itemtop img.itemtitle {
	position: absolute;
	right: 150px;
	top: 30px;
	z-index:5;
	width: 11.5%;
}
.itemtop img.itemillust {
	position: absolute;
	right: 220px;
	bottom: 10px;
	z-index:0;
	width: 18.5%;
}
.itemtop img.itemimage {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
@media screen and (max-width: 767px) {
	.itemtop img.itemtitle {
		right: 10px;
		top: 10px;
		width: 14%;
	}
	.itemtop img.itemillust {
		right: 10px;
		bottom: 5px;
	}
	.itemtop img.itemimage {
		left: 10px;
		bottom: 5px;
	}
}
@media screen and (max-width: 649px) {
	.itemtop img.itemtitle {
		width: 15%;
	}
	.itemtop img.itemimage {
	}
}
@media screen and (max-width: 479px) {
	.itemtop img.itemtitle {
		width: 15%;
	}
	.itemtop img.itemimage {
		width: 25%;
	}
}
/* ------------------- */
.itemtex {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.itemtex {
		margin-bottom: 10px;
	}
}
/* ---------------------------------------------------------------------- */
.itemprice {
	position: relative;
}
.itemprice img.itembadge {
	position: absolute;
	left: 0px;
	top: -20px;
	z-index:0;
}
@media screen and (max-width: 767px) {
	.itemprice {
		position: static;
	}
	.itemprice img.itembadge {
		position: static;
		margin: 0px auto 10px auto;
	}
}
.itemprice dl  {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1em;
}
.itemprice dt {
	width: 80%;
	vertical-align: bottom;
	padding-left: 100px;
}
.itemprice dd {
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	.itemprice dl  {
		line-height: 1.2em;
	}
	.itemprice dt {
		width: auto;
		text-align: center;
		margin-bottom: 20px;
		padding-left: 0px;
	}
	.itemprice dd {
		text-align: center;
	}
}
.itemprice dt p {
	font-size: 14px;
	margin-bottom: 20px;
}
.itemprice dt p b {
	display: block;
	font-size: 20px;
	font-style: normal;
	padding-top: 10px;
}
.itemprice dt em {
	display: inline-block;
	font-size: 28px;
	font-style: normal;
}
.itemprice dt strong {
	display: inline-block;
	font-size: 40px;
	font-weight: normal;
}
.itemprice dt strong span {
	display: inline-block;
	font-size: 16px;
	padding: 0px 5px;
}
@media screen and (max-width: 767px) {
	.itemprice dt p {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.itemprice dt p b {
		font-size: 15px;
		padding-top: 0px;
	}
	.itemprice dt em {
		font-size: 16px;
	}
	.itemprice dt strong {
		display: block;
		font-size: 28px;
		padding-top: 10px;
	}
	.itemprice dt strong span {
		font-size: 12px;
	}
}
.itemprice dd strong {
	color: #c00;
	font-size: 16px;
	font-weight: normal;
}
.itemprice dd strong b {
	font-size: 40px;
	font-weight: normal;
}
.itemprice dd span {
	font-size: 11px;
}
@media screen and (max-width: 767px) {
	.itemprice dd strong {
		font-size: 13px;
	}
	.itemprice dd strong b {
		font-size: 30px;
	}
	.itemprice dd span {
		font-size: 11px;
	}
}
.itemprice {
}
/* ---------------------------------------------------------------------- */
.orderhere {
	line-height: 1em;
	text-align: center;
	padding: 20px 0px;
}
.orderhere strong {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	background-color: #ab001f;
	background-image: url("../img/parts/arrowB1.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.orderhere strong span {
	display: inline-block;
	background-image: url("../img/parts/arrowB1.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 20px 60px;
}
@media screen and (max-width: 767px) {
	.orderhere strong {
		display: block;
	}
	.orderhere strong span {
		display: block;
	}
}
/* ---------------------------------------------------------------------- */