@charset "utf-8";
/* CSS Document */
.main_contents img {
  width: 100%;
}
.main p {
    padding: 4%;
    color: #000000;
    line-height: 150%;
    /*font-size: 13px;*/
}
.to_pc:after {
  clear:both;
}
.to_pc .fr {
  width:34%;
  padding-right:4%;
}
.to_pc{
  padding: 0 10px 15px;
  border-bottom: solid 2px #e60012;
}
.to_pc a{
  display: block;
  padding: 10px;
  border: 1px solid #e60012;
  border-radius: 5px;
  color: #e60012;
  font-weight: bold;
  text-align: center;
  background: url(/resources_sp/images/common/icon_arrow_red.png) no-repeat 96% 50%;
  background-size: 10px auto;
}
.to_pc span {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(/resources_sp/images/common/icon_pc_red.png) no-repeat 0 50%;
  background-size: 15px auto;
}


#sideContentsNav {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -100px;
    padding-left: 40px;
}
#sideContentsNav .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(/wp-content/themes/ajinomoto/resources/corner/event/osechi/index/images/pc/menu_off.png);
    cursor: pointer;

}
#sideContentsNav ul {
    display: none;
    width: 200px;
}