@charset "UTF-8";
/*----------------------------------------------------
	common
----------------------------------------------------*/
table tr {
	border:1px solid #C9C9C9;
}
table tr th {
	width:120px;
	background-color:#FDFFE6;
	border-right:1px solid #C9C9C9;
	box-sizing:border-box;
	padding:5px 8px;
	font-weight:normal;
}
table tr td {
	width:510px;
	background-color:#F4F4F4;
	box-sizing:border-box;
	padding:5px 8px;
}
table tr td .branch {
	background:none;
	padding:0;
	color:#FF6600;
	font-size:100%;
}
table tr td iframe {
	margin:10px auto 20px;
}