@charset "utf-8";
#on-left {
	float: left;
	width: 200px;
	padding-top: 90px;
	padding-left: 155px;
}

#on-right {
	float: left;
	width: 630px;
	padding-top: 45px;
}
#memo-1{
	background-image: url(image/on-memo-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 265px;
	width: 530px;
	margin-left: 80px;
}
#meno-left{
	width: 226px;
	padding-top: 89px;
	padding-left: 32px;
	float: left;
}
#memo-right{
	width: 232px;
	padding-top: 89px;
	padding-left: 36px;
	float: left;
}
#memo-2 {
	margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    background-image: url(image/on-memo-2.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    padding-left: 83px;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 83px;
}

/* ========================== table =================== */
.pac-con{
	width: 735px;
	padding-top:30px;
	margin-left: 190px;
	margin-bottom: 30px;
}

table.on {
	border-spacing:5px 5px;
	width: 100%;
}
td.on-1-1 {
	background-color: #999900;
	border-radius:10px;
	padding-right: 8px;
	padding-left: 8px;
}
td.on-1-1-1 {
	background-color: #999900;
	border-radius:10px;
	padding-right: 8px;
	padding-left: 8px;
	width: 410px;
}
td.on-1-2 {
	background-color: #e9db7c;
	border-radius:10px;
	padding-right: 8px;
	padding-left: 8px;
}
td.on-1-2-a {
	background-color: #e9db7c;
	border-radius:10px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(image/ball-a.png);
	background-repeat: no-repeat;
	background-position: center center;
}
td.on-1-2-b {
	background-color: #e9db7c;
	border-radius:10px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(image/ball-b.png);
	background-repeat: no-repeat;
	background-position: center center;
}
td.on-1-3 {
	background-color: #f3ebb0;
	border-radius:10px;
	padding-right: 8px;
	padding-left: 8px;
}
td.on-1-3-a {
	background-color: #f3ebb0;
	border-radius:10px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(image/ball-a.png);
	background-repeat: no-repeat;
	background-position: center center;
}
td.on-1-3-b {
	background-color: #f3ebb0;
	border-radius:10px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(image/ball-b.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.price-2,
.price-3,
.price-4{
	box-sizing: border-box;
	width: calc(33.33333% - 6px);
	padding:10px;
	background: #71faff;
	float: left;
	margin-right: 9px;
	height: 160px;
}
.price-3{	
	background: #ffdc71;	
	float: left;
}
.price-4{
	margin-right: 0px;
	background: #7aeabc;
}
.price-2 table{
	width: 100%;
	border:1px solid #107478;
	border-collapse: collapse;
}

.price-2 table th,
.price-2 table td{
	color:#107478;
	border:1px solid #107478;
	text-align: center;
}

.price-3 table{
	width: 100%;
	border:1px solid #a5831b;
	border-collapse: collapse;
}
.price-3 table th,
.price-3 table td{
	color:#a5831b;
	border:1px solid #a5831b;
	text-align: center;
}
.price-4 table{
	width: 100%;
	border:1px solid #12831d;
	border-collapse: collapse;
}
.price-4 table th,
.price-4 table td{
	color:#12831d;
	border:1px solid #12831d;
	text-align: center;
}
.clear-fix{
	clear: both;
}