@charset "utf-8";

#05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.wrap{
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #ddd;
}
.inner{
  float: left;
  width: 198px;
  border: 1px solid #333;
}
.cb{
  /* floatを解除 */
  clear: both;
}









