@charset "UTF-8";
/**
* marudori.css
*/
/* common module --------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

a {
  outline: none;
}

.forprint {
  display: none;
}

* html .forprint {
  display: inline;
}

.default {
  display: inline;
}

* html .default {
  display: none;
}

/* MARGIN
--------------------------------------------------------------*/
.ml25 {
  margin-left: 25px !important;
}

/* basic.css override 丸鶏がらスープ用 上書き
--------------------------------------------------------------*/
body, th, td, caption {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

/* NAVI 丸鶏がらスープ用
--------------------------------------------------------------*/
#categoryId {
  position: relative;
  width: 26.66667%;
  padding-top: 15px;
  margin-left: -5px;
  margin-bottom: 17px;
}

#categoryId a, #categoryId img {
  display: block;
}

#categoryId img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  #categoryId {
    width: 135px;
    padding-top: 8px;
    margin: 0 0 0 3.125%;
  }
}

.sp_menubtn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 17px 3.125% 0 0;
  font-size: 0;
}

.sp_menubtn img {
  display: block;
  width: 100%;
  height: auto;
}

.sp_menubtn::before,
.sp_menubtn p {
  display: inline-block;
  vertical-align: middle;
}

.sp_menubtn::before {
  content: "";
  width: 6px;
  height: 5px;
  background: url(../img/icon_spmenu_arw.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0 4px 0 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sp_menubtn p {
  width: 35px;
}

.sp_menubtn.on::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#gNavi {
  position: absolute;
  top: 0;
  left: 28.33333%;
  width: 71.66667%;
  margin: 13px 0 0;
  font-size: 0;
}

@media (max-width: 640px) {
  #gNavi {
    position: relative;
    left: 0;
    z-index: 5;
    width: 100%;
    margin: 7px auto 0;
    height: 0;
  }
}

@media (max-width: 640px) {
  #gNavi ul {
    position: absolute;
    top: 0;
    left: 0;
    background: #e00109;
    height: 0;
    overflow: hidden;
  }
}

#gNavi ul li {
  display: inline-block;
  line-height: 1;
}

@media (max-width: 640px) {
  #gNavi ul li {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
}

#gNavi ul li.top {
  display: none;
}

@media (max-width: 640px) {
  #gNavi ul li.top {
    display: inline-block;
  }
}

#gNavi ul li.categorytop {
  position: absolute;
  top: -14px;
  right: 0;
}

@media (max-width: 640px) {
  #gNavi ul li.categorytop {
    position: static;
    border-bottom: none;
  }
}

#gNavi a {
  display: inline-block;
}

@media (max-width: 640px) {
  #gNavi a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
  }
}

#gNavi a span {
  display: none;
}

@media (max-width: 640px) {
  #gNavi a span {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  #gNavi a img {
    display: none;
  }
}

br.sp {
  display: none;
}

@media (max-width: 768px) {
  br.sp {
    display: inline-block;
  }
}

.ajinomoto_m_tpl_header,
#ajinomoto_m_tpl_global_footer,
.ajinomoto_m_tpl_bottom_ctrl {
  display: none;
}

/* header */
#ajinomoto_m_tpl_header .header_links dl.menulist dd {
  display: none;
}

@media only screen and (max-width: 959px) {
  /* header */
  #header_main,
  #ajinomoto_tpl_global_header .ajinomoto_tpl_wrap {
    width: 100%;
  }
  /* section */
  .section_inr {
    width: 100%;
  }
  /* footer */
  #ajinomoto_tpl_footer_pagetop,
  #ajinomoto_tpl_global_footer .ajinomoto_tpl_bnrBox,
  #ajinomoto_tpl_global_footer .ajinomoto_tpl_wrap,
  #ajinomoto_tpl_global_footer .ajinomoto_tpl_bottom,
  #ajinomoto_tpl_global_footer .ajinomoto_tpl_bottom .ajinomoto_tpl_boxL {
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .ajinomoto_m_tpl_header,
  #ajinomoto_m_tpl_global_footer,
  .ajinomoto_m_tpl_bottom_ctrl {
    display: block;
  }
  #ajinomoto_m_tpl_header .header_links dl.menulist dd li a {
    font-size: 12.8024px;
  }
  /* footer */
  footer {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  #ajinomoto_tpl_global_header {
    padding-bottom: 0;
    border-bottom: none;
  }
}
