
@charset 'UTF-8';


/* common 
------------------------------------- */

body {
	font-family: 'Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	font-size: 13px;
}


/* table
-------------------------------------- */
.search-results {
	margin: 20px;
}
.search-results dd {
	line-height: 1.6;
}
.search-results .tbl {
	/*font-size: 12px;
	line-height: 1.4;*/
	margin-bottom: 30px;
	border-top: 1px dotted #333;
}
.search-results .tbl:nth-of-type(1) {
    border: none;
}
.search-results .tbl table {
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #000;
}
.search-results table.tbl {
	font-size: 12px;
	line-height: 1.4;

}
.search-results .tbl th,
.search-results .tbl td {
	/*text-align: center;*/
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	white-space: nowrap;
}
.search-results .tbl th {
	padding: 4px 6px;
	background: #525252;
	color: #fff;
	border-top: 1px solid #000;
}
.search-results .tbl th.cup {
	background: #cdcdcd;
	color: #000;
}
.search-results .tbl td {
	vertical-align: top;
	padding: 6px;
}
.search-results .tbl tr:nth-child(2n+1) {
    background-color: #F0FFFF;
}

