@charset "utf-8";

/*===================================================
*
*	Page Theater Top Page Style CSS
*	Site https://www.unitedcinemas.jp
*
====================================================*/
ul.contentsTubTheater {
	float: left;
	width: 910px;
	background-color: #000;
	padding: 10px 0 0 0;
}

ul.contentsTubTheater li{
	float: left;
	height: 50px;
	margin-right: 5px;
	position: relative;
	width: 96px;
}


ul.contentsTubTheater li img {
	bottom:0;
	left:0;
	position:absolute;
}


/* information
----------------------------------------------------*/
#shopInformation {
	width: 628px;
	text-align: left;
	margin: 10px auto 10px;
}

#shopInformation ul.newsList {
	overflow: auto;
	width: 618px ;
	padding: 0px 5px 10px;
}

#shopInformation ul.newsList li {
	line-height: 1.6em;
	padding: 4px 0;
	background: url(/image/common/line_dot_black.gif) 0 bottom repeat-x;
}

#shopInformation ul.newsList li a{
	line-height: 1.6em;
	padding: 0 0 0 18px;
	display: block ;
	background: url(/image/common/arrow_s.gif) 1px 3px no-repeat ;
}


/* shop
----------------------------------------------------*/

body.shop div.inner{
	text-align: center;
}

body.shop div#food_drink {
	text-align: left;
	overflow: hidden;
	width: 628px;
	margin: auto;
}


.foodImage {
	margin-bottom: 15px;
}

.setMenu {
	overflow: hidden;
}

.setMenu h3 {
	background: url(/image/shop/setmenu_head.jpg) no-repeat left top;
	margin:0 0 13px;
	padding: 2.75em 5px 1.35em;
	font-size: 117%;
	font-weight: bold;
}

.setMenu ul {
	overflow: hidden;
}

.setMenu li {
	width: 306px;
	float: left;
	padding: 0px 0px 10px;
	margin: 0px 4px 10px;
	background: url("/image/common/line_dot_black.gif") repeat-x left bottom;
	overflow: hidden;
}

.setMenu li h5 {
	float: left;
	width: 140px;
}

.setMenu li p {
	float: right;
	width: 155px;
	line-height: 1.4em;
}

.foodMenu {
	width: 310px;
	float: left;
}

.foodMenu h3 {
	background: url(/image/shop/foodmenu_head.jpg) no-repeat left top;
	margin:0 0 10px;
	padding: 2.75em 5px 1.35em;
	font-size: 117%;
	font-weight: bold;
}

.foodMenu h4 {
	text-align: center;
	background: #221715;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

.foodMenu li {
	width: 310px;
	padding: 0px 0px 10px;
	margin: 0px 4px 10px;
	background: url("/image/common/line_dot_black.gif") repeat-x left bottom;
	overflow: hidden;
}

.foodMenu li h5 {
	float: left;
	width: 190px;
	line-height: 1.2em;
}

.foodMenu li p {
	float: right;
	width: 110px;
	line-height: 1.4em;
	text-align: right;
}

.drinkMenu {
	width: 310px;
	float: right;
}

.drinkMenu h3 {
	background: url(/image/shop/drinkmenu_head.jpg) no-repeat left top;
	margin:0 0 10px;
	padding: 2.75em 5px 1.35em;
	font-size: 117%;
	font-weight: bold;
}

.drinkMenu h4 {
	text-align: center;
	background: #221715;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

.drinkMenu li {
	width: 300px;
	padding: 0px 0px 10px;
	margin: 0px 4px 10px;
	background: url("/image/common/line_dot_black.gif") repeat-x left bottom;
	overflow: hidden;
}

.drinkMenu li h5 {
	float: left;
	width: 190px;
	line-height: 1.2em;
}

.drinkMenu li p {
	float: right;
	width: 110px;
	line-height: 1.4em;
	text-align: right;
}



.breathe p.breatheImage{
	margin:0 10px 10px;
}

.breathe p.breatheTxt{
	margin:10px;
}

.breathe ul{
	float:left;
	margin:0 3px;
}

.breathe ul li{
	float:left;
}



div.menuSingle table {
	border-collapse:collapse;
	font-size:inherit;
	width:100%;
	margin-bottom: 16px;
}

div.menuSingle table th.menuDrink{
	background:url("/image/shop/menu_drink.gif") repeat-x scroll 0 bottom;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border:0px solid #000000;
	padding:0;
	margin:0;
	height:20px;
	vertical-align:top;
}

div.menuSingle table th.menuFood{
	background:url("/image/shop/menu_food.gif") repeat-x scroll 0 bottom;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border:0px solid #000000;
	padding:0;
	margin:0;
	height:20px;
	vertical-align:top;
}

div.menuSingle td {
	background:url("/image/common/line_dot_black.gif") repeat-x scroll 0 bottom transparent;
	clear:both;
	margin-bottom:10px;
	padding:5px 5px 7px;
	border:0px solid #000000;
	background-color:#fff;
	font-weight:bold;
	vertical-align: middle;

}

div.menuSingle td span.small{
	font-size:80%;
	font-weight:normal;
}

div.menuSingle .boxSide {
	width: 310px;
	float:left;
}

/* --- tinymce menulist --- */
body#tinymce {
	width: 634px;
	padding: 8px;
	background: #FFF;
	text-align: left;
}
body#tinymce div.setMenu ul li,
body#tinymce div.drinkMenu ul li,
body#tinymce div.foodMenu ul li{
	border:1px dotted #AAA;
	background: none;
}

