@charset "utf-8";
#main .block {
	background-color: #f5f5f5;
}
#main .consulList {
	margin-left: -100px;
	margin-top: -100px;
}
#main .consulList:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
#main .consulList li {
	width: 550px;
	float: left;
	margin-left: 100px;
	margin-top: 100px;
}
#main .consulList li:nth-child(odd) {
	clear: both;
}
#main .consulList dl {
	background-color: #fff;
	position: relative;
	padding: 0 50px 130px;
}
#main .consulList dt {
	position: absolute;
	top: 125px;
	left: 30px;
}
#main .consulList dt span {
	display: block;
}
#main .consulList dt .jp {
	font-size: 24px;
}
#main .consulList dt .en {
	font-size: 12px;
}
#main .consulList .img {
	margin-bottom: 45px;
}
#main .consulList .img img {
	height: 280px;
}
#main .consulList .txt {
	font-size: 14px;
}
#main .consulList .row {
	position: absolute;
	bottom: 58px;
	left: 50px;
	right: 50px;
	width: auto;
	border-top: 1px solid #cccccc;
}
#main .consulList .row .left {
	width: 164px;
}
#main .consulList .row .right {
	width: 285px;
	border-left: 1px solid #ccc;
}
#main .consulList .row p {
	font-size: 14px;
	line-height: 1;
	padding-top: 20px;
	white-space: nowrap;
	overflow: hidden;
}
#main .consulList .row .right p {
	padding-left: 20px;
}