@charset "utf-8";

#mainContents .companyTable01 th{
	width: 150px;
}

#mainContents .companyTable01 td dt{
	font-weight: bold;
}

#mainContents .companyTable01 td dl,
#mainContents .companyTable01 td p{
	margin: 0;
}

#mainContents .noborder{
	margin-bottom:0px!important;
}

#mainContents .noborder th,
#mainContents .noborder td{
	border:none;
	padding:5px 8px 0;
	background:none;
	width:inherit;
}

#mainContents h4{
	font-weight:bold;
	border-left:5px solid #CCC;
	padding-left:5px;
	margin:10px;
}

#mainContents .nametitle{
	border-bottom: 1px dotted #244A9E;
    color: #244A9E;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#mainContents #detail p{
	margin-bottom: 10px;
}

#mainContents #detail .lastBox{
	margin-bottom: 30px;
}

#mainContents .imgBox{
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

#mainContents .imgBox img{
	padding: 2px;
	border: 1px solid #CCC;
}