@charset "UTF-8";

#playlistFaq,
#slideListBlock {
	display: none;
}
.disabled {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: default !important;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin: 24px 0;
}

#pagetitle {
	font-size: 18px;
	height: 100%;
	width: 886px;
	float: right;
}

#pagetitle .title {
	width: 600px;
	float: left;
	text-align: center;
	margin-left: 85px;
	margin-top: 13px;
}

#pagetitle .date {
	text-align: right;
	width: 125px;
	font-size: 14px;
	float: right;
	margin-top: 13px;
}

#titlelogo {
	width: 114px;
	float: left;
}

#footer {
	clear: both;
	font-size: 12px;
	color: #2F2F2F;
	height: 26px;
	margin-top: 19px;
	padding-top: 10px;
	border-top: 3px solid #039;
}
#main {
	margin-left: 5px;
	margin-right: 5px;
}
#ePre .ePreMain {
	background-color: #EEE;
	padding: 9px 9px 4px;
	margin-bottom: 39px;
}
#ePre .ePreLeft {
	float: left;
	width: 320px;
}
#ePre .ePreRight {
	float: right;
	width: 644px;
}
#ePre a {
	color: #092f90;
}
#ePre .player {
	height: 180px;
	width: 320px;
	margin-bottom: 10px;
}
#ePre .videoInfo {
	padding: 5px;
	background-color: #FFF;
}
#ePre .videoInfo h2 {
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px dotted #8e8e8e;
	padding-top: 3px;
	padding-bottom: 3px;
}
#ePre .videoInfo h2 span {
	margin-left: 1em;
	font-size: 12px;
}
#ePre .videoInfo .playlist {
}
#ePre .videoInfo .playlist h3 {
	font-size: 12px;
	line-height: 12px;
	margin-top: 9px;
	margin-bottom: 9px;
}
#ePre .videoInfo .playlist .playlistTab {
	font-size: 12px;
	line-height: 23px;
}
#ePre .videoInfo .playlist .playlistTab ul li {
	background-image: url(../images/bg_tab.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	width: 153px;
	text-align: center;
	border: 1px solid #CCC;
	cursor: pointer;
}
#ePre .videoInfo .playlist .playlistTab ul li#tabFaq {
	width: 154px;
	border-left-style: none;
}
#ePre .videoInfo .playlist .playlistTab ul li.current {
	background-image: url(../images/bg_tab_current.gif);
}
#ePre .videoInfo .playlist .playlistBody {
	height: 240px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCC;
	font-size: 13px;
	line-height: 20px;
	clear: both;
	overflow-y: auto;
}
#ePre .videoInfo .playlist .playlistBody .overflowScrollInner {
	padding-right: 5px;
	padding-left: 5px;
}
#ePre .videoInfo .playlist .playlistBody .btnPlayHead {
	background-image: url(../images/arr01.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}
#ePre .videoInfo .playlist .playlistBody dl {
	padding-top: 5px;
	padding-bottom: 5px;
}
#ePre .videoInfo .playlist .playlistBody dl dt {
	font-weight: bold;
	background-image: url(../images/arr02.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
#ePre .videoInfo .playlist .playlistBody dl dd {
	background-image: url(../images/arr03.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	margin-left: 10px;
}
#ePre .slide .slideBody {
	width: 640px;
	height: 480px;
	border: 2px solid #b7b7b7;
	background-color: #FFF;
}
#ePre .slide .slideList {
	width: 640px;
	height: 460px;
	border: 2px solid #b7b7b7;
	overflow-y: scroll;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}
#ePre .slide .slideList .overflowScrollInner {
	padding-top: 10px;
}
#ePre .slide .slideList .item {
	float: left;
	font-size: 10px;
	width: 122px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	display: inline-block;
}
#ePre.noPC .slide .slideList {
}
#ePre.noPC .slide .slideList .item {
	margin-right: 19px;
	margin-left: 19px;
}
#ePre .slide .slideList .item .thumb img {
	width: 120px;
	border: 1px solid #7B7B7B;
}
#ePre .slide .slideList .item .playThisSlide a {
	display: block;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #7B7B7B;
	height: 20px;
	width: 100%;
}
#ePre .slideNavi {
	position: relative;
	width: 100%;
	margin-top: 4px;
}
#ePre .slideNavi ul {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#ePre .slideNavi ul li {
	float: left;
	cursor: pointer;
}
#ePre .slideNavi p {
	cursor: pointer;
}
#ePre .slideNavi p#btnPrev {
	position: absolute;
	top: 3px;
	left: 91px;
}
#ePre .slideNavi p#btnNext {
	position: absolute;
	top: 3px;
	left: 485px;
}
#ePre .slideNavi p#btnCloseSlideList {
	text-align: center;
	height: 39px;
}
#ePre .ePreFooter {
	clear: both;
}
#ePre .ePreFooter .download {
	float: left;
	font-size: 14px;
	line-height: 24px;
	width: 988px;
	padding-top: 12px;
	padding-bottom: 11px;
	border: 1px solid #999999;
}
#ePre .ePreFooter .download a {
	color: #CB0000;
}
#ePre .ePreFooter .download table {
	width: 100%;
}
#ePre .ePreFooter .download table tr th,
#ePre .ePreFooter .download table tr td {
	vertical-align: middle;
}
#ePre .ePreFooter .download table tr th {
	width: 200px;
	border-right: 1px solid #999999;
}
#ePre .ePreFooter .download table tr td {
	padding-left: 25px;
	padding-right: 25px;
}
#ePre .ePreFooter .download ul li {
	background-image: url(../images/icnPDF.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 22px;
	padding-right: 30px;
	display: inline-block;
}
#ePre .ePreFooter .others {
	float: right;
	width: 177px;
	margin-top: 11px;
}
#ePre .ePreFooter .others ul li {
	margin-bottom: 8px;
}
#ePre .ePreFooter .others ul li#btnTW {
	float: left;
	margin-bottom: 0px;
}
#ePre .ePreFooter .others ul li#btnFB {
	float: right;
	margin-bottom: 0px;
}
