@charset "utf-8";


/*************************************************************** contentInner **/

#contentInner {
	margin: 10px 0 0 0;
	width: 900px;
}


/******************************************* searchbtn **/

#main ul.searchbtn {
	margin: 20px 0 0 0;
	width: 680px;
	border-bottom: 3px solid #1b81e7;
}

#main ul.searchbtn li {
	float: left;
	margin: 0 6px 0 0;
}

#main ul.searchbtn li.last {
	margin: 0 0 0 1px;
	display: inline;
}

/******************************************** result **/

#main .result {
	width: 680px;
	padding: 0 0 12px 0;
}

#main table {
	clear: both;
	width: 680px;
	border: 1px solid #7f7f7f;
	border-collapse: collapse;
}

/* for IE6 */
* html #main table {
	width: 680px;
	border: 1px solid #7f7f7f;
	border-collapse: collapse;
}

#main table th {
	background: #ededed;
	
}

#main table td {
	background: #fff;
}

#main th, 
#main td {
	border: 1px solid #7f7f7f;
	padding: 8px 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6;
}

#main table td p.p1,
#main table td p.p2 {
	margin: 0 0 5px 0;
}

#main table td.td1 img {
	border: 1px solid #333;
}

#main em {
	font-size: 12px;
	font-weight: bold !important;
	color: #dc0000;
}

#main table th.th1 {
	width: 62px;	
}

#main table th.th2 {
	width: 58px;	
}

#main table th.th3 {
	width: 200px;	
}

#main table th.th4 {
	width: 94px;	
}

#main table th.th5 {
	width: 49px;	
}

#main table th.th6 {
	width: 70px;	
}

#main table th.th9 {
	width: 35px;	
}

#main table td.favorite p {
	padding: 0 5px;
	text-align: right;
}


/******************************************* check_action **/

#main .check_action {
	border: 1px solid #a1a1a1;
	background: #eff2f5;
	padding: 7px 10px;
	margin: 10px 0 0;
	margin-bottom: 7px;
	position:relative;
	height: 30px;
	clear:both;
}
#main .check_action p {
	position: absolute;
	left: 250px;
	top: 16px;
	line-height: 1.2;
}
#main .check_action ul {
	position: absolute;
	left: 350px;
	top: 7px;
	width: 324px;
}
#main .check_action ul li.favorite {
	margin: 0 14px 0 0;
	padding: 7px 0;
}
#main .check_action ul li.favorite, #ichiran .check_action ul li.contact {
	float: left;
}

/******************************************* shiborikomi **/

#shiborikomi {
	margin: 20px 0 0 0;
	padding: 0 10px 10px;
	border-bottom: 1px dashed #ccccca;
}

#shiborikomi dl {
	float: left;
	margin: 0 52px 0 0;
}

#shiborikomi dl dt {

	margin: 0 14px 0 0;
	padding: 8px 0;
}

#shiborikomi dl dd {

	padding: 5px 0;
}

#shiborikomi dt,
#shiborikomi dd {
	float: left;
}

#shiborikomi p.kensaku_btn {
	float: right;
}

/******************************************* pager **/


#main .result p.pagerText {
	float: left;
	margin: 29px 0 20px 10px;
}

#main .result p.pagerLinks {
	float: right;
	margin: 29px 0 20px 42px;
}

/******************************************* empty **/

#main p.empty {
	margin: 80px 30px;
	padding: 10px;
	color: #f00;
	font-weight: bold;
	border: 1px solid #ccc;
	text-align: center;
}


