@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------- xxxxx */
/* xxx */
.about_img {
	float: right;
	margin-left: 10px;
}
.about_img .tex02 {
	font-family: 'Noto Sans Japanese';
	color: #9d1212;
	text-align: center;
}
.about_img .tex02 span {
	font-size: 12px;
}
#about .tex03 {
	font-family: 'Noto Sans Japanese';
	font-size: 20px;
	color: #9d1212;
	margin-top: 15px;
}
.about_contact {
	background-color: #f6ecd7;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}
.about_contact p {
	font-weight: bold;
}
