﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);




#content h3{
 font-size: 1.2em;
 border-bottom: 1px dashed #960;
 margin-bottom: 20px;
 color: #960;
}

/*company*/

.map{
	height: 450px;
	margin-bottom: 26px;
	border: #DBCFA0 1px solid;
}

#content table{
	margin-bottom: 26px;
}

#content h2{
	margin-bottom: 20px;
}

#content .start{
	margin-bottom: 15px;
}

#content th{
	width: 140px;
}

#content .mb60{
	margin-bottom: 60px;
}
#content .indent{
	margin-bottom: 26px;
}
#content .indent p{
	margin: 0 0 0 1.2em;
	text-indent: -1.2em;
}

