/* ===================================================================
CSS information
 file name  : lnav_layout
 author     : honyaclub.com
 date       : 201504
 update     : 20170323
 about      : lnav_layout
=================================================================== */

@charset "shift_jis";

/* ------------------------------------------------------
.side .topLeftSide
---------------------------------------------------------*/
/*arrow_start*/
.side .topLeftSide .box-inner {
  line-height: 1.3;
  padding: 0 8px 4px!important;
}
.side .topLeftSide ul.box-inner-list li {
  padding: 4px 0 0 0!important;
  margin: 0;
  background: none!important;
  _zoom: 1;
}


/* ------------------------------------------------------
heading
---------------------------------------------------------*/
/*heading_info*/
#contents .heading_info {
  border-bottom: 2px solid #53AF86;
  background: url(https://www.honyaclub.com/img/usr/heading_bg_info.gif) 0% 0% no-repeat;
}
/*heading_media*//*171001検索下表示へ変更*/
/*#contents .heading_media {
  border-bottom: 2px solid #5D5D5E;
  background: url(https://www.honyaclub.com/img/usr/heading_bg_media.gif) 0% 0% no-repeat;
}*/
/*heading_award*/
#contents .heading_award {
  border-bottom: 2px solid #DE6100;
  background: url(https://www.honyaclub.com/img/usr/heading_bg_award.gif) 0% 0% no-repeat;
}
/*heading_point add20161006*/
#contents .heading_point {
  border-bottom: 2px solid #E5BF6D;
  background: url(https://www.honyaclub.com/img/usr/heading_bg_point.png) 0% 0% no-repeat;
}
/*heading_info,media,award,point*/
#contents .heading_info .heading-inner,#contents .heading_media .heading-inner,#contents .heading_award .heading-inner,#contents .heading_point .heading-inner {
  padding: 8px 10px 5px 34px;
}
/*heading10*/
#contents dl.heading10 {
  border-bottom: 1px solid #cccccc;
  background: url(https://www.honyaclub.com/img/usr/heading_bg10.gif) 0% 0% no-repeat;
  padding: 6px 10px;
  padding-bottom: 4px;
}
#contents dl.heading10 dt{
  float: left;
  width: 25px;
  margin-right: 6px;
}
#contents dl.heading10 dd{
  float: left;
  width: 139px;
  font-size: 86%;
  line-height: 1.2;
  letter-spacing: -1px;
}
#contents dl.heading10 dd span{
  display: block;
  font-size: 110%;
  text-align: right;
  letter-spacing: 1px;
  letter-spacing: normal;
  line-height: 1;
}

