@charset "utf-8";

/* CSS Document */

#tkn_head_box {
	border: 1px solid #eaeaea;
	padding: 5px;
	overflow: hidden;
}

.tpr {
	display: block;
}

.tpr table {
}

.tpr tr {
}

.tpr th {
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-style: solid;
	border-right-style: solid;
}

.tpr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-style: solid;
	border-right-style: dashed;
}

.tsbox {
	border: 1px solid #999;
	margin-top: 20px;
}

.tsbox table {
}

.tsbox tr {
}

.tsbox th {
	background-color: #EAEAEA;
	vertical-align: text-top;
	padding: 2px;
}

.tsbox td {
	background-color: #F7F7F7;
	padding: 2px;
}

.tsbox td img {
	float: left;
	height: auto;
	width: 100%;
}

.tsbox dl {
	margin: 0px;
	padding: 0px;
}

.tsbox dt {
	font-weight: bold;
	width: 55px;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tsbox dd {
	display: block;
	margin: 0px;
	padding-top: 5px;
	background-color: #F6F6F6;
	padding-left: 5px;
}
