@charset "utf-8";

/*=====================================================================
	
	Document    : outline.css
	Created on  : 2013/08/22
	Description : 当施設について
 
=====================================================================*/

.ssmd {
	margin-top:30px;
}


/* ---------------------------------------------
   写真・コメント
----------------------------------------------*/

.blockA {
	width:100%;
	padding-top:10px;
}

.blockA img {
	float:right;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
	margin-left:25px;
	margin-bottom:15px;
}


/* ---------------------------------------------
   施設概要
----------------------------------------------*/

.blockB {
	width:750px;
	margin-left:-20px;
}

.blockB table {
	width:100%;
	border-collapse:collapse;
}

.blockB th,
.blockB td {
	border:1px solid #8eccef;
	padding:13px 15px;
	text-align:left;
	vertical-align:top;
}

.blockB th {
	width:18%;
	background-color:#e6f5ff;
	white-space:nowrap;
	font-weight:normal;
	text-align:center;
}


/* ---------------------------------------------
   アクセスマップ
----------------------------------------------*/

.gmap {
	width:750px;
	height:400px;
	margin-left:-20px;
}

