/* 1. company style */
/* ------------------------------------------------------------------------------------ */

.introduction {
	display: block;
	margin-bottom: 31px;
}
.head-tl {
	margin: 0 3% 10px ;
	border-bottom: solid 2px #e6e5e5;
	text-align: left;
}
.introduction .head-tl h2 {
	text-align: left;
	display: block;
	margin: 44px 20% 5px 0;
}
.introduction h2{
	text-align:left
}
.introduction .head-tl h2 img {
	width: 246px;
	position: relative;
}
#readingContent01 {
	margin-bottom: 30px;
	margin-left:6%;
}
#readingContent01 h3 {
	margin-bottom: 30px;
	text-align:left;
}
#readingContent01 h3 img {
	width: 73px;
}
#readingContent01 dl {
	padding: 0 0% 9px 2.4%;
	margin-bottom: 16px;
	border-bottom: 1px solid #e6e5e5;
	text-align:left;
	margin-right:6%;
}

#readingContent01 dl dt {
	font-weight: bold;
	float: left;
	width: 20%;
	display: inline;
	margin-right:20px;
}
#readingContent01 dl dd {
	float: left;
	width: 72%;
	display: inline;
}
#readingContent01 dl dd.address{
	float: left;
	width: 72%;
	display: inline;
	margin-bottom:10px;
}
#map_canvas {
	width: 88%;
	height: 190px;
	margin:0 6% 40px 6%;
}