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

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

	SP size CSS

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

body {
	font-size: 14px;
}
#header {
	background-color: #8c1b1f;
}
#header .inner {
	height: 50px;
}
#header h1 {
	position: absolute;
	top: 8px;
	left: 10px;
}
#header h1 img {
	width: 182px;
}
#header .logo {
	display: none;
}
#btnGlobalNavi {
	position: absolute;
	top: 12px;
	right: 15px;
}

#middleSection .inner {
	position: relative;
}
#globalNavi {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#globalNavi.open {
	display: block;
}
#globalNavi li a {
	display: block;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/ico_common_arrow_01.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-moz-background-size: 7px 8px;
	-webkit-background-size: 7px 8px;
	background-size: 7px 8px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
#globalNavi .menuList {
	background-color: #5c1c0a;
}
#globalNavi .menuList li {
	border-bottom: solid 1px #762d21;
}
#globalNavi .menuList li:last-child {
	border-bottom: none;
}
#globalNavi .yearList {
	background-color: #282828;
	overflow: hidden;
	zoom: 1;
}
#globalNavi .yearList li {
	float: left;
	width: 31.3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#globalNavi .yearList li span {
	display: none;
}

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

#footer {
	clear: both;
	padding: 10px;
	background-color: #000;
}
#footer .inner {
	padding-left: 10px;
}
#footer .copyright {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#logoDITV {
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: right;
}
#logoDITV img {
	width:165px;
}

.sessionItem {
	margin-top: 10px;
	border: 3px solid #e6d6bd;
}
.sessionItem .main {
	padding: 20px 10px;
}
.sessionItem .thumb {
	width: 100%;
}
.sessionItem .thumb img {
	width: 100%;
}
.sessionItem .title02 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
    line-height: 1;
    background-color: #e6d6bd;
    padding: 10px 15px;
}
.sessionItem .playBtnList {
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}
.sessionItem .playBtnList li {
	float: left;
	width: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	box-sizing: border-box;
}
.sessionItem .playBtnList li:first-child {
	padding-right: 2px;
}
.sessionItem .playBtnList li:last-child {
	padding-left: 2px;
}
.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;
}
.sessionItem .detail {
	clear: both;
	padding-top: 10px;
}

.topSessionItem {
	margin-top: 10px;
	border: 3px solid #e6d6bd;
}
.topSessionItem .main {
	padding: 20px 10px;
}
.topSessionItem .thumb {
	width: 100%;
}
.topSessionItem .thumb img {
	width: 100%;
}
.topSessionItem .title02 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
    line-height: 1;
    background-color: #e6d6bd;
    padding: 10px 15px;
}
.topSessionItem .playBtnList {
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}
.topSessionItem .playBtnList li {
	float: left;
	width: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	box-sizing: border-box;
}
.topSessionItem .playBtnList li:first-child {
	padding-right: 2px;
}
.topSessionItem .playBtnList li:last-child {
	padding-left: 2px;
}
.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;
}
.topSessionItem .detail {
	clear: both;
	padding-top: 10px;
}

.annotationPast{
	font-size: 14px;
	color: #000;
	text-align: right;
	padding: 10px 10px 0;
}







