.evbutton-gr { /* ページ選択ボタン  */
  color: #a0a0a0;
  width: 200px;
  height: 30px;
  text-align: left;
  vertical-align: middle;
  font-size:13px;
  line-height: 2.3;
  letter-spacing: 1.5px;
  border-top: 1px #aaaaaa solid;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.evbutton-grn { /* ページ選択ボタン  */
  color: #333333;
  width: 192px;
  height: 30px;
  text-align: left;
  vertical-align: middle;
  font-size:13px;
  line-height: 2.3;
  letter-spacing: 1.5px;
  border-top: 1px #aaaaaa solid;
  border-left: 4px #d14747 solid;
  border-right: 4px #d14747 solid;
  display: inline-block;
  text-decoration: none;
  background-color: #cccccc;
  font-weight: bold;
}

.l-body {
  transform-origin: 0 0;  /* 要素の左上を基準に変形をかける */
  transform: scaleX(0.9); /* 長体率(%) / 100 */
  width: 111%;            /* 要素幅調整 */
}

.l-body2 {
  transform-origin: 0 0;  /* 要素の左上を基準に変形をかける */
  transform: scaleX(0.87); /* 長体率(%) / 100 */
  width: 111%;            /* 要素幅調整 */
}

.evbutton-gr a:hover { /* ページ選択ボタン  */
  background-color: #cccccc;
  text-decoration: none;
  height: 30px;
}

.evbutton-gr a {
  display: block;
}

a.year:link {
  text-decoration : underline;
  color: #e7e7e7;
  text-decoration: none;
}
a.year:visited {
  text-decoration : underline;
  color: #e7e7e7;
  text-decoration: none;
}
a.year:active {
  text-decoration : underline;
  color: #e7e7e7;
  text-decoration: none;
}
a.year:hover {
  text-decoration : underline;
  color: #333333;
  text-decoration: none;
}

.mlef10{
  margin-left: 10px;
}

.mlef7{
  margin-left: 7px;
}

.mlef15{
  margin-left: 15px;
}

.copy{  /* コピーライト */
  font-size: 10px;
  color: #999999;
  text-align: right;
  letter-spacing: 0.5px;
}

.warranty{ /* 保証の表 */
   border-collapse: collapse;
   border:1px solid #333;
   text-align: center;
   font-size: 12px;
   margin-top: 10px;
}

.warranty td{
   border:1px solid #333;
   padding: 1px 5px;
}

.warranty th{
   border:1px solid #333;
   padding: 1px 5px;
}

.warranty td{
   border:1px solid #333;
   padding: 1px 5px;
}

.snow{
  background-color: #ffffff;
}

.lemon{
  background-color: #febf12;
}

.purple{
  background-color: #ccbfd9;
}

.sky{
  background-color: #d9eef3;
}

.pink{
  background-color: #feccfd;
}

.font11{
  font-size: 11px;
}

.font12{
  font-size: 12px;
}

.font13{
  font-size: 13px;
}

.mtop7{
  margin-top: 7px;
}
.hp{
  font-size: 14px;
  line-height: 1.6;
  margin: 0 20px 20px 15px;
}