@charset "utf-8";
/* CSS Document */


html,body{
	height: 100%;
	overflow:auto;
}

body {
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo","ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	text-align:center;
	margin:0;
	background-image:url(images/back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}

#wrap {
	width: 600px;
	margin:100px auto 0 auto;	
	padding:50px 50px 30px 50px;
	background: #fff;
	text-align:center;
	background-color:rgba(255,255,255,0.9);
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity:0.95;
	opacity:0.90;
}

p.address {

	margin:0;
	padding:0;
	}
	
p.address span {
	font-weight:700;
	font-size:1.3em;
	}

p.text {
	margin:50px 0 30px 0;
	}
	
p.copyright {
	margin-top:40px;
	color:#fff;
	}



p.map {
	float:right;
	margin:0;
	}

div.open {
	overflow:hidden;
	width:300px;
	float:left;
	}

div.open h3 {
	paddig:0px;
	margin:0;
	background-color:#8cb3c8;
	color:#fff;
	font-weight:normal;}

dl {

	overflow:hidden;

	}

dl dt {

	width:100px;
	background-color:#c1ab05;
	color:#fff;
	margin-bottom:10px;
	}
	
dl dd {

	width:240px;
	margin:0 0 20px 0px;
	text-align:left;
	padding:0;
	}

dl dd span {
	font-size:0.85em;
	}
