@charset "shift_jis";

#main_contents .headnavi img{
  vertical-align: middle;
}

.headnavi{
  background:url(/smartphone/form/rrg/images/navi_bg.jpg);
  background-size:100% auto;
  box-sizing:border-box;
  padding:10px;
}

.headnavi .logo{
  width:35%;
  float:left;
}

.headnavi .globalNav{
  width:5%;
  float:right;
}

.navi_royal{
  margin:0 0 10px;
  display:none;
}

.navi_royal_list{
  border-top:1px solid #b2a19e;
}

.navi_royal_list li{
  border-bottom:1px solid #b2a19e;
  margin:0;
}

.navi_royal_list li:last-child{
  border-bottom:none;
}

.navi_royal_list li a,
.navi_royal_list li span{
  display:block;
  padding:15px 20px;
  padding-right:40px;
  font-size:14px;
  color:#ffffff;
  position: relative;
  text-decoration: none;
  background:#64423c;
}

.navi_royal_list li .navi_in{
  display:none;
  border-top:1px solid #b2a19e;
}

.navi_royal_list li .navi_in a{
  background:#513530;
  padding-left:40px;
}

.navi_royal_list li a:after,
.navi_royal_list li span:after{
  content:"";
  position: absolute;
  top:0;
  right:15px;
  bottom:0;
  background-size:100% 100%!important;
  margin:auto;
}

.navi_royal_list li a:after{
  width:9px;
  height:14px;
  background:url(/smartphone/form/rrg/images/navi_arrow02.png);
}
.navi_royal_list li span:after{
  width:14px;
  height:9px;
  background:url(/smartphone/form/rrg/images/navi_arrow01.png);
}



/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.headnavi:after{
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}