@charset "utf-8";

/* layout
-------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
}
.top_bg {
	background: url(/pcc/images/top/2013_1/top_bg.png) repeat-x;
}
.top .pc_with {
	background: #FFF;
}
.bread_cramb {
	margin-bottom: 0;
}
.co_container_box_inner {
	margin: 0;
	padding: 10px 5px;
}
.contents_right {
	float: left;
	width: 800px;
	margin:0 0 0 10px;
	z-index: 1;
	text-align: left;
}

/* contents
-------------------------------------------------------------*/
.section_tit {
	position:relative;
	min-height: 25px;
	padding-left: 8px;
	background: #C2E6F3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0191C1;
}
.date_text {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 12px;
	color: #F00;
}
.genre_top_link {
	margin: 5px;
	text-align: right;
	font-size: 12px;
}
.genre_top_link span.arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #FF5C00;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.genre_top_link span.arrow.bl {
	border-color: transparent transparent transparent #0191C1;
}
.genre_top_link a {
	font-weight: bold;
	color: #345;
}
.catch_text {
	margin: 10px 20px;
	line-height: 1.4em;
	font-size: 16px;
}
.title_w {
	margin:5px;
}
.title_w_ul li {
	list-style: none;
	border-top: 1px dotted #CCC;
}
.title_w_ul li:first-child {
	border-top: 1px solid #CCC;
}
.burning_thum_area_img {
	padding: 5px;
}
.burning_thum_area_img a {
	display: inline-block;
}
.burning_thum_area_img.w381 a {
	width: 381px;
	height: 211px;
}
.burning_thum_area_img.w381 img {
	width: 381px;
	height: 211px;
}
.burning_thum_area_img.w320 a {
	width: 320px;
	height: 147px;
	margin: 0 30px 0 31px;
}
.burning_thum_area_img.w320 img {
	width: 320px;
	height: 147px;
}
.burning_right_area {
	float: right;
	width: 389px;
	padding: 10px 5px;
	text-align: left;
}
.burning_right_area a {
	display: block;
	position: relative;
}
.burning_title_box {
	margin-right: 35px;
}
.burning_list_title {
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #08C;
	overflow: hidden;
}
.burning_list_author {
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	overflow: hidden;
}
.right_open {
	position: absolute;
	top: 15px;
	right: 0;
}
.area_review_title {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FF60A8;
}
.area_text {
	margin-top:5px;
}
.more_review {
	color: #08C;
}
.area_reviewer {
	margin-top: 4px;
}

/* pager
-------------------------------------------------------------*/
.slider .es-carousel-wrapper {
	position: relative;
	padding: 2px 26px;
	background-color: #E1E1E1;
	border: 1px solid #BFBFBF;
}
.slider .es-carousel {
	width: 100%;
	overflow: hidden;
}
.slider .es-carousel ul li {
	float: left;
	display: block;
	text-align: center;
}
.slider .es-carousel ul li div.p_active {
	padding: 9px 5px;
	background: #FFFFE8;
	background: -moz-linear-gradient(top, #FFFFE8 3%, #F9F9F9 23%, #F2F2F2 33%, #F4F4F4 86%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#FFFFE8), color-stop(23%,#F9F9F9), color-stop(33%,#F2F2F2), color-stop(86%,#F4F4F4), color-stop(100%,#FFF));
	background: -webkit-linear-gradient(top, #FFFFE8 3%,#F9F9F9 23%,#F2F2F2 33%,#F4F4F4 86%,#FFF 100%);
	background: -o-linear-gradient(top, #FFFFE8 3%,#F9F9F9 23%,#F2F2F2 33%,#F4F4F4 86%,#FFF 100%);
	background: -ms-linear-gradient(top, #FFFFE8 3%,#F9F9F9 23%,#F2F2F2 33%,#F4F4F4 86%,#FFF 100%);
	background: linear-gradient(to bottom, #FFFFE8 3%,#F9F9F9 23%,#F2F2F2 33%,#F4F4F4 86%,#FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFE8', endColorstr='#FFFFFF',GradientType=0 );
	border: 1px solid #999;
	border-radius: 3px;
	font-weight: bold;
	color: #373737;
}
.slider .es-carousel ul li a {
	display: block;
	padding: 9px 5px;
	background: #C9C9C9;
	background: -moz-linear-gradient(top,  #C9C9C9 10%, #C4C4C4 23%, #B2B2B2 85%, #B2B2B2 94%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#C9C9C9), color-stop(23%,#C4C4C4), color-stop(85%,#B2B2B2), color-stop(94%,#B2B2B2));
	background: -webkit-linear-gradient(top,  #C9C9C9 10%,#C4C4C4 23%,#B2B2B2 85%,#B2B2B2 94%);
	background: -o-linear-gradient(top,  #C9C9C9 10%,#C4C4C4 23%,#B2B2B2 85%,#B2B2B2 94%);
	background: -ms-linear-gradient(top,  #C9C9C9 10%,#C4C4C4 23%,#B2B2B2 85%,#B2B2B2 94%);
	background: linear-gradient(to bottom,  #C9C9C9 10%,#C4C4C4 23%,#B2B2B2 85%,#B2B2B2 94%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9C9C9', endColorstr='#B2B2B2',GradientType=0 );
	border: 1px solid #999;
	border-radius: 3px;
	font-weight: bold;
	color: #373737;
}
.slider .es-carousel ul li a:hover {
	background: #FFFFE8;
	background: -moz-linear-gradient(top, #FFFFE8 3%, #F9F9F9 23%, #F2F2F2 33%, #F4F4F4 86%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#FFFFE8), color-stop(23%,#F9F9F9), color-stop(33%,#F2F2F2), color-stop(86%,#F4F4F4), color-stop(100%,#FFF));
	background: -webkit-linear-gradient(top, #FFFFE8 3%,#F9F9F9 23%,#F2F2F2 33%,#F4F4F4 86%,#FFF 100%);
	background: -o-linear-gradient(top, #FFFFE8 3%,#F9F9F9 23%,#F2F2F2 33%,#F4F4F4 86%,#FFF 100%);
	background: -ms-linear-gradient(top, #FFFFE8 3%,#F9F9F9 23%,#F2F2F2 33%,#F4F4F4 86%,#FFF 100%);
	background: linear-gradient(to bottom, #FFFFE8 3%,#F9F9F9 23%,#F2F2F2 33%,#F4F4F4 86%,#FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFE8', endColorstr='#FFFFFF',GradientType=0 );
}
.slider .es-nav span {
	position: absolute;
	top: 50%;
	left: 1px;
	width: 20px;
	height: 37px;
	margin-top: -19px;
	background: transparent url(/pcc/images/common/new_vol/nav2.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
}
.slider .es-nav span.es-nav-next {
	right: 0px;
	left: auto;
	background-position: top right;
}
.slider .es-nav span:hover {
	background: transparent url(/pcc/images/common/new_vol/nav2_on.png) no-repeat top left;
}
.slider .es-nav span.es-nav-next:hover {
	right: 0px;
	left: auto;
	background-position: top right;
}