@charset "Shift_JIS";
/* for Print Media */
@import url("./common.css");
/* Tags
--------------------------------------------------*/
body {
	color:#000;
	background:#fff;
	line-height:1.5;
}
a:link, a:visited, a:hover, a:active {
	color:#000;
	text-decoration:none;
}
/* Blocks
--------------------------------------------------*/
td {
	vertical-align: top;
}
#rightColInner {
	background: none !important;
}
h1,
#mainMenu,
#toPageTop,
#bizsearchAspForm,
#leftCol,
#footer
 {
	display: none;
}
/*interview*/
.interviewList td li {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
}
/*case*/
#caseList {
	clear: both;
}
#caseList dl {
	margin: 10px 20px;
	border-bottom: 1px dotted #aed053;
	font-size: 12px;
	line-height: 16px;
}
#caseList dl dt {
	border-top: 1px dotted #aed053;
	padding: 4px 220px 6px 0;
	font-size: 12px;
	line-height: 18px;
}
#caseList dl dd {
	margin: -28px 0 0 350px;
	padding: 4px 0;
	font-size: 12px;
	line-height: 18px;
}
#caseList dl dd img {
	margin-right: 3px;
}
#caseList h3 {
	margin: 20px 20px 10px;
	padding-left: 10px;
	border-left: 5px solid #ccc;
	color: #000;
	font-weight: bold;
}
ul#casePhoto {
	width: 570px;
	margin: 10px 20px 0;
}
ul#casePhoto li {
	float: left;
	width: 180px;
	margin: 0 15px 0 0;
	font-size: 10px;
	line-height: 1.4;
}
ul#casePhoto li.lastCol {
	margin-right: 0;
}
.clearfix { /*IE5.5-7*/
	zoom: 1;
}
.clearfix:after { /*Modern*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* EOF */