@charset "UTF-8";

/*オリックスグループ一覧の設定*/
.showdetail{
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.priceTbl {
	width: 690px;
	margin: 2em 0 15px 15px;
	border-top: 1px solid #8D8FB7;
}
.priceTbl th, .priceTbl td {
	padding: 0.4em;
	text-align: center;
	border-right: 1px solid #8D8FB7;
	border-bottom: 1px solid #8D8FB7;
	font-weight: normal;
	line-height: 1.6em;
}
.priceTbl th {
	color: #FFFF66;
}

.boxR{
	width: 700px;
	float: left;
}

/* クローズボタン */
.closebtn {
	text-align: right;
	margin: 0x -10px 0 0;
	padding: 20x 0 0 0;
}
.closebtn img {
	width: 10px;
	height: 10px;
	border: none;
}
.closebtn a:link img, .closebtn a:visited img {
 filter: Alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.70;
}
.closebtn a:hover img, .closebtn a:active img {
 filter: Alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.00;
}

/* 国名 */
.boxR td.foreign_c{
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
}