@charset "utf-8";
/* CSS Document */

.examination-top-txt {
	margin:5px 0 0 15px;
}

table.examination {
	margin:10px 15px 10px 15px;
	border-spacing: 0;
	border: 1px #999 solid;
	border-collapse: collapse;
	width:630px;
}

table.examination th {
	padding: 5px;
	border: #999 solid;
	border-width: 0 0 1px 1px;
	background: #DDF3FF;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
}

table.examination td {
	padding: 5px;
	border: 1px #999 solid;
	border-width: 0 0 1px 1px;
}

table.examination td a {
	text-decoration:underline;
}

table.examination img {
	vertical-align:middle;
	margin-right:3px;
}

table.examination .center {
	text-align:center;
}

/*====================================================

	詳細

====================================================*/


table.details {
	margin:10px 15px 10px 15px;
	border-spacing: 0;
	border: 1px #999 solid;
	border-collapse: collapse;
	width:630px;
}

table.details th {
	padding: 5px;
	border: #999 solid;
	border-width: 0 0 1px 1px;
	background: #DDF3FF;
	font-weight: bold;
	line-height: 120%;
	text-align:left;
	white-space: nowrap;
}

table.details th.head {
	background:#0F5DA6;
	color:#FFF;
	text-align:center;
}

table.details td {
	padding: 5px;
	border: 1px #999 solid;
	border-width: 0 0 1px 1px;
	width:520px;
}

table.details th.v-top {
	vertical-align:top;
}