@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_cinema.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 0000-00-00
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

/* ================================================

	contentsBox

=================================================*/

/* contentsBox -------------*/
#contentsBox {
	background-image: url(../_img/cinema/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}

/* ================================================

	contentsBoxHeader

=================================================*/
/* contentsBoxHeader -------------*/
#contentsBoxHeader {}
#contentsBoxHeader h1 {
	float: left;
}

/* ================================================

	cinemaAmusementList

=================================================*/
/* cinemaAmusementList -------------*/
#cinemaAmusementList {
	background-color: #FDF2F8;
}
#cinemaAmusementList ul {
	padding-top: 5px;
}
#cinemaAmusementList li {
	clear: both;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}
#cinemaAmusementList li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cinemaAmusementList p {
	margin-bottom: 5px;
}
#cinemaAmusementList p.photo {
	float: right;
	padding-left: 10px;
}
#cinemaAmusementList p.title {
	font-size: 116%;
	font-weight: bold;
	color: #EE62A1;
}

/* ================================================

	cinemaAmusementCap

=================================================*/
/* cinemaAmusementCap -------------*/
#cinemaAmusementCap {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#cinemaAmusementCap p.title {
	font-size: 100%;
	font-weight: bold;
	color: #EE62A1;
}
#cinemaAmusementCap ul {}
#cinemaAmusementCap li {
	list-style-type: disc;
	margin-left: 1em;
	font-size: 83%;
}




#cinemaAmusementList li:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#cinemaAmusementList li
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html #cinemaAmusementList li
	{ height: 1%; }
#cinemaAmusementList li
	{ display: block; }
/* End hide from IE-mac */

