@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;
	color:#000;
	background: url(/lounge/img/column/mistake/contents_bg.png) center top repeat-y;
}
/* --------------------------------------------------------------------------------------
 メイン*/
#main{
	width:650px;
	padding:30px 0 0 0;
	margin-bottom:30px;
	letter-spacing:0.03em;
}
#main h3{
	font-weight:normal;
	text-align:center;
	font-size:14px;
	margin-bottom:12px;
}
#main h3 span{
	display:inline-block;
	color:#fff;
	background:#ea5514;
	height:20px;
	padding:0px 18px 0;
	border-radius:10px;
}
#main .question{
	padding:35px 35px 70px 35px;
	background: url(/lounge/img/column/mistake/sita.png) center bottom no-repeat;
}
#main .question h4{
	font-weight:bold;
	text-align:center;
	font-size:30px;
	margin:0 -35px 25px;
}
#main .question .request{
	padding:3px;
	text-align:center;
	font-size:14px;
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #4d4d4d;
	margin-bottom:25px;
}
#main .question .detail{
	font-size:16px;
	line-height:1.9em;
}
#main .answer{
	padding:0 35px 35px 35px;
}
#main .answer h4{
	color:#fff;
	text-align:center;
	height:142px;
	padding:55px 15px 0 130px;
	font-weight:normal;
	font-size:24px;
	margin:0 -35px;
	background: url(/lounge/img/column/mistake/answer-title_bg.png) left top no-repeat;
}
#main .answer h4 strong{
	font-weight:bold;
}
#main .answer h5{
	margin-top:-5px;
	color:#ea5514;
	text-align:center;
	font-size:21px;
	margin-bottom:20px;
	font-weight:bold;
	line-height:1.1em;
}
#main .answer .detail{
	font-size:16px;
	line-height:1.9em;
}




/* --------------------------------------------------------------------------------------
 サイド*/
#side{
	text-align:center;
	background:none;
	height:auto;
	padding:30px 10px;
	width:325px;
}

#side dl dt{
	margin-bottom:12px;
	text-align:center;
}
#side dl dd{
	margin-bottom:30px;
}
#side dl dd img{
	margin-bottom:10px;
}
#side dl dd a{
	color:#222;
	display:block;
}
#side dl dd a span{
	display:block;
	background:#f6f7f7;
	width:74px;
	height:24px;
	text-align:center;
	line-height:24px;
	font-size:0.9em;
	margin-bottom:5px;
	color:#c30d23;
}
#side dl dd .number{
	display:block;
	line-height:1em;
	margin-bottom:8px;
}
#side dl dd .number span{
	margin:0;
	width:auto;
	display:inline-block;
	font-size:11px;
	line-height:1.6em;
	height:16px;
	padding:0 13px;
	font-weight:normal;
	color:#fff;
	background:#ea5514;
	border-radius:10px;
}
#side dl dd p.title{
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
}
