
/* カタログページ */
.model-wrap{
display: flex; 
flex-wrap: wrap;
}

/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
  overflow: hidden;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
.b-m10 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.b-m15 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
.b-m20 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.b-m25 {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}
.b-m15cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  clear: both;
}
.b-m20cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  clear: both;
}
.b-m25cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  clear: both;
}
.b-m30cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  clear: both;
}
.b-m35cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  clear: both;
}
.b-m40cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  clear: both;
}
.b-m45cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 45px;
  margin-left: 0px;
  clear: both;
}
.b-m70cb {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 70px;
  margin-left: 0px;
  clear: both;
}
.b-m25cb_ul {
  padding-bottom: 25px;
  border-bottom: 1px dotted #807153;
  margin-bottom: 25px;
}
.ybm {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ybm iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 1025px) {
  .phone {
    display: none !important;
  }
  /*------------------------------------------------------------------*/
  /* Pagetitle */
  #pagetitle {
    width: 100%;
    height: auto;
    display: block;
    background-color: #000;
  }
  #ptcov {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/pagetitle/ptbg.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: relative;
  }
  #ptcov2 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/pagetitle/ptcov.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #ptbody-wide {
    width: 100%;
    max-width: 1400px;
    height: 500px;
    display: block;
    margin: 0 auto;
    padding: 215px 2%;
  }
  #ptbox {
    width: 40%;
    height: 70px;
    display: block;
    float: left;
  }
  #pagetitle #ptbox h2 {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 50px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  #pagetitle #ptbox h3 {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    color: #A9A683;
    text-shadow: 0px 0px 5px #000;
  }
  #ptbody-nb {
    width: 100%;
    max-width: 1400px;
    height: 600px;
    display: block;
    margin: 0 auto;
    padding: 230px 2%;
  }
  #ptbox-nb {
    width: 40%;
    height: 140px;
    display: block;
    float: left;
  }
  #pagetitle #ptbox-nb h2 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 50px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  #pagetitle #ptbox-nb h3 {
    font-family: 'Lato', sans-serif;
    font-size: 90px;
    font-weight: 300;
    line-height: 90px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  #ptline {
    width: 58%;
    height: 70px;
    display: block;
    float: right;
    padding-top: 80px;
  }
  #ptline ul {
    text-align: right;
  }
  #ptline ul li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    font-size: 0.8em;
    line-height: 15px;
    color: #fff;
  }
  #ptline ul li a {
    color: #fff;
  }
  #ptline ul li a:after {
    content: " > ";
    color: #fff;
  }
  #ptline ul li a:hover {
    color: #e2e3df;
  }
  /*------------------------------------------------------------------*/
  /* Layout */
  #msp {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 60px;
    background-color: #fafafa;
  }
  .mmbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    padding: 50px;
    margin: 0 auto 100px;
  }
  /*------------------------------------------------------------------*/
  /* Text styles */
  #msp p {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 4em;
  }
  #msp p.pnom {
    margin-bottom: 0px;
  }
  #msp p.pnom1 {
    margin-bottom: 1em;
  }
  #msp p.pnom2 {
    margin-bottom: 2em;
  }
  #msp h2.h2toptxt {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #807153;
  }
  #msp h2.h2toptxt2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #807153;
  }
  #msp h3.h3nom1 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #807153;
  }
  #msp h3.h3nom2 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #807153;
  }
  #msp h3.h3nom2e {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #807153;
  }
  #msp h4.h4nom1 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 5px 8px;
    color: #807153;
    background-color: #EAE8E2;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #msp h5.h5nom1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 3px;
    color: #4D4432;
  }
  #msp h6.h6nom1 {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #807153;
  }
  #msp ul.ulnom1 {
    margin: 0 0 1em 2em;
  }
  #msp ul.ulnom1 li {
    font-size: 12px;
    line-height: 1.4em;
    margin: 0 0 0.5em 1em;
    list-style-image: url(../img/lidot.png);
  }
  #msp ul.ulnom2 {
    margin: 0 0 30px 2em;
  }
  #msp ul.ulnom2 li {
    font-size: 12px;
    line-height: 1.4em;
    margin: 0 0 0.5em 1em;
    list-style-image: url(../img/lidot.png);
  }
  #msp dl.dllist1 {}
  #msp dl.dllist1 dt {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    padding: 0 5px;
    margin: 0;
  }
  #msp dl.dllist1 dd {
    font-size: 12px;
    line-height: 1/4em;
    padding: 0px 5px 15px 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #807153;
  }
  /*------------------------------------------------------------------*/
  /* Table */
  table.ts01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  table.ts01 tr th {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    color: #807153;
    text-align: left;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #807153;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 20%;
  }
  table.ts01 tr td {
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 80%;
  }
  table.ts02 {
    width: 100%;
    border-collapse: collapse;
  }
  table.ts02 th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #222222;
    background-color: #f8f8f8;
    text-align: left;
  }
  table.ts02 td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
  }
  /*------------------------------------------------------------------*/
  /* Form */
  .formbox250 {
    background-color: #ffffff;
    padding: 5px;
    width: 25%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  .formbox150 {
    background-color: #ffffff;
    padding: 5px;
    width: 15%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  .formbox100 {
    background-color: #ffffff;
    padding: 5px;
    width: 10%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  .formbox750 {
    background-color: #ffffff;
    padding: 5px;
    width: 95%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  form input#submit {
    font-size: 16px;
    line-height: 50px;
    display: block;
    font-weight: normal;
    color: #FFF;
    height: 50px;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    background-color: #222222;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    cursor: pointer;
  }
  /*------------------------------------------------------------------*/
  /*Column */
  .col2 {
    width: 49%;
    height: auto;
    display: block;
    float: left;
    margin: 0.5%;
  }
  .col3 {
    width: 29.3333333333%;
    height: auto;
    display: block;
    float: left;
    margin: 0 2%;
  }
  .col3-pd2 {
    width: 33.3333333333%;
    height: auto;
    display: block;
    float: left;
    padding: 0 2% 20px 2%;
  }
  .col4 {
    width: 24%;
    height: auto;
    display: block;
    float: left;
    margin: 0.5%;
  }
  /* Box left */
  .box20mleft {
    width: 18%;
    height: auto;
    display: block;
    float: left;
  }
  .box30mleft {
    width: 28%;
    height: auto;
    display: block;
    float: left;
  }
  .box40mleft {
    width: 38%;
    height: auto;
    display: block;
    float: left;
  }
  .box50mleft {
    width: 48%;
    height: auto;
    display: block;
    float: left;
  }
  .box60mleft {
    width: 58%;
    height: auto;
    display: block;
    float: left;
  }
  .box60mleft2 {
    width: 58%;
    height: auto;
    display: block;
    float: left;
  }
  .box70mleft {
    width: 68%;
    height: auto;
    display: block;
    float: left;
  }
  .box80mleft {
    width: 78%;
    height: auto;
    display: block;
    float: left;
  }
  /* Box right */
  .box20mright {
    width: 18%;
    height: auto;
    display: block;
    float: right;
  }
  .box30mright {
    width: 28%;
    height: auto;
    display: block;
    float: right;
  }
  .box40mright {
    width: 38%;
    height: auto;
    display: block;
    float: right;
  }
  .box40mright2 {
    width: 38%;
    height: auto;
    display: block;
    float: right;
  }
  .box50mright {
    width: 48%;
    height: auto;
    display: block;
    float: right;
  }
  .box60mright {
    width: 58%;
    height: auto;
    display: block;
    float: right;
  }
  .box70mright {
    width: 68%;
    height: auto;
    display: block;
    float: right;
  }
  .box80mright {
    width: 78%;
    height: auto;
    display: block;
    float: right;
  }
  /* Center box */
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /*------------------------------------------------------------------*/
  /* Access */
  #map_canvas_01 {
    width: 100%;
    height: 500px;
    display: block;
  }
  .map-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 500px;
  }
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  h2.h2logo {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-top: 90px;
    background-image: url(../img/header/logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100px;
  }
  .telnum0 {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
  }
  /*------------------------------------------------------------------*/
  /* Company */
  #comp01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/cbg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-color: #182C37;
  }
  #cp01 {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 3% 50px 3%;
  }
  #cp01 h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-bottom: 15px;
  }
  #cp01 p {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    width: auto;
    height: auto;
    display: block;
    padding-right: 55%;
  }
    
      #comp02 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/cbg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-color: #133558;
  }
  #cp02 {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 3% 50px 3%;
  }
  #cp02 h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-bottom: 15px;
  }
  #cp02 p {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    width: auto;
    height: auto;
    display: block;
    padding-right: 55%;
  }    
    
  /*------------------------------------------------------------------*/
  /* Catalog */
  .ml01 {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px dotted #807153;
    margin-bottom: 40px;
  }
  .ml_s1 {
    width: 33.3333333333333333%;
    height: auto;
    display: block;
    float: left;
    padding: 0 2% 0;
    margin-bottom: 25px;
  }
  .mlblk {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-bottom: 1px dotted #BDBAB4;
    padding: 10px 5px;
  }
  #modellist h2 {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    font-weight: 100;
    color: #807153;
    letter-spacing: -1px;
    line-height: 1.4em;
    margin-bottom: 25px;
  }
  #modellist h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #807153;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  /*----------------------------------------------------------*/
  /* Stocklist */
  #stock-xml {
    display: flex;
    flex-wrap: wrap;
  }
  #stnmm a {
    width: 23%;
    height: auto;
    display: block;
    padding: 10px;
    float: left;
    margin: 0 1% 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #stnmm a:hover {
    border: 1px solid #807153;
  }
  #stnmm a img {
    /*margin-bottom: 15px;*/
  }
  #stnmm a h2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #807153;
  }
  #stnmm a h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnmm a p.pspec {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #454545;
  }
  #stnmm a p.pprice {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    color: #222;
    text-align: right;
  }
  #stock-xml .img-container {
    padding-top: 66.66%;
    position: relative;
    margin-bottom: 15px;
  }
  #stock-xml .container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  /*------------------------------------------------------------------*/
  /* 2column */
  #mmleft {
    width: 75%;
    height: auto;
    display: block;
    float: left;
    padding-right: 5%;
  }
  #mmright {
    width: 25%;
    height: auto;
    display: block;
    float: right;
  }
  /* Sidemenu */
  .msidemenu li {
    font-size: 12px;
    line-height: 50px;
    border-bottom: 1px dotted #807153;
  }
  .msidemenu li.sm_selected {
    text-decoration: none;
    width: auto;
    height: 50px;
    display: block;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
  }
  .msidemenu li a {
    background-image: url(../img/sidemenu_bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    text-decoration: none;
    width: auto;
    height: 50px;
    display: block;
    padding-left: 10px;
  }
  .msidemenu li a:hover {
    background-image: url(../img/sidemenu_bg2.png);
    color: #372B1B;
  }
  /*------------------------------------------------------------------*/
  /* Pontoon */
  .wbox {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  h2.h2pgt {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 1.2em;
    color: #372B1B;
    margin-bottom: 0 !important;
  }
  p.ppgt {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #807153;
    margin-bottom: 20px !important;
  }
  table.spectable {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
  }
  table.spectable th {
    height: auto;
    border: 1px solid #d5d5d5;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    background-color: #f5f5f5;
    font-weight: normal;
  }
  table.spectable td {
    height: auto;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5em;
  }
  /*------------------------------------------------------------------*/
  /* New boat list */
  #newboatmm_c {
    width: 100%;
    height: auto;
    display: block;
  }
  #newboatmm_c #nbmcc {
    width: 100%;
    height: auto;
    display: block;
  }
  #newboatmm_c #nbmcc ul li {
    width: 50%;
    display: block;
    float: left;
    padding: 2%;
  }
  #newboatmm_c #nbmcc ul li a {
    width: 100%;
    height: 150px;
    display: block;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    padding-left: 55%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  #newboatmm_c #nbmcc ul li a span strong {
    font-weight: 700 !important;
    letter-spacing: -1px !important;
  }
  #newboatmm_c #nbmcc ul li a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: #EBE7D9;
  }
  #newboatmm_c #nbmcc ul li a p.nbmbn {
    width: 100%;
    height: 150px;
    display: block;
    line-height: 150px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-align: left;
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #newboatmm_c #nbmcc ul li a:hover p.nbmbn {
    text-align: left;
    padding-left: 30px;
  }
  #newboatmm_c #nbmcc ul li a p.nbmbn strong {
    font-weight: 700 !important;
  }
  /*------------------------------------------------------------------*/
  /* New boat botton BG */
  #nbm-bene_sail {
    background-image: url(../img/index/newboat/bene_sail.jpg);
  }
  #nbm-bene_motor {
    background-image: url(../img/index/newboat/bene_motor.jpg);
  }
  #nbm-monte {
    background-image: url(../img/index/newboat/monte.jpg);
  }
  #nbm-lag_sail {
    background-image: url(../img/index/newboat/lag_sail.jpg);
  }
  #nbm-lag_motor {
    background-image: url(../img/index/newboat/lag_motor.jpg);
  }
  #nbm-cnb {
    background-image: url(../img/index/newboat/cnb.jpg);
  }
  #nbm-jag_cata {
    background-image: url(../img/index/newboat/jag_cata.jpg);
  }
  #nbm-fleming {
    background-image: url(../img/index/newboat/fleming.jpg);
  }
  #nbm-mat {
    background-image: url(../img/index/newboat/mat.jpg);
  }
  #nbm-neel {
    background-image: url(../img/index/newboat/neel.jpg);
  }
  #nbm-dragon {
    background-image: url(../img/index/newboat/dragon.jpg);
  }

  #nbm-aquilaboats {
    background-image: url(../img/index/newboat/aquilaboats.jpg);
  }









  /*------------------------------------------------------------------*/
  /* Newboat list */
  h2.h2newboattitle {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    line-height: 1.25em !important;
    font-size: 34px !important;
    font-weight: 100 !important;
    margin-bottom: 30px;
    color: #372B1B;
  }
  h2.h2newboattitle strong {
    font-weight: 700 !important;
  }
  #newboatlist {
    margin-bottom: 60px;
  }
  #newboatlist .nbcc {
    width: 31.33333333333%;
    height: auto;
    display: block;
    float: left;
    padding: 1%;
    margin: 1%;
    border-bottom: 1px solid #D9D0BD;
  }
  #newboatlist .nbcc h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.4em;
  }
  #newboatlist .nbcc h3 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  #newboatlist ul li {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    border-bottom: 1px dotted #E3DED0;
  }
  #newboatlist ul li:last-child {
    border-bottom: none;
  }
  #newboatlist ul li a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px 5px;
    color: #766C58;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #newboatlist ul li a:hover {
    background-color: #EDE9D9;
  }
  .print-wrap {
    background-color: #fff;
    padding: 50px;
  }
  .link-btn {
    border-radius: 0.2em;
    font-size: 18px;
    background-color: #7b020b;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 50%;
    margin: 20px auto;
  }
  .link-btn a {
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  /*------------------------------------------------------------------*/
  /* Pagetitle */
  #pagetitle {
    width: 100%;
    height: auto;
    display: block;
    background-color: #000;
    padding-top: 180px;
  }
  #ptcov {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/pagetitle/ptbg.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: relative;
  }
  #ptcov2 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/pagetitle/ptcov.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #ptbody-wide {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
    padding: 70px 5%;
  }
  #ptbody-nb {
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;
    padding: 170px 5%;
  }
  #ptbox {
    width: 100%;
    height: 60px;
    display: block;
  }
  #pagetitle #ptbox h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  #pagetitle #ptbox h3 {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    color: #A9A683;
    text-shadow: 0px 0px 5px #000;
  }
  #ptbody-nb {
    width: 100%;
    max-width: 1400px;
    height: 500px;
    display: block;
    margin: 0 auto;
    padding: 180px 6%;
  }
  #ptbox-nb {
    width: 40%;
    height: 140px;
    display: block;
    float: left;
  }
  #pagetitle #ptbox-nb h2 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 50px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  #pagetitle #ptbox-nb h3 {
    font-family: 'Lato', sans-serif;
    font-size: 90px;
    font-weight: 300;
    line-height: 90px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  #ptline {
    display: none;
  }
  #ptline ul {
    display: none;
  }
  #ptline ul li {
    display: none;
  }
  #ptline ul li a {
    display: none;
  }
  #ptline ul li a:after {
    display: none;
  }
  #ptline ul li a:hover {
    display: none;
  }
  /*------------------------------------------------------------------*/
  /* Layout */
  #msp {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 60px;
  }
  .mmbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 6%;
    margin: 0 auto;
  }
  /*------------------------------------------------------------------*/
  /* Text styles */
  #msp p {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 4em;
  }
  #msp p.pnom {
    margin-bottom: 0px;
  }
  #msp p.pnom1 {
    margin-bottom: 1em;
  }
  #msp p.pnom2 {
    margin-bottom: 2em;
  }
  #msp h2.h2toptxt {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #807153;
  }
  #msp h2.h2toptxt2 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #807153;
  }
  #msp h3.h3nom1 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #807153;
  }
  #msp h3.h3nom2 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #807153;
  }
  #msp h3.h3nom2e {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #807153;
  }
  #msp h4.h4nom1 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 5px 8px;
    color: #807153;
    background-color: #EAE8E2;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #msp h5.h5nom1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 3px;
    color: #4D4432;
  }
  #msp h6.h6nom1 {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #807153;
  }
  #msp ul.ulnom1 {
    margin: 0 0 1em 2em;
  }
  #msp ul.ulnom1 li {
    font-size: 12px;
    line-height: 1.4em;
    margin: 0 0 0.5em 1em;
    list-style-image: url(../img/lidot.png);
  }
  #msp ul.ulnom2 {
    margin: 0 0 30px 2em;
  }
  #msp ul.ulnom2 li {
    font-size: 12px;
    line-height: 1.4em;
    margin: 0 0 0.5em 1em;
    list-style-image: url(../img/lidot.png);
  }
  #msp dl.dllist1 {}
  #msp dl.dllist1 dt {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    padding: 0 5px;
    margin: 0;
  }
  #msp dl.dllist1 dd {
    font-size: 12px;
    line-height: 1/4em;
    padding: 0px 5px 15px 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #807153;
  }
  /*------------------------------------------------------------------*/
  /* Table */
  table.ts01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  table.ts01 tr th {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    color: #807153;
    text-align: left;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #807153;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 30%;
  }
  table.ts01 tr td {
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 80%;
  }
  table.ts02 {
    width: 100%;
    border-collapse: collapse;
  }
  table.ts02 th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #222222;
    background-color: #f8f8f8;
    text-align: left;
  }
  table.ts02 td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
  }
  /*------------------------------------------------------------------*/
  /* Form */
  .formbox250 {
    background-color: #ffffff;
    padding: 5px;
    width: 50%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  .formbox150 {
    background-color: #ffffff;
    padding: 5px;
    width: 35%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  .formbox100 {
    background-color: #ffffff;
    padding: 5px;
    width: 20%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  .formbox750 {
    background-color: #ffffff;
    padding: 5px;
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  form input#submit {
    font-size: 16px;
    line-height: 50px;
    display: block;
    font-weight: normal;
    color: #FFF;
    height: 50px;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    background-color: #222222;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    cursor: pointer;
  }
  /*------------------------------------------------------------------*/
  /*Column */
  .col2 {
    width: 49%;
    height: auto;
    display: block;
    float: left;
    margin: 0.5%;
  }
  .col3 {
    width: 46%;
    height: auto;
    display: block;
    float: left;
    margin: 0 2%;
  }
  .col4 {
    width: 46%;
    height: auto;
    display: block;
    float: left;
    margin: 0 2%;
  }
  /* Box left */
  .box20mleft {
    width: 18%;
    height: auto;
    display: block;
    float: left;
  }
  .box30mleft {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box40mleft {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box50mleft {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box60mleft {
    width: 100%;
    height: auto;
    display: block;
  }
  .box60mleft2 {
    width: 100%;
    height: auto;
    display: block;
  }
  .box70mleft {
    width: 100%;
    height: auto;
    display: block;
  }
  .box80mleft {
    width: 78%;
    height: auto;
    display: block;
    float: left;
  }
  /* Box right */
  .box20mright {
    width: 18%;
    height: auto;
    display: block;
    float: right;
  }
  .box30mright {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box40mright {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box40mright2 {
    width: 38%;
    height: auto;
    display: block;
    float: right;
  }
  .box50mright {
    width: 100%;
    height: auto;
    display: block;
  }
  .box60mright {
    width: 100%;
    height: auto;
    display: block;
  }
  .box70mright {
    width: 100%;
    height: auto;
    display: block;
  }
  .box80mright {
    width: 78%;
    height: auto;
    display: block;
    float: right;
  }
  /* Center box */
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /*------------------------------------------------------------------*/
  /* Access */
  #map_canvas_01 {
    width: 100%;
    height: 400px;
    display: block;
  }
  .map-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 400px;
  }
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  h2.h2logo {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-top: 90px;
    background-image: url(../img/header/logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100px;
  }
  .telnum0 {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
  }
  /*------------------------------------------------------------------*/
  /* Company */
  #comp01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/cbg1-m.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-color: #182C37;
  }
  #cp01 {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 6% 0px 6%;
  }
  #cp01 h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-bottom: 15px;
  }
  #cp01 p {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    width: auto;
    height: auto;
    display: block;
    padding-bottom: 250px;
  }
    
    
    

  #comp02 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/cbg2-m.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-color: #133558;
  }
  #cp02 {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 6% 0px 6%;
  }
  #cp02 h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-bottom: 15px;
  }
  #cp02 p {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    width: auto;
    height: auto;
    display: block;
    padding-bottom: 250px;
  }    
    
    
    
  /*------------------------------------------------------------------*/
  /* Catalog */
  .ml01 {
    padding-bottom: 40px;
    border-bottom: 1px dotted #807153;
    margin-bottom: 40px;
  }
  .ml_s1 {
    width: 50%;
    height: auto;
    display: block;
    float: left;
    padding: 0 2% 30px;
  }
  .mlblk {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-bottom: 1px dotted #BDBAB4;
    padding: 10px 5px;
  }
  #modellist h2 {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    font-weight: 100;
    color: #807153;
    letter-spacing: -1px;
    line-height: 1.4em;
    margin-bottom: 25px;
  }
  #modellist h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #807153;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  /*----------------------------------------------------------*/
  /* Stocklist */
  #stock-xml {
    display: flex;
    flex-wrap: wrap;
  }
  #stnmm a {
    width: 48%;
    height: auto;
    display: block;
    padding: 10px;
    float: left;
    margin: 0 1% 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #stnmm a:hover {
    border: 1px solid #807153;
  }
  #stnmm a img {
    /*margin-bottom: 15px;*/
  }
  #stnmm a h2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #807153;
  }
  #stnmm a h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnmm a p.pspec {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #454545;
  }
  #stnmm a p.pprice {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    color: #222;
    text-align: right;
  }
  #stock-xml .img-container {
    padding-top: 66.66%;
    position: relative;
    margin-bottom: 15px;
  }
  #stock-xml .container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  /* 2column */
  #mmleft {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 50px;
    border-bottom: 1px dotted #807153;
    margin-bottom: 50px;
  }
  #mmright {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 70px;
  }
  /* Sidemenu */
  .msidemenu li {
    font-size: 12px;
    line-height: 50px;
    border-bottom: 1px dotted #807153;
  }
  .msidemenu li.sm_selected {
    text-decoration: none;
    width: auto;
    height: 50px;
    display: block;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
  }
  .msidemenu li a {
    background-image: url(../img/sidemenu_bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    text-decoration: none;
    width: auto;
    height: 50px;
    display: block;
    padding-left: 10px;
  }
  .msidemenu li a:hover {
    background-image: url(../img/sidemenu_bg2.png);
    color: #372B1B;
  }
  /*------------------------------------------------------------------*/
  /* Pontoon */
  .wbox {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  h2.h2pgt {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 1.4em;
    color: #372B1B;
    margin-bottom: :0 !important;
  }
  p.ppgt {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #807153;
    margin-bottom: 20px !important;
  }
  table.spectable {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
  }
  table.spectable th {
    height: auto;
    border: 1px solid #d5d5d5;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    background-color: #f5f5f5;
    font-weight: normal;
  }
  table.spectable td {
    height: auto;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5em;
  }
  /*------------------------------------------------------------------*/
}
@media only screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  /*------------------------------------------------------------------*/
  /* Pagetitle */
  #pagetitle {
    width: 100%;
    height: auto;
    display: block;
    background-color: #000;
  }
  #ptcov {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/pagetitle/ptbg.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: relative;
  }
  #ptcov2 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/pagetitle/ptcov.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #ptbody-wide {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
    padding: 80px 5%;
  }
  #ptbody-nb {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
    padding: 80px 5%;
  }
  #ptbox {
    width: 100%;
    height: 40px;
    display: block;
  }
  #pagetitle #ptbox h2 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 35px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  #pagetitle #ptbox h3 {
    font-size: 12px;
    font-weight: 900;
    line-height: 15px;
    color: #A9A683;
    text-shadow: 0px 0px 5px #000;
  }
  #ptbody-nb {
    width: 100%;
    max-width: 1400px;
    height: 250px;
    display: block;
    margin: 0 auto;
    padding: 80px 6%;
  }
  #ptbox-nb {
    width: 40%;
    height: 90px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #pagetitle #ptbox-nb h2 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  #pagetitle #ptbox-nb h3 {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  #ptline {
    display: none;
  }
  #ptline ul {
    display: none;
  }
  #ptline ul li {
    display: none;
  }
  #ptline ul li a {
    display: none;
  }
  #ptline ul li a:after {
    display: none;
  }
  #ptline ul li a:hover {
    display: none;
  }
  /*------------------------------------------------------------------*/
  /* Layout */
  #msp {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 200px;
  }
  .mmbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 6%;
    margin: 0 auto;
  }
  /*------------------------------------------------------------------*/
  /* Text styles */
  #msp p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 4em;
  }
  #msp p.pnom {
    margin-bottom: 0px;
  }
  #msp p.pnom1 {
    margin-bottom: 1em;
  }
  #msp p.pnom2 {
    margin-bottom: 2em;
  }
  #msp h2.h2toptxt {
    font-size: 21px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #807153;
  }
  #msp h2.h2toptxt2 {
    font-size: 21px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #807153;
  }
  #msp h3.h3nom1 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #807153;
  }
  #msp h3.h3nom2 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #807153;
  }
  #msp h3.h3nom2e {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #807153;
  }
  #msp h4.h4nom1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 5px 8px;
    color: #807153;
    background-color: #EAE8E2;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #msp h5.h5nom1 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 3px;
    color: #4D4432;
  }
  #msp h6.h6nom1 {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #807153;
  }
  #msp ul.ulnom1 {
    margin: 0 0 1em 2em;
  }
  #msp ul.ulnom1 li {
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 0.5em 1em;
    list-style-image: url(../img/lidot.png);
  }
  #msp ul.ulnom2 {
    margin: 0 0 30px 2em;
  }
  #msp ul.ulnom2 li {
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 0.5em 1em;
    list-style-image: url(../img/lidot.png);
  }
  #msp dl.dllist1 {}
  #msp dl.dllist1 dt {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    padding: 0 5px;
    margin: 0;
  }
  #msp dl.dllist1 dd {
    font-size: 14px;
    line-height: 1/4em;
    padding: 0px 5px 15px 5px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #807153;
  }
  /*------------------------------------------------------------------*/
  /* Table */
  table.ts01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  table.ts01 tr th {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 5px;
    border-bottom: 1px dotted #807153;
    color: #222;
    text-align: left;
  }
  table.ts01 tr td {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    padding: 5px 5px 20px 5px;
  }
  table.ts02 {
    width: 100%;
    border-collapse: collapse;
  }
  table.ts02 th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    background-color: #f8f8f8;
    text-align: left;
  }
  table.ts02 td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
  }
  /*------------------------------------------------------------------*/
  /* Form */
  .formbox250 {
    background-color: #fff;
    padding: 5px;
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  .formbox150 {
    background-color: #fff;
    padding: 5px;
    width: 50%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  .formbox100 {
    background-color: #fff;
    padding: 5px;
    width: 25%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  .formbox750 {
    background-color: #fff;
    padding: 5px;
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-right-color: #fafafa;
    border-bottom-color: #fafafa;
    border-left-color: #999;
  }
  form input#submit {
    font-size: 14px;
    line-height: 50px;
    display: block;
    font-weight: normal;
    color: #FFF;
    height: 50px;
    width: 100%;
    text-align: center;
    background-color: #222222;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    cursor: pointer;
  }
  /*------------------------------------------------------------------*/
  /*Column */
  .col2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 40px;
  }
  .col3 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 40px;
  }
  .col4 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 40px;
  }
  /* Box left */
  .box20mleft {
    width: 100%;
    height: auto;
    display: block;
  }
  .box30mleft {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box40mleft {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box50mleft {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box60mleft {
    width: 100%;
    height: auto;
    display: block;
  }
  .box60mleft2 {
    width: 100%;
    height: auto;
    display: block;
  }
  .box70mleft {
    width: 100%;
    height: auto;
    display: block;
  }
  .box80mleft {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  /* Box right */
  .box20mright {
    width: 100%;
    height: auto;
    display: block;
  }
  .box30mright {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box40mright {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  .box40mright2 {
    width: 100%;
    height: auto;
    display: block;
  }
  .box50mright {
    width: 100%;
    height: auto;
    display: block;
  }
  .box60mright {
    width: 100%;
    height: auto;
    display: block;
  }
  .box70mright {
    width: 100%;
    height: auto;
    display: block;
  }
  .box80mright {
    width: 100%;
    height: auto;
    display: block;
  }
  /* Center box */
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd50 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd60 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd70 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd80 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd90 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /*------------------------------------------------------------------*/
  /* Access */
  #map_canvas_01 {
    width: 100%;
    height: 300px;
    display: block;
  }
  .map-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 300px;
  }
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .motac {
    text-align: center;
  }
  h2.h2logo {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-top: 90px;
    background-image: url(../img/header/logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 90% auto;
    text-align: center;
  }
  .telnum0 {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
  }
  /*------------------------------------------------------------------*/
  /* Company */
  #comp01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/cbg1-m.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-color: #182C37;
  }
  #cp01 {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 6% 0px 6%;
  }
  #cp01 h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-bottom: 15px;
  }
  #cp01 br {
    display: none;
  }
  #cp01 p {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    width: auto;
    height: auto;
    display: block;
    padding-bottom: 100px;
  }
    
    
    
    

  #comp02 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/cbg2-m.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-color: #133558;
  }
  #cp02 {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 6% 0px 6%;
  }
  #cp02 h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-bottom: 15px;
  }
  #cp02 br {
    display: none;
  }
  #cp02 p {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    width: auto;
    height: auto;
    display: block;
    padding-bottom: 100px;
  }
    
    
    
    
    
  /*------------------------------------------------------------------*/
  /* Catalog */
  .ml01 {
    padding-bottom: 40px;
    border-bottom: 1px dotted #807153;
    margin-bottom: 40px;
  }
  .ml_s1 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 50px;
  }
  .mlblk {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-bottom: 1px dotted #BDBAB4;
    padding: 10px 5px;
  }
  #modellist h2 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #807153;
    letter-spacing: -1px;
    line-height: 1.4em;
    margin-bottom: 25px;
  }
  #modellist h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #807153;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  /*----------------------------------------------------------*/
  /* Stocklist */
  #stnmm {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 70px;
    padding: 0;
  }
  #stock-xml {
    display: flex;
    flex-wrap: wrap;
  }
  #stnmm a {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px;
    float: left;
    margin: 0 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #stnmm a:hover {
    border: 1px solid #807153;
  }
  #stnmm a img {
    /*margin-bottom: 15px;*/
  }
  #stnmm a h2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #807153;
  }
  #stnmm a h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnmm a p.pspec {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #454545;
  }
  #stnmm a p.pprice {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    color: #222;
    text-align: right;
  }
  #stock-xml .img-container {
    padding-top: 66.66%;
    position: relative;
    margin-bottom: 15px;
  }
  #stock-xml .container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  /*------------------------------------------------------------------*/
  /* 2column */
  #mmleft {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 50px;
    border-bottom: 1px dotted #807153;
    margin-bottom: 50px;
  }
  #mmright {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 70px;
  }
  /* Sidemenu */
  .msidemenu li {
    font-size: 12px;
    line-height: 50px;
    border-bottom: 1px dotted #807153;
  }
  .msidemenu li.sm_selected {
    text-decoration: none;
    width: auto;
    height: 50px;
    display: block;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
  }
  .msidemenu li a {
    background-image: url(../img/sidemenu_bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    text-decoration: none;
    width: auto;
    height: 50px;
    display: block;
    padding-left: 10px;
  }
  .msidemenu li a:hover {
    background-image: url(../img/sidemenu_bg2.png);
    color: #372B1B;
  }
  /*------------------------------------------------------------------*/
  /* Pontoon */
  .wbox {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  h2.h2pgt {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 1.4em;
    color: #372B1B;
    margin-bottom: 0 !important;
  }
  p.ppgt {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #807153;
    margin-bottom: 20px !important;
  }
  .tablescn {
    box-sizing: border-box;
    border-right: 3px solid #444444;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tablescn table {
    border-right: none;
  }
  table.spectable {
    width: 800px;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
  }
  table.spectable th {
    height: auto;
    border: 1px solid #d5d5d5;
    padding: 5px;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.5em;
    background-color: #f5f5f5;
    font-weight: normal;
  }
  table.spectable td {
    height: auto;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  /*------------------------------------------------------------------*/
  /* Newboat detail */
  .line_w {
    background-color: #fff;
  }
  .line_b {
    background-color: #3a3329;
  }
  .nbhalf_left {
    width: 100%;
    height: auto;
    display: block;
  }
  .nbhalf_right {
    width: 100%;
    height: auto;
    display: block;
  }
  .boxhalf_left {
    width: 100%;
    height: auto;
    display: block;
  }
  .boxhalf_right {
    width: 100%;
    height: auto;
    display: block;
  }
  .nbde1 {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 6% 50px 6%;
  }
  .imglist0m li {
    width: 50%;
    height: auto;
    display: block;
    float: left;
  }
  .imglist0m li img {
    width: 100%;
    height: auto;
    display: block;
  }
  .imglist0m li a {
    width: 100%;
    height: auto;
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .imglist0m li a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  a.txtbn {
    width: 100%;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    background-color: #807153;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  a.txtbn:hover {
    background-color: #3a3329;
  }
  .print-wrap {
    background-color: #fff;
    padding: 50px;
  }
  .link-btn {
    border-radius: 0.2em;
    font-size: 18px;
    background-color: #7b020b;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 50%;
    margin: 20px auto;
  }
  .link-btn a {
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  /*------------------------------------------------------------------*/
  .print-wrap {
    background-color: #fff;
    padding: 20px 0px;
  }
  .link-btn {
    border-radius: 0.2em;
    font-size: 18px;
    background-color: #7b020b;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 50%;
    margin: 20px auto;
  }
  .link-btn a {
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1169px) {
  /*------------------------------------------------------------------*/
  /* New boat list */
  #newboatmm_c {
    width: 100%;
    height: auto;
    display: block;
  }
  #newboatmm_c #nbmcc {
    width: 100%;
    height: auto;
    display: block;
  }
  #newboatmm_c #nbmcc ul li {
    width: 50%;
    display: block;
    float: left;
    padding: 2%;
  }
  #newboatmm_c #nbmcc ul li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    padding-left: 55%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  #newboatmm_c #nbmcc ul li a span strong {
    font-weight: 700 !important;
    letter-spacing: -1px !important;
  }
  #newboatmm_c #nbmcc ul li a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: #EBE7D9;
  }
  #newboatmm_c #nbmcc ul li a p.nbmbn {
    width: 100%;
    height: 100px;
    display: block;
    line-height: 100px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    text-align: left;
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
  }
  #newboatmm_c #nbmcc ul li a:hover p.nbmbn {
    text-align: left;
  }
  #newboatmm_c #nbmcc ul li a p.nbmbn strong {
    font-weight: 700 !important;
  }
  /*------------------------------------------------------------------*/
  /* New boat botton BG */
  #nbm-bene_sail {
    background-image: url(../img/index/newboat/bene_sail.jpg);
  }
  #nbm-bene_motor {
    background-image: url(../img/index/newboat/bene_motor.jpg);
  }
  #nbm-monte {
    background-image: url(../img/index/newboat/monte.jpg);
  }
  #nbm-lag_sail {
    background-image: url(../img/index/newboat/lag_sail.jpg);
  }
  #nbm-lag_motor {
    background-image: url(../img/index/newboat/lag_motor.jpg);
  }
  #nbm-cnb {
    background-image: url(../img/index/newboat/cnb.jpg);
  }
  #nbm-jag_cata {
    background-image: url(../img/index/newboat/jag_cata.jpg);
  }
  #nbm-fleming {
    background-image: url(../img/index/newboat/fleming.jpg);
  }
  #nbm-mat {
    background-image: url(../img/index/newboat/mat.jpg);
  }
  #nbm-neel {
    background-image: url(../img/index/newboat/neel.jpg);
  }
  #nbm-dragon {
    background-image: url(../img/index/newboat/dragon.jpg);
  }

  #nbm-aquilaboats {
    background-image: url(../img/index/newboat/aquilaboats.jpg);
  }



  /*------------------------------------------------------------------*/
  /* Newboat list */
  h2.h2newboattitle {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    line-height: 1.25em !important;
    font-size: 34px !important;
    font-weight: 100 !important;
    margin-bottom: 30px;
    color: #372B1B;
  }
  h2.h2newboattitle strong {
    font-weight: 700 !important;
  }
  #newboatlist {
    margin-bottom: 60px;
  }
  #newboatlist .nbcc {
    width: 48%;
    height: auto;
    display: block;
    float: left;
    padding: 1%;
    margin: 1%;
    border-bottom: 1px solid #D9D0BD;
  }
  #newboatlist .nbcc h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.4em;
  }
  #newboatlist .nbcc h3 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  #newboatlist ul li {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    border-bottom: 1px dotted #E3DED0;
  }
  #newboatlist ul li:last-child {
    border-bottom: none;
  }
  #newboatlist ul li a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px 5px;
    color: #766C58;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #newboatlist ul li a:hover {
    background-color: #EDE9D9;
  }
  .print-wrap {
    background-color: #fff;
    padding: 50px 0;
  }
  .link-btn {
    border-radius: 0.2em;
    font-size: 16px;
    background-color: #7b020b;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 70%;
    margin: 20px auto;
  }
  .link-btn a {
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  /*------------------------------------------------------------------*/
  /* New boat list */
  #newboatmm_c {
    width: 100%;
    height: auto;
    display: block;
  }
  #newboatmm_c #nbmcc {
    width: 100%;
    height: auto;
    display: block;
  }
  #newboatmm_c #nbmcc ul li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  #newboatmm_c #nbmcc ul li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    padding-left: 45%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  #newboatmm_c #nbmcc ul li a span strong {
    font-weight: 700 !important;
    letter-spacing: -1px !important;
  }
  #newboatmm_c #nbmcc ul li a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: #EBE7D9;
  }
  #newboatmm_c #nbmcc ul li a p.nbmbn {
    width: 100%;
    height: 100px;
    display: block;
    line-height: 100px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-align: left;
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
  }
  #newboatmm_c #nbmcc ul li a:hover p.nbmbn {
    text-align: left;
  }
  #newboatmm_c #nbmcc ul li a p.nbmbn strong {
    font-weight: 700 !important;
  }
  /*------------------------------------------------------------------*/
  /* New boat botton BG */
  #nbm-bene_sail {
    background-image: url(../img/index/newboat/bene_sail.jpg);
  }
  #nbm-bene_motor {
    background-image: url(../img/index/newboat/bene_motor.jpg);
  }
  #nbm-monte {
    background-image: url(../img/index/newboat/monte.jpg);
  }
  #nbm-lag_sail {
    background-image: url(../img/index/newboat/lag_sail.jpg);
  }
  #nbm-lag_motor {
    background-image: url(../img/index/newboat/lag_motor.jpg);
  }
  #nbm-cnb {
    background-image: url(../img/index/newboat/cnb.jpg);
  }
  #nbm-jag_cata {
    background-image: url(../img/index/newboat/jag_cata.jpg);
  }
  #nbm-fleming {
    background-image: url(../img/index/newboat/fleming.jpg);
  }
  #nbm-mat {
    background-image: url(../img/index/newboat/mat.jpg);
  }
  #nbm-neel {
    background-image: url(../img/index/newboat/neel.jpg);
  }
  #nbm-dragon {
    background-image: url(../img/index/newboat/dragon.jpg);
  }

  #nbm-aquilaboats {
    background-image: url(../img/index/newboat/aquilaboats.jpg);
  }

  
  /*------------------------------------------------------------------*/
  /* Newboat list */
  h2.h2newboattitle {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    line-height: 1.25em !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    margin-bottom: 30px;
    color: #372B1B;
  }
  h2.h2newboattitle strong {
    font-weight: 700 !important;
  }
  #newboatlist {
    margin-bottom: 60px;
  }
  #newboatlist .nbcc {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D9D0BD;
  }
  #newboatlist .nbcc h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1.4em;
  }
  #newboatlist .nbcc h3 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  #newboatlist ul li {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    border-bottom: 1px dotted #E3DED0;
  }
  #newboatlist ul li:last-child {
    border-bottom: none;
  }
  #newboatlist ul li a {
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px 5px;
    color: #766C58;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #newboatlist ul li a:hover {
    background-color: #EDE9D9;
  }
  .print-wrap {
    background-color: #fff;
    padding: 20px 0;
  }
  .link-btn {
    border-radius: 0.2em;
    font-size: 16px;
    background-color: #7b020b;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 100%;
    margin: 20px auto;
  }
  .link-btn a {
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
}