@charset "shift_jis";

/*===================================================
*
*	Base Style CSS
*	Site https://www.unitedcinemas.jp
*
====================================================*/

div#wrapper {
	width: 320px;
}


div#header{
	margin: 0 auto;
}

div.contentsArea{
	margin: 0 auto;
	text-align: center;
	padding: 0px 10px;
	overflow: hidden;
	background: #222;
	width: 300px;
}

h2.title {
	padding: 0;
	margin: 0;
	border-top: 1px solid #666;
}

h3.poster {
}

.presentBoxBottom {
	width: 300px;
	margin: 0 auto 10px;
	position: relative;
	background: #FFF;
	padding-bottom: 10px
}

a.entryBtn{
/*	display:block;
	text-align: center;
	font-size: 22px;
	line-height:1.2;
	font-style: italic;
	font-weight: bold;
	margin: 0 20px;
	color: #ffffff;
	padding: 10px ;
	background: -moz-linear-gradient(top,#e60039 0%,#b40631);
	background: -webkit-gradient(linear, left top, left bottom,from(#e60039),to(#b40631));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f23262;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,209,209,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,209,209,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,209,209,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);*/
}

ul.detailBtn {
	width: 310px;
	height: 40px;
	padding: 0px 5px;
	overflow: hidden;
	background: #222;
}

ul.detailBtn li{
	width: 145px;
	float: left;
	padding: 0px 5px;
}

div.movie{
	width: 300px;
	margin: 0px auto;
	text-align: center;
}

div.movie .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

div.movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


#footer{
	border-top: 1px solid #666;
	background: #000;
}

p.copyright{
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #EEEEEE;
	font-weight: bold;
	color: #666666;
	padding: 5px 0;
}
