@charset "utf-8";
/* CSS Document */

#heading {
	background: #fff;
}
ul.breadcrumb {
	margin: 15px 0;
}
ul.breadcrumb li {
	float: left;
	font-size: 14px;
	margin-right: 1.5em;
}
ul.breadcrumb li a {
	position: relative;
	color: #0052A5;
}
ul.breadcrumb li a:before {
	position: absolute;
	content: ">";
	color: #808080;
	top: 0;
	right: -17px;
}
#heading .mainSlide .bx-wrapper .bx-pager .bx-pager-item a {
	background: url(../img/common/icon_circle03.png) no-repeat center center;
}
#heading .mainSlide .bx-wrapper .bx-pager .bx-pager-item a.active {
	background: url(../img/common/icon_circle04.png) no-repeat center center;
}
#heading .headingSide p {
	margin-bottom: 9px;
}
.bgArea .contentIn {
	padding: 30px 0;
}
.bgArea .contentIn .right {
	width: 671px;
	float: right;
}
.right .twitter, .right .tv {
	display: inline-block;
	vertical-align: top;
}
.right .tv {
	width: 300px;
	margin-left: 14px;
}
.broadcast {
	height: 211px;
	overflow: scroll;
	overflow-x: hidden;
	background: #fff;
}
.tv .broadcast dl {
	display: table;
}
.tv .broadcast dt, .tv .broadcast dd {
	display: table-cell;
	padding: 8px 0;
	vertical-align: top;
}
.tv .broadcast dt {
	width: 71px;
	background: #B2B2B2;
	text-align: center;
	position: relative;
	color: #fff;
	border-bottom: solid 1px #fff;
}
.tv .broadcast dt.current {
	background: #FA6816;
}
.tv .broadcast dd {
	padding-left: 12px;
}
.tv .broadcast dt:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #B2B2B2;
	top: 12px;
	right: -5.9px;
}
.tv .broadcast dt.current:before {
	border-color: transparent transparent transparent #FA6816;
}
.whatsNew {
	margin-right: 686px;
}
.whatsNew h2.style01 span {
	left: 180px;
}
.whatsNew ul {
	border-top: solid 1px #E5E5E5;
}
.whatsNew ul li {
	font-size: 13px;
	border-bottom: solid 1px #E5E5E5;
}
.whatsNew ul span {
	font-size: 12px;
	color: #808080;
	margin-right: 15px;
}
.whatsNew ul li a {
	display: block;
	padding: 8px 0 8px 10px;
	position: relative;
}
.whatsNew ul li a:before {
	position: absolute;
	content: url(../img/common/icon_arrow03.png);
	left: 0;
}
.program {
	margin: 45px 0 100px;
}
.program .contentIn {
}
.program .pList {
	width: 23.75%;
	background: #E5E5E5;
	padding-bottom: 31px;
	float: left;
	position: relative;
	margin-right: 1.65%;
	margin-bottom: 20px;
}
.program .pList:nth-child(4n) {
	margin-right: 0;
}
.program .pList > img:first-child {
	display: block;
}
.program .pList p.detail {
	padding: 11px 10px;
}
.program .pList p.detail span {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	color: #0052A5;
}
.program .pList p.blog, .program .pList p.twitter, .program .pList p.facebook {
	text-align: center;
	position: absolute;
	bottom: 0;
}
.program .pList p.blog a, .program .pList p.twitter a, .program .pList p.facebook a {
	display: block;
	padding:2px 0 3px;
}
.program .pList p.blog {
	width: 50%;
	background: #666666;
	left: 0;
}
.program .pList p.twitter {
	width: 25%;
	background: #3B5998;
	left: 50%;
}
.program .pList p.facebook {
	width: 25%;
	background: #00C6F2;
	right: 0;
}
.program .pList p img{
	display:inline-block;
	vertical-align:middle;
}
@media screen and (max-width : 1000px) {
	.program .pList{
		width:32%;
		margin-right: 2%;
	}
	.program .pList > img:first-child {
		width:100%;
	}
	.program .pList:nth-child(4n) {
		margin-right: 2%;
	}
	.program .pList:nth-child(3n) {
		margin-right:0;
	}
}
