@charset 'UTF-8';

/* main */

.ewb-location {
	line-height: 50px;
    box-shadow: 0px 1px 8px #ccc;
    font-size: 16px;
}

.ewb-location p a {
	color: #333;
	margin-right: 8px;
}

.ewb-location p span {
	margin-left: 8px;
}

.ewb-location p a:hover {
	color: #c00;
}

.ewb-article {
	padding: 20px 29px;
	    min-height: 600px;
}

.ewb-article-tt {
	margin-top: 35px;
	padding: 20px 0 15px 0;
	line-height: 36px;
	text-align: center;
	font-size: 28px;
}

.ewb-article-source {
	line-height: 36px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 16px;
	color: #b0b0b0;
}

.ewb-article-content {
	padding: 0 10px;
}

.ewb-as {
	line-height: 28px;
	border-bottom: 1px solid #ddd;
}

.ewb-article-p {
	line-height: 36px;
	text-indent: 2em;
	font-size: 16px;
}

.ewb-article-img {
	display: block;
	margin: 36px auto;
}