@charset "UTF-8";

/* pc_pop_sakuhin.css */


/* global */
.popwindow .article_header,
.popwindow .article_comicplus,
.popwindow .nav_pagetop,
.popwindow #footer_nav {
	display: none;
}
.popwindow {
	background-color: #fff;
	overflow:hidden;
}
.popwindow .article_contents {
	position: relative;
	min-width: 641px;
	width: auto;
}
.pop_close {
	position: absolute;
	top: 0px;
	right: 0px;
}
.pop_close a {
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/common/pc_pop_close.png) no-repeat 0 0;
	text-indent: -9999px;
}
.popwindow.popscroll{
	overflow-y:scroll;
	height:540px;
}


/* pop_sakuhin */
.pop_sakuhin {
	position: relative;
	min-width: 780px;
	_width: 820px;
	_zoom: 1;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	text-align: left;
}
.pop_sakuhin_head {
	padding-bottom: 20px;
	font-size: 150%;
	position:relative;
}
.pop_sakuhin_head ul.sns_box{
	position:absolute;
	right:0px;
}
.pop_sakuhin_head ul.sns_box li{
	float:right;
}
.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 {
	float: left;
	width: 460px;
	padding-bottom: 133px;
	color: #333;
}
.pop_sakuhin_txt h2 {
	font-size: 200%;
	font-weight: bold;
	color: #333;
}
.pop_sakuhin_txt h2 a {
	font-size: 70%;
	color: #666;
	text-decoration: underline;
}

.pop_sakuhin_txt h2 span.author{
	font-size: 70%;
}
.pop_sakuhin_txt a:hover {
	text-decoration: none;
}
.pop_sakuhin_txt p strong {
	font-size: 133%;
}
.pop_sakuhin_txt1 {
	padding: 10px 0;
}
.pop_sakuhin_read {
	position: relative;
	margin: 10px 0 0;
	padding: 10px;
	border: 1px dotted #ccc;
	border-radius: 8px;
}
.pop_sakuhin_read:before {
	content:"";
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	width: 14px;
	height: 27px;
	margin: -14px 0 0 -14px;
	background: url(../images/sakuhin/pc_sakuhin_pop_icn.png) repeat 0 0;
}
.pop_sakuhin_nav {
	position: absolute;
	left: 320px;
	bottom: 20px;
	width: 240px;
}
.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: 240px;
	height: 64px;
	background: url(../images/sakuhin/pc_sakuhin_btn_comics_l.png) no-repeat 0 0;
}
.pop_sakuhin_nav2 a {
	width: 109px;
	height: 38px;
	background: url(../images/sakuhin/pc_sakuhin_btn_buy.png) no-repeat 0 0;
}
.pop_sakuhin_nav3 a {
	width: 119px;
	height: 38px;
	background: url(../images/sakuhin/pc_sakuhin_btn_info.png) no-repeat 0 0;
}
.pop_sakuhin_sns {
	position: absolute;
	top: 10px;
	right: 60px;
	display: table;
	overflow:hidden;
}
.pop_sakuhin_sns li {
	display: table-cell;
	*float: left;
	padding-right: 15px;
}








