@charset "UTF-8";
/* CSS Document */

/* 龍蒼丸 */

body{ line-height: 1.8; }

a{color: #fe3f3f; text-decoration: underline;}

.item_list{text-align: center;}
.item_list li{margin-right: 13px;
list-style: none;
display: inline-block;} 


  @media print, screen and (min-width: 768px) {
    #container.is-goods2 {
      background: url(../img/goods2/bg.jpg) center top no-repeat;
      padding: 0 0 100px 0;
      min-height: 600px;
      background-attachment: fixed; } }
  @media screen and (max-width: 767px) {
    #container.is-goods2:before {
      content: "";
      display: block;
      position: fixed;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      background: url(../img/goods2/bg_sp.png) center 50px;
      background-size: 100% auto;
      z-index: -1; } }
