@charset "UTF-8";

@font-face{
	font-family: Friz Quadrata Regular;
	src: url("fonts/FrizQuadrataRegular.ttf") format("truetype");
	font-weight: 500;
}

.comname{
	font-family: Friz Quadrata Regular;
}

body	{
	font-family: meirio, 'メイリオ', sans-serif;
	background-color: #FFFFFF;
	}

nav{
	height: 80px;
}

.navposi{
	padding-top: 15px;
}

.navback{
	background-color: #F9F9F9;
	border: none;
}

.navheadline{
	background-color: #BE0A28;
	margin: 0;
	padding: 0;
	height: 3px;
}

.headlogo{
	margin: -15 0 0 0;
}

.map_wrapper {
  max-width: 100%;
  min-width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;  
}
 
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 400px !important;
}

table{
	width: 100%;
	border: solid 1px #333333;
}

.headtitle{
	font-size: 12px;
	line-height: 150%;
	}

.head1{
	padding: 5px;
	font-family: "メイリオ",meiryo,sans-serif;
	font-weight: 100;
	text-align: center;
	background-color: #555555;
	color: #FFFFFF;
	border: solid 1px #333333;
}

.head2{
	padding: 5px;
	font-family: "メイリオ",Meiryo,sans-serif;
	font-weight: 100;
	text-align: center;
	background-color: #F8A885;
	color: #111111;
	border: solid 1px #333333;
}

.head3{
	padding: 5px;
	font-family: "メイリオ",meiryo,sans-serif;
	font-weight: 100;
	text-align: center;
	background-color: #CC000A;
	color: #FFFFFF;
	border: solid 1px #333333;
	line-height: 110%;
}

.carclass{
	font-weight: 800;
	font-size: 20px;
	color: #CC000A;
	background-color: #F2CAAA;
	border: solid 1px #333333;
	text-align: center;
	line-height: 100%;
	padding: 5px 0px 0px 0px;
}

.ippan{
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	background-color: #B2B2B2;
	color: #333333;
	border: solid 1px #333333;
}

.rentprice{
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #333333;
	border: solid 1px #333333;
	padding: 10px;
}

.tsuika{
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	background-color: #F2CAAA;
	color: #333333;
	border: solid 1px #333333;
	padding: 10px;
}

.webyoyaku{
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	background-color: #CC000A;
	color: #FFFFFF;
	border: solid 1px #333333;
}

.webprice{
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #CC000A;
	border: solid 1px #333333;
	padding: 10px;
}

.webtsuika{
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	background-color: #F2CAAA;
	color: #CC000A;
	border: solid 1px #333333;
	padding: 10px;
}

.head4{
	padding: 5px;
	font-family: "メイリオ",Meiryo,sans-serif;
	font-weight: 100;
	text-align: center;
	background-color: #F8DC85;
	color: #111111;
	border: solid 1px #333333;
}

.head5{
	padding: 5px;
	font-family: "メイリオ",meiryo,sans-serif;
	font-weight: 100;
	text-align: center;
	background-color: #FFB74C;
	color: #FFFFFF;
	border: solid 1px #333333;
	line-height: 110%;
}

.hicarclass{
	font-weight: 800;
	font-size: 20px;
	color: #FF5E19;
	background-color: #F2CAAA;
	border: solid 1px #333333;
	text-align: center;
	line-height: 100%;
	padding: 5px 0px 0px 0px;
}

.hiwebyoyaku{
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	background-color: #FF8119;
	color: #FFFFFF;
	border: solid 1px #333333;
}

.hiwebprice{
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #FF5E19;
	border: solid 1px #333333;
	padding: 10px;
}

.hiwebtsuika{
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	background-color: #F2CAAA;
	color: #FF5E19;
	border: solid 1px #333333;
	padding: 10px;
}

