@charset "utf-8";

.inline{ display: inline;}
.block{ display: block;}
.iblock{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* #area_check */

#area_check{
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	padding: 19px;
}

#area_check > .h:first-child{
	margin-top: -40px;
}

#area_check .box.a{
	width: 420px;
}

body #area_check .box.a .h.h01{
	font-size: 15px;
	line-height: 19px;
	height: 19px;
}

#area_check .box.a > .inner{
	padding: 10px 10px 0 10px;
}

#area_check .box.a.result > .inner{
	background: transparent url(../img/bg_01.png) no-repeat scroll left top;
	position: relative;
	color: #fff;
	line-height: 1.0;
	height: 143px;
}

#area_check .box.a table.a{
	width: 100%;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

#area_check .box.a table.a .small{
	font-size: 11px;
}

#area_check .box.a table.a th{
	background: #f0f0f0 none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 10px 0;
}

#area_check .box.a table.a td{
	font-size: 13px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 6px 10px;
}

#area_check .box.a table.a th.narrow,
#area_check .box.a table.a td.narrow{
	width: 52px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

/* #area_news */

#area_news{
	position: relative;
	width: 440px;
}

#area_news > .h:first-child{
	letter-spacing: 0.1em;
	padding-top: 7px;
	margin-bottom: 20px;
}

#area_news .news{
	padding: 0 5px;
}

#area_news .news > li{
	font-size: 13px;
	margin: 0 0 12px 0;
}

#area_news .news > li a{
	text-decoration: none;
}

#area_news .news > li a:hover{
	text-decoration: underline;
}

#area_news .news > li .date{
	color: #888;
	width: 90px;
}

#area_news .news > li .title{
	margin-left: 90px;
}

#area_news .more{
	position: absolute;
	top: 16px;
	right: 0;
}

/* #area_voice */

#area_voice{
	position: relative;
	width: 440px;
}

#area_voice .voices{
	background: #f9f9f9 none;
	border: 1px solid #c9c9c9;
	padding: 20px 20px 4px 20px;
}

#area_voice .voices > li{
	margin-bottom: 22px;
}

#area_voice .voices > li .message{
	font-size: 16px;
	font-weight: bold;
}

#area_voice .voices > li .from{
	background: transparent url(../img/ico_man.png) no-repeat scroll 2px 0;
	padding: 0 0 0 28px;
}

#area_voice .more{
	position: absolute;
	top: 16px;
	right: 0;
}
