@charset "utf-8";
/*
 * nscms.css Ver.0.1 β
 *
 */
/* ------------------------------
 * grid system
 * ------------------------------- */
.nsContainer {
    max-width: 1008px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.nsGrid,
.nsGrid-r {
    margin-left: -15px;
    margin-right: -15px;
}
    .nsGrid:before,
    .nsGrid-r:before,
    .nsGrid:after,
    .nsGrid-r:after {
        content: " ";
        display: table;
    }
    .nsGrid:after,
    .nsGrid-r:after {
        clear: both;
    }
.nsGridNegative {
    margin-left: 0;
    margin-right: 0;
}

/* 769px以上の場合 */
@media screen and (min-width: 769px) {
    .nsContainer {
        padding-right: 15px;
        padding-left: 15px;
    }
    .nsGrid,
    .nsGrid-r {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*
 * nsColで始まるクラス共通
 */
[class*='nsCol'] {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* 768pxより大きい場合 */
@media (min-width: 769px) {
    [class*='nsCol'] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
[class*='ncCol'],
[class*='nsCol']:before,
[class*='nsCol']:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*
 * 画面サイズに関係なく常にfloat
 */
.nsCol-1  { float: left; width: 8.33333333%;}
.nsCol-2  { float: left; width: 16.66666667%;}
.nsCol-3  { float: left; width: 25%;}
.nsCol-4  { float: left; width: 33.33333333%;}
.nsCol-5  { float: left; width: 41.66666667%;}
.nsCol-6  { float: left; width: 50%;}
.nsCol-7  { float: left; width: 58.33333333%;}
.nsCol-8  { float: left; width: 66.66666667%;}
.nsCol-9  { float: left; width: 75%;}
.nsCol-10 { float: left; width: 83.33333333%;}
.nsCol-11 { float: left; width: 91.66666667%;}
.nsCol-12 { float: none; width: 100%;}


/* 480pxより大きい場合 */
@media (min-width: 480px) {
    [class*='nsColSm'] {
      float: left;
    }
    .nsColSm-1  { width: 8.33333333%;}
    .nsColSm-2  { width: 16.66666667%;}
    .nsColSm-3  { width: 25%;}
    .nsColSm-4  { width: 33.33333333%;}
    .nsColSm-5  { width: 41.66666667%;}
    .nsColSm-6  { width: 50%;}
    .nsColSm-7  { width: 58.33333333%;}
    .nsColSm-8  { width: 66.66666667%;}
    .nsColSm-9  { width: 75%;}
    .nsColSm-10 { width: 83.33333333%;}
    .nsColSm-11 { width: 91.66666667%;}
    .nsColSm-12 { float: none; width: 100%;}
}
/* 768pxより大きい場合 */
@media (min-width: 768px) {
    [class*='nsColMd'] {
        float: left;
    }
    .nsColMd-1  { width: 8.33333333%;}
    .nsColMd-2  { width: 16.66666667%;}
    .nsColMd-3  { width: 25%;}
    .nsColMd-4  { width: 33.33333333%;}
    .nsColMd-5  { width: 41.66666667%;}
    .nsColMd-6  { width: 50%;}
    .nsColMd-7  { width: 58.33333333%;}
    .nsColMd-8  { width: 66.66666667%;}
    .nsColMd-9  { width: 75%;}
    .nsColMd-10 { width: 83.33333333%;}
    .nsColMd-11 { width: 91.66666667%;}
    .nsColMd-12 { float: none;width: 100%;}
}
@media (min-width: 1024px) {
    [class*='nsColLg'] {
      float: left;
    }
    .nsColLg-1  { width: 8.33333333%;}
    .nsColLg-2  { width: 16.66666667%;}
    .nsColLg-3  { width: 25%;}
    .nsColLg-4  { width: 33.33333333%;}
    .nsColLg-5  { width: 41.66666667%;}
    .nsColLg-6  { width: 50%;}
    .nsColLg-7  { width: 58.33333333%;}
    .nsColLg-8  { width: 66.66666667%;}
    .nsColLg-9  { width: 75%;}
    .nsColLg-10 { width: 83.33333333%;}
    .nsColLg-11 { width: 91.66666667%;}
    .nsColLg-12 { float: none; width: 100%;}
}
@media (min-width: 1440px) {
  [class*='nsColXl'] {
    float: left;
  }
  .nsColXl-1  { width: 8.33333333%;}
  .nsColXl-2  { width: 16.66666667%;}
  .nsColXl-3  { width: 25%;}
  .nsColXl-4  { width: 33.33333333%;}
  .nsColXl-5  { width: 41.66666667%;}
  .nsColXl-6  { width: 50%;}
  .nsColXl-7  { width: 58.33333333%;}
  .nsColXl-8  { width: 66.66666667%;}
  .nsColXl-9  { width: 75%;}
  .nsColXl-10 { width: 83.33333333%;}
  .nsColXl-11 { width: 91.66666667%;}
  .nsColXl-12 { float: none; width: 100%;}

}

/* ------------------------------
 ボーダー
------------------------------- */
.nsHr {
    border: 0;
    border-top: 1px solid #ccc;
}

/* ------------------------------
 リスト
------------------------------- */
.nsUl {
    margin: 0;
    padding: 9px 0 9px 27px;
}
.nsUl li {
    list-style-type: disc;
}

/* ------------------------------
 ボタン デフォルト
------------------------------- */
.nsBtn {
  display: inline-block;
  padding: 14px 10px;
  border: 1px solid #a7a7aa;
  border-radius: 3px;
  background-color: #cccccc;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: -moz-linear-gradient(top, #f9f9f9, #e1e1e1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #e1e1e1);
  background-image: -o-linear-gradient(top, #f9f9f9, #e1e1e1);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e1e1e1);
  background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
  color: #333333;
}
@media screen and (min-width: 768px) {
	.nsBtn {
		font-size: 12px;
		line-height: 1;
		padding: 7px 10px 5px;
	}
}
    .nsBtn:hover,
    .nsBtn.nsBtn-hover {
      border: 1px solid #868688;
      background-color: #e1e1e1;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
      background-image: -moz-linear-gradient(top, #f9f9f9, #e1e1e1);
      background-image: -ms-linear-gradient(top, #f9f9f9, #e1e1e1);
      background-image: -o-linear-gradient(top, #f9f9f9, #e1e1e1);
      background-image: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e1e1e1));
      background-image: -webkit-linear-gradient(top, #f9f9f9, #e1e1e1);
      background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
      color: #333333;
      text-decoration: none;
    }
    .nsBtn.nsBtn-active,
    .nsBtn:link,
    .nsBtn:hover,
    .nsBtn:active,
    .nsBtn:visited {
      color: #333333;
    }
    .nsBtn.nsBtn-active,
    .nsBtn:active {
      border: 1px solid #AAAAAA;
      background-color: #e1e1e1;
      box-shadow: inset 0 1px 2px #b2b2b2;
      color: #333333;
      text-decoration: none;
    }
    .nsBtn:focus {
      outline: none;
      border-color: #137AF3;
    }


/* 注文するボタン */
.nsCartBtnWrap {
    text-align: center;
}
.nsCartBtn,
.nsShoppingBtn {
    width: 60%;
    height: 44px;
    padding: 0 0px;
    border: 1px solid #0088cc;
    border-radius: 22px;
    background-color: #fff;
    filter: none;
    background-image: none;
    color: #0088cc !important;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}
    .nsShoppingBtn {
        width: auto;
        padding: 0 20px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a9f8', endColorstr='#ff0088cc', GradientType=0);
        background-image: -moz-linear-gradient(top, #00a9f8, #0088cc);
        background-image: -ms-linear-gradient(top, #00a9f8, #0088cc);
        background-image: -o-linear-gradient(top, #00a9f8, #0088cc);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#00a9f8), to(#0088cc));
        background-image: -webkit-linear-gradient(top, #00a9f8, #0088cc);
        background-image: linear-gradient(top, #00a9f8, #0088cc);
        color: #fff !important;
    }
.nsCartBtn:hover,
.nsShoppingBtn:hover {
    border: 1px solid #00a9f8;
    background-color: #fff;
    filter: none;
    background-image: none;
    color: #00a9f8 !important;
    text-decoration: none;
}
    .nsShoppingBtn:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1eb2f9', endColorstr='#ff118fcf', GradientType=0);
        background-image: -moz-linear-gradient(top, #1eb2f9, #118fcf);
        background-image: -ms-linear-gradient(top, #1eb2f9, #118fcf);
        background-image: -o-linear-gradient(top, #1eb2f9, #118fcf);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#1eb2f9), to(#118fcf));
        background-image: -webkit-linear-gradient(top, #1eb2f9, #118fcf);
        background-image: linear-gradient(top, #1eb2f9, #118fcf);
        color: #fff !important;
    }



/* レジへのボタン */
.nsRegisterBtn {}

/* キャンセルボタン */
.nsCancelBtn {
    height: 44px;
    padding: 0 20px;
    border: 1px solid #aaa;
    border-radius: 22px;
    background-color: #aaa;
    filter: none;
    background-image: none;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}
.nsCancelBtn:hover,
.nsCancelBtn.hover {
    border: 1px solid #888;
    background-color: #777;
    filter: none;
    background-image: none;
    color: #000000;
    text-decoration: none;
}

.nsSendBtn {
  border: 1px solid #004cc5;
  background-color: #004cc5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005cee', endColorstr='#ff004cc5', GradientType=0);
  background-image: -moz-linear-gradient(top, #005cee, #004cc5);
  background-image: -ms-linear-gradient(top, #005cee, #004cc5);
  background-image: -o-linear-gradient(top, #005cee, #004cc5);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#005cee), to(#004cc5));
  background-image: -webkit-linear-gradient(top, #005cee, #004cc5);
  background-image: linear-gradient(top, #005cee, #004cc5);
  color: #ffffff;
}
.nsBtn.acms-btn-primary:hover,
.nsBtn.acms-btn-primary.hover {
  border: 1px solid #002b6e;
  background-color: #0050cf;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0364ff', endColorstr='#ff0050cf', GradientType=0);
  background-image: -moz-linear-gradient(top, #0364ff, #0050cf);
  background-image: -ms-linear-gradient(top, #0364ff, #0050cf);
  background-image: -o-linear-gradient(top, #0364ff, #0050cf);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#0364ff), to(#0050cf));
  background-image: -webkit-linear-gradient(top, #0364ff, #0050cf);
  background-image: linear-gradient(top, #0364ff, #0050cf);
  color: #ffffff;
  text-decoration: none;
}

/* ------------------------------
 タイポグラフィ
------------------------------- */

/* ------------------------------
 フォーム
------------------------------- */
/* ---------------
 フォーム 基本設定
--------------- */
button,
input,
select,
textarea {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"],
select {
    cursor: pointer;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
label {
    display: inline-block;
}
.nsForm input[type="text"],
.nsForm input[type="password"],
.nsForm input[type="datetime"],
.nsForm input[type="datetime-local"],
.nsForm input[type="date"],
.nsForm input[type="month"],
.nsForm input[type="time"],
.nsForm input[type="week"],
.nsForm input[type="number"],
.nsForm input[type="email"],
.nsForm input[type="url"],
.nsForm input[type="search"],
.nsForm input[type="tel"],
.nsForm input[type="color"] {
    font-size: 15px;
    padding: 14px 5px 11px 5px;
    border: 1px solid #a7a7aa;
    border-radius: 3px;
    color: #333;
    line-height: 1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.nsForm input[type="text"]:focus,
.nsForm input[type="password"]:focus,
.nsForm input[type="datetime"]:focus,
.nsForm input[type="datetime-local"]:focus,
.nsForm input[type="date"]:focus,
.nsForm input[type="month"]:focus,
.nsForm input[type="time"]:focus,
.nsForm input[type="week"]:focus,
.nsForm input[type="number"]:focus,
.nsForm input[type="email"]:focus,
.nsForm input[type="url"]:focus,
.nsForm input[type="search"]:focus,
.nsForm input[type="tel"]:focus,
.nsForm input[type="color"]:focus {
    outline: none;
    border-color: #137af3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
.nsForm input[type="text"]:disabled,
.nsForm input[type="password"]:disabled,
.nsForm input[type="datetime"]:disabled,
.nsForm input[type="datetime-local"]:disabled,
.nsForm input[type="date"]:disabled,
.nsForm input[type="month"]:disabled,
.nsForm input[type="time"]:disabled,
.nsForm input[type="week"]:disabled,
.nsForm input[type="number"]:disabled,
.nsForm input[type="email"]:disabled,
.nsForm input[type="url"]:disabled,
.nsForm input[type="search"]:disabled,
.nsForm input[type="tel"]:disabled,
.nsForm input[type="color"]:disabled {
    border-color: #dddddd;
    background-color: #f5f5f5;
    color: #999999;
    cursor: not-allowed;
}
.nsForm input[type="text"]::-webkit-input-placeholder,
.nsForm input[type="password"]::-webkit-input-placeholder,
.nsForm input[type="datetime"]::-webkit-input-placeholder,
.nsForm input[type="datetime-local"]::-webkit-input-placeholder,
.nsForm input[type="date"]::-webkit-input-placeholder,
.nsForm input[type="month"]::-webkit-input-placeholder,
.nsForm input[type="time"]::-webkit-input-placeholder,
.nsForm input[type="week"]::-webkit-input-placeholder,
.nsForm input[type="number"]::-webkit-input-placeholder,
.nsForm input[type="email"]::-webkit-input-placeholder,
.nsForm input[type="url"]::-webkit-input-placeholder,
.nsForm input[type="search"]::-webkit-input-placeholder,
.nsForm input[type="tel"]::-webkit-input-placeholder,
.nsForm input[type="color"]::-webkit-input-placeholder,
.nsForm input[type="text"]:-moz-input-placeholder,
.nsForm input[type="password"]:-moz-input-placeholder,
.nsForm input[type="datetime"]:-moz-input-placeholder,
.nsForm input[type="datetime-local"]:-moz-input-placeholder,
.nsForm input[type="date"]:-moz-input-placeholder,
.nsForm input[type="month"]:-moz-input-placeholder,
.nsForm input[type="time"]:-moz-input-placeholder,
.nsForm input[type="week"]:-moz-input-placeholder,
.nsForm input[type="number"]:-moz-input-placeholder,
.nsForm input[type="email"]:-moz-input-placeholder,
.nsForm input[type="url"]:-moz-input-placeholder,
.nsForm input[type="search"]:-moz-input-placeholder,
.nsForm input[type="tel"]:-moz-input-placeholder,
.nsForm input[type="color"]:-moz-input-placeholder,
.nsForm input[type="text"]:-ms-input-placeholder,
.nsForm input[type="password"]:-ms-input-placeholder,
.nsForm input[type="datetime"]:-ms-input-placeholder,
.nsForm input[type="datetime-local"]:-ms-input-placeholder,
.nsForm input[type="date"]:-ms-input-placeholder,
.nsForm input[type="month"]:-ms-input-placeholder,
.nsForm input[type="time"]:-ms-input-placeholder,
.nsForm input[type="week"]:-ms-input-placeholder,
.nsForm input[type="number"]:-ms-input-placeholder,
.nsForm input[type="email"]:-ms-input-placeholder,
.nsForm input[type="url"]:-ms-input-placeholder,
.nsForm input[type="search"]:-ms-input-placeholder,
.nsForm input[type="tel"]:-ms-input-placeholder,
.nsForm input[type="color"]:-ms-input-placeholder {
    font-size: 11px;
    padding-top: 2px;
}
.nsForm input[type="search"] {
    -webkit-appearance: none;
}

.nsForm textarea {
  font-size: 15px;
  padding: 5px 5px 4px ;
  border: 1px solid #a7a7aa;
  border-radius: 3px;
  color: #333;
  line-height: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  line-height: 1.7;
}
.nsForm textarea:focus {
  outline: none;
  border-color: #137af3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
.nsForm textarea:disabled {
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #999999;
  cursor: not-allowed;
}

.nsForm textarea::-webkit-input-placeholder,
.nsForm textarea:-moz-input-placeholder,
.nsForm textarea:-ms-input-placeholder {
  font-size: 11px;
  padding-top: 2px;
}

.nsForm select {
  display: inline-block;
  padding: 14px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #cccccc;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #e7e7e7);
  background-image: -ms-linear-gradient(top, #fcfcfc, #e7e7e7);
  background-image: -o-linear-gradient(top, #fcfcfc, #e7e7e7);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #e7e7e7);
  background-image: linear-gradient(top, #fcfcfc, #e7e7e7);
  color: #333333;
  padding-top: 17px;
  padding-bottom: 15px;
  text-align: left;
}
.nsForm select:hover,
.nsForm select.hover {
  border: 1px solid #999;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffe9e9e9', GradientType=0);
  background-image: -moz-linear-gradient(top, #fdfdfd, #e9e9e9);
  background-image: -ms-linear-gradient(top, #fdfdfd, #e9e9e9);
  background-image: -o-linear-gradient(top, #fdfdfd, #e9e9e9);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdff), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #e9e9e9);
  background-image: linear-gradient(top, #fdfdfd, #e9e9e9);
  color: #333333;
  text-decoration: none;
}
.nsForm select:focus {
  outline: none;
  border-color: #137af3;
}
.nsForm select:disabled {
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #999999;
  cursor: not-allowed;
}
.nsForm select[multiple="multiple"] {
  padding: 7px 10px;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.nsForm select[multiple="multiple"]:hover,
.nsForm select[multiple="multiple"].hover {
  padding: 7px 10px;
}
.nsForm select[multiple="multiple"]:focus {
  outline: none;
  border-color: #137af3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
.nsForm select[multiple="multiple"]:disabled {
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #999999;
  cursor: not-allowed;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nsForm select {
    -webkit-appearance: button;
    background-color: #f0f0f0;
    padding-left: 10px;
    padding-right: 30px;
    background: url('../images/marker/arrow_black.png'), -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e1e1e1));
    background: url('../images/marker/arrow_black.png'), linear-gradient(top, #f9f9f9, #e1e1e1);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .nsForm select:hover,
  .nsForm select.hover {
    border: 1px solid #868688;
    -webkit-appearance: button;
    background-color: #f0f0f0;
    padding-left: 10px;
    padding-right: 30px;
    background: url('../images/marker/arrow_black.png'), -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e1e1e1));
    background: url('../images/marker/arrow_black.png'), linear-gradient(top, #fcfcfc, #e1e1e1);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none;
  }
  .nsForm select[multiple="multiple"] {
    -webkit-appearance: none;
    background: #ffffff;
  }
}

.nsFormBlock {
  display: block;
}
.nsFormInline {
  display: inline;
}


.nsFormUlLabel {
     list-style-type: disc;
     margin: -10px 0 0 20px;
}



/* 成功表示 */
.nsFormSuccess {
    margin-bottom: 5px;
    padding: 10px 10px;
    background: #d9e8f0;
    color: #069 !important;
    border-radius: 5px;
}

/* エラー表示 */
.nsFormError {
    margin-bottom: 5px;
    padding: 10px 10px;
    background: #ffdddd;
    color: #df0000 !important;
    border-radius: 5px;
}
.nsFormErrorBlock {
    display: block !important;
    padding-left: 10px !important;
}

.nsFormWidthFull      { width: 100%;}
.nsFormWidth3quarters { width: 75%;}
.nsFormWidthHalf      { width: 50%;}
.nsFormWidthQuarter   { width: 25%;}
.nsFormWidthLa        { max-width: 540px; width: 100%;}
.nsFormWidthMe        { max-width: 380px; width: 100%;}
.nsFormWidthSm        { max-width: 220px; width: 100%;}
.nsFormWidthTiny      { max-width: 140px; width: 100%;}

.nsIconCheckbox,
.nsIconRadio {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px 0 0;
  vertical-align: middle;
}
.nsIconCheckbox {
  background: url('../images/marker/icon_input.png') no-repeat left top;
  background-size: 40px 60px;
  background-image: none\9;
  *background-image: none;
  _background-image: none;
}
.nsFormCheckbox input:checked + .nsIconCheckbox {
  background: url('../images/marker/icon_input.png') no-repeat left -20px;
  background-size: 40px 60px;
}
.nsFormCheckbox input:disabled + .nsIconCheckbox {
  background: url('../images/marker/icon_input.png') no-repeat left -40px;
  background-size: 40px 60px;
  cursor: not-allowed;
}

.nsIconRadio {
  background: url('../images/marker/icon_input.png') no-repeat -20px top;
  background-size: 40px 60px;
}

.nsFormRadio input:checked + .nsIconRadio {
  background: url('../images/marker/icon_input.png') no-repeat -20px -20px;
  background-size: 40px 60px;
}
.nsFormRadio input:disabled + .nsIcoRadio {
  background: url('../images/marker/icon_input.png') no-repeat -20px -40px;
  background-size: 40px 60px;
  cursor: not-allowed;
}
.nsFormCheckbox,
.nsFormRadio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    position: static\9;
    *position: static;
    _position: static;
}
.nsFormCheckbox input,
.nsFormRadio input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=100);
    position: static\9;
    *position: static;
    _position: static;
    opacity: 1\9;
}
.nsFormRadio {
    padding: 3px 0 0 4px;
}
.nsFormRadio:before,
.nsFormRadio::before {
    width: 16px;
    height: 16px;
    border-radius: 10px;
}

@media (min-width: 768px) {
  .nsForm input[type="text"],
  .nsForm input[type="password"],
  .nsForm input[type="datetime"],
  .nsForm input[type="datetime-local"],
  .nsForm input[type="date"],
  .nsForm input[type="month"],
  .nsForm input[type="time"],
  .nsForm input[type="week"],
  .nsForm input[type="number"],
  .nsForm input[type="email"],
  .nsForm input[type="url"],
  .nsForm input[type="search"],
  .nsForm input[type="tel"],
  .nsForm input[type="color"] {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .nsForm textarea {
    font-size: 15px;
  }
  .nsForm select {
    padding: 7px 10px;
    font-size: 14px;
    padding-right: 30px;
  }
}

/* ------------------------------
 テーブル
------------------------------- */

/* ------------------------------
 タイトル
------------------------------- */

/* ------------------------------
 リスト
------------------------------- */

/* ------------------------------
 ラベル
------------------------------- */

/* ------------------------------
 バッジ
------------------------------- */

/* ------------------------------
 パネル
------------------------------- */

/* ------------------------------
 タブ
------------------------------- */
.nsTab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}
/*
 * Micro clearfix on the deepest container
 */
.nsTab:before,
.nsTab:after {
  content: "";
  display: table;
}
.nsTab:after {
  clear: both;
}
/*
 * Items
 * 1. Create position context for dropdowns
 */
.nsTab > li {
  margin-bottom: -1px;
  float: left;
  /* 1 */
  position: relative;
}
.nsTab > li > a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #0077dd;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  text-shadow: 0 1px 0 #ffffff;
}
.nsTab > li:nth-child(n+2) > a {
  margin-left: 5px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.nsTab > li > a:hover,
.nsTab > li > a:focus,
.nsTab > li.nsOpen > a {
  border-color: #dddddd;
  background: #fafafa;
  color: #005599;
  /* 2 */
  outline: none;
}
.nsTab > li:not(.nsActive) > a:hover,
.nsTab > li:not(.nsActive) > a:focus,
.nsTab > li.nsOpen:not(.nsActive) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}
/* Active */
.nsTab > li.nsActive > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #ffffff;
  color: #444444;
}
/* Disabled */
.nsTab > li.nsDisabled > a {
  color: #999999;
  cursor: text;
}
.nsTab > li.nsDisabled > a:hover,
.nsTab > li.nsDisabled > a:focus,
.nsTab > li.nsDisabled.nsActive > a {
  background: none;
  border-color: transparent;
}



/* ---------------
 各コンテンツ(画像、地図、動画など)表示設定
--------------- */
/* 添付画像配置（おまかせ） */
/* 添付画像配置（左） */
.leftColumnImage,
.leftColumnMedia {
    display: inline;
    float: left;
    margin-bottom: 10px;
}
/* 添付画像配置（右） */
.rightColumnImage,
.rigthColumnMedia {
    display: inline;
    float: right;
    margin-bottom: 10px;
}
/* 添付画像配置（中央） */
.centerColumnImage,
.centerColumnMedia {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
}
/* ファイル配置（おまかせ） */
/* ファイル配置（左） */
.leftColumnFile {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* ファイル配置（右） */
.rightColumnFile {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}
/* ファイル配置（中央） */
.centerColumnFiler {
    float: none;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
}
/* 地図配置（おまかせ） */
.autoColumnMap {
    margin-bottom: 10px;
}
/* 地図配置（左） */
.leftColumnMap {
    float: left;
    margin-bottom: 10px;
}
/* 地図配置（右） */
.rightColumnMap {
    float: right;
    margin-bottom: 10px;
}
/* 地図配置（中央） */
.centerColumnMap {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.leftColumnYoutube,
.leftColumnVideo {
    display: inline;
    float: left;
}
/* YouTube配置 (右) */
.rightColumnYoutube,
.rightColumnVideo {
    display: inline;
    float: right;
}
/* YouTube配置 (中央) */
.centerColumnYoutube,
.centerColumnVideo {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
/* 画像URL配置（おまかせ） */
/* 画像URL配置（左） */
.leftColumn-eximage {
    display: inline;
    float: left;
}
/* 画像URL配置（右） */
.rightColumnEximage {
    display: inline;
    float: right;
}
/* 画像URL配置（中央） */
.centerColumnEximage {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* 画像の最大幅 */
[class*='ColumnImage'],
[class*='ColumnMedia'] {
    max-width: 100%;
}
/* メディア リンク */
[class*='ColumnMedia'] a {
    display: block;
    text-align: center;
}
.nsEntry {
  /* ユニットの要素の位置調整 */
}
.nsEntry [class*='nsCol-'] {
    padding: 0;
}
.nsEntry h2,
.nsEntry h3,
.nsEntry h4,
.nsEntry h5,
.nsEntry h6,
.nsEntry dl {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}
.nsEntry p,
.nsEntry .colFree {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.nsEntry .nsContainer {
    margin-left: 15px;
    margin-right: 15px;
}

/* ユニットの間隔 */
.nsEntry [class*='ColumnImage'].nocaption,
.nsEntry [class*='ColumnMedia'].nocaption,
.nsEntry [class*='ColumnYoutube'],
.nsEntry [class*='ColumnVideo'],
.nsEntry [class*='ColumnEximage'].nocaption {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.nsEntry [class*='ColumnMap'] {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.nsEntry [class*='ColumnMap'] > div {
    max-width: 100%;
}
.nsEntry [class*='ColumnImage'],
.nsEntry [class*='ColumnMedia'],
.nsEntry [class*='ColumnEximage'] {
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.nsEntry [class*='ColumnImage'] a,
.nsEntry [class*='ColumnMedia'] a,
.nsEntry [class*='ColumnEximage'] a {
    display: block;
}
.nsEntry [class*='ColumnImage'] .caption,
.nsEntry [class*='ColumnMedia'] .caption,
.nsEntry [class*='ColumnEximage'] .caption {
    padding: 0;
}
[class*='ColumnImage'] img,
[class*='ColumnEedia'] img,
[class*='ColumnEximage'] img {
    height: auto;
    max-width: 100%;
}
/* 画像左寄せ */
.leftColumnImage,
.leftColumnMedia,
.leftColumnEximage {
    float: left;
    margin-right: 0;
}
@media (max-width: 479px) {
    .nsGrid-r .leftColumnImage,
    .nsGrid-r .rightColumnImage,
    .nsGrid-r .leftColumnMedia,
    .nsGrid-r .rightColumnMedia,
    .nsGrid-r .leftColumnEximage,
    .nsGrid-r .rightColumnEximage {
        float: none;
    }
}
/* スマートフォンのときのエントリー内スタイル */
@media (max-width: 479px) {
    /* エントリー内画像サイズ */
    .nsGrid-r [class*='ColumnImage'],
    .nsGrid-r [class*='ColumnMedia'],
    .nsGrid-r [class*='ColumnEximage'] {
        padding-left: 15px;
        padding-right: 15px;
        width: auto!important;
    }
    .nsGrid-r [class*='ColumnImage'] img,
    .nsGrid-r [class*='ColumnMedia'] img,
    .nsGrid-r [class*='ColumnEximage'] img {
        padding: 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    [class*='ColumnMap'] {
        width: auto!important;
        max-width: 100%;
    }
    [class*='ColumnMap'] > div {
        max-width: 100%;
    }
    [class*='ColumnEximage-'] {
        width: auto!important;
    }
    [class*='ColumnYoutube'],
    [class*='ColumnVideo'] {
        display: block;
        width: 100%!important;
        max-width: 100%;
    }
}
/*　画像なし　*/
.nsNoimage {
    width: 75%;
}


/* YouTube動画をレスポンシブ対応させるための記述 */

.column-youtube,
.column-iframe {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.column-youtube iframe,
.column-iframe iframe,
.column-youtube object,
.column-iframe object,
.column-youtube embed,
.column-iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[class*='ColumnMap'] > img {
    max-width: 100%;
}
/* 地図ユニットのアイコンの調整 */
[class*='ColumnMap'] img {
    width: auto;
    height: auto;
}

/* ---------------
 ユニット
--------------- */
.entryFormColumnBody .entryFormFileentryFormImages,
.entryFormColumnBody .formColumnMapTd {
    padding-right: 10px!important;
}

/* ------------------------------
 トピックパス
------------------------------- */
.nsTopicpath {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
}
@media (max-width: 767px) {
    .nsTopicpath.acms-float-right {
        float: none;
    }
}
.nsTopicpath li {
    float: left;
    margin-right: 5px;
    color: #999999;
}
    .nsTopicpath li + li:before {
        content: "/";
        margin-right: 5px;
        color: #999999;
    }
.nsTopicpath a {
    color: #333333;    line-height: 1;
}
    .nsTopicpath a:link {
        text-decoration: none;
    }
    .nsTopicpath a:hover {
        text-decoration: underline;
    }

/* ------------------------------
 ページャー
------------------------------- */
.nsPager {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    font-size: 13px;
    color: #333;
}
.nsPager:before,
.nsPager:after {
    content: " ";
    display: table;
}
.nsPager:after {
    clear: both;
}
.nsPager li {
    float: left;
    margin-left: 4px;
    text-align: center;
}
.nsPager li:first-child {
    margin-left: 0;
}
.nsPager li > a:link {
    text-decoration: none;
}
.nsPager li span > a,
.nsPager li.curr span,
.nsPager li > a {
    display: inline-block;
    padding: 14px 10px;
    border: 1px solid #a7a7aa;
    border-radius: 3px;
    background-color: #cccccc;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    background-color: #e1e1e1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
    background-image: -moz-linear-gradient(top, #f9f9f9, #e1e1e1);
    background-image: -ms-linear-gradient(top, #f9f9f9, #e1e1e1);
    background-image: -o-linear-gradient(top, #f9f9f9, #e1e1e1);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #e1e1e1);
    background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
    color: #333333;
    padding: 14px;
    color: #333;
}
.nsPager li a:hover {
    background-color: #e1e1e1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffe1e1e1', GradientType=0);
    background-image: -moz-linear-gradient(top, #fcfcfc, #e1e1e1);
    background-image: -ms-linear-gradient(top, #fcfcfc, #e1e1e1);
    background-image: -o-linear-gradient(top, #fcfcfc, #e1e1e1);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #e1e1e1);
    background-image: linear-gradient(top, #fcfcfc, #e1e1e1);
    color: #333333;
    border: solid 1px #868688;
    text-decoration: none;
}
.nsPager li.curr span {
    border: 1px solid #AAA;
    background: #CCCCCC;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffcccccc', GradientType=0);
    text-decoration: none;
}
.nsPager li > a:active {
    border: 1px solid #AAA;
    background-color: #e1e1e1;
    box-shadow: inset 0 1px 2px #b2b2b2;
    color: #333333;
    text-decoration: none;
}
@media (min-width: 768px) {
    .nsPager {
        margin-left: 0;
        margin-right: 0;
    }
    .nsPager li span > a,
    .nsPager li.curr span,
    .nsPager li > a {
        padding: 7px 10px;
        font-size: 11px;
    }
}


/* ------------------------------
 ユーティリティ
------------------------------- */
.nsFloatRight { float: right;}
.nsFloatLeft  { float: left;}
.nsClear      { clear: both;}
.nsTextCenter { text-align: center;}
.nsTextRight  { text-align: right;}
.nsTextLeft   { text-align: left;}
.nsTextNowrap { white-space: nowrap;}

.neTextSmall { font-size:13px; }

.nsFontRed { color: #f30000; }
.nsFontWhite { color: #f3f3f3; }
.nsFontBlack { color: #111; }

.nsBr {
    display: none;
}
.nsBr-t {
    display: none;
}
.nsBr-r {
    display: block;
}
.nsPcShow {
    display: none;
}
.nsPcHide {}
.nsTabletShow {
    display: none;
}
.nsTabletHide {
    display: block;
}
.nsInlineXs {
    display: none;
}

.nsMarginTop {
    margin-top: 20px!important;
}
.nsMarginSmallTop {
    margin-top: 10px!important;
}

@media screen and (min-width: 480px) {
    .nsInlineXs {
        display: inline;
    }
    .nsBr-r {
        display: none;
    }
    .nsTabletShow {
        display: block;
    }
    .nsTabletHide {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .nsBr {
        display: block;
    }
    .nsBr-t {
        display: block;
    }
    .nsMobliHide {
        display: inline;
    }
    .nsPcShow {
        display: block;
    }
    .nsPcHide {
        display: none;
    }
}



