@charset "shift_jis";
/* CSS Document */

/* --------------------------------------------------

	PC size CSS

-------------------------------------------------- */

body {
	font-size: 14px;
	min-width: 1000px;
}
.inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	zoom: 1;
}
#header {
	height: 70px;
	background-color: #8c1b1f;
}
#header .inner {
	width: 960px;
	padding: 0 20px;
}
#header h1 {
	padding-top: 20px;
	float: left;
}
#header .logo {
	padding-top: 10px;
	float: right;
}
#btnGlobalNavi {
	display: none;
}


#middleSection {
	background-image: url(../images/bg_middle_01.gif);
	background-position: center top;
	background-repeat: repeat;
}
#globalNavi {
	padding: 10px 20px 10px 25px;
	background-color: #591806;
	overflow: hidden;
	zoom: 1;
}
#globalNavi ul {
	overflow: hidden;
	zoom: 1;
}
#globalNavi ul li {
	color: #fff;
	font-weight: bold;
}
#globalNavi ul li a {
	color: #fff;
	text-decoration: none;
}
#globalNavi .menuList {
	float: left;
}
#globalNavi .menuList li {
	float: left;
	margin-right: 28px;
	font-size: 17px;
	line-height: 30px;
}
#globalNavi .menuList li:last-child {
	margin-right: 0;
}
#globalNavi .menuList li a {
	display: block;
	padding: 0 12px;
}
#globalNavi .menuList li.current,
#globalNavi .menuList li a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #dd1722;
}
#globalNavi .yearList {
	float: right;
}
#globalNavi .yearList li {
	float: left;
	font-size: 20px;
	line-height: 30px;
}
#globalNavi .yearList li a:hover {
	text-decoration: underline;
}

#contents {
	padding-top: 20px;
}
#contents h2.title01,
#movieArea h2.title01 {
	margin-bottom: 20px;
	padding: 10px 5px 10px 25px;
	background-color: #8c1b1f;
	background-image: url(../images/ico_common_01.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1;
}

#footer {
	background-color: #000;
}
#footer .inner {
	padding: 20px 0;
}
#footer .copyright {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#logoDITV {
	padding-bottom: 50px;
	text-align: right;
}

.sessionItem {
	margin-top: 10px;
	border: 3px solid #e6d6bd;
}
.sessionItem.leftItem {
	margin-right: 20px;
}
.sessionItem:nth-child(2n+1) {
	clear: both;
}
.sessionItem .main {
	padding: 20px 10px;
	overflow: hidden;
	zoom: 1;
}
.sessionItem .thumb {
	float: left;
}
.sessionItem .thumb img {
	width: 150px;
}
.sessionItem .text {
	margin-left: 170px;
}
.sessionItem .title02 {
	font-weight: bold;
    line-height: 1;
    background-color: #e6d6bd;
    padding: 10px 15px;
}
.sessionItem .playBtnList {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}
.sessionItem .playBtnList li {
	float: left;
	width: 70px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.sessionItem .playBtnList li:last-child {
	margin-right: 0px;
}
.sessionItem .playBtnList li a {
	display: block;
	border: solid 1px #a28419;
	text-align: center;
	text-decoration: none;
	color: #a28419;
	border-radius: 5px;
	padding: 10px 5px;
	font-size: 12px;
}
.sessionItem .playBtnList li a.btnPlay {
	background-image: url(../images/ico_common_play.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
.sessionItem .playBtnList li a.btnPDF {
	background-image: url(../images/ico_common_pdf.png);
	background-position: 3px center;
	background-repeat: no-repeat;
}
.sessionItem .playBtnList li a:hover {
	background-color: #eee;
}

.topSessionItem {
	float: left;
	width: 484px;
	margin-top: 10px;
	border: 3px solid #e6d6bd;
}
.topSessionItem.leftItem {
	margin-right: 20px;
}
.topSessionItem:nth-child(2n+1) {
	clear: both;
}
.topSessionItem .main {
	padding: 20px 10px;
	overflow: hidden;
	zoom: 1;
}
.topSessionItem .thumb {
	float: left;
}
.topSessionItem .thumb img {
	width: 150px;
}
.topSessionItem .text {
	margin-left: 170px;
}
.topSessionItem .title02 {
	font-weight: bold;
    line-height: 1;
    background-color: #e6d6bd;
    padding: 10px 15px;
}
.topSessionItem .playBtnList {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}
.topSessionItem .playBtnList li {
	float: left;
	width: 70px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.topSessionItem .playBtnList li:last-child {
	margin-right: 0px;
}
.topSessionItem .playBtnList li a {
	display: block;
	border: solid 1px #a28419;
	text-align: center;
	text-decoration: none;
	color: #a28419;
	border-radius: 5px;
	padding: 10px 5px;
	font-size: 12px;
}
.topSessionItem .playBtnList li a.btnPlay {
	background-image: url(../images/ico_common_play.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
.topSessionItem .playBtnList li a.btnPDF {
	background-image: url(../images/ico_common_pdf.png);
	background-position: 3px center;
	background-repeat: no-repeat;
}
.topSessionItem .playBtnList li a:hover {
	background-color: #eee;
}

.annotationPast{
	font-size: 14px;
	color: #fff;
	text-align: right;
	padding-top: 18px;
}
