@charset "EUC-JP";

/* 各ページ用 CSS (styles.css) */

/* INFORMATION */

.information{
  padding:10px 0;
  }

.information h2{
  font-size:14px;
  margin:0;
  border-bottom:none;
  padding:0 0 10px;
  }

.information .woong{
  list-style:none;
  color:#B5A997;
  text-align:left;
  font-size:14px;
  margin-bottom:10px;
  padding:0 10px 10px 45px;
  border-bottom:1px dotted #B5A997;
  background:url(http://me-web.jp/design/meweb/img/li-new.jpg) no-repeat;
  }

.information .woong a{
  text-decoration:none;
  color:#B5A997;
  }

.information .woong a:hover{
  text-decoration:underline;
  color:#8A8A8A;
  }

/* 特定商取引 */

.ordercontract_main{
}

.ordercontract th{color:#333333;}
.ordercontract td{margin-left:10px;}
.ordercontract th, .ordercontract td{
font-size:12px;
text-align:left;
padding:15px 0;
border-bottom:1px solid #ccc;
}

.ordercontract .border{
border-top:1px solid #ccc;
}

.ordercontract .noborder{
border-top:none;
border-bottom:none;
}


/* Shop List */

.shoplist{
  width:700px;
  }
  
.shoplist p{
  text-align:left;
  margin-bottom:5px;
  padding:5px 0;
  border-bottom:1px solid #CCC;
 }

.shoplist ul{
  width:690px;
  margin:0 auto 5px;
  clear:both;
  }

.shoplist li{
  list-style:none;
  float:left;
  width:55px;
  text-align:center;
  padding:5px;
  }

.shoplist li a{
  color:#333;
  text-decoration:underline;
  }

.shoplist dl{
  width:700px;
  text-align:left;
  padding-top:15px;
  clear:both;
  }

.shoplist dt{
  width:686px;
  height:25px;
  color:#464442;
  font-size:14px;
  font-weight:bold;
  line-height:25px;
  margin:5px 0;
  padding:0 5px;
  border-left:4px solid #666;
  background:#E6E2DA;
  }

.shoplist dd{
  font-size:12px;
  padding:5px 5px 5px 25px;
  margin:0;
  }


/* Press */

.press{
  width:700px;
  margin:10px auto;
  border-bottom:1px dotted #90817A;
  }

.press_image{
  float:left;
  width:160px;
  padding-bottom:10px;
  }
  
.press_image img{
  width:150px;
  border:5px solid #fff;
  background:#E0DBD1;
  }

.press_body{
  float:right;
  width;520px;
  color:#333;
  font-size:12px;
  text-align:left;
  padding-bottom:10px;
  }

.press_days{
  width:520px;
  height:20px;
  line-height:20px;
  padding:0 5px;
  background:#C2BAA7;
  }

.press h4{
  width:520px;
  color:#333;
  font-weight:bold;
  padding-left:0;
  border-left:0;
  background:none;
  }

.press_details{
  width:520px;
  line-height:180%;
  }
  
