@charset "UTF-8";
hr {
	display: none;
}
.mql_hide {
	display: none;
}
.mql_show {
	display: block !important;
}
.mql_c-white {
	color: #FFF;
}
#dboxFlash {
	display: none;
}
#RE-CONTAINER {
	background: #000;
}
#wmc_masthead {
	background-image: none;
}
#dboxShow {
	display: none;
}
/*
	h2
*/
#sakuhinWrapper h2.ttl, #about h2, #theater h2, #price h2 {
	display: block;
	width: 300px;
	margin: 0 auto;
	height: auto;
	padding: 0 5px;
	background: url('../images/dbox_bg_hdr_02_mql.png') left top no-repeat, url('../images/dbox_bg_hdr_03_mql.png') right top no-repeat;
	background-size: 5px 35px;
	-webkit-background-size: 5px 35px;
	font-size: 128.57%;
	text-align: center;
	color: #000;
	text-shadow: 0px 1px 0px #fdcb46;
	filter: dropshadow(color=#fdcb46, offx=0, offy=1);
}
#sakuhinWrapper h2 span, #about h2 span, #theater h2 span, #price h2 span {
	display: block;
	padding: 7px 0;
	background: url(../images/dbox_bg_hdr_01_mql.png) 0 0 repeat-x;
	background-size: 3px 35px;
	-webkit-background-size: 3px 35px;
}
/*

movieList transparent

*/
#sakuhinWrapper {
	margin-top: 10px;.movieList .movieImg, .movieList .movieImg img
}
.movieList {
	width: 300px;
	margin: 15px auto 0 !important;
	padding-bottom: 25px;
	border-bottom: 4px solid #ff9526;
}
#sakuhinWrapper .movieList:last-child {
	padding-bottom: 8px;
	border-bottom: 0 none;
}
.movieDetail {
/* 	overflow:hidden; */
}
.movieList .movieImg, .movieList .movieImg img {
	width: 120px;
	height: 88px;
}
.movieList .movieImg {
	float: right;
	margin: 0 0 10px 10px;
}
.movieTtl {
	font-size: 114.28%;
	color: #ff9526;
}
.movieTtl strong {
	display: block;
	text-align: left;
	padding-top:7px;
}
.movieTtl img {
	display: inline;
	margin-top: 7px;
}
#dboxContents #sakuhinWrapper .movieIcon01 {
	vertical-align: text-bottom;
	background: #b20300;
	font-size: 77%;
	padding: 2px 20px;
 color:#fff;
}
#dboxContents #sakuhinWrapper .movieIcon02 {
	vertical-align: text-bottom;
	background: #3b478f;
	font-size: 77%;
	padding: 2px 20px;
 color:#fff;
}
.notice{
	color:#FFF;
	text-align:left;
	margin:30px auto 35px;
	width: 300px;
	}
.movieCap {
	margin-top: 8px;
	margin-bottom: 5px;
	color: #FFF;
	width: 170px;
}
.movieTxt {
	color: #cccccc;
}
.movieCopy {
	margin-top: 8px;
	font-size: 85.71%;
	color: #666;
}
.movieBtn {
	margin-top: 8px;
	border: 1px solid #4d4d4d;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #323232; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzBiMGIwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(26%, #282828), color-stop(75%, #0b0b0b), color-stop(100%, #010101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* IE10+ */
	background: linear-gradient(to bottom, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#010101', GradientType=0 ); /* IE6-8 */
}
.movieBtn a {
	display: block;
	padding: 16px 0 16px 14px;
	background: url(../images/dbox_blt_01_mql.png) 272px center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	color: #ff9526;
}

/*gekijo*/
#gekijo {
	margin-top: 8px;
	border: 1px solid #4d4d4d;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #323232; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzBiMGIwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(26%, #282828), color-stop(75%, #0b0b0b), color-stop(100%, #010101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* IE10+ */
	background: linear-gradient(to bottom, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#010101', GradientType=0 ); /* IE6-8 */
}
#gekijo a {
	display: block;
	padding: 16px 0 16px 14px;
	background: url(../images/dbox_blt_01_mql.png) 272px center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	color: #ff9526;
}

/*

eseki

*/
#eseki {
	width: 298px;
	margin: 10px auto 0;
	border: 2px solid #e1226e;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #323232; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzBiMGIwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(26%, #282828), color-stop(75%, #0b0b0b), color-stop(100%, #010101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* IE10+ */
	background: linear-gradient(to bottom, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#010101', GradientType=0 ); /* IE6-8 */
	color: #FFF;
}

#eseki h3 {
	display: block;
	padding: 16px 0 16px 14px;
	background: url(../images/dbox_blt_02_mql.png) 272px center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
}
#esekiWrapper {
	display: none;
	background: #FFF;
}
#eseki.open {
	background: #e1226e;
}

#eseki.open h3 {
	background: url(../images/dbox_blt_03_mql.png) 272px center no-repeat;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
}
#eseki.open #esekiWrapper {
	padding: 0;
	/* 	display:block; */
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#esekiWrapper p {
	width: 270px;
	margin: 0 auto;
	color: #333;
}
#esekiList{
		padding: 10px;}
#esekiList li {
	width: 270px;
	margin: 5px auto 0;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 ); /* IE6-8 */
}
#esekiList li:first-child{
	margin-top:0;}
#esekiList a {
	display: block;
	padding: 16px 0 16px 14px;
	background: url(../images/dbox_blt_04_mql.png) 242px center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	color: #333333;
}
#esekiWrapper p.esekiComment {
	width: 300px;
	margin: 15px auto 0;
	padding: 0 0 10px;
	font-size: 85.71%;
	color: #808080;
}
ul.esekiComment {
	width: 300px;
	color: #808080;
	margin: 15px auto 0;
	padding-bottom:15px;
}
ul.esekiComment li {
	text-indent: -1em;
	padding-left: 1em;
}
/*

about

*/
#about {
	margin-top: 40px;
}
#about .aboutDetail {
	width: 300px;
	margin: 0 auto;
	padding: 0 10px;
}
.aboutDetail p:first-child {
	margin-top: 15px;
	font-size: 16px;
	color: #ff9526;
	text-align: center;
}
.aboutDetail p:nth-child(2) {
	margin-top: 15px;
	padding: 10px 0 0;
	color: #ffffff;
	background: url(../images/dbox_bg_txt_01_mql.png) center top no-repeat;
	background-size: 150px 1px;
	-webkit-background-size: 150px 1px;
}
.aboutDetail p:nth-child(2) span {
	padding: 0 0 10px;
	background: url(../images/dbox_bg_txt_01_mql.png) center bottom no-repeat;
	background-size: 150px 1px;
	-webkit-background-size: 150px 1px;
}
.aboutDetail p:nth-child(3) {
	margin-top: 15px;
	color: #CCC;
}
/*

try

*/
#try {
	width: 300px;
	margin: 0 auto;
	background: url(../images/img_try_01_mql.jpg) 0 0 no-repeat;
	background-size: 300px 144px;
	-webkit-background-size: 300px 144px;
}
#try h3 {
	position: relative;
	height: auto;
	min-height: 144px;
	margin: 25px 0 10px;
}
#try h3 span {
	position: absolute;
	top: 37px;
	left: 19px;
	color: #ff9626;
	font-size: 85.7%;
	text-align: center;
	line-height: 1.444;
}
#try h3 strong {
	font-size: 141.7%;
}
#try .tryDetail p {
	color: #CCC;
}
/*

theater

*/
#theater {
	margin-top: 30px;
}
#theater h3 {
	margin-top: 10px;
	background: #e6e6e6;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 107.142%;
}
#theater h3 a {
	display: block;
	color: #000;
	padding: 10px;
	background: url(../images/dbox_blt_05_mql.png) 272px center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
}
#theater h3:first-child {
	margin-top: 15px;
}
#theaterWrapper {
	width: 300px;
	margin: 0 auto;
}
#theaterWrapper table {
	display: none;
}
#theater ul {
	/* 	display:table; */
	background: #333;
	width: 280px;
	padding: 0 10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
#theater li {
	/* 	display:table-row; */
	border-bottom: 1px solid #5c5c5c;
}
#theater li.dots {
	/* 	display:table-row; */
	border-bottom: 1px dashed #5c5c5c;
}
#theater ul li:last-child {
	boder-bottom: 0 none;
}
#theater li span {
	display: inline-block;
	padding: 10px 0;
	color: #e6e6e6;
	vertical-align: middle;
}
#theater ul li:last-child {
	border-bottom: 0 none;
}
#theater li span.th {
	width: 50%;
}
#theater li span.td {
}
#theater li span img {
	width: 60px;
	height: 18px;
	margin-right: 2px;
}
#theater p {
	color: #FF9526;
	font-size: 16px;
	margin: 15px 0 10px;
	text-align: center;
}
#theater dl {
	overflow: hidden;
	padding: 0 0 5px;
}
#theater dl dt {
	height: 18px;
	width: 60px;
	float: left;
	padding: 0 10px 0 0;
}
#theater dl dt img {
	height: 18px;
	width: 60px;
	margin-right: 2px;
}
#theater dl dd {
	float: left;
	width: 230px;
	color: #808080;
	font-size: 90%;
}
#theater dl dd span {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
#theater a {
	color: #ffffff;
}
/*

price

*/
#price {
	margin-top: 30px;
}
.priceDetail {
	width: 300px;
	margin: 0 auto;
}
.priceDetail p:first-child {
	margin-top: 15px;
	font-size: 16px;
	color: #ff9526;
	text-align: center;
}
.priceDetail p:nth-child(2) {
	margin-top: 15px;
	padding: 10px 0 1px;
	color: #ffffff;
	background: url(../images/dbox_bg_txt_01_mql.png) center top no-repeat;
	background-size: 150px 1px;
	-webkit-background-size: 150px 1px;
}
.priceDetail p:nth-child(2) span {
	display: block;
	padding: 0 0 10px;
	background: url(../images/dbox_bg_txt_01_mql.png) center bottom no-repeat;
	background-size: 150px 1px;
	-webkit-background-size: 150px 1px;
}
.priceDetail p:nth-child(3) {
	padding: 10px 0 1px;
	color: #ffffff;
}
.priceDetail p:nth-child(3) span {
	display: block;
	padding: 0 0 10px;
	background: url(../images/dbox_bg_txt_01_mql.png) center bottom no-repeat;
	background-size: 150px 1px;
	-webkit-background-size: 150px 1px;
}
/*
.priceDetail p:nth-child(3) {
	margin-top: 15px;
}
*/
.priceDetail p:nth-child(4) {
	margin-top: 15px;
}
.priceDetail p:nth-child(5) {
	margin-top: 5px;
}
.priceDetail p:nth-child(4), .priceDetail p:nth-child(5) {
	color: #808080;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 90%;
}
/*

other

*/

#other02 {
	margin-top: 30px;
	padding-top: 8px;
	padding-bottom: 0 !important;
	background: url(../images/ultira_bg_05_mql.png) center top no-repeat;
	background-size: 320px 9px;
	-webkit-background-size: 320px 9px;
}
#other02Wrapper {
	padding-top: 9px;
	padding-bottom: 38px;
	background-image: url(../images/ultira_bg_02_mql.png), url(../images/ultira_bg_03_mql.png);
	background-size: 10px 121px, 320px 85px;
	-webkit-background-size: 10px 121px, 320px 85px;
	background-repeat: repeat-x, repeat-x;
	background-position: center 0, center bottom;
	background-color: #0e194f;
}
#other02Wrapper h2 {
	width: 300px;
	margin: 0 auto;
	background: none;
	color: #fbff96;
	text-align: center;
}
#other02Wrapper h2 span {
	display: block;
	font-size: 114.3%;
}
#other02Wrapper h2 .sarani, #other02Wrapper h2 .warner {
	font-size: 87.5%;
}
#other02Wrapper h2 .sarani {
	background: url(../images/ultira_bg_06_mql.png) center top no-repeat;
	background-size: 106px 17px;
	-webkit-background-size: 106px 17px;
}
.mql_additional_list {
	width: 300px;
	margin: 10px auto 0;
}
.mql_additional_list li {
	margin-top: 2px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #273061;
}
.mql_additional_list a {
	display: block;
	padding: 10px;
	color: #FFF;
	background: url(../images/ultira_blt_03_mql.png) 273px center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
}
.mql_additional_list li img {
	width: 95px !important;
	display: inline-block;
	vertical-align: top;
}
.mql_additional_list li span {
	display: inline-block;
	width: 155px;
	padding-left: 10px;
	vertical-align: top;
}
.otherComment {
	width: 300px;
	margin: 10px auto 0;
	color: #E5E5E5;
	background: none !important;
	font-size: 85.714%;
}
.socialBtns {
	margin-top: -25px;
	text-align: center;
}
.socialBtns li {
	display: inline-block;
}
.dboxContentsFooter {
	width: 300px;
	margin: 15px auto 0;
	padding: 0;
	border-top: 1px solid #53555d;
	border-bottom: 1px solid #53555d;
	font-size: 85.7%;
	color: #e5e5e5;
}
.dboxContentsFooter a {
	display: block;
	padding: 8px 0 8px 15px;
	background: url("/common/images/contents_common_blt_04_mql.png") left center no-repeat;
	background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	color: #e5e5e5;
}
.theater_pageTop a {
	color: #FFF;
}
#about_txt {
	color: #FFF;
}
#about_txt dt {
	font-size: 128.57%;
	color: #ff9526;
	font-weight: bold;
	margin-bottom: 15px;
}
#about_txt dd {
	margin-bottom: 15px;
}
#about_link {
	margin-top: 8px;
	border: 2px solid #0c4586;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#about_link a {
	display: block;
	padding: 16px 0 16px 14px;
	background: url(../images/atmos_blt_02_mql.png) 95% center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
	color: #fff;
}
.about {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.about h3 {
	margin: 0;
	padding: 0;
	border: 2px solid  #e1226e;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #323232; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzIzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzBiMGIwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(26%, #282828), color-stop(75%, #0b0b0b), color-stop(100%, #010101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* IE10+ */
	background: linear-gradient(to bottom, #323232 0%, #282828 26%, #0b0b0b 75%, #010101 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#010101', GradientType=0 ); /* IE6-8 */
	color: #FFF;
}
.about h3 span {
	display: block;
	padding: 16px 0 16px 14px;
	background: url(/dbox/pc/images/dbox_blt_02_mql.png) 96% center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
}
.about h3.open {
	border: 1px solid #e1226e;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: #e1226e; /* Old browsers */

	color: #FFF;
	margin: 0;
	padding: 0;
}
.about h3.open span {
	display: block;
	background: url(/dbox/pc/images/dbox_blt_03_mql.png) 96% center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
}
.about .mql_contents {
	display: none;
}
.about h4.open+.mql_contents {
	width: 99.5%;
	margin: 0 auto;
	border: 1px solid #145093;
	border-top: 0 none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.gekijo_lnk{
		border: 2px solid #e1226e;
	-webkit-border-radius: 4px;
	border-radius: 0 0 4px 4px;
}
.gekijo_lnk li {
	list-style-type: none;
	border-bottom: 1px #e1226e solid;
	padding: 17px 0 17px 14px;
	background:#fff;
}
.gekijo_lnk li a {
	display: block;
	background: url(/dbox/pc/images/dbox_blt_04_mql.png) 96% center no-repeat;
	background-size: 17px 17px;
	-webkit-background-size: 17px 17px;
}
.gekijo_lnk li:last-child {
	border-bottom: none;
}
 @media screen and (min-width: 480px) {
#sakuhinWrapper h2,  #about h2,  #theater h2,  #price h2,  .movieList,  #about .aboutDetail,  #try,  #theaterWrapper,  .priceDetail,  .mql_additional_list,  .otherComment,  .dboxContentsFooter, .notice, ul.esekiComment {
	width: 460px;
}
#eseki{
	width: 458px;
}
#theater ul {
	width: 440px;
}
#esekiWrapper{
	width: 458px;
}
 #esekiList li{
			width: 430px;
	}
.mql_additional_list a,  #theater h3 a, #eseki.open h3, #eseki h3, .movieBtn a, #gekijo a {
	background-position: 420px center;
}
#esekiList a {
	background-position: 400px center;
}
.mql_additional_list li span {
	width: 290px;
}
#try {
	background-position: center 0;
}
#try h3 span {
	left: 100px;
}
.movieCap {
	width: 330px;
}
#theater dl dd {
	width: 390px;
}
}


