@charset "UTF-8";

body {
  background: url(../img/common/body_bg.jpg) repeat-x;
}

/*  ヘッダー---------------------------------*/
#header {
  width: 980px;
  height: 150px;
  color: #5a0a00;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
}
#header #h1 {
  height: 22px;
  overflow: hidden;
}
#header h1 {
  font-size: 13px;
  color: #c9caca;
  color: #a7a7a7;
}
#header #logo {
  width: 500px;
  float: left;
}
#header #submenu {
  width: 400px;
  float: right;
  text-align: right;
  padding-top: 12px;
  padding-right: 4px;
  font-size: 72%;
}
#submenu a, #submenu a:visited {
  color: #5a0a00;
  text-decoration: none;
}
#submenu a:hover {
  color: #ffffff;
  text-decoration: none;
}
#globalmenu {
  width: 1080px;
  clear: both;
}

/*  中ページ構成　---------------------------------*/
#contents_wrap {
  width: 980px;
  padding-bottom: 50px;
}

/*  OUTLET MALL　---------------------------------*/

.outlet_head{
display: flex;
justify-content: space-between;
}
.outlet_catch{
}
.outlet_catch h2 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #EF0003;
  font-size: 30px;
  padding:  0;
}
.outlet_catch p {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: bold;
  color: #EF0003;
  font-size: 16px;
  padding: 0 0 1.5em 0;
}
.outlet_search{
padding: 0.5em 0 0;
font-size: 85%;
}

.outlet_search th,
.outlet_search td{
padding: 0.25em 0;
}
.outlet_search th{
text-align: right;
}
.outlet_search td input{
width: 100%;
}

#list_outlet {
  width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_outlet {
  width: 315px;
  height: 400px;
  margin-bottom: 40px;
  background: url(../img/outlet/outlet_bg.jpg);
}
#list_outlet::after{
content: '';
display: block;
width: 315px;
}
.box_outlet .title_outlet {
  width: 221px;
  height: 94px;
  padding: 10px 0 0 93px;
  overflow: hidden;
}
.box_outlet .title_outlet p {
  line-height: 1.3;
}
.box_outlet a {
  text-decoration: none;
}
.box_outlet a:hover {
  text-decoration: underline;
}
p.hanbaiten {
  width: 195px;
  font-size: 13px;
  padding-left: 10px;
  margin-bottom: 2px;
  color: #FFFFFF;
  background: #f80000;
  overflow: hidden;
}
p.hanbaiten a {
  color: #FFFFFF;
}
p.maker {
  font-size: 12px;
}
p.carmodel {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
p.kakaku {
  font-size: 12px;
  font-weight: bold;
  line-height: 2rem;
}
span.price {
  color: #FF0000;
  font-size: 20px;
  padding-right: 3px;
}
.picarea {
  width: 278px;
  height: 209px;
  padding: 2px;
  background: #FFFFFF;
  margin-left: 16px;
  box-shadow: 2px 2px 2px #89847a;
}
.picarea img {
  width: 100%;
  height: auto;
}
.picarea a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.exp {
  font-size: 12px;
  line-height: 1.3em;
  color: #470000;
  width: 290px;
  height: 65px;
  margin-left: 18px;
  margin-top: 8px;
  overflow: hidden;
}
.exp a {
  color: #470000;
}