@charset "utf-8";
/* パノラマ設定
---------------------------------------------------- */
#main h2 {
	background-image: url(../img/entry/orange.gif);
	padding-top: 13px;
	padding-left: 26px;
	font-size: 16px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 744px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* 一覧ページ設定
---------------------------------------------------- */
#virtual_explanation {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#main table {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
}
#main th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	background-color: #FFD89D;
}
#main td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
}
/* 詳細ページ設定
---------------------------------------------------- */
#virtual_box {
	padding: 0px;
	height: 505px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#virtual_box_kanri {
	padding: 0px;
	height: 505px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
}
#details_box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#details_box dt {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding: 5px;
}
#details_box dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
#building {
	width: 390px;
	margin-right: 10px;
	float: left;
}
#money {
	width: 140px;
	float: left;
	margin-right: 10px;
}
#others {
	width: 140px;
	float: left;
}
#comment {
	width: 390px;
	margin-right: 10px;
	float: left;
}
#qrcode {
	width: 140px;
	margin-right: 10px;
	float: left;
}
#inquiry {
	width: 140px;
	float: left;
}
#inquiry input {
	width: 110px;
	text-align: center;
}
#notation {
	text-align: right;
	clear: both;
	width: 100%;
}

