@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#contents #visual {
	background-image: url(/news/include/images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	text-align: left;
}

#about section {
	margin-bottom: 50px;
}

#about ol,
#about p {
	margin-bottom: 20px;
}

#about .span_bold_em {
	font-size: 105%;
	font-weight: bold;
}


#about a.tel {
	text-decoration: none;
	background: #fff;
	color: #4c4948;
}

.black #about a.tel {
	background: #000;
	color: #fff;
}

#about p a {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	line-height: 26px;
	position: relative;
}

#about p a:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: 12px;
	border: solid 4px transparent;
	border-left: solid 6px #01abbf;
	position: absolute;
	top: 0;
	left: 2px;
}

