  .wrapper {
	position: relative;
}
#tabwrap {
	background: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	margin: 60px auto;
	border: 1px solid #ddd;
}
#tabs li { list-style: none; }
#tabs li a {
	float: left;
	display: block;
	background: #777;
	padding: 10px;
	color: #fff;
	width: 16.667%;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #555;
	border-left: 1px solid #888;
	font-size: 15px;
	font-size: 1.5rem;
}

#tabs li a:hover { background: #666; }
#tabs li:first-child a { border-left: 0; }
#tabs li:last-child a { border-right: 0; }

#tabs li.current a {
	background: #fff;
	color: #666;
}

#plantList > div {
	clear: both;
	padding: 20px;
	line-height: 19px;
	color: #666;
	display: none;
}

#plantList .current { display: block; }
#plantList #hiroshima.first { display: block; }
#plantList p { margin: 0 0 20px 0;}



.tabs_item {
	display: inline;
}
.tabs_link {
	display: inline-block;
	color: #999;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #ededed;
	padding: 6px 10px;
	text-align: center;
	width: 15%;
}

.tabs_link.is-active {
	color: #333;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.tabs_content {
	display: none;
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: -1px;
	background-color: #fff;
}
.tabs_content dl {
	margin-bottom: 0;
}
.tabs_content.is-open dl dt {
	width: 130px;
}
.tabs_content.is-open dl dt:after {
	content: none;
}
.tabs_content.is-open dl dd {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.tabs_content.is-open dl dd:last-child {
	margin-bottom: 0;
}
.tabs_content.is-open dl dd span {
	background-image: url(/images/icon-tel.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 18px;
}
.maps {
	margin-left: 10px;
}
.maps:before {
	content: "";
	background-image: url(/images/sk1.png);
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.tabs {
	background: #fff;
	overflow: hidden;
	margin-top: 35px;
}

/**/

@media print, screen and (min-width: 480px) {
	.tabs_link {
		display: inline-block;
		padding: 16px 12px;
		
	}

}

/**/

@media print, screen and (min-width: 824px) {
	.tabs {
		margin-top: 0;
	}
	.tabs_link {
		padding: 14px 30px;
		width: 15%;
	}
}

/**/

@media only screen and (min-width: 1012px) {

}

