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

#System-Unit {
	vertical-align:top;
	display: inline-block;
	margin: 1px 1px 10px 1px;
	width:680px;
	height:800px;
	/*background-color:pink;*/
}
.Price-List {
	vertical-align:top;
	display: inline-block;
	margin: 10px 5px 1px 1px;
	width:400px;
	/*height:360px;*/
	background-color:rgba(252,247,234,1);
	border-color: #b8860b;
	border-width: 3px;
	border-style: solid;
}
	.Price-Line {
		margin: 2px;
		width:99%;
		/*background-color:green;*/
		border-color: #b8860b;
		border-width: 0 0 2px 0;
		border-style: dotted;
	}
		.TableCharge-TimeZone {
			width:160px;
			padding: 10px 7px;
			vertical-align:top;
			display: inline-block;
			/*background-color:pink;*/
			font-size:21px;
			font-weight:700;
		}
		.TableCharge-Unit {
			vertical-align:top;
			display: inline-block;
			padding: 10px 5px;
			/*background-color:yellow;*/
			font-size:21px;
			font-weight:700;
		}
		.TableCharge-Price {
			vertical-align:top;
			display: inline-block;
			padding: 10px 7px;
			/*background-color:skyblue;*/
			font-size:21px;
			font-weight:700;
			text-align:right;
			float:right;
		}
		.Nominate-Title {
			margin-left:140px;
			width:100px;
			vertical-align:top;
			display: inline-block;
			padding: 10px 5px;
			/*background-color:pink;*/
			font-size:21px;
			font-weight:700;
		}
		.Nominate-Price {
			vertical-align:top;
			display: inline-block;
			padding: 10px 5px;
			/*background-color:pink;*/
			font-size:21px;
			font-weight:700;
			text-align:right;
			float:right;
		}
		.Yen {
			font-size:16px;
			font-weight:normal;
		}
		.Nami {
			padding: 0 5px 0 5px;
			font-size:16px;
			font-weight:normal;
		}
	.Tax-Line {
		margin: 2px;
		width:350px;
		/*background-color:red;*/
		font-size:21px;
		font-weight:700;
		text-align:right;
		padding: 10px 30px 10px 10px;
	}
.System-Image {
	vertical-align:top;
	display: inline-block;
	margin: 1px;
	width:260px;
	height:360px;
	/*background-color:purple;*/
}
.System-Info {
	vertical-align:top;
	display: inline-block;
	margin: 1px 1px 10px 1px;
	width:640px;
	height:210px;
	background-color:rgba(252,247,234,1);
	padding: 10px 20px;
	line-height:1.8;
	font-size: 16px;
	color: #866629;
}
		.Price {
			color:#393939;
			padding: 0 5px 0 5px;
			font-size:18px;
			font-weight:700;
		}
		.Card {
			display:block;
			width:100%;
			text-align:center;
			color:#393939;
			padding: 10px 5px 10px 5px;
			font-size: 18px;
			font-weight:700;
			font-family: Tahoma,Arial;
			/*background-color:red;*/
		}