@charset "utf-8";

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

 撮影メニューのコンテンツ部分
 
================================================== */


/* ===============================================
▼
=============================================== */

.section h2{
	padding-bottom:50px;
}

.section h3{
	padding-bottom:20px;
}

p.h2Text {
	position:absolute;
	top:6px;
	left:240px;
	color:#666;
}

/* ===============================================
▼data
=============================================== */

dl.data {
	margin:0 auto;
	color:#666;
	line-height:1.4;
	background: url(../img/bcg_data.png) repeat-y left;
}

dl.data  dt {
	display:block;
	float:left;
	clear:left;
	width:7em;
	text-indent:20px;
	padding:8px 0;
}
dl.data dd {
	padding:8px 0;
	padding-right:20px;
	padding-left:9em;
}

/* ===============================================
▼staff
=============================================== */

.staff {
	margin: 1em 0;
	width: 100%;
}

.staff ul {
	width: 620px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

.staff ul li {
	width: 290px;
	margin-right:20px;
	margin-bottom:20px;
	overflow: hidden;
	float: left;
}

.staff p.name {
	padding-left:10px;
}

.staff p.text {
	padding:0 10px;
	color:#666;
}

/* googlemap */
#access {
	height:400px;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	-o-border-radius:5px;
	behavior:url("PIE.htc");
	border:1px solid #ccc;
	overflow:hidden;
	margin-bottom:50px;
}

#access .popup{
	width:auto;
}

#access .popup a{
	color:#F60;
}

#access .popup .name{
	font-weight:bold;
}

#access .popup span{
	font-weight:bold;
	font-size:120%;
}