@charset 'utf-8';

#contents-area,
.lyt-col-1 #contents-body{
  width: 100%;
  min-width: 990px;
}

/** GNAV **/
#ouchinodenwa-header {
  padding-top: 20px;
  border-top: 1px solid #d8dadc;
  width: 950px;
  margin: 0 auto;
}

#ouchinodenwa-header .header-inner{
  width: 950px;
  margin: 0 auto;
}

#ouchinodenwa-header .common-title-ouchinodenwa {
  float: left;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
}

#ouchinodenwa-header .common-title-ouchinodenwa a {
  color: #333;
  text-decoration: none;
}

#ouchinodenwa-header .nav-flt-r {
  float: right;
}

#ouchinodenwa-header .nav-flt-r:after {
  display: block;
  clear: both;
  content: "";
}

#ouchinodenwa-header .nav-flt-r .btn-option li {
  float: left;
  padding: 0;
}
#ouchinodenwa-header .nav-flt-r .btn-option li a {
  margin-left: 10px;
  padding: 8px 20px 6px 20px;
  min-width: 0px;
  font-size: 85.71429%;
  line-height: 1.33333;
  white-space: nowrap;
}
#ouchinodenwa-header .nav-flt-r .btn-option li a.btn{
  padding: 7px 19px 5px 19px;
}
#ouchinodenwa-header .nav-flt-r .btn-option li a.btn:hover {
  padding: 6px 18px 4px 18px;
    border: 2px solid #4788ee;
    text-decoration: none;
}

/** /GNAV **/

/** SIDE NAV **/
#ouchinodenwa-side-navi{
  width: 210px;
  float: left;
  display: inline;
  margin: 12px 0 70px;
}
#ouchinodenwa-side-navi .ouchinodenwa-side-navi{
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #d8dadc;
}
#ouchinodenwa-side-navi .ouchinodenwa-side-navi a{
  display: block;
}
#ouchinodenwa-side-navi .ouchinodenwa-side-navi li{
  border-bottom: 1px solid #d8dadc;
}
#ouchinodenwa-side-navi .ouchinodenwa-side-navi>li a{
  padding: 18px 0 16px 5px;
}
#ouchinodenwa-side-navi .ouchinodenwa-side-navi>li a{
  font-size: 100%;
  line-height: 1.4;
}
#ouchinodenwa-side-navi.active-spec .spec a,
#ouchinodenwa-side-navi.active-price .price a,
#ouchinodenwa-side-navi.active-options .options a,
#ouchinodenwa-side-navi.active-orderflow .orderflow a,
#ouchinodenwa-side-navi.active-payment .payment a,
#ouchinodenwa-side-navi.active-attention .attention a,
#ouchinodenwa-side-navi.active-order .order a{
  font-weight: bold;
  color: #aaa;
  background-color: #f4f5f6;
}
/** /SIDE NAV **/

/** CONTENTS **/
#ouchinodenwa-wrapper{
  width: 950px;
  margin: 0 auto;
}
#ouchinodenwa-contents{
  width: 710px;
  float: right;
  display: inline;
  margin-bottom: 70px;
}
/** /CONTENTS **/
strong.attention.fc_red {
  color: #d22828 !important;
}
strong.attention.fc_red p {
  font-size: 10px;
}
a.procedure-btn {
  display: inline-block;
  background: #d22828;
  box-shadow: 0px 5px 0 #a21b1b;
  border-radius: 4.5px;
  margin: 0 auto;
  padding: 17px 0 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
  text-align: center;
  min-width: 270px;
}
a.procedure-btn:hover {
  transform: translate3d(0, 5px, 0);
  background: #c52020;
  box-shadow: 0 -5px 0 #a21b1b;
}
a.procedure-btn .newwindowicon {
  display: none;
}
.font-sm {
  font-size: 10px !important;
}
.mt-1em {
  margin-top: 1em;
}

/** utility **/
.u-pc-d-n {
  display: none !important;
}
.u-sp-d-n {
  display: block !important;
}
.u-pc-mt-10 {
  margin-top: 10px !important;
}
.u-pc-mt-20 {
  margin-top: 20px !important;
}
.u-pc-mt-30 {
  margin-top: 30px !important;
}
.u-pc-mt-40 {
  margin-top: 40px !important;
}
.u-pc-mt-50 {
  margin-top: 50px !important;
}
.u-pc-mb-10 {
  margin-bottom: 10px !important;
}
.u-pc-mb-20 {
  margin-bottom: 20px !important;
}
.u-pc-mb-30 {
  margin-bottom: 30px !important;
}
.u-pc-mb-40 {
  margin-bottom: 40px !important;
}
.u-pc-mb-50 {
  margin-bottom: 50px !important;
}
.u-pc-mb-60 {
  margin-bottom: 60px !important;
}
/** /utility **/