@charset "UTF-8";

/* sp_pop_sakuhin.css */


/* global */
.popwindow .section_contents {
	padding: 10px 10px 0;
}
.popwindow .pop_close {
	display: none;
}
.nav_sitetop {
	padding: 50px 0 0;
	text-align: center;
}
.nav_sitetop a {
	display: inline-block;
	padding: 20px 100px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #737373), color-stop(100%, #656565)); /* for old webkit */
	background: -webkit-linear-gradient(top, #737373, #656565); /* for webkit */
	background: -moz-linear-gradient(top, #737373, #656565); /* for firefox */
	background: -o-linear-gradient(top, #737373, #656565); /* for old opera */
	background: -ms-linear-gradient(top, #737373 0%, #656565 100%); /* for IE10 */
	background: linear-gradient(to bottom, #737373 0%, #656565 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#656565',GradientType=0 ); /* for old IE */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}


/* pop_sakuhin */
.pop_sakuhin {
	position: relative;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}
.pop_sakuhin_head {
	padding-bottom: 20px;
	font-size: 116%;
}
.pop_sakuhin_head strong {
	font-weight: bold;
}
.pop_smaga .pop_sakuhin_head strong {
	color: #ff3333;
}
.pop_sakuhin_img {
	float: left;
	width: 272px;
	margin-right: 30px;
}
.pop_sakuhin_img img {
	width: 270px;
	height: auto;
	border: 1px solid #cccccc;
}
.pop_sakuhin_txt {
}
.pop_sakuhin_txt h2 {
	font-size: 133%;
	font-weight: bold;
	color: #333;
}
.pop_sakuhin_txt h2 a {
	font-size: 70%;
	color: #666;
	text-decoration: underline;
}
.pop_sakuhin_txt {
	color: #333;
}
.pop_sakuhin_txt1 {
	padding: 10px 0;
	font-size: 83%;
}
.pop_sakuhin_txt p strong {
	font-size: 116%;
}
.pop_sakuhin_read {
	clear: both;
	position: relative;
	top: 20px;
	margin-bottom: 40px;
}
.pop_sakuhin_nav {
	width: 480px;
	margin: 0 auto 20px;
}
.pop_sakuhin_nav1 {
	padding-bottom: 10px;
}
.pop_sakuhin_nav2 {
	float: left;
}
.pop_sakuhin_nav3 {
	float: right;
}
.pop_sakuhin_nav a {
	display: block;
	text-indent: -9999px;
}
.pop_sakuhin_nav1 a {
	width: 480px;
	height: 107px;
	-webkit-background-size: 480px 107px;
	-moz-background-size: 480px 107px;
	-o-background-size: 480px 107px;
	-ms-background-size: 480px 107px;
	background-size: 480px 107px;
	background: url(../images/sakuhin/sp_sakuhin_btn_comics.png) no-repeat 50% 0;
}
.pop_sakuhin_nav2 a {
	width: 217px;
	height: 76px;
	-webkit-background-size: 217px 76px;
	-moz-background-size: 217px 76px;
	-o-background-size: 217px 76px;
	-ms-background-size: 217px 76px;
	background-size: 217px 76px;
	background: url(../images/sakuhin/sp_sakuhin_btn_buy.png) no-repeat 0 0;
}
.pop_sakuhin_nav3 a {
	width: 238px;
	height: 76px;
	-webkit-background-size: 238px 76px;
	-moz-background-size: 238px 76px;
	-o-background-size: 238px 76px;
	-ms-background-size: 238px 76px;
	background-size: 238px 76px;
	background: url(../images/sakuhin/pc_sakuhin_btn_info.png) no-repeat 0 0;
}
.pop_sakuhin_sns {
	display: table;
	margin: 0 auto 20px;
}
.pop_sakuhin_sns li {
	display: table-cell;
	padding: 0 10px;
}








