@charset "utf-8";
/***********************************************************
pc.css - Program Catalog styling for Nepon TV
***********************************************************/
body {word-wrap:break-word;overflow-wrap:break-word;}
img { max-width: 100%;}
a > img { vertical-align: bottom;}

.bold{font-weight:bold;}
/* float
**********************************/
.fl { float: left; }
.fr { float: right; }
.clearfix {
	overflow: hidden;
	*zoom: 1;
}
.clearfix:after { clear:both }
/* margin
**********************************/
.mt30 {
	margin-top: 30px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
/* pc common
**********************************/
.pc_col {}
.pc_col_l {
	float: left;
	width: 340px;
}
.pc_col_r {
	float: right;
	width: 630px;
}

#g_main h2 {
	color:#333333;
	font-size:140%;
	letter-spacing:2px;
	padding-bottom:20px;
}

/*-----------------------------------
#pc_menu horizontal bar
------------------------------------*/
#pc_menu {width:100%;}
#pc_menu_inner {
	background-color: #ffffff;
	border-collapse: separate;
	border-spacing: 1px 1px;
	display:table;
	font-size:14px;
	margin:0px auto;
	table-layout:fixed;
	width:1000px;
}
#pc_menu_inner a {
	box-sizing: border-box;
	border-right: 1px solid #cccccc;
	color: #333333;
	display: table-cell;
	height: 50px;
	letter-spacing: 2px;
	position:relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	vertical-align:middle;
}
#pc_menu_inner a:last-of-type {border-right:none;}
#pc_menu_inner a:after {
	background-color:#fee301;
	bottom:0px;
	content:'';
	height:0px;
	left:0px;
	position:absolute;
	width:100%;
	transition: height 0.2s;
}
#pc_menu_inner a:hover{background-color:#fee301;}
#pc_menu_inner a.current:after,
#pc_menu_inner a.active:after {
	height: 3px;
}

/*-----------------------------------
pager-box
------------------------------------*/
.pager-box {
	text-align: center;
	padding: 0 1px 0;
	line-height: 0;
}

.pager-box .pager-main {
	display: inline-block;
	overflow: hidden;
}
.pager-box .pager-main .pager_list {
	float: left;
	overflow: hidden;
}
.pager-box .pager-main .pager_list ul {
	overflow: hidden;
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pager-box .pager-main .pager_list ul li {
	display: block;
	width: 65px;
	float: left;
	margin-right: 9px;
	box-sizing: border-box;
}
.pager-box .pager-main .pager_list ul li:last-child  {
	margin-right: 0;
}
.pager-box .pager-main .pager_list ul li a {
	display: block;
	width: 65px;
	background-color: #c2c2c2;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s;
}
.pager-box .pager-main .pager_list ul li a:hover {
	background-color: #7f7f7f;
}
.pager-box .pager-main .pager_list ul li.current a {
	background-color: #212527;
	cursor: default;
}

.pager-box .pager-prev {
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.pager-box .pager-prev .prev,
.pager-box .pager-prev .prevAll {
	float: left;
}
.pager-box .pager-prev .prevAll {
	margin-right: 8px;
}
.pager-box .pager-prev a,
.pager-box .pager-next a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #c2c2c2;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s;
}
.pager-box .pager-prev a:hover,
.pager-box .pager-next a:hover {
	background-color: #7f7f7f;
}

.pager-box .pager-next {
	overflow: hidden;
	float: left;
	margin-left: 15px;
}
.pager-box .pager-next .next,
.pager-box .pager-next .nextAll {
	float: left;
}
.pager-box .pager-next .next {
	margin-right: 8px;
}

/* passive (disabled pager button) */
.pager-box .passive a {
	opacity: 0.25;
	cursor: default !important;
	pointer-events: none;
}

/* pc sort */
.pc_sort {
	display: inline-block;
}
.pc_sortList {
	display: table;
	border: 2px solid #212527;
	border-collapse: collapse;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pc_sortBtn {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #212527;
	background: transparent;
	text-align: center;
	letter-spacing: .2em;
	box-sizing: border-box;
}
.pc_sortBtn a {
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #212527;
	transition: all .25s ease;
}
.pc_sortBtn:not(.current) a:hover {
	background: #212527;
	color: #fff;
}
.pc_sortBtn.current a {
	color: #fff;
	background: #212527;
	cursor: default;
}

.pc_btn.print {
	border: 1px solid #c2c2c2;
	border-radius: 4px;
}
.pc_btn.print a {
	display: block;
	padding: 8px 18px;
	color: #555;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background: #f8fafc;
	transition: all 0.2s;
}
.pc_btn.print a:hover {
	background: #212527;
	color: #fff;
}

/* pc catalog grid */
.pc_col {
	width: 1000px;
	margin: 0 auto;
}
.pc_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.pc_item {
	width: 490px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
.pc_item a {
	display: block;
	color: #2e2e2e;
	text-decoration: none;
	opacity: 1 !important;
}
.pc_item a .pc_item_title {
	width: 100%;
	background-color: #212527;
	display: table;
	font-size: 14px;
	padding: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	transition: all .25s ease;
	min-height: 48px;
}
.pc_item a .pc_item_title .pc_item_title_inner {
	display: table-cell;
	vertical-align: middle;
}
.pc_item a .pc_item_title p {
	display: inline-block;
	position: relative;
	margin: 0;
}
.pc_item a .pc_item_title.tag_new {
	padding: 13px 53px 13px 53px;
}
.pc_item a .pc_item_title.tag_new p:before {
	content: "New";
	left: -4em;
	line-height: 1em;
	top: 0px; bottom: 0px; 
	position: absolute;
	background: #f30505;
	padding: 5px 5px;
	color: #fff;
	font-size: 10px;
	height: 1em;
	margin: auto 0px;
	letter-spacing: 0.1em;
}
.pc_item a:hover .pc_item_title {
	background-color: #fed101;
	color: #212527;
}

.pc_item_body {
	display: flex;
	width: 100%;
	height: 230px;
	box-sizing: border-box;
}

.pc_item .pc_item_thum {
	background-color: #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 230px;
	box-sizing: border-box;
	transition: all .25s ease;
	overflow: hidden;
}
.pc_item a:hover .pc_item_thum,
.pc_item a:hover .pc_item_infoList {
	background-color: #fee301;
}

.pc_item .pc_item_thum img {
	display: block;
	width: 220px;
	height: 230px;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.pc_item a:hover .pc_item_thum img {
	transform: scale(1.03);
}

.pc_item .pc_item_infoList {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 20px;
	width: 270px;
	height: 230px;
	background-color: #e6e6e6;
	box-sizing: border-box;
	transition: all .25s ease;
}

.pc_item .pc_item_info.hd {
	display: inline-block;
	background: #2199ab;
	font-weight: bold;
	padding: 2px 6px;
	color: #fff;
	font-size: 10px;
	margin-right: 10px;
	letter-spacing: 0.1em;
	width: fit-content;
	margin-bottom: 12px;
	border-radius: 2px;
}

.pc_item_info {
	margin-bottom: 10px;
	margin-top: 0;
}
.pc_item_info:last-child {
	margin-bottom: 0px;
}
.pc_item_info dt {
	font-weight: bold;
	color: #212527;
}
.pc_item_info dd {
	display: block;
	margin-left: 0;
	color: #4b5563;
}
