@charset "UTF-8";

@import "../css/contents.css";

#greeting p {
	text-indent: 12px;
	letter-spacing: 0.1em;
}
table {
	margin-top: 15px;
}
table#outline {
	border-top: solid 1px #ccc;
}
table#outline th{
	background: #ebebeb;
	font-weight: bold;
	border: solid 1px;
	border-color: #fff #fff #ccc #ccc;
	width: 100px;
	color: #0b1d39;
	padding: 5px 0;
	text-align: center;
}
table#outline td {
	padding-left: 5px;
	border: solid 1px;
	border-color: #fff #ccc #ccc #ccc;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}
table#official {
	margin-top: 0 !important;
}
table#official th {
	background: #fff;
	font-weight: normal;
	border: none;
	text-align: left;
	color: #444;
	vertical-align: top;
	padding: 2px 0;
}
table#official td {
	border: none;
}
table#customer, table#item, table#vendor {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
table#customer td, table#item td, table#vendor td  {
	padding: 2px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
table#customer td {
	width: 110px;
	text-align: center;
}
.tx10 {
	font-size: 10px;
}
td a#access_bt {
	border: solid 1px #033ed6;
	padding: 2px 7px;
}
td span.fo_xs {
	font-size: 7px;
}
td span.fo_ss {
	font-size: 8px;
}
td span.fo_s {
	font-size: 10px;
}
