@charset "utf-8";

body * {
	font-family: Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
}

body {
	font-size:12px;
	line-height: 1.4;
	color:#000000;
	margin: 0;
	padding: 20px;
}

.fs_10 {
	font-size:10px;
}

/* border */

table,
table tr,
table tr th,
table tr td {
	border-collapse: collapse;
	border-bottom: #000000 solid 1px;
	border-left: #000000 solid 1px;
	border-top: #000000 solid 1px;
}

table tr .city {
	border-left: #000000 dotted 1px;
	border-right: #000000 solid 1px;
}

table tr th {
	font-weight: bold;
	text-align: left;
	background: #dddddd;
}

table tr td.country-en {
	border-left: none;
}

/* cell text layout */

table tr th,
table tr td {
	vertical-align: top;
	padding: 0 0 0 5px;
}

/* cell width */
table tr td.country-jp {
	width:9em;
}

table tr td.country-en {
	width:10em;
}

table tr td.company {
	width:13em;
}

table tr td.city-jp {
	width:20em;
}

table tr td.city {
	width:14em;
}

/* caption */
table caption,
p.table-cap {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}

table caption.no-space {
	padding: 0;
} 