@charset "utf-8";
/* CSS Document */


html {
  height: 100%;
}
body {
	width: 100%;
}
.info {
	font-size: 15px;
    margin-bottom: 60px;
	margin-top: 50px;
}
.caution {
	font-size: 13px;
	padding-left: 15px;
}
.image2 {
	margin-bottom: 20px;
}
table.sunroof {
	width: 98%;
	border: 2px dotted #999999;
	border-radius: 5px;
	font-size: 16px;
	color: #CC0000;
	text-align: center;
	margin-bottom: 80px;
	padding: 10px;
	font-weight: bold;
}
.small_1 {
	font-size: 12px;
}
.red1 {
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
.red2 {
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
.red3 {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
tr.delivery {
	background-color: #D7EEFF;
}


@media screen and (max-width:599px){
.info {
	font-size: 13px;
}
table.sunroof {
	width: 97%;
	margin-bottom: 50px;
}
.small_1 {
	font-size: 11px;
}
}