@charset "utf-8";
/*! style.css
----------------------------------------*/

.shibukawa .lead .lead-hero {
	margin: 2em auto 3em;
	text-align: center;
}

.shibukawa .info h2 {
	text-align: center;
}

.shibukawa .topics {
	position: relative;
	width: 90%;
	margin: 2em auto 3em;
	padding: 0.4em 0.96em 0.8em;
	padding-top: 2em;
	background-color: #f0f0f0;
	border: 0 solid #dfdfdf;
	border-width: 0px 1px 1px 0;
	-webkit-border-radius	: 0.8em;
	-moz-border-radius		: 0.8em;
	border-radius			: 0.8em;
    box-shadow: 8px 8px 10px -6px;
}

.shibukawa .topics .topics-ttl {
	position: absolute;
	top: 0;
	right: 0;
}
