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

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

	SP size CSS

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

#movieArea {
	padding-top: 20px;
}
#movieArea .movieBody {
	padding: 6px 0;
	background-image: none;
}
#movieArea .moviePlayer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
#movieArea .moviePlayer iframe,
#movieArea .moviePlayer object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#movieArea .moviePlayer img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
#movieArea .movieInfo {
	margin-bottom: 20px;
	padding: 0 10px;
	line-height: 1.5;
}
#movieArea .movieInfo h3.title01 {
	font-size: 18px;
	font-weight: bold;
    line-height: 1;
    background-color: #e6d6bd;
    padding: 10px 15px;
}
#movieArea .movieInfo .main {
	padding: 20px 10px;
	border-right: 3px solid #e6d6bd;
	border-bottom: 3px solid #e6d6bd;
	border-left: 3px solid #e6d6bd;
}
#movieArea .movieInfo .detail {
	margin-bottom: 20px;
}
#movieArea .movieInfo .btnList {
	text-align: center;
}
#movieArea .movieInfo .btnList li {
	display: inline-block;
	width: 31%;
	font-weight: bold;
	margin-right: 2%;
}
#movieArea .movieInfo .btnList li:last-child {
	margin-right: 0;
}
#movieArea .movieInfo .btnList li a {
    display: block;
	text-decoration: underline;
	padding: 10px 5px;
    border: solid 1px #a28419;
    text-align: center;
    text-decoration: none;
    color: #a28419;
    border-radius: 5px;
    padding: 10px 5px;
}
#movieArea .movieInfo .btnList li a:hover,
#movieArea .movieInfo .btnList li.current {
	background-color: #eee;
}
#movieArea .movieInfo .btnList li.btnPlay a {
    background-image: url(../common/images/ico_common_play.png);
    background-position: 5px center;
    background-repeat: no-repeat;
}
#movieArea .movieInfo .btnList li.btnPdf a {
    background-image: url(../common/images/ico_common_pdf.png);
    background-position: 3px center;
    background-repeat: no-repeat;
}



#mainImage {
	padding: 6px 0;
	background-image: url(../common/images/bg_middle_01_sp.gif);
	background-position: top center;
	background-repeat: repeat;
	-moz-background-size: 930px 344px;
	-webkit-background-size: 930px 344px;
	background-size: 930px 344px;
}
#mainImage p img {
	width: 100%;
}
#program .dayDetail {
	padding: 0 10px 20px;
	overflow: hidden;
	zoom: 1;
}
#program .dayBlock {
	float: none !important;
	margin-bottom: 10px;
}
#program .dayBlock .titleDay {
	padding: 5px;
	background-color: #343434;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
#program .programList {
	margin-top: 10px;
	border: 3px solid #e6d6bd;
}
#program .schedule {
	font-weight: bold;
	line-height: 1;
	background-color: #e6d6bd;
	padding: 10px 15px;
}
#program .schedule dt {
	font-size: 10px;
	float: left;
	margin-top: 4px;
	margin-right: 1em;
}
#program .schedule dd {
	font-size: 16px;
}
#program .programList .item {
	padding: 10px;
	border-bottom: 1px solid #e6d6bd;
}
#program .programList .item.last {
	border-bottom: none;
}
#program .programList .text01 {
	font-size: 12px;
}
#program .programList .text01 img {
	height: 14px;
	margin-left: 10px;
	vertical-align: top;
}
#program .programList .text02 {
	font-size: 16px;
	line-height:24px;
	font-weight: bold;
	margin-left: 14px;
}
#program .programList .text03 {
	font-size: 12px;
	margin-left: 12px;
}
#program .programList a {
	color: #000;
}
#program .break {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-top: 10px;
	background-color: #f2eade;
	padding: 10px;
}
#program .break dt {
	display: inline;
	margin-right: 1em;
}
#program .break dd {
	display: inline;
}
#program .break .location01 {
	font-size: 12px;
	margin-left: 12px;
}