@charset "UTF-8";
/* CSS Document */



/*トップ案内
-------------------------------------------------- */

.info{
	text-align: center;
	font-size: 18px;
	padding: 10px 0px;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	width: 95%;
	margin: 10px auto 0;
}

.info a{
	display: inline;
	height: 100%;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
	display: block;
}

.info a img{
	margin:3px 5px 0 0;
}


.info a:after{
	position: absolute;
	margin-top: 2px;
	right: 10px;
	font-family:inherit;
	content: "\30AB\30EC\30F3\30C0\30FC\306F\3053\3061\3089\a0>";
	font-size: 12px;
	color: #fff;
}

.info a:hover {
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
  opacity: .7;
}


.open{
	background-color:#2475bd !important;
}

.close{
	background-color:#999999 !important;
}

.basic_info .info a:after{
	display: none;
}



/*トップ基本情報
-------------------------------------------------- */

.basic_info_area{
  display: table;
  margin: 20px auto 0;
}

.map{
    display: table-cell;
    padding-right: 20px;
}

.map img{
	width: 480px;
}

.basic_info{
	display: table-cell;
	height: 100%;
    vertical-align: top;
	width: 480px;
}

.basic_info table.table03 tr td{
	text-align:left !important;
}
