@charset "utf-8";

/* 業務内容について */
@import url("../../common/css/common.css");

/* contents */
#contents h1 {margin-bottom: 0;}
#contents h2 {
/*	text-align: center;*/
	padding: 60px 0px 10px 55px;
}
#contents h3 {
	padding: 0px 0px 10px 55px;
	font-size: 16px;
	line-height: 25px;
	color: #4C2C20;
}
#contents p.pt {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
/*	border:1px solid red;*/
}
.con {
	font-size: 14px;
	line-height: 28px;
	border-top: 1px solid #852828;
}


.clear { clear:both; }

/* fit images on text tags */
#contents h2 {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
.con:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.con {zoom:100%;}
