@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_privacy.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/access/contents_frame_bg_top.jpg);
	background-repeat: no-repeat;
}

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

	contentsBoxHeader

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


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

	chanterAdd
	
=================================================*/
/* chanterAdd -------------*/
#chanterAdd {
	clear: both;
}
#chanterAdd p {}
#chanterAdd p.photo {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
#chanterAdd p.title {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 1em;
}
#chanterAdd p.add {

}

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

	time
	
=================================================*/
/* time -------------*/
#time {
	clear: both;
}
#time h2 {
	margin-bottom: 20px;
	margin-top: 20px;
}
#time p {
	padding-left: 20px;
}
#time p.openTime {
	font-weight: bold;
	margin-bottom: 20px;
}
#time ul {
	padding-left: 20px;
}
#time li {
	margin-left: 1.5em;
	list-style-type: disc;
}


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

	access
	
=================================================*/
/* access -------------*/
#access {
	clear: both;
}
#access p {
	padding-left: 20px;
}
#access p.map {
	padding-left: 0px;
}
#access h2 {
	margin-bottom: 20px;
	margin-top: 20px;
}
#access h3 {
	margin-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#access ul {
	padding-left: 20px;
}
#access li {
	margin-left: 1.5em;
	list-style-type: disc;
}




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

