/* CONTENT */

/* */
h2	{
	position:				relative;
	margin:					0px auto 5px auto;
	padding:				10px 10px 10px 25px;
	border-top:				2px solid #FF6600;
	border-bottom:			2px solid #FF6600;
	background:				url(/mailorder/common/images/mat/ya001.gif) no-repeat;
	background-position:	10px;
	font-size:				18px;
}
h3	{
	position:				relative;
	margin:					0px auto 5px auto;
	padding:				4px;
	background-color:		#FFCC66;
	font-size:				12px;
	font-weight:			normal;
}
h3::before	{
	padding:				0px 2px;
	content:				'■';
	color:					#000000;
}
h4	{
	position:				relative;
}

img.icon_r18	{
	display:				block;
	position:				absolute;
	margin:					0px;
	padding:				0px;
	top:					2px;
	right:					90px;
}
img.icon_ladies	{
	display:				block;
	position:				absolute;
	margin:					0px;
	padding:				0px;
	top:					2px;
	right:					10px;
}



/* 通常カートボタン */
div.cart_core div.cart_button input.cart_submit	{
	margin:					5px auto;
	padding:				5px 20px;
	border:					2px solid #999999;
	width:					200px;
	border-radius:			5px;
	box-shadow:				2px 2px 2px rgba(0,0,0,0.2);
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	color:					#ffffff;
	background:				url(/mailorder/cmn/img/cart.png) no-repeat #1E90FF;
	background-position:	6px 3px;
}
/* 関連商品カートボタン */
div.cart_core div.option div.option_row input.cart_opt_submit	{
	margin:					2px auto;
	padding:				5px 0px;
	border:					2px solid #999999;
	width:					90px;
	border-radius:			5px;
	background-color:		#1E90FF;
	box-shadow:				2px 2px 2px rgba(0,0,0,0.2);
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#000000;
}
/* 関連電子書籍カートボタン */
div.cart_core div.option div.option_row input.cart_opt_ebook	{
	margin:					2px auto;
	padding:				5px 0px;
	border:					2px solid #999999;
	width:					90px;
	border-radius:			5px;
	box-shadow:				2px 2px 2px rgba(0,0,0,0.2);
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	background-color:		#2E8B57;
	color:					#ffffff;
}
/* 関連電子書籍セットカートボタン */
div.cart_setcore div.option div.option_row input.cart_opt_ebookset	{
	margin:					2px auto;
	padding:				5px 0px 5px 24px;
	border:					2px solid #999999;
	width:					175px;
	border-radius:			5px;
	box-shadow:				2px 2px 2px rgba(0,0,0,0.2);
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#ffffff;
	background:				url(/mailorder/cmn/img/cart.png) no-repeat #20B2AA;
	background-position:	1px 1px;
}
/* ほしいものリストボタン */
div.wish input.wish_button	{
	margin:					2px auto;
	padding:				8px 10px 8px 30px;
	border:					1px solid #333333;
	border-radius:			5px;
	background:				url(/mailorder/cmn/img/icon_wish.png) no-repeat #FFEEEE;
	background-position:	5px 2px;
	box-shadow:				2px 2px 2px rgba(0,0,0,0.2);
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#333333;
}
/* 再販希望ボタン */
div.revote_button input {
    margin:					5px 4px auto;
    width:					150px;
    position:				absolute;
    padding:				3px 14px;
    border: 1px solid		#333333;
    border-radius:			5px;
    background-color:		#ffffff;
    box-shadow:				2px 2px 2px rgba(0,0,0,0.2);
    font-family:			Arial, Helvetica, sans-serif;
    font-size:				14px;
    color:					#333333;
}
/* 店舗在庫チェックボタン */
div.shop input.shop_button	{
	margin:					2px auto;
	padding:				8px 10px 8px 30px;
	border:					1px solid #333333;
	border-radius:			5px;
	background:				url(/mailorder/cmn/img/icon_shop.png) no-repeat #EEFFEE;
	background-position:	5px 2px;
	box-shadow:				2px 2px 2px rgba(0,0,0,0.2);
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#333333;
}
/* 注文不可  */
.cannotbuy {
    display:				inline-block;
    margin:					5px 0px;
    padding:				5px 20px 3px 20px;
    width:					120px;
    font-family:			Arial, Helvetica, sans-serif;
    font-size:				16px;
    background-position:	10px 3px;
}