@charset "UTF-8";
/** unmounting in html5 */
/**************************************/
address, article, aside, figure, footer,
header, hgroup, menu, nav, section {
  display: block;
}

[hidden], command, datalist,
menu[type=context], rp, source {
  display: none;
}

/** document */
/**************************************/
body {
  font-size: 14px;
  font-family: "游ゴシック","YuGothic","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.6em;
  text-align: left;
  background: #ffffff;
  color: #333;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/** h1 h2 h3 h4 h5 */
/**************************************/
h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/** ul ol dl */
/**************************************/
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 15px;
}

/** p */
/**************************************/
p {
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

/** tables */
/**************************************/
table {
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

table caption {
  text-align: left;
}

table tr th {
  text-align: left;
  margin: 0;
  padding: 0;
}

table tr td {
  margin: 0;
  padding: 0;
}

/** form */
/**************************************/
form {
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

/** anchors */
/**************************************/
a,
a:visited {
  color: #333;
  text-decoration: none;
  outline: none;
}

/** images */
/**************************************/
img {
  border: none;
  vertical-align: bottom;
}

/** text */
/**************************************/
em,
i {
  font-style: normal;
}

/** pre */
/**************************************/
pre {
  border: 1px solid #bfbfbf;
  padding: 5px;
}

/** iframe */
/**************************************/
iframe {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

/** figure */
/**************************************/
figure {
  margin: 0;
  padding: 0;
}

#footer .inner {
  zoom: 1;
}

#footer .inner:after {
  display: block;
  content: "";
  clear: both;
}

/** sp
/**************************************/
.disp_pc {
  display: none;
}

@media only screen and (min-width: 769px) {
  .disp_pc {
    display: block !important;
  }
}

.disp_tablet {
  display: none;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .disp_tablet {
    display: block !important;
  }
}

.disp_sp {
  display: none;
}

@media only screen and (max-width: 480px) {
  .disp_sp {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  br.br_pc {
    display: block !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  br.br_pc {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  br.br_pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  br.br_tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  br.br_tablet {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  br.br_tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  br.br_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  br.br_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  br.br_sp {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .block_sp {
    display: block !important;
  }
}

/** parenthesis
/**************************************/
.parenthesis {
  display: inline-block;
  text-indent: -0.5em;
  margin-right: -0.2em;
}

/** font */
/**************************************/
.min {
  font-size: 20px;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, sans-serif;
  font-weight: 700;
  margin-right: 10px;
}

.en {
  font-size: 12px;
  font-family: "Neuton", serif;
  font-weight: 300;
  text-transform: capitalize;
}

/* お知らせ new 点滅 */
/**************************************/
.topnew {
 font-size: 16px; 
 font-family: "Neuton", serif;
 color: #f00;
 font-weight :700;
 border-top: solid 2px #f00;
 border-bottom: solid 2px #f00;
 padding: 2px 0px 1px;
 margin: 0px 10px;

 -webkit-animation:blink 1.5s ease-in-out infinite alternate;
 -moz-animation:blink 1.5s ease-in-out infinite alternate;
 animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



/** hover */
/**************************************/
.hover a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

/** utility */
/**************************************/
.w_max_100 {
  max-width: 100% !important;
}

.w_max_90 {
  max-width: 90%  !important;
}

.w_auto {
  width: auto !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mt205 {
  margin-top: 205px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.mr205 {
  margin-right: 205px !important;
}

.mr210 {
  margin-right: 210px !important;
}

.mr215 {
  margin-right: 215px !important;
}

.mr220 {
  margin-right: 220px !important;
}

.mr225 {
  margin-right: 225px !important;
}

.mr230 {
  margin-right: 230px !important;
}

.mr235 {
  margin-right: 235px !important;
}

.mr240 {
  margin-right: 240px !important;
}

.mr245 {
  margin-right: 245px !important;
}

.mr250 {
  margin-right: 250px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb205 {
  margin-bottom: 205px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mb215 {
  margin-bottom: 215px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mb225 {
  margin-bottom: 225px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mb235 {
  margin-bottom: 235px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb245 {
  margin-bottom: 245px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

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

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.ml205 {
  margin-left: 205px !important;
}

.ml210 {
  margin-left: 210px !important;
}

.ml215 {
  margin-left: 215px !important;
}

.ml220 {
  margin-left: 220px !important;
}

.ml225 {
  margin-left: 225px !important;
}

.ml230 {
  margin-left: 230px !important;
}

.ml235 {
  margin-left: 235px !important;
}

.ml240 {
  margin-left: 240px !important;
}

.ml245 {
  margin-left: 245px !important;
}

.ml250 {
  margin-left: 250px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pt205 {
  padding-top: 205px !important;
}

.pt210 {
  padding-top: 210px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.pt225 {
  padding-top: 225px !important;
}

.pt230 {
  padding-top: 230px !important;
}

.pt235 {
  padding-top: 235px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pt245 {
  padding-top: 245px !important;
}

.pt250 {
  padding-top: 250px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pr205 {
  padding-right: 205px !important;
}

.pr210 {
  padding-right: 210px !important;
}

.pr215 {
  padding-right: 215px !important;
}

.pr220 {
  padding-right: 220px !important;
}

.pr225 {
  padding-right: 225px !important;
}

.pr230 {
  padding-right: 230px !important;
}

.pr235 {
  padding-right: 235px !important;
}

.pr240 {
  padding-right: 240px !important;
}

.pr245 {
  padding-right: 245px !important;
}

.pr250 {
  padding-right: 250px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb205 {
  padding-bottom: 205px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pb215 {
  padding-bottom: 215px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pb225 {
  padding-bottom: 225px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pb235 {
  padding-bottom: 235px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pb245 {
  padding-bottom: 245px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pl205 {
  padding-left: 205px !important;
}

.pl210 {
  padding-left: 210px !important;
}

.pl215 {
  padding-left: 215px !important;
}

.pl220 {
  padding-left: 220px !important;
}

.pl225 {
  padding-left: 225px !important;
}

.pl230 {
  padding-left: 230px !important;
}

.pl235 {
  padding-left: 235px !important;
}

.pl240 {
  padding-left: 240px !important;
}

.pl245 {
  padding-left: 245px !important;
}

.pl250 {
  padding-left: 250px !important;
}

.ma0 {
  margin: 0px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma20 {
  margin: 20px !important;
}

.ma30 {
  margin: 30px !important;
}

.ma40 {
  margin: 40px !important;
}

.ma50 {
  margin: 50px !important;
}

.ma60 {
  margin: 60px !important;
}

.ma70 {
  margin: 70px !important;
}

.ma80 {
  margin: 80px !important;
}

.ma90 {
  margin: 90px !important;
}

.ma100 {
  margin: 100px !important;
}

.ma_auto {
  margin-left: auto;
  margin-right: auto;
}

.pa0 {
  padding: 0px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa50 {
  padding: 50px !important;
}

.pa60 {
  padding: 60px !important;
}

.pa70 {
  padding: 70px !important;
}

.pa80 {
  padding: 80px !important;
}

.pa90 {
  padding: 90px !important;
}

.pa100 {
  padding: 100px !important;
}

.p_re {
  position: relative;
}

.p_ab {
  position: absolute;
}

.w5 {
  width: 5px !important;
}

.w10 {
  width: 10px !important;
}

.w15 {
  width: 15px !important;
}

.w20 {
  width: 20px !important;
}

.w25 {
  width: 25px !important;
}

.w30 {
  width: 30px !important;
}

.w35 {
  width: 35px !important;
}

.w40 {
  width: 40px !important;
}

.w45 {
  width: 45px !important;
}

.w50 {
  width: 50px !important;
}

.w55 {
  width: 55px !important;
}

.w60 {
  width: 60px !important;
}

.w65 {
  width: 65px !important;
}

.w70 {
  width: 70px !important;
}

.w75 {
  width: 75px !important;
}

.w80 {
  width: 80px !important;
}

.w85 {
  width: 85px !important;
}

.w90 {
  width: 90px !important;
}

.w95 {
  width: 95px !important;
}

.w100 {
  width: 100px !important;
}

.w105 {
  width: 105px !important;
}

.w110 {
  width: 110px !important;
}

.w115 {
  width: 115px !important;
}

.w120 {
  width: 120px !important;
}

.w125 {
  width: 125px !important;
}

.w130 {
  width: 130px !important;
}

.w135 {
  width: 135px !important;
}

.w140 {
  width: 140px !important;
}

.w145 {
  width: 145px !important;
}

.w150 {
  width: 150px !important;
}

.w155 {
  width: 155px !important;
}

.w160 {
  width: 160px !important;
}

.w165 {
  width: 165px !important;
}

.w170 {
  width: 170px !important;
}

.w175 {
  width: 175px !important;
}

.w180 {
  width: 180px !important;
}

.w185 {
  width: 185px !important;
}

.w190 {
  width: 190px !important;
}

.w195 {
  width: 195px !important;
}

.w200 {
  width: 200px !important;
}

.w205 {
  width: 205px !important;
}

.w210 {
  width: 210px !important;
}

.w215 {
  width: 215px !important;
}

.w220 {
  width: 220px !important;
}

.w225 {
  width: 225px !important;
}

.w230 {
  width: 230px !important;
}

.w235 {
  width: 235px !important;
}

.w240 {
  width: 240px !important;
}

.w245 {
  width: 245px !important;
}

.w250 {
  width: 250px !important;
}

.w255 {
  width: 255px !important;
}

.w260 {
  width: 260px !important;
}

.w265 {
  width: 265px !important;
}

.w270 {
  width: 270px !important;
}

.w275 {
  width: 275px !important;
}

.w280 {
  width: 280px !important;
}

.w285 {
  width: 285px !important;
}

.w290 {
  width: 290px !important;
}

.w295 {
  width: 295px !important;
}

.w300 {
  width: 300px !important;
}

.w305 {
  width: 305px !important;
}

.w310 {
  width: 310px !important;
}

.w315 {
  width: 315px !important;
}

.w320 {
  width: 320px !important;
}

.w325 {
  width: 325px !important;
}

.w330 {
  width: 330px !important;
}

.w335 {
  width: 335px !important;
}

.w340 {
  width: 340px !important;
}

.w345 {
  width: 345px !important;
}

.w350 {
  width: 350px !important;
}

.w355 {
  width: 355px !important;
}

.w360 {
  width: 360px !important;
}

.w365 {
  width: 365px !important;
}

.w370 {
  width: 370px !important;
}

.w375 {
  width: 375px !important;
}

.w380 {
  width: 380px !important;
}

.w385 {
  width: 385px !important;
}

.w390 {
  width: 390px !important;
}

.w395 {
  width: 395px !important;
}

.w400 {
  width: 400px !important;
}

.w405 {
  width: 405px !important;
}

.w410 {
  width: 410px !important;
}

.w415 {
  width: 415px !important;
}

.w420 {
  width: 420px !important;
}

.w425 {
  width: 425px !important;
}

.w430 {
  width: 430px !important;
}

.w435 {
  width: 435px !important;
}

.w440 {
  width: 440px !important;
}

.w445 {
  width: 445px !important;
}

.w450 {
  width: 450px !important;
}

.w455 {
  width: 455px !important;
}

.w460 {
  width: 460px !important;
}

.w465 {
  width: 465px !important;
}

.w470 {
  width: 470px !important;
}

.w475 {
  width: 475px !important;
}

.w480 {
  width: 480px !important;
}

.w485 {
  width: 485px !important;
}

.w490 {
  width: 490px !important;
}

.w495 {
  width: 495px !important;
}

.w500 {
  width: 500px !important;
}

.w505 {
  width: 505px !important;
}

.w510 {
  width: 510px !important;
}

.w515 {
  width: 515px !important;
}

.w520 {
  width: 520px !important;
}

.w525 {
  width: 525px !important;
}

.w530 {
  width: 530px !important;
}

.w535 {
  width: 535px !important;
}

.w540 {
  width: 540px !important;
}

.w545 {
  width: 545px !important;
}

.w550 {
  width: 550px !important;
}

.w555 {
  width: 555px !important;
}

.w560 {
  width: 560px !important;
}

.w565 {
  width: 565px !important;
}

.w570 {
  width: 570px !important;
}

.w575 {
  width: 575px !important;
}

.w580 {
  width: 580px !important;
}

.w585 {
  width: 585px !important;
}

.w590 {
  width: 590px !important;
}

.w595 {
  width: 595px !important;
}

.w600 {
  width: 600px !important;
}

.w605 {
  width: 605px !important;
}

.w610 {
  width: 610px !important;
}

.w615 {
  width: 615px !important;
}

.w620 {
  width: 620px !important;
}

.w625 {
  width: 625px !important;
}

.w630 {
  width: 630px !important;
}

.w635 {
  width: 635px !important;
}

.w640 {
  width: 640px !important;
}

.w645 {
  width: 645px !important;
}

.w650 {
  width: 650px !important;
}

.w655 {
  width: 655px !important;
}

.w660 {
  width: 660px !important;
}

.w665 {
  width: 665px !important;
}

.w670 {
  width: 670px !important;
}

.w675 {
  width: 675px !important;
}

.w680 {
  width: 680px !important;
}

.w685 {
  width: 685px !important;
}

.w690 {
  width: 690px !important;
}

.w695 {
  width: 695px !important;
}

.w700 {
  width: 700px !important;
}

.w705 {
  width: 705px !important;
}

.w710 {
  width: 710px !important;
}

.w715 {
  width: 715px !important;
}

.w720 {
  width: 720px !important;
}

.w725 {
  width: 725px !important;
}

.w730 {
  width: 730px !important;
}

.w735 {
  width: 735px !important;
}

.w740 {
  width: 740px !important;
}

.w745 {
  width: 745px !important;
}

.w750 {
  width: 750px !important;
}

.w755 {
  width: 755px !important;
}

.w760 {
  width: 760px !important;
}

.w765 {
  width: 765px !important;
}

.w770 {
  width: 770px !important;
}

.w775 {
  width: 775px !important;
}

.w780 {
  width: 780px !important;
}

.w785 {
  width: 785px !important;
}

.w790 {
  width: 790px !important;
}

.w795 {
  width: 795px !important;
}

.w800 {
  width: 800px !important;
}

.w805 {
  width: 805px !important;
}

.w810 {
  width: 810px !important;
}

.w815 {
  width: 815px !important;
}

.w820 {
  width: 820px !important;
}

.w825 {
  width: 825px !important;
}

.w830 {
  width: 830px !important;
}

.w835 {
  width: 835px !important;
}

.w840 {
  width: 840px !important;
}

.w845 {
  width: 845px !important;
}

.w850 {
  width: 850px !important;
}

.w855 {
  width: 855px !important;
}

.w860 {
  width: 860px !important;
}

.w865 {
  width: 865px !important;
}

.w870 {
  width: 870px !important;
}

.w875 {
  width: 875px !important;
}

.w880 {
  width: 880px !important;
}

.w885 {
  width: 885px !important;
}

.w890 {
  width: 890px !important;
}

.w895 {
  width: 895px !important;
}

.w900 {
  width: 900px !important;
}

.w905 {
  width: 905px !important;
}

.w910 {
  width: 910px !important;
}

.w915 {
  width: 915px !important;
}

.w920 {
  width: 920px !important;
}

.w925 {
  width: 925px !important;
}

.w930 {
  width: 930px !important;
}

.w935 {
  width: 935px !important;
}

.w940 {
  width: 940px !important;
}

.w945 {
  width: 945px !important;
}

.w950 {
  width: 950px !important;
}

.w955 {
  width: 955px !important;
}

.w960 {
  width: 960px !important;
}

.w965 {
  width: 965px !important;
}

.w970 {
  width: 970px !important;
}

.w975 {
  width: 975px !important;
}

.w980 {
  width: 980px !important;
}

.w985 {
  width: 985px !important;
}

.w990 {
  width: 990px !important;
}

.w995 {
  width: 995px !important;
}

.w1000 {
  width: 1000px !important;
}

.w1005 {
  width: 1005px !important;
}

.w1010 {
  width: 1010px !important;
}

.w1015 {
  width: 1015px !important;
}

.w1020 {
  width: 1020px !important;
}

.w1025 {
  width: 1025px !important;
}

.w1030 {
  width: 1030px !important;
}

.w1035 {
  width: 1035px !important;
}

.w1040 {
  width: 1040px !important;
}

.w1045 {
  width: 1045px !important;
}

.w1050 {
  width: 1050px !important;
}

.w1055 {
  width: 1055px !important;
}

.w1060 {
  width: 1060px !important;
}

.w1065 {
  width: 1065px !important;
}

.w1070 {
  width: 1070px !important;
}

.w1075 {
  width: 1075px !important;
}

.w1080 {
  width: 1080px !important;
}

.w1085 {
  width: 1085px !important;
}

.w1090 {
  width: 1090px !important;
}

.w1095 {
  width: 1095px !important;
}

.w1100 {
  width: 1100px !important;
}

.w1105 {
  width: 1105px !important;
}

.w1110 {
  width: 1110px !important;
}

.w1115 {
  width: 1115px !important;
}

.w1120 {
  width: 1120px !important;
}

.w1125 {
  width: 1125px !important;
}

.w1130 {
  width: 1130px !important;
}

.w1135 {
  width: 1135px !important;
}

.w1140 {
  width: 1140px !important;
}

.w1145 {
  width: 1145px !important;
}

.w1150 {
  width: 1150px !important;
}

.w1155 {
  width: 1155px !important;
}

.w1160 {
  width: 1160px !important;
}

.w1165 {
  width: 1165px !important;
}

.w1170 {
  width: 1170px !important;
}

.w1175 {
  width: 1175px !important;
}

.w1180 {
  width: 1180px !important;
}

.w1185 {
  width: 1185px !important;
}

.w1190 {
  width: 1190px !important;
}

.w1195 {
  width: 1195px !important;
}

.w1200 {
  width: 1200px !important;
}

.w1205 {
  width: 1205px !important;
}

.w1210 {
  width: 1210px !important;
}

.w1215 {
  width: 1215px !important;
}

.w1220 {
  width: 1220px !important;
}

.w1225 {
  width: 1225px !important;
}

.w1230 {
  width: 1230px !important;
}

.w1235 {
  width: 1235px !important;
}

.w1240 {
  width: 1240px !important;
}

.w1245 {
  width: 1245px !important;
}

.w1250 {
  width: 1250px !important;
}

.w1255 {
  width: 1255px !important;
}

.w1260 {
  width: 1260px !important;
}

.w1265 {
  width: 1265px !important;
}

.w1270 {
  width: 1270px !important;
}

.w1275 {
  width: 1275px !important;
}

.w1280 {
  width: 1280px !important;
}

.w1285 {
  width: 1285px !important;
}

.w1290 {
  width: 1290px !important;
}

.w1295 {
  width: 1295px !important;
}

.w1300 {
  width: 1300px !important;
}

.w1305 {
  width: 1305px !important;
}

.w1310 {
  width: 1310px !important;
}

.w1315 {
  width: 1315px !important;
}

.w1320 {
  width: 1320px !important;
}

.w1325 {
  width: 1325px !important;
}

.w1330 {
  width: 1330px !important;
}

.w1335 {
  width: 1335px !important;
}

.w1340 {
  width: 1340px !important;
}

.w1345 {
  width: 1345px !important;
}

.w1350 {
  width: 1350px !important;
}

.w1355 {
  width: 1355px !important;
}

.w1360 {
  width: 1360px !important;
}

.w1365 {
  width: 1365px !important;
}

.w1370 {
  width: 1370px !important;
}

.w1375 {
  width: 1375px !important;
}

.w1380 {
  width: 1380px !important;
}

.w1385 {
  width: 1385px !important;
}

.w1390 {
  width: 1390px !important;
}

.w1395 {
  width: 1395px !important;
}

.w1400 {
  width: 1400px !important;
}

.w1405 {
  width: 1405px !important;
}

.w1410 {
  width: 1410px !important;
}

.w1415 {
  width: 1415px !important;
}

.w1420 {
  width: 1420px !important;
}

.w1425 {
  width: 1425px !important;
}

.w1430 {
  width: 1430px !important;
}

.w1435 {
  width: 1435px !important;
}

.w1440 {
  width: 1440px !important;
}

.w1445 {
  width: 1445px !important;
}

.w1450 {
  width: 1450px !important;
}

.w1455 {
  width: 1455px !important;
}

.w1460 {
  width: 1460px !important;
}

.w1465 {
  width: 1465px !important;
}

.w1470 {
  width: 1470px !important;
}

.w1475 {
  width: 1475px !important;
}

.w1480 {
  width: 1480px !important;
}

.w1485 {
  width: 1485px !important;
}

.w1490 {
  width: 1490px !important;
}

.w1495 {
  width: 1495px !important;
}

.w1500 {
  width: 1500px !important;
}

.h5 {
  height: 5px !important;
}

.h10 {
  height: 10px !important;
}

.h15 {
  height: 15px !important;
}

.h20 {
  height: 20px !important;
}

.h25 {
  height: 25px !important;
}

.h30 {
  height: 30px !important;
}

.h35 {
  height: 35px !important;
}

.h40 {
  height: 40px !important;
}

.h45 {
  height: 45px !important;
}

.h50 {
  height: 50px !important;
}

.h55 {
  height: 55px !important;
}

.h60 {
  height: 60px !important;
}

.h65 {
  height: 65px !important;
}

.h70 {
  height: 70px !important;
}

.h75 {
  height: 75px !important;
}

.h80 {
  height: 80px !important;
}

.h85 {
  height: 85px !important;
}

.h90 {
  height: 90px !important;
}

.h95 {
  height: 95px !important;
}

.h100 {
  height: 100px !important;
}

.h105 {
  height: 105px !important;
}

.h110 {
  height: 110px !important;
}

.h115 {
  height: 115px !important;
}

.h120 {
  height: 120px !important;
}

.h125 {
  height: 125px !important;
}

.h130 {
  height: 130px !important;
}

.h135 {
  height: 135px !important;
}

.h140 {
  height: 140px !important;
}

.h145 {
  height: 145px !important;
}

.h150 {
  height: 150px !important;
}

.h155 {
  height: 155px !important;
}

.h160 {
  height: 160px !important;
}

.h165 {
  height: 165px !important;
}

.h170 {
  height: 170px !important;
}

.h175 {
  height: 175px !important;
}

.h180 {
  height: 180px !important;
}

.h185 {
  height: 185px !important;
}

.h190 {
  height: 190px !important;
}

.h195 {
  height: 195px !important;
}

.h200 {
  height: 200px !important;
}

.h205 {
  height: 205px !important;
}

.h210 {
  height: 210px !important;
}

.h215 {
  height: 215px !important;
}

.h220 {
  height: 220px !important;
}

.h225 {
  height: 225px !important;
}

.h230 {
  height: 230px !important;
}

.h235 {
  height: 235px !important;
}

.h240 {
  height: 240px !important;
}

.h245 {
  height: 245px !important;
}

.h250 {
  height: 250px !important;
}

.h255 {
  height: 255px !important;
}

.h260 {
  height: 260px !important;
}

.h265 {
  height: 265px !important;
}

.h270 {
  height: 270px !important;
}

.h275 {
  height: 275px !important;
}

.h280 {
  height: 280px !important;
}

.h285 {
  height: 285px !important;
}

.h290 {
  height: 290px !important;
}

.h295 {
  height: 295px !important;
}

.h300 {
  height: 300px !important;
}

.h305 {
  height: 305px !important;
}

.h310 {
  height: 310px !important;
}

.h315 {
  height: 315px !important;
}

.h320 {
  height: 320px !important;
}

.h325 {
  height: 325px !important;
}

.h330 {
  height: 330px !important;
}

.h335 {
  height: 335px !important;
}

.h340 {
  height: 340px !important;
}

.h345 {
  height: 345px !important;
}

.h350 {
  height: 350px !important;
}

.h355 {
  height: 355px !important;
}

.h360 {
  height: 360px !important;
}

.h365 {
  height: 365px !important;
}

.h370 {
  height: 370px !important;
}

.h375 {
  height: 375px !important;
}

.h380 {
  height: 380px !important;
}

.h385 {
  height: 385px !important;
}

.h390 {
  height: 390px !important;
}

.h395 {
  height: 395px !important;
}

.h400 {
  height: 400px !important;
}

.h405 {
  height: 405px !important;
}

.h410 {
  height: 410px !important;
}

.h415 {
  height: 415px !important;
}

.h420 {
  height: 420px !important;
}

.h425 {
  height: 425px !important;
}

.h430 {
  height: 430px !important;
}

.h435 {
  height: 435px !important;
}

.h440 {
  height: 440px !important;
}

.h445 {
  height: 445px !important;
}

.h450 {
  height: 450px !important;
}

.h455 {
  height: 455px !important;
}

.h460 {
  height: 460px !important;
}

.h465 {
  height: 465px !important;
}

.h470 {
  height: 470px !important;
}

.h475 {
  height: 475px !important;
}

.h480 {
  height: 480px !important;
}

.h485 {
  height: 485px !important;
}

.h490 {
  height: 490px !important;
}

.h495 {
  height: 495px !important;
}

.h500 {
  height: 500px !important;
}

.h505 {
  height: 505px !important;
}

.h510 {
  height: 510px !important;
}

.h515 {
  height: 515px !important;
}

.h520 {
  height: 520px !important;
}

.h525 {
  height: 525px !important;
}

.h530 {
  height: 530px !important;
}

.h535 {
  height: 535px !important;
}

.h540 {
  height: 540px !important;
}

.h545 {
  height: 545px !important;
}

.h550 {
  height: 550px !important;
}

.h555 {
  height: 555px !important;
}

.h560 {
  height: 560px !important;
}

.h565 {
  height: 565px !important;
}

.h570 {
  height: 570px !important;
}

.h575 {
  height: 575px !important;
}

.h580 {
  height: 580px !important;
}

.h585 {
  height: 585px !important;
}

.h590 {
  height: 590px !important;
}

.h595 {
  height: 595px !important;
}

.h600 {
  height: 600px !important;
}

.h605 {
  height: 605px !important;
}

.h610 {
  height: 610px !important;
}

.h615 {
  height: 615px !important;
}

.h620 {
  height: 620px !important;
}

.h625 {
  height: 625px !important;
}

.h630 {
  height: 630px !important;
}

.h635 {
  height: 635px !important;
}

.h640 {
  height: 640px !important;
}

.h645 {
  height: 645px !important;
}

.h650 {
  height: 650px !important;
}

.h655 {
  height: 655px !important;
}

.h660 {
  height: 660px !important;
}

.h665 {
  height: 665px !important;
}

.h670 {
  height: 670px !important;
}

.h675 {
  height: 675px !important;
}

.h680 {
  height: 680px !important;
}

.h685 {
  height: 685px !important;
}

.h690 {
  height: 690px !important;
}

.h695 {
  height: 695px !important;
}

.h700 {
  height: 700px !important;
}

.h705 {
  height: 705px !important;
}

.h710 {
  height: 710px !important;
}

.h715 {
  height: 715px !important;
}

.h720 {
  height: 720px !important;
}

.h725 {
  height: 725px !important;
}

.h730 {
  height: 730px !important;
}

.h735 {
  height: 735px !important;
}

.h740 {
  height: 740px !important;
}

.h745 {
  height: 745px !important;
}

.h750 {
  height: 750px !important;
}

.h755 {
  height: 755px !important;
}

.h760 {
  height: 760px !important;
}

.h765 {
  height: 765px !important;
}

.h770 {
  height: 770px !important;
}

.h775 {
  height: 775px !important;
}

.h780 {
  height: 780px !important;
}

.h785 {
  height: 785px !important;
}

.h790 {
  height: 790px !important;
}

.h795 {
  height: 795px !important;
}

.h800 {
  height: 800px !important;
}

.h805 {
  height: 805px !important;
}

.h810 {
  height: 810px !important;
}

.h815 {
  height: 815px !important;
}

.h820 {
  height: 820px !important;
}

.h825 {
  height: 825px !important;
}

.h830 {
  height: 830px !important;
}

.h835 {
  height: 835px !important;
}

.h840 {
  height: 840px !important;
}

.h845 {
  height: 845px !important;
}

.h850 {
  height: 850px !important;
}

.h855 {
  height: 855px !important;
}

.h860 {
  height: 860px !important;
}

.h865 {
  height: 865px !important;
}

.h870 {
  height: 870px !important;
}

.h875 {
  height: 875px !important;
}

.h880 {
  height: 880px !important;
}

.h885 {
  height: 885px !important;
}

.h890 {
  height: 890px !important;
}

.h895 {
  height: 895px !important;
}

.h900 {
  height: 900px !important;
}

.h905 {
  height: 905px !important;
}

.h910 {
  height: 910px !important;
}

.h915 {
  height: 915px !important;
}

.h920 {
  height: 920px !important;
}

.h925 {
  height: 925px !important;
}

.h930 {
  height: 930px !important;
}

.h935 {
  height: 935px !important;
}

.h940 {
  height: 940px !important;
}

.h945 {
  height: 945px !important;
}

.h950 {
  height: 950px !important;
}

.h955 {
  height: 955px !important;
}

.h960 {
  height: 960px !important;
}

.h965 {
  height: 965px !important;
}

.h970 {
  height: 970px !important;
}

.h975 {
  height: 975px !important;
}

.h980 {
  height: 980px !important;
}

.h985 {
  height: 985px !important;
}

.h990 {
  height: 990px !important;
}

.h995 {
  height: 995px !important;
}

.h1000 {
  height: 1000px !important;
}

.h1005 {
  height: 1005px !important;
}

.h1010 {
  height: 1010px !important;
}

.h1015 {
  height: 1015px !important;
}

.h1020 {
  height: 1020px !important;
}

.h1025 {
  height: 1025px !important;
}

.h1030 {
  height: 1030px !important;
}

.h1035 {
  height: 1035px !important;
}

.h1040 {
  height: 1040px !important;
}

.h1045 {
  height: 1045px !important;
}

.h1050 {
  height: 1050px !important;
}

.h1055 {
  height: 1055px !important;
}

.h1060 {
  height: 1060px !important;
}

.h1065 {
  height: 1065px !important;
}

.h1070 {
  height: 1070px !important;
}

.h1075 {
  height: 1075px !important;
}

.h1080 {
  height: 1080px !important;
}

.h1085 {
  height: 1085px !important;
}

.h1090 {
  height: 1090px !important;
}

.h1095 {
  height: 1095px !important;
}

.h1100 {
  height: 1100px !important;
}

.h1105 {
  height: 1105px !important;
}

.h1110 {
  height: 1110px !important;
}

.h1115 {
  height: 1115px !important;
}

.h1120 {
  height: 1120px !important;
}

.h1125 {
  height: 1125px !important;
}

.h1130 {
  height: 1130px !important;
}

.h1135 {
  height: 1135px !important;
}

.h1140 {
  height: 1140px !important;
}

.h1145 {
  height: 1145px !important;
}

.h1150 {
  height: 1150px !important;
}

.h1155 {
  height: 1155px !important;
}

.h1160 {
  height: 1160px !important;
}

.h1165 {
  height: 1165px !important;
}

.h1170 {
  height: 1170px !important;
}

.h1175 {
  height: 1175px !important;
}

.h1180 {
  height: 1180px !important;
}

.h1185 {
  height: 1185px !important;
}

.h1190 {
  height: 1190px !important;
}

.h1195 {
  height: 1195px !important;
}

.h1200 {
  height: 1200px !important;
}

.h1205 {
  height: 1205px !important;
}

.h1210 {
  height: 1210px !important;
}

.h1215 {
  height: 1215px !important;
}

.h1220 {
  height: 1220px !important;
}

.h1225 {
  height: 1225px !important;
}

.h1230 {
  height: 1230px !important;
}

.h1235 {
  height: 1235px !important;
}

.h1240 {
  height: 1240px !important;
}

.h1245 {
  height: 1245px !important;
}

.h1250 {
  height: 1250px !important;
}

.h1255 {
  height: 1255px !important;
}

.h1260 {
  height: 1260px !important;
}

.h1265 {
  height: 1265px !important;
}

.h1270 {
  height: 1270px !important;
}

.h1275 {
  height: 1275px !important;
}

.h1280 {
  height: 1280px !important;
}

.h1285 {
  height: 1285px !important;
}

.h1290 {
  height: 1290px !important;
}

.h1295 {
  height: 1295px !important;
}

.h1300 {
  height: 1300px !important;
}

.h1305 {
  height: 1305px !important;
}

.h1310 {
  height: 1310px !important;
}

.h1315 {
  height: 1315px !important;
}

.h1320 {
  height: 1320px !important;
}

.h1325 {
  height: 1325px !important;
}

.h1330 {
  height: 1330px !important;
}

.h1335 {
  height: 1335px !important;
}

.h1340 {
  height: 1340px !important;
}

.h1345 {
  height: 1345px !important;
}

.h1350 {
  height: 1350px !important;
}

.h1355 {
  height: 1355px !important;
}

.h1360 {
  height: 1360px !important;
}

.h1365 {
  height: 1365px !important;
}

.h1370 {
  height: 1370px !important;
}

.h1375 {
  height: 1375px !important;
}

.h1380 {
  height: 1380px !important;
}

.h1385 {
  height: 1385px !important;
}

.h1390 {
  height: 1390px !important;
}

.h1395 {
  height: 1395px !important;
}

.h1400 {
  height: 1400px !important;
}

.h1405 {
  height: 1405px !important;
}

.h1410 {
  height: 1410px !important;
}

.h1415 {
  height: 1415px !important;
}

.h1420 {
  height: 1420px !important;
}

.h1425 {
  height: 1425px !important;
}

.h1430 {
  height: 1430px !important;
}

.h1435 {
  height: 1435px !important;
}

.h1440 {
  height: 1440px !important;
}

.h1445 {
  height: 1445px !important;
}

.h1450 {
  height: 1450px !important;
}

.h1455 {
  height: 1455px !important;
}

.h1460 {
  height: 1460px !important;
}

.h1465 {
  height: 1465px !important;
}

.h1470 {
  height: 1470px !important;
}

.h1475 {
  height: 1475px !important;
}

.h1480 {
  height: 1480px !important;
}

.h1485 {
  height: 1485px !important;
}

.h1490 {
  height: 1490px !important;
}

.h1495 {
  height: 1495px !important;
}

.h1500 {
  height: 1500px !important;
}

.fs1 {
  font-size: 1px !important;
}

.fs2 {
  font-size: 2px !important;
}

.fs3 {
  font-size: 3px !important;
}

.fs4 {
  font-size: 4px !important;
}

.fs5 {
  font-size: 5px !important;
}

.fs6 {
  font-size: 6px !important;
}

.fs7 {
  font-size: 7px !important;
}

.fs8 {
  font-size: 8px !important;
}

.fs9 {
  font-size: 9px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fw_n {
  font-weight: normal;
}

.fw_b {
  font-weight: bold;
}

.fc_red {
  color: #990000 !important;
}

/** text-align */
/**************************************/
.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

/** float */
/**************************************/
.f_left {
  float: left !important;
}

.f_right {
  float: right !important;
}

/** clear */
/**************************************/
.clear {
  clear: both !important;
}

.block {
  display: block !important;
}

.fix {
  display: inline-block;
}

.fix:after {
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}

/*\*/
* html .fix {
  height: 1%;
}

.fix {
  display: block;
}

/*
	-------------------- Page Layouts --------------------

	Page Layouts.

	-------------------- Page Layouts --------------------
*/
/** BASIC */
/**************************************/
::selection {
  background: #272e64;
  color: #fff;
}

::-moz-selection {
  background: #272e64;
  color: #fff;
}

html, body {
  min-height: 100%;
  position: relative;
}

html {
  overflow-y: scroll;
}

a:visited,
a {
  color: #272e64;
}

@media only screen and (min-width: 769px) {
  a:hover {
    text-decoration: underline;
  }
}

/** layout */
/**************************************/
#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1001;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #wrapper {
    top: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  #wrapper {
    top: 0 !important;
  }
}

#container {
  position: relative;
}

@media only screen and (min-width: 769px) {
  #container {
    width: 1070px;
    margin: auto;
    position: relative;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #container {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  #container {
    width: 100%;
    margin: 0;
  }
}

#sub {
  float: left;
  margin: 0 40px 0 0;
  padding: 50px 0;
}

@media only screen and (min-width: 769px) and (max-width: 1070px) {
  #sub {
    padding-left: 10px;
    margin: 0;
  }
}

@media only screen and (min-width: 769px) {
  #sub.fixed {
    position: fixed;
    top: 20px;
    z-index: 1001;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #sub {
    float: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  #sub {
    float: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
}

#main {
  overflow: hidden;
  margin: 0 0 0 230px;
  padding: 0 0 120px 39px;
  position: relative;
  min-height: 800px;
}

@media only screen and (min-width: 769px) {
  #main {
    border-left: 1px solid #ccc;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1070px) {
  #main {
    margin: 0 0 0 175px;
    padding: 0 0 120px 29px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  #main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 769px) {
  #main .main_container {
    width: 800px;
    margin: 40px auto 80px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1070px) {
  #main .main_container {
    margin: 40px 0 40px;
  }
}

@media only screen and (max-width: 480px) {
  #main .main_container {
    margin: 0 0 40px;
    min-width: 100%;
    padding: 0;
  }
}

/** header */
/**************************************/
#header {
  width: 100%;
  background: url("/shared/img/common/bg_header.png") repeat-x left top;
  height: 31px;
  color: #fff;
  position: relative;
  z-index: 1001;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #header {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #header {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #header.fixed {
    position: fixed;
    top: 0;
    z-index: 1002;
  }
}

#header .inner {
  position: relative;
  margin: 0 20px;
  width: 1070px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#header .h1_txt {
  font-size: 10px;
  line-height: 31px;
}

#header .h1_txt a {
  color: #fff;
}

/** sub */
/**************************************/
#sub .sub_header {
  position: relative;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #sub .sub_header {
    width: 100%;
    height: 70px;
    background: url("/shared/img/common/bg_header_sp.png") no-repeat left top;
    background-size: cover;
  }
}

@media only screen and (max-width: 480px) {
  #sub .sub_header {
    width: 100%;
    height: 50px;
    background: url("/shared/img/common/bg_header_sp.png") no-repeat left top;
    background-size: cover;
  }
}

@media only screen and (min-width: 769px) {
  #sub .sub_header .logo {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #sub .sub_header .logo {
    line-height: 90px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #sub .sub_header .logo {
    margin: 0;
    padding: 10px;
  }
}

@media only screen and (min-width: 769px) {
  #sub .sub_header .logo svg {
    width: 170px;
    height: 54px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1070px) {
  #sub .sub_header .logo svg {
    width: 140px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #sub .sub_header .logo svg {
    width: 100px;
    height: auto;
  }
  #sub .sub_header .logo svg g {
    fill: #fff;
  }
}

@media only screen and (max-width: 480px) {
  #sub .sub_header .logo svg {
    width: 80px;
    line-height: 50px;
    height: auto;
  }
  #sub .sub_header .logo svg g {
    fill: #fff;
  }
}

#sub .sub_header .menu_btn {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 20px;
  height: 13px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #sub .sub_header .menu_btn {
    top: 31px;
    right: 20px;
    transform: scale(1.2);
  }
}

#sub .sub_header .menu_btn .bg {
  position: absolute;
  top: -12px;
  right: -5px;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
}

#sub .sub_header .menu_btn .t, #sub .sub_header .menu_btn .m, #sub .sub_header .menu_btn .b {
  width: 100%;
  height: 2px;
  background: #272e64;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1001;
}

#sub .sub_header .menu_btn .t {
  transform: translateY(-5px) scale(1);
}

#sub .sub_header .menu_btn .m {
  background: none;
  position: relative;
}

#sub .sub_header .menu_btn .m:before, #sub .sub_header .menu_btn .m:after {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  content: '';
  width: 20px;
  height: 2px;
  background: #272e64;
  display: block;
  transform: rotate(0deg);
  position: absolute;
  opacity: 1;
}

#sub .sub_header .menu_btn .b {
  top: 20px;
  transform: translateY(5px) scale(1);
}

#sub .sub_header .menu_btn.is_open {
  z-index: 1006;
}

#sub .sub_header .menu_btn.is_open .t {
  transform: translateY(0) scale(0);
}

#sub .sub_header .menu_btn.is_open .m:before {
  transform: rotate(45deg);
}

#sub .sub_header .menu_btn.is_open .m:after {
  transform: rotate(-45deg);
}

#sub .sub_header .menu_btn.is_open .b {
  transform: translateY(0) scale(0);
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #sub .gnav {
    display: none;
    background: #fff;
    z-index: 1007;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #sub .gnav {
    display: none;
    background: #fff;
    z-index: 1007;
    height: 100%;
  }
}

#sub .gnav li {
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
  background: url("/shared/img/common/icon_gnav.png") no-repeat left 5px #fff;
  background-size: 15px auto;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, sans-serif;
}

@media only screen and (min-width: 769px) and (max-width: 1070px) {
  #sub .gnav li {
    background-size: 13px auto;
    padding: 0 0 0 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #sub .gnav li {
    margin: 0;
    padding: 0;
    padding: 10px 0;
    float: left;
    width: 33.3333%;
    text-align: center;
    background: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

@media only screen and (max-width: 480px) {
  #sub .gnav li {
    margin: 0;
    padding: 0;
    padding: 10px;
    float: left;
    font-size: 12px;
    width: 50%;
    text-align: center;
    background: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

#sub .gnav li .min {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 769px) and (max-width: 1070px) {
  #sub .gnav li .min {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #sub .gnav li .min {
    font-size: 14px;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  #sub .gnav li .min {
    font-size: 13px;
    margin: 0;
  }
}

#sub .gnav li span.en {
  line-height: 1.4;
  display: block;
  color: #ccc;
  font-size: 11px;
  font-family: "Neuton", serif;
}

@media only screen and (max-width: 480px) {
  #sub .gnav li span.en {
    font-size: 9px;
    margin-top: -5px;
  }
}

#sub .gnav li a {
  display: block;
  color: #333;
}

@media only screen and (min-width: 769px) {
  #sub .gnav li.current, #sub .gnav li:hover {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #sub .gnav li.current, #sub .gnav li:hover {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #sub .gnav li.current a, #sub .gnav li:hover a {
    text-decoration: none;
    color: #272e64;
  }
  #sub .gnav li.current span, #sub .gnav li:hover span {
    color: #272e64;
  }
}

#sub.mini {
  padding-top: 20px;
}

#sub.mini ul li {
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  #top #sub li.gnav_top {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #top #sub li.gnav_top {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #top #sub li.gnav_top a {
    text-decoration: none;
    color: #272e64;
  }
  #top #sub li.gnav_top span {
    color: #272e64;
  }
  #ogikubo #sub li.gnav_ogikubo {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #ogikubo #sub li.gnav_ogikubo {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #ogikubo #sub li.gnav_ogikubo a {
    text-decoration: none;
    color: #272e64;
  }
  #ogikubo #sub li.gnav_ogikubo span {
    color: #272e64;
  }
  #seafood #sub li.gnav_seafood {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #seafood #sub li.gnav_seafood {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #seafood #sub li.gnav_seafood a {
    text-decoration: none;
    color: #272e64;
  }
  #seafood #sub li.gnav_seafood span {
    color: #272e64;
  }
  #shop #sub li.gnav_shop {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #shop #sub li.gnav_shop {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #shop #sub li.gnav_shop a {
    text-decoration: none;
    color: #272e64;
  }
  #shop #sub li.gnav_shop span {
    color: #272e64;
  }
  #delivery #sub li.gnav_delivery {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #delivery #sub li.gnav_delivery {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #delivery #sub li.gnav_delivery a {
    text-decoration: none;
    color: #272e64;
  }
  #delivery #sub li.gnav_delivery span {
    color: #272e64;
  }
  #company #sub li.gnav_company {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #company #sub li.gnav_company {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #company #sub li.gnav_company a {
    text-decoration: none;
    color: #272e64;
  }
  #company #sub li.gnav_company span {
    color: #272e64;
  }
  #press #sub li.gbav_press {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #press #sub li.gbav_press {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #press #sub li.gbav_press a {
    text-decoration: none;
    color: #272e64;
  }
  #press #sub li.gbav_press span {
    color: #272e64;
  }
  #recruit #sub li.gnav_recruit {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #recruit #sub li.gnav_recruit {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #recruit #sub li.gnav_recruit a {
    text-decoration: none;
    color: #272e64;
  }
  #recruit #sub li.gnav_recruit span {
    color: #272e64;
  }
  #special #sub li.gnav_special {
    background: url("/shared/img/common/icon_gnav_on.png") no-repeat left 5px;
    background-size: 15px auto;
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1070px) {
  #special #sub li.gnav_special {
    background-size: 13px auto;
  }
}

@media only screen and (min-width: 769px) {
  #special #sub li.gnav_special a {
    text-decoration: none;
    color: #272e64;
  }
  #special #sub li.gnav_special span {
    color: #272e64;
  }
}

/** footer */
/**************************************/
#footer {
  width: 100%;
  height: 70px;
  background: url("/shared/img/common/bg_footer.png") repeat-x left top;
  color: #fff;
  z-index: 10003;
}

@media only screen and (min-width: 769px) {
  #footer {
    padding: 0;
    position: absolute;
    bottom: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer {
    background: url("/shared/img/common/bg_footer_sp.png") repeat-x left top;
    background-size: cover;
    height: auto;
    padding: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  #footer {
    background: url("/shared/img/common/bg_footer_sp.png") repeat-x left top;
    background-size: cover;
    height: auto;
    padding: 0 0 20px 0;
  }
}

@media only screen and (min-width: 769px) {
  #footer:before {
    content: '';
    width: 100%;
    height: 9px;
    position: absolute;
    top: -7px;
    left: 0;
    background: url("/shared/img/common/line_dot.png") repeat-x left top #fff;
    z-index: 2;
  }
}

#footer .inner {
  position: relative;
  margin: 0 20px;
}

@media only screen and (min-width: 769px) {
  #footer .inner {
    width: 1070px;
    margin: auto;
    position: relative;
    height: 70px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1070px) {
  #footer .inner {
    width: 1000px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer .inner {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  #footer .inner {
    width: 100%;
    margin: 0;
    height: auto;
  }
}

#footer .pagetop {
  position: fixed;
  bottom: 120px;
  right: 30px;
  display: none;
  z-index: 1001;
}

#footer .pagetop img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  #footer .pagetop {
    width: 40px;
    right: 20px;
    bottom: 30px;
  }
}

#footer .fnav {
  text-align: right;
  padding-top: 15px;
  overflow: hidden;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer .fnav {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #footer .fnav {
    padding-top: 0;
  }
}

#footer .fnav li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  font-size: 13px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer .fnav li {
    margin: 0 10px;
    padding: 0 10px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  #footer .fnav li {
    float: left;
    margin: 0;
    width: 50%;
    text-align: center;
    border-right: 1px solid #545c97;
    border-bottom: 1px solid #545c97;
  }
}

@media only screen and (max-width: 480px) {
  #footer .fnav li:first-child {
    border-right: none;
    float: none;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  #footer .fnav li:last-child {
    margin-right: 0;
  }
}

#footer .fnav li:nth-child(odd) {
  border-right: none;
}

@media only screen and (min-width: 769px) {
  #footer .fnav li:not(:first-child):after {
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    content: ' | ';
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer .fnav li:not(:first-child):after {
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    content: ' | ';
  }
}

#footer .fnav li a {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  #footer .fnav li a {
    display: block;
    padding: 14px;
  }
}

@media only screen and (min-width: 769px) {
  #footer .company_info {
    position: absolute;
    top: 15px;
    left: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer .company_info {
    text-align: center;
    margin: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #footer .company_info {
    text-align: center;
    margin: 20px;
  }
}

@media only screen and (min-width: 769px) {
  #footer .company_info .logo {
    float: left;
    margin: 0 10px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  #footer .company_info .logo {
    margin: 0 0 10px;
  }
}

#footer .company_info .logo svg {
  width: 110px;
  height: 43px;
}

#footer .company_info .logo svg g {
  fill: #fff;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer .company_info .logo svg {
    width: 150px;
  }
}

@media only screen and (max-width: 480px) {
  #footer .company_info .logo svg {
    width: 120px;
  }
}

#footer .company_info address {
  font-style: normal;
  font-size: 11px;
}

@media only screen and (min-width: 769px) {
  #footer .company_info address {
    float: left;
    overflow: hidden;
    line-height: 1.4;
  }
}

#footer .company_info address .name {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 3px;
  display: block;
}

@media only screen and (max-width: 480px) {
  #footer .company_info address a {
    color: #fff;
  }
}

#footer small {
  font-size: 10px;
}

@media only screen and (min-width: 769px) {
  #footer small {
    position: absolute;
    bottom: 7px;
    right: 5px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer small {
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  #footer small {
    text-align: center;
    display: block;
  }
}

/** #loading */
/**************************************/
#loading_container {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 1010;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

#loading_container #loading {
  transition: all 0.9s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translateY(0px);
  transition-delay: 2.5s;
  position: absolute;
  height: 84px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}

#loading_container .logo {
  position: relative;
  width: 200px;
  margin: auto;
}

#loading_container .logo .typo {
  opacity: 1;
}

#loading_container .logo .typo svg {
  width: 200px;
  height: auto;
}

#loading_container .logo .fish {
  text-align: center;
  animation: fish 1.4s cubic-bezier(0, 0, 0.58, 1) forwards infinite;
}

#loading_container .logo .fish svg {
  fill: #ccc;
}

@keyframes fish {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  40% {
    transform: translateX(0px);
    opacity: 1;
  }
  70% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}

#loading_container .progress {
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 215px;
  height: 2px;
  margin: 40px auto 40px;
  position: relative;
}

#loading_container .progress .progress_bg {
  height: 100%;
  background: #ece8cf;
}

#loading_container .progress .progress_bar {
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  background: #272e64;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#loading_container.view .progress {
  opacity: 0;
}

#loading_container.view .copy {
  opacity: 1 !important;
}

#loading_container.view #loading_container {
  transform: translateY(-100px);
  opacity: 0;
}

.loader {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #03a9f4;
  border-radius: 50%;
}

.loader:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0px solid white;
  transform: translate(-50%, -50%);
  animation: loading 900ms cubic-bezier(0, 0, 0.58, 1) forwards infinite;
}

@keyframes loading {
  0% {
    border: 0px solid white;
  }
  20% {
    border: 8px solid white;
    width: 0%;
    height: 0%;
  }
  100% {
    border: 8px solid white;
    width: 124%;
    height: 124%;
  }
}

/*
	----------------------------------------

	 Parts

	----------------------------------------


/** head
/**************************************/
.head {
  position: relative;
  margin: 0 0 20px;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  .head {
    margin: 0 0 15px;
  }
}

.head .str {
  clear: both;
}

.head .str .icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 6px 0 0;
  position: relative;
  top: 5px;
}

.head .str .icon.icon_recipe {
  background: url("/shared/img/common/icon_recipe.png") no-repeat left top;
}

@media only screen and (max-width: 480px) {
  .head .str .min {
    font-size: 18px;
  }
}

.head .str .en {
  color: #777;
}

@media only screen and (min-width: 769px) {
  .head.head_img {
    margin: 0 0 40px;
  }
}

@media only screen and (max-width: 480px) {
  .head.head_img {
    margin: 0 0 10px;
  }
}

.head.head_img img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .head.head_line {
    padding: 10px 0 15px;
    background: url("/shared/img/common/line_head.png") no-repeat left bottom;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .head.head_line {
    padding: 10px 0 15px;
    background: url("/shared/img/common/line_head_left_sp.png") no-repeat left bottom;
    background-size: auto 6px;
  }
}

@media only screen and (max-width: 480px) {
  .head.head_line {
    padding: 10px 0 10px;
    background: url("/shared/img/common/line_head_left_sp.png") no-repeat left bottom;
    background-size: auto 6px;
  }
}

.head.head_line:after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("/shared/img/common/line_head_right_sp.png") no-repeat left bottom;
  background-size: auto 6px;
}

.head.head_line_left {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 8px 20px;
  border-bottom: 1px dotted #000;
  position: relative;
}

.head.head_line_left:after {
  content: '';
  width: 6px;
  height: 1.4em;
  background: #ccc;
  position: absolute;
  left: 0;
  top: -1px;
}

.head.btn_top .btn {
  position: static;
  float: right;
  margin: 0 0 10px;
}

.head .btn {
  position: absolute;
  top: 17px;
  right: 0;
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .head .btn {
    display: none;
  }
}

.head .btn a {
  color: #666;
  padding: 0 0 0 15px;
}

.head .btn a:hover {
  color: #272e64;
}

.head .btn.next a {
  background: url("/shared/img/common/arrow_right_navy.png") no-repeat left 2px;
  background-size: 7px auto;
}

.head .btn.prev a {
  background: url("/shared/img/common/arrow_left_navy.png") no-repeat left 2px;
  background-size: 7px auto;
}

/** block
/**************************************/
.block {
  margin: 0 0 40px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .block {
    margin: 0 0 0px;
    padding: 0 20px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .block {
    margin: 0 0 0px;
    padding: 0 20px 20px;
  }
}

.block p {
  margin: 0 0 2.6em;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .block p {
    margin: 0 0 2em;
  }
}

@media only screen and (max-width: 480px) {
  .block p {
    margin: 0 0 2em;
  }
}

.block .copy {
  margin: 0 0 20px;
}

.block .copy.min {
  font-size: 36px;
  line-height: 1.5;
}

@media only screen and (max-width: 480px) {
  .block .copy.min {
    font-size: 24px;
  }
}

/** table
/**************************************/
.table {
  width: 100%;
  margin: 0 0 40px;
}

.table table {
  width: 100%;
}

.table table th, .table table td {
  padding: 12px 0;
  line-height: 1.7;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAMAAADKFy/CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFMDAw////8KnYVwAAABBJREFUeNpiYGRgBCKAAAMAABUABQNRVwEAAAAASUVORK5CYII=") repeat-x left bottom;
}

.table table th {
  width: 20%;
}

@media only screen and (max-width: 480px) {
  .table table th {
    width: 22%;
    vertical-align: top;
  }
}

@media only screen and (max-width: 480px) {
  .table table td {
    vertical-align: top;
    padding: 12px 10px;
  }
}

.table table dl dt {
  clear: both;
  width: 180px;
  float: left;
}

.table table dl dd {
  float: left;
}

@media only screen and (max-width: 480px) {
  .table table dl dd {
    margin: 0 0 10px;
  }
}

/** thumbs
/**************************************/
.thumbs {
  overflow: hidden;
  clear: both;
}

@media only screen and (min-width: 769px) {
  .thumbs {
    margin: 0 -20px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .thumbs {
    width: 100%;
  }
}

.thumbs .thumb {
  float: left;
  width: 185px;
  margin: 0 20px 20px 0;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .thumbs .thumb {
    width: 23.5%;
    margin: 0 2% 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .thumbs .thumb {
    width: 47%;
    margin: 0 6% 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .thumbs .thumb:nth-of-type(even) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .thumbs .thumb:last-of-type {
    margin-right: 0;
  }
}

.thumbs .thumb a:hover img {
  opacity: 0.6;
}

.thumbs .thumb img {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/** entries
/**************************************/
.entry_label {
  text-align: center;
  width: 54px;
  height: 17px;
  line-height: 17px;
  display: inline-block;
  font-size: 11px;
  background: #990000;
  color: #fff;
  padding: 0 5px;
  margin: 0 10px 0 0;
}

.entry_label.new {
  width: 42px;
}

.entry_label.media {
  background: #b2cd77;
}

.entry_label.media {
  background: #b2cd77;
}

.entry_label.recipe {
  background: #f7ad77;
}

.entry_label.special {
  background: #e8a9c5;
}

.entry_label.recruit {
  background: #aab8e0;
}

.entry_label.news {
  background: #9fd7e8;
}

.entry_label.pr {
  background: #bbbaba;
}

@media only screen and (max-width: 480px) {
  .entry_label {
    line-height: 17px;
    font-size: 9px;
  }
}

.entries_list {
  margin: 0 0 50px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .entries_list {
    margin: 0px;
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .entries_list {
    margin: 20px;
  }
}

.entries_list ul li {
  width: 100%;
  font-size: 14px;
  margin: 0 0 5px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.entries_list ul li .date_label {
  display: block;
  float: left;
}

.entries_list ul li .date_label .date {
  display: inline-block;
  width: 75px;
  margin: 0 10px 0 0;
  position: relative;
}

.entries_list ul li .content {
  overflow: hidden;
}

.entries_list ul li .content p {
  display: inline;
  padding: 10px 0;
}

.entries_list ul li .content p.pdf {
  background: url("/shared/img/common/icon_pdf.png") no-repeat left 9px;
  background-size: 18px;
  padding-left: 26px;
}

.entries_list ul a {
  color: #333;
  text-decoration: underline;
}

.entries_list ul a:hover {
  color: #272e64;
  text-decoration: none;
}

.entries_list_news ul li {
  border-top: 1px dotted #333;
  padding: 15px 0 0;
}

@media only screen and (max-width: 480px) {
  .entries_list_news ul li {
    padding: 15px 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  .entries_thumb {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .entries_thumb {
    padding: 20px;
  }
}

.entries_thumb .entry {
  width: 100%;
}

.entries_thumb .entry:nth-of-type(odd) {
  clear: both;
}

.entries_thumb .entry a {
  color: #333;
  display: block;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-top: 1px dotted #333;
  padding: 30px 0;
}

@media only screen and (min-width: 769px) {
  .entries_thumb .entry a:hover {
    background: #f5f5f5;
    text-decoration: none;
  }
}

@media only screen and (max-width: 480px) {
  .entries_thumb .entry a {
    padding: 15px 0;
  }
}

.entries_thumb .entry:last-child a {
  border-bottom: 1px dotted #333;
}

.entries_thumb .entry .thumb {
  float: left;
  width: 185px;
  margin: 0 25px 0 0;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .entries_thumb .entry .thumb {
    width: 90px;
  }
}

.entries_thumb .entry .thumb img {
  width: 100%;
}

.entries_thumb .entry .thumb .pdf {
  display: block;
  position: absolute;
  padding: 0 10px;
  width: 35px;
  height: 32px;
  background: url("/shared/img/common/icon_pdf.png") no-repeat left top;
  background-size: 100%;
  left: 0;
  bottom: 0;
}

.entries_thumb .entry .content {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .entries_thumb .entry .content {
    padding-top: 15px;
  }
}

.entries_thumb .entry .content .title {
  margin: 0 0 10px;
}

@media only screen and (min-width: 769px) {
  .entries_thumb .entry .content .title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .entries_thumb .entry .content .title {
    font-size: 14px;
  }
}

.entries_thumb .entry .content .title.pdf {
  background: url("/shared/img/common/icon_pdf.png") no-repeat left 2px;
  background-size: 20px;
  padding-left: 34px;
}

@media only screen and (max-width: 480px) {
  .entries_thumb .entry .content .title.pdf {
    background: url("/shared/img/common/icon_pdf.png") no-repeat left 5px;
    background-size: 15px;
    padding-left: 28px;
  }
}

@media only screen and (max-width: 480px) {
  .entries_thumb .entry .content .body {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .entries_thumb .entry .content .meta {
    margin: 0 0 15px 0;
  }
}

.entries_thumb .entry .content .meta .date {
  display: inline-block;
  color: #777;
  padding: 0 0 0 20px;
  background: url("/shared/img/common/icon_date.png") no-repeat left 6px;
  background-size: 12px;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 480px) {
  .entries_thumb .entry .content .meta .date {
    font-size: 10px;
    background: url("/shared/img/common/icon_date.png") no-repeat left 4px;
    background-size: 10px;
  }
}

.entries_thumb .entry .content .meta .label {
  display: inline;
}

/** entry_head */
/**************************************/
@media only screen and (max-width: 480px) {
  .entry_head {
    margin-top: 10px;
  }
}

/** entry_detail_meta */
/**************************************/
.entry_detail_meta {
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 480px) {
  .entry_detail_meta {
    margin: 0 0 30px;
  }
}

.entry_detail_meta > div {
  position: relative;
}

.entry_detail_meta .date {
  color: #777;
  padding: 0 0 0 20px;
  margin: 0 0 0px;
  background: url("/shared/img/common/icon_date.png") no-repeat left 6px;
  background-size: 12px;
}

@media only screen and (max-width: 480px) {
  .entry_detail_meta .date {
    font-size: 12px;
    margin: 0;
  }
}

.entry_detail_meta .social_btn {
  position: absolute;
  top: -2px;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .entry_detail_meta .social_btn {
    top: 0;
  }
}

.entry_detail_meta .social_btn > div {
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative;
}

.entry_detail_meta .social_btn > div.tweet {
  top: -2px;
}

.entry_detail_meta .social_btn > div.like {
  top: -8px;
}

.entry_detail_meta .tag {
  padding: 0 0 0 30px;
  background: url("/shared/img/common/icon_tag.png") no-repeat left center;
  background-size: 18px;
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .entry_detail_meta .tag {
    margin: 0 0 10px;
  }
}

.entry_detail_meta .tag a {
  color: #333;
}

/** entry_body */
/**************************************/
/** entry_writer */
/**************************************/
.entry_writer {
  background: #fbfbfb;
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin: 0 0 30px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .entry_writer {
    padding: 15px;
  }
}

.entry_writer h3 {
  background: url("/shared/img/common/icon_writer.png") no-repeat left center;
  background-size: 16px;
  padding: 0 0 0 24px;
  margin: 0 0 15px;
}

.entry_writer .thumb {
  float: left;
  margin: 0 20px 0 0;
}

@media only screen and (min-width: 769px) {
  .entry_writer .thumb {
    width: 185px;
  }
}

@media only screen and (max-width: 480px) {
  .entry_writer .thumb {
    width: 70px;
  }
}

.entry_writer .thumb img {
  width: 100%;
}

.entry_writer .content {
  width: 530px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .entry_writer .content {
    width: auto;
  }
}

.entry_writer .content strong {
  margin: 0 0 10px;
  display: block;
}

.entry_writer .content strong a {
  color: #333;
  text-decoration: underline;
}

.entry_writer .content strong a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .entry_writer .content p {
    margin: 0;
  }
}

/** share_btn */
/**************************************/
.share_btn {
  overflow: hidden;
  text-align: center;
}

.share_btn > div {
  width: 360px;
  height: 65px;
  display: inline-block;
  text-align: center;
  margin: 10px;
}

@media only screen and (max-width: 480px) {
  .share_btn > div {
    width: 100%;
    margin: 10px 0;
  }
}

.share_btn > div i {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: #333;
  margin: 0 10px 0 0;
  position: relative;
  top: 6px;
}

.share_btn > div a {
  line-height: 65px;
  background: #333;
  display: block;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: bold;
}

.share_btn > div a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.share_btn > div.tw i {
  background: url("/shared/img/common/icon_twitter.png") no-repeat top left;
  background-size: 24px 24px;
}

.share_btn > div.tw a {
  background: #55acee;
}

.share_btn > div.fb i {
  background: url("/shared/img/common/icon_facebook.png") no-repeat top left;
  background-size: 24px 24px;
}

.share_btn > div.fb a {
  background: #3b5998;
}

/** related_recipe */
/**************************************/
.related_recipe {
  margin: 30px 0 0 0;
  padding-top: 50px;
  border-top: 3px solid #ccc;
}

.related_recipe .recipes {
  overflow: hidden;
  clear: both;
}

@media only screen and (min-width: 769px) {
  .related_recipe .recipes {
    margin: 0 -20px 0 0;
  }
}

.related_recipe .recipes .recipe {
  float: left;
  width: 185px;
  margin: 0 20px 20px 0;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .related_recipe .recipes .recipe {
    width: 23.5%;
    margin: 0 2% 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .related_recipe .recipes .recipe {
    width: 47%;
    margin: 0 6% 20px 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .related_recipe .recipes .recipe:nth-of-type(4), .related_recipe .recipes .recipe:nth-of-type(8), .related_recipe .recipes .recipe:nth-of-type(12) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .related_recipe .recipes .recipe:nth-of-type(even) {
    margin-right: 0;
  }
}

.related_recipe .recipes .recipe a {
  color: #333;
}

.related_recipe .recipes .recipe .thumb {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  margin: 0 0 10px;
}

.related_recipe .recipes .recipe .thumb a {
  width: 100%;
}

.related_recipe .recipes .recipe .thumb a:hover img {
  opacity: 0.6;
}

.related_recipe .recipes .recipe .thumb img {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/** rich */
/**************************************/
div.rich p {
  margin: 0 0 1.6em;
  line-height: 2em;
  font-size: 14px;
}

div.rich a {
  color: #272e64;
  text-decoration: underline;
}

div.rich a:hover {
  text-decoration: none;
}

div.rich img {
  max-width: 100%;
  max-height: 800px;
  height: auto;
  width: auto;
}

div.rich img.size-auto,
div.rich img.size-full,
div.rich img.size-large,
div.rich img.size-medium,
div.rich .attachment img {
  margin: 0 0 1.4em;
}

div.rich h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 2em  0 1.4em;
  padding: 0 0 8px 20px;
  border-bottom: 1px dotted #000;
  position: relative;
}

div.rich h2:after {
  content: '';
  width: 7px;
  height: 1.4em;
  background: #ccc;
  position: absolute;
  left: 0;
  top: -1px;
}

@media only screen and (max-width: 480px) {
  div.rich h2:after {
    height: 80%;
  }
}

div.rich h3 {
  font-size: 16px;
  padding: 0 0 10px 0;
  margin: 1em 0 1em;
  font-weight: bold;
}

div.rich h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 1em 0 1em;
}

div.rich ul {
  margin: 0 0 2em;
  padding: 0 0 0 15px;
}

div.rich ul li {
  list-style-type: disc;
}

div.rich ol {
  margin: 0 0 1.5em 1.5em;
}

div.rich ol li {
  list-style-type: decimal;
}

div.rich blockquote {
  margin: 0;
  padding: 35px 20px 20px;
  margin: 0 0 1em;
  background: #f6f6f6;
  position: relative;
}

div.rich blockquote:before {
  content: "“";
  font-size: 500%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック" ,sans-serif;
  color: #a9a9a9;
  position: absolute;
  top: 5px;
  left: 10px;
}

div.rich table {
  width: 100%;
}

div.rich table th,
div.rich table td {
  vertical-align: middle;
}

div.rich table img {
  margin: 0;
}

/** .pager */
/**************************************/
.pager {
  overflow: hidden;
  padding: 50px 0 0 0;
  margin: 0 0 50px;
  text-align: center;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #444444;
  padding: 0 10px;
  margin: 0 5px;
  display: inline-block;
}

.pager .wp-pagenavi a.previouspostslink,
.pager .wp-pagenavi a.nextpostslink {
  background: #eeeeee;
  padding: 0;
  text-align: center;
  font-size: 10px;
  text-indent: -9999px;
}

.pager .wp-pagenavi a.previouspostslink {
  background: url("/shared/img/common/arrow_left_gray.png") no-repeat center center;
  background-size: 7px auto;
}

.pager .wp-pagenavi a.nextpostslink {
  background: url("/shared/img/common/arrow_right_gray.png") no-repeat center center;
  background-size: 7px auto;
}

.pager .wp-pagenavi span.current {
  font-weight: bold;
  background: #272e64;
  color: #fff;
}

/** #map_canvas */
/**************************************/
#map_canvas {
  width: 800px;
  height: 400px;
  margin: 0 0 10px;
  position: relative;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #map_canvas {
    width: 100%;
    height: 380px;
  }
}

@media only screen and (max-width: 480px) {
  #map_canvas {
    width: 100%;
    height: 280px;
  }
}

/*
	-------------------- Top Layouts --------------------

	Top Layouts.

	-------------------- Top Layouts --------------------
*/
#top #header {
  position: fixed;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #mv {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #mv {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #main .main_container {
    margin-bottom: 0;
  }
}

/** .mv */
/**************************************/
.mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 1000;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mv {
    position: static;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .mv {
    position: static;
    height: auto;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mv:after {
    content: '';
    display: block;
    padding-top: 64.2857142857%;
  }
}

@media only screen and (max-width: 480px) {
  .mv:after {
    content: '';
    display: block;
    padding-top: 64.2857142857%;
  }
}

.mv .logo {
  position: absolute;
  width: 21.0714285714%;
  width: 15.7142857143%;
  left: 9.8571428571%;
  padding-top: 4.6428571429%;
  z-index: 1001;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mv .logo {
    width: 25%;
    left: 6.4285714286%;
    padding-top: 1.4285714286%;
  }
}

@media only screen and (max-width: 480px) {
  .mv .logo {
    width: 25%;
    left: 6.4285714286%;
    padding-top: 1.4285714286%;
  }
}

.mv .logo svg {
  width: 100%;
}

.mv .slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.mv .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mv .slide.slide_1 {
  background: url("/shared/img/index/img_mv_1.jpg") no-repeat left top;
  background-size: cover;
}

.mv .slide.slide_2 {
  background: url("/shared/img/index/img_mv_2.jpg") no-repeat left top;
  background-size: cover;
}

.mv .slide.slide_3 {
  background: url("/shared/img/index/img_mv_3.jpg") no-repeat left top;
  background-size: cover;
}

.mv .slide.slide_4 {
  background: url("/shared/img/index/img_mv_4.jpg") no-repeat left top;
  background-size: cover;
}

.mv .slide.slide_5 {
  background: url("/shared/img/index/img_mv_5.jpg") no-repeat left top;
  background-size: cover;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mv .slide {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .mv .slide {
    height: auto;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mv .slide:after {
    content: '';
    display: block;
    padding-top: 64.2857142857%;
  }
}

@media only screen and (max-width: 480px) {
  .mv .slide:after {
    content: '';
    display: block;
    padding-top: 64.2857142857%;
  }
}

.mv .scroll_btn {
  width: 65px;
  height: 125px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
}

.mv .scroll_btn a {
  color: #fff;
  text-decoration: none;
}

.mv .scroll_btn a:hover .btn {
  background: rgba(255, 255, 255, 0.2);
}

.mv .scroll_btn .btn {
  margin: 10px 0 0;
  display: block;
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.mv .scroll_btn .btn img {
  width: 67%;
  top: 8px;
  position: relative;
  animation: arrow 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards infinite;
}

@keyframes : arrow {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-3px);
  }
}

/** .grids */
/**************************************/
@media only screen and (min-width: 769px) {
  .grids_container {
    width: 820px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .grids_container {
    margin: 0 auto;
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .grids_container {
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
}

.grids_container .grids {
  width: 100% !important;
  margin: 0 0 50px 0px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .grids_container .grids {
    margin: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .grids_container .grids {
    margin: 0 0 10px 0px;
  }
}

.grids_container .grids .sizer {
  width: 25%;
}

@media only screen and (max-width: 480px) {
  .grids_container .grids .sizer {
    width: 25%;
  }
}

.grids_container .grids .el {
  margin: auto;
  width: 185px;
  overflow: hidden;
  background: #000;
  overflow: hidden;
  width: 22.5609756098%;
  margin: 0 0 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .grids_container .grids .el {
    width: 46%;
    margin: 2%;
  }
}

.grids_container .grids .el.m {
  width: 46.43%;
  width: 47.5609756098%;
}

@media only screen and (max-width: 480px) {
  .grids_container .grids .el.m {
    width: 96%;
  }
}

.grids_container .grids .el img {
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
  width: 100%;
  display: block;
}

.grids_container .grids .el a {
  box-sizing: border-box;
}

.grids_container .grids .el a:hover img {
  opacity: 0.7;
}

/** .list_btn */
/**************************************/
@media only screen and (max-width: 480px) {
  #top .list_btn {
    background: #eee;
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #top .list_btn .btn a {
    display: block;
    padding: 20px 20px;
    background: #fff;
    border-bottom: 1px solid #898888;
    border-right: 1px solid #898888;
    text-align: center;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  #top .list_btn .btn a .min {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  #top .list_btn .btn a .en {
    color: #777;
    font-size: 10px;
  }
}

#top .list_btn .btn a i {
  width: 10px;
  height: 14px;
  background: url("/shared/img/common/icon_linearrow_right_black.png") no-repeat right center;
  background-size: 7px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

/** #news */
/**************************************/
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #news {
    padding-bottom: 0;
  }
}

/** #press */
/**************************************/
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #press {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

/*
	-------------------- Shop Layouts --------------------

	Shop Layouts.

	-------------------- Shop Layouts --------------------
*/
/** #shop_list */
/**************************************/
.shops {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .shops {
    margin: 0 -20px 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .shops {
    margin: 20px 0;
  }
}

.shops h3 {
  clear: both;
  background: #272e64;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 480px) {
  .shops h3 {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 769px) {
  .shops .shop {
    width: 390px;
    float: left;
    margin: 0 20px 20px 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .shops .shop {
    width: 49%;
    float: left;
    margin: 0 2% 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .shops .shop {
    margin: 0 0px 0px 0;
  }
}

.shops .shop:nth-of-type(odd) {
  clear: both;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .shops .shop:nth-of-type(even) {
    margin-right: 0;
  }
}

.shops .shop a {
  color: #333;
  display: block;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.shops .shop a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .shops .shop a {
    padding: 10px 0;
  }
}

.shops .shop .thumb {
  float: left;
  width: 185px;
  margin: 0 25px 0 0;
}

@media only screen and (max-width: 480px) {
  .shops .shop .thumb {
    width: 100px;
  }
}

.shops .shop .thumb img {
  width: 100%;
}

.shops .shop .content {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .shops .shop .content {
    padding-top: 10px;
  }
}

.shops .shop .content .name {
  font-size: 15px;
  padding: 0 0 0 10px;
  background: url("/shared/img/common/arrow_right_navy.png") no-repeat left 5px;
  background-size: 7px auto;
}

@media only screen and (max-width: 480px) {
  .shops .shop .content .name {
    background: url("/shared/img/common/arrow_right_navy.png") no-repeat left 4px;
    background-size: 6px auto;
    font-size: 14px;
  }
}

.shops .shop .content .name,
.shops .shop .content p {
  margin: 0 0 15px;
  line-height: 1.4;
}

@media only screen and (max-width: 480px) {
  .shops .shop .content p {
    font-size: 12px;
  }
}

.shops .shop .content .time i {
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  display: block;
  float: left;
  background: #272e64;
  color: #fff;
  font-size: 12px;
  margin: 0 8px 0 0;
}

.shops .shop .content .time p {
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .shops .shop .content .time p {
    margin: 0;
  }
}

/** .shop_detail */
/**************************************/
.shop_detail {
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .shop_detail {
    margin: 0;
  }
}

@media only screen and (min-width: 769px) {
  .shop_detail .main_img {
    float: left;
    margin: 0 20px 20px 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .shop_detail .main_img {
    margin: 0 0px 20px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .shop_detail .main_img {
    margin: 0 0px 20px 0;
  }
}

.shop_detail .main_img img {
  width: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .shop_detail .main_img img {
    width: 50%;
    margin: 0 auto;
  }
}

.shop_detail .shop_info {
  overflow: hidden;
}

.shop_detail .shop_info table th, .shop_detail .shop_info table td {
  padding: 0 0 30px 0;
  font-size: 14px;
  line-height: 1.6;
}

.shop_detail .shop_info table th {
  display: block;
  width: 80px;
  vertical-align: top;
  text-align: left;
}

.shop_detail .shop_info table td p {
  margin-bottom: 0;
  word-break: break-all;
}

.shop_detail .shop_info a {
  color: #272e64;
}

/*
	-------------------- ogikubo Layouts --------------------

	ogikubo Layouts.

	-------------------- ogikubo Layouts --------------------
*/
/** future */
/**************************************/
#ogikubo #future img {
  width: 100%;
}

/*
	-------------------- Shop Layouts --------------------

	Shop Layouts.

	-------------------- Shop Layouts --------------------
*/
/** about */
/**************************************/
#seafood #about .imgs {
  margin-right: -20px;
  overflow: hidden;
}

#seafood #about .imgs .img {
  float: left;
  margin: 0 20px 0 0;
}

/** seafood_shop */
/**************************************/
#seafood #seafood_shop .copy {
  margin: 0 0 20px;
  overflow: hidden;
}

#seafood #seafood_shop .shop_lists_container {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  #seafood #seafood_shop .shop_lists_container {
    overflow: hidden;
  }
}

@media only screen and (min-width: 769px) {
  #seafood #seafood_shop .shop_lists {
    float: left;
    margin: 0 20px 40px 0;
  }
}

#seafood #seafood_shop .shop_lists:nth-of-type(even) {
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  #seafood #seafood_shop .shop_lists {
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-width: 769px) {
  #seafood #seafood_shop .shops {
    width: 390px;
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 480px) {
  #seafood #seafood_shop .shops {
    width: 100%;
    margin: 0 0 20px;
  }
}

#seafood #seafood_shop .shops h3 {
  background: #272e64;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px;
}

#seafood #seafood_shop .shops .shop_list {
  overflow: hidden;
  width: 100%;
}

#seafood #seafood_shop .shops .shop_list li {
  margin: 0 0 20px;
}

@media only screen and (min-width: 769px) {
  #seafood #seafood_shop .shops .shop_list li {
    float: left;
    width: 50%;
  }
}

#seafood #seafood_shop .shops .shop_list li:nth-child(odd) {
  clear: both;
}

#seafood #seafood_shop .shops .shop_list li.new a:after {
  content: 'NEW';
  position: absolute;
  top: -1px;
  right: -50px;
  font-size: 11px;
  background: #990000;
  color: #fff;
  padding: 0 5px;
  height: 15px;
  line-height: 15px;
  font-family: "Neuton", serif;
}

#seafood #seafood_shop .shops .shop_list li a {
  display: block;
  font-size: 14px;
  padding: 0 0 0 15px;
  background: url("/shared/img/common/arrow_right_navy.png") no-repeat left 4px;
  background-size: 8px auto;
  color: #333;
  text-decoration: underline;
  position: relative;
}

#seafood #seafood_shop .shops .shop_list li a:hover {
  text-decoration: none;
  color: #272e64;
}

/*
	-------------------- Company Layouts --------------------

	Company Layouts.

	-------------------- Company Layouts --------------------
*/
/** about */
/**************************************/
#company #about .copy {
  margin: 0 0 20px;
}

#company #about .copy.min {
  font-size: 30px;
  line-height: 1.4;
}

@media only screen and (max-width: 480px) {
  #company #about .copy.min {
    font-size: 20px;
  }
}

#company #about .txt {
  margin: 0 0 40px;
}

@media only screen and (max-width: 480px) {
  #company #about .txt {
    margin: 0 0 0px;
  }
}

#company #about .imgs {
  margin-right: -20px;
  overflow: hidden;
}

#company #about .imgs .img {
  float: left;
  margin: 0 20px 0 0;
}

/*
	-------------------- Delivery Layouts --------------------

	Delivery Layouts.

	-------------------- Delivery Layouts --------------------
*/
/** tel */
/**************************************/
#delivery .tel {
  overflow: hidden;
  border: 2px solid #ccc;
  margin: 0 0 30px;
  position: relative;
}

#delivery .tel a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

#delivery .tel .tel_1 {
  background: #b40000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  #delivery .tel .tel_1 {
    width: 185px;
    float: left;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #delivery .tel .tel_1 {
    width: 100%;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  #delivery .tel .tel_1 {
    width: 100%;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 769px) {
  #delivery .tel .tel_2 {
    text-align: left;
    height: 90px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #delivery .tel .tel_2 {
    text-align: center;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  #delivery .tel .tel_2 {
    text-align: center;
    padding: 20px 0;
  }
}

#delivery .tel .tel_2 .txt {
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 5px;
}

@media only screen and (min-width: 769px) {
  #delivery .tel .tel_2 .txt {
    line-height: 90px;
    border-bottom: 1px solid #333;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #delivery .tel .tel_2 .txt {
    display: block;
    padding: 10px 0 5px;
  }
}

@media only screen and (max-width: 480px) {
  #delivery .tel .tel_2 .txt {
    display: block;
  }
}

#delivery .tel .tel_2 .num {
  color: #b40000;
  font-size: 48px;
  font-weight: bold;
  padding: 0 0 0 50px;
  margin: 0 20px 0 20px;
  background: url("/shared/img/delivery/icon_tel.png") no-repeat left 2px;
  background-size: 40px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #delivery .tel .tel_2 .num {
    padding: 0 0 0 40px;
    background: url("/shared/img/delivery/icon_tel.png") no-repeat left 4px;
    background-size: 30px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  #delivery .tel .tel_2 .num {
    font-size: 30px;
    padding: 0 0 10px 30px;
    display: inline-block;
    background: url("/shared/img/delivery/icon_tel.png") no-repeat left 0px;
    background-size: 23px;
  }
}

/** ordertime */
/**************************************/
#delivery .ordertime {
  margin: 0 0 30px;
}

#delivery .ordertime th, #delivery .ordertime td {
  padding: 12px 10px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #delivery .ordertime th, #delivery .ordertime td {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  #delivery .ordertime th, #delivery .ordertime td {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

#delivery .ordertime th {
  font-size: 14px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #delivery .ordertime th {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  #delivery .ordertime th {
    padding-bottom: 0;
  }
}

#delivery .ordertime .time {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #delivery .ordertime .time {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  #delivery .ordertime .time {
    padding-bottom: 0;
  }
}

#delivery .ordertime .txt {
  font-size: 14px;
}

/** notic */
/**************************************/
#delivery .notic {
  margin: 0 0 40px;
  background: #fbfbfb;
  border: 1px solid #ccc;
  padding: 30px;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  #delivery .notic {
    padding: 15px;
  }
}

#delivery .notic li {
  margin: 0 0 20px;
}

#delivery .notic li:last-child {
  margin-bottom: 0;
}

/** menus */
/**************************************/
#delivery .menus {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  #delivery .menus {
    margin-right: -40px;
  }
}

#delivery .menus .menu {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  #delivery .menus .menu {
    width: 380px;
    margin: 0 40px 0 0;
    float: left;
  }
}

#delivery .menus .menu h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #333;
  padding: 5px 0 10px 45px;
  margin: 0 0 16px;
  background: url("/shared/img/delivery/icon_menu.png") no-repeat left 3px;
  background-size: 35px;
}

@media only screen and (max-width: 480px) {
  #delivery .menus .menu h3 {
    padding: 5px 0 7px 35px;
    font-size: 16px;
    background: url("/shared/img/delivery/icon_menu.png") no-repeat left 8px;
    background-size: 22px;
  }
}

#delivery .menus .menu p {
  text-align: center;
  color: #990000;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  #delivery .menus .menu p {
    font-size: 12px;
  }
}

#delivery .menus .menu img {
  width: 100%;
  margin: 0 0 10px;
}

#delivery .menus .menu a:hover {
  opacity: .7;
}

/** area */
/**************************************/
#delivery #area img {
  width: 100%;
}

/*
	-------------------- recruit Layouts --------------------

	recruit Layouts.

	-------------------- recruit Layouts --------------------
*/
/** .jpb */
/**************************************/
#recruit .job {
  margin: 40px 0 50px;
}

#recruit .job table th, #recruit .job table td {
  padding: 15px 0;
}

@media only screen and (max-width: 480px) {
  #recruit .job table th, #recruit .job table td {
    width: 100%;
    display: block;
  }
}

#recruit .job table th {
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  #recruit .job table th {
    padding: 12px 0 0px;
  }
}

#recruit .job table td {
  padding: 12px;
}

@media only screen and (max-width: 480px) {
  #recruit .job table td {
    padding: 12px 0 20px;
  }
}

#recruit .job table td img {
  width: 100%;
  margin-top: 10px;
}

/*
	-------------------- sitemap Layouts --------------------

	sitemap Layouts.

	-------------------- sitemap Layouts --------------------
*/
/**  */
/**************************************/
#sitemap .block h3 {
  font-size: 14px;
  margin: 0 0 10px;
}

#sitemap .block h3 a {
  color: #333;
}

#sitemap .block ul {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px dotted #000;
}

#sitemap .block ul li {
  margin: 0 0 5px;
}

#sitemap .block ul li a {
  color: #272e64;
  padding: 0 0 0 15px;
  background: url("/shared/img/common/arrow_right_navy.png") no-repeat left 3px;
  background-size: 7px auto;
}

/*
	-------------------- contact Layouts --------------------

	contact Layouts.

	-------------------- contact Layouts --------------------
*/
#contact .company {
  padding-top: 30px;
  border-top: 1px dotted #000;
  font-weight: bold;
}

#contact .company h3 {
  margin: 0 0 10px;
}

/*
	-------------------- fish recipe Layouts --------------------

	fish recipe Layouts.

	-------------------- fish recipe Layouts --------------------
*/
#fish_recipe .keyBg {
  background: url(images/key_bg.jpg) no-repeat center center;
  text-align: center;
  display: block;
}

#fish_recipe #recipeBox {
  margin-bottom: 2em;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #fish_recipe #recipeBox {
    margin: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #fish_recipe #recipeBox {
    margin: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #fish_recipe .main img {
    width: 100%;
    height: auto;
  }
}

#fish_recipe #recipeBox .fish {
  position: absolute;
  top: 30px;
  left: 470px;
}

#fish_recipe #recipeBox dl {
  float: left;
  width: 400px;
  padding-right: 10px;
  margin-bottom: 2em;
  overflow: hidden;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #fish_recipe #recipeBox dl {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  #fish_recipe #recipeBox dl {
    float: none;
    width: 100%;
  }
}

#fish_recipe #recipeBox dl:nth-of-type(odd) {
  clear: both;
}

#fish_recipe #recipeBox dl dt {
  float: left;
  width: 90px;
  margin-right: 8px;
}

#fish_recipe #recipeBox dl dd {
  background: url(images/icon.gif) no-repeat 0px 6px;
  padding-left: 12px;
  width: 100%;
  float: none;
  margin: 0 0 0 100px;
}

@media only screen and (max-width: 480px) {
  #fish_recipe #recipeBox dl dd {
    width: 100%;
    float: none;
    margin: 0 0 0 100px;
    font-size: 12px;
  }
}

#fish_recipe #recipeBox dd p.name {
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  #fish_recipe #recipeBox dd p.name {
    font-size: 14px;
  }
}

#fish_recipe #recipeBox dd p.name2 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.1em;
}

#fish_recipe #recipeBox dd .pdf {
  padding-left: 4px;
  vertical-align: middle;
}

#fish_recipe #recipeBox dd a {
  color: #F30;
}

#fish_recipe #recipeBox dd a:hover {
  color: #F30;
  text-decoration: underline;
}

#fish_recipe .paper {
  border: 1px dotted #F30;
  padding: 15px 20px;
  font-size: 13px;
  margin-bottom: 2em;
  background: #fffcf2;
}
