@charset "UTF-8";
/* --------------------------------------------------------------------------------------
 */
#main_img{
	background: url(/lounge/img/column/mistake/main_img_bg.png) center top no-repeat;
	margin-bottom:45px;
 }
#main_img h1{
	margin:0 auto;
	width:1000px;
	position:relative;
}
#main_img h1 #bengoshi-img{
	position:absolute;
	top:0;
	right:0;
	z-index:9999;
}
.headline-outer{
	padding-bottom:60px;
	background: url(/lounge/img/column/mistake/building.png) center bottom no-repeat;
}
#headline{
	margin:0 auto;
	width: 1000px;
	overflow:hidden;
}
#headline .desc{
	float:left;
	width:650px;
}
#headline .desc h2{
	height:40px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#headline .inner{
	overflow:hidden;
}
#headline .desc .left{
	width:150px;
}
#headline .desc .right{
	margin-top:25px;
	font-size:14px;
	width:487px;
	letter-spacing:0.05em;
	line-height:1.5em;
}
#headline .prof{
	margin-top:65px;
	float:right;
	width:305px;
}
#headline .prof .name{
	font-size:12px;
}
#headline .prof .name .job{
	margin-right:10px;
	text-align:center;
	display:inline-block;
	background: url(/lounge/img/column/mistake/job-bg.png) center top no-repeat;
	width:61px;
	height:18px;
	vertical-align:top;
}
#headline .prof .name strong{
	display:inline-block;
	line-height:1.3em;
	font-size:16px;
	font-weight:bold;
}
#headline .prof .detail{
	letter-spacing:-0.02em;
	padding:10px;
	line-height:1.4em;
	font-size:12px;
	margin-bottom:15px;
}
#headline .prof .link{
	font-size:12px;
	letter-spacing:0.03em;
}
#headline .prof .link a{
	display:inline-block;
	font-size:12px;
	padding:3px 0 0 25px;
	height:20px;
	background: url(/lounge/img/column/mistake/link-mark.png) left top no-repeat;
}

#contents{
	margin:0 auto 50px;
	width:1000px;
	padding-top:30px;
	color:#000;
	text-align:center;
	letter-spacing:0.05em;
}
#contents .new-item{
	width:300px;
	text-align:center;
	margin-bottom:10px;
}
#contents .new-item img{
	width:222px;
}
#contents #main{
	overflow:hidden;
}
#contents .item{
	width:300px;
	height:290px;
	margin-right:50px;
	float:left;
}
#contents .item:nth-of-type(3n){
	margin-right:0;
}
#contents .item img{
	margin-bottom:10px;
}
#contents .item a{
	color:#222;
	display:block;
}
#contents .item .number{
	display:block;
	line-height:1em;
	margin-bottom:8px;
}
#contents .item .number span{
	margin:0;
	width:auto;
	display:inline-block;
	font-size:12px;
	line-height:1.6em;
	height:18px;
	padding:1px 10px 0;
	font-weight:normal;
	color:#fff;
	background:#ea5514;
	border-radius:10px;
}
#contents .item p.title{
	text-decoration:underline;
	font-weight:bold;
	font-size:16px;
}
#contents .item .date{
	font-size:14px;
}
