@charset "UTF-8";

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #CCC; /* 線色 */
	height: 1px; /* 高さ */
	width:100%;
}

/*社長挨拶
========================================================= */

.greetings {
	border:#CCC 1px solid;
	padding:30px 30px 10px;
	margin-bottom:20px;
}
.greetings dl {
	float:left;
}
.greetings dl dt {
	font-size:148%;
	color:#ff7a6f;
	font-weight:bold;
	padding-bottom:15px;
}
.greetings p.img {
	float:right;
}
.greetings dl dd {
	line-height:1.5;
	padding-bottom:40px;
	font-size:108%;
}
.greetings dl dd:last-child {
	padding-bottom:0;
}
.greetings dl dd ol {
	list-style:decimal;
	margin-left:20px;
}
.greetings dl dd ol li {
	padding-bottom:20px;
}




/*沿革
========================================================= */

.t_histry {
	margin-bottom:50px;
}
.t_histry tr {
	border-bottom:#CCC 1px solid;
}
.t_histry tr th,
.t_histry tr td {
	vertical-align:top;
	padding:7px 0 7px 0;
}
.t_histry tr th {
	text-align:left;
	font-weight:normal;
	color:#ff6666;
	width:150px;
}
.t_histry tr td {
}
