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

[Custom Stylesheet]


Last change:
Assigned to:	nakano

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

/*------------------------------------------------------------------
[bootstrap Custom]
-------------------------------------------------------------------*/
body {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, 'Helvetica Neue', sans-serif;
    word-wrap: break-word;
}
.subnavbar .mainnav {
    width: 100%;
}
.subnavbar .mainnav > li.right {
    float: right;
}
.subnavbar .mainnav > li {
    min-width: 77px !important;
}
.subnavbar .mainnav > li > a {
    display: block;
    height: 100%;
    padding: 0 4px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 979px) {
    .subnavbar .mainnav > li.right {
    float: none;
    }
}
.jquery-lightbox {
    padding: 7px 0;
}
.jquery-lightbox-html {
    padding: 0;
}
.btn-info2 {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info2.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-info2:hover,
.btn-info2:focus,
.btn-info2:active,
.btn-info2.active,
.btn-info2.disabled,
.btn-info2[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.btn-info2:active,
.btn-info2.active {
  background-color: #003399 \9;
}
.input-mini-auto {
    width: auto;
    min-width: 50px;
}
.input-small-auto {
    width: auto;
    min-width: 100px;
}
.input-medium-auto {
    width: auto;
    min-width: 150px;
}
.input-large-auto {
    width: auto;
    min-width: 220px;
}
.input-full-auto {
    width: 100%;
    min-width: 500px;
}
.input-full-text {
    width: 100%;
    min-width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-horizontal .control-label.custom {
    width: 100px;
}
.form-horizontal .controls.custom {
    margin-left: 120px;
}
.navbar .brand {
    padding: 0 0 0 10px;
}
.navbar .navbar-inner {
    padding: 0;
}
.navbar .nav.pull-right {
    margin-top: 4px;
    margin-top: 4px;
}
.navbar .btn-navbar {
    margin-top: 11px;
}

/*------------------------------------------------------------------
[Image]
-------------------------------------------------------------------*/
.image-container {
    margin: 0;
    list-style: none;
    text-align: left;
}
.image-container li {
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    margin-bottom: 2em;
    border: 1px solid #d3d3d3;
    position: relative;
    padding: 6px;
    box-sizing: border-box;
}
.image-container img {
    position: relative;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.image-container li {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.image-container li :before {
    bottom: -5px;
    left: 6px;
    right: 6px;
}
.image-container li .dz-details {
    width: 100%;
    position: relative;
    display: table;
}
.image-container li .dz-size {
    display: table-cell;
    line-height: 28px;
    font-size: 14px;
}
.image-container li .dz-filename {
    display: none;
}
.image-container li .dz-trash,
.image-container li .dz-download {
    display: table-cell;
    text-align: right;
}

.gallery-container li {
    margin-bottom: 0px;
}

.gallery-container.edit li {
  width: auto;
  max-width: 150px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px;
  margin-bottom: 0em;
  border: 1px solid #d3d3d3;
  position: relative;
  padding: 6px;
  box-sizing: border-box;
  text-align: center;
}

.gallery-container.edit img {
    position: absolute;
    width: auto !important;
    height: auto !important;
    max-width: 130px !important;
    max-height: 130px !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
            transform: translate3d(-50%, -50%, 0) !important;
}

.tmp-content-images.edit li {
    width: 150px;
    height: 150px;
    /*padding-top: 25px; /*画像高さ100pxで調整*/
}

/*------------------------------------------------------------------
[Common Custom]
-------------------------------------------------------------------*/
#flashMessage {
    display: none;
}
#password-notice {
    display: none;
}
.title-right-btn {
    position: absolute;
    top: 5px;
    right: 10px;
}

.title-right-text {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 14px;
    color: #555;
}
.widget .widget-header .title-right-btn [class^="icon-"],
.widget .widget-header .title-right-btn [class*=" icon-"] {
    margin-left: 2px;
    font-size: 18px;
    color: #fff;
}
.widget .widget-header .title-right-btn [class^="fa-"],
.widget .widget-header .title-right-btn [class*=" fa-"] {
    margin-left: 2px;
    font-size: 18px;
    color: #fff;
}

.stamp-small {
  display: inline-block;
  background: url(/assets/img/icon/stamp.svg) no-repeat;
  font-size: 18px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  color: #fff;
}

.stamp-small {
    fill: #fff;
}

.td-actions [class^="icon-"],
.td-actions [class*=" icon-"] {
    font-size: 18px;
    vertical-align:middle;
}
.td-actions [class^="fa-"],
.td-actions [class*=" fa-"] {
    font-size: 18px;
    vertical-align:middle;
}

.pagination {
    text-align: right;
    margin-bottom: 8px;
}
.pagination ul li.current a {
    font-weight: 600;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #47B754;
    background-image: -moz-linear-gradient(top, #47B754, #47B754);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47B754), to(#47B754));
    background-image: -webkit-linear-gradient(top, #47B754, #47B754);
    background-image: -o-linear-gradient(top, #47B754, #47B754);
    background-image: linear-gradient(to bottom, #47B754, #47B754);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff47B754', endColorstr='#ff47B754', GradientType=0);
    border-color: #47B754 #47B754 #47B754;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#back-btn {
    margin-bottom: 10px;
}
#submenu-btn {
    margin-bottom: 20px;
}
#upload-file {
    display: none;
}
.confirm-text {
    min-height:20px;
    padding: 5px 0;
    cursor: default;
}
.thumbnail {
    width: 200px;
}
.thumbnail-small {
    width: 100px;
}
.delete, .important, .unrelated, .delete a, important a, .error, .account-lock {
    color: #f00;
}
.important_flag {
    width: 35px;
    height: 30px;
    background-size:contain;
    background-image: url("../img/comment/flag.png");
}
a.underline {
    text-decoration: underline;
}
td.note {
    max-width: 300px;
}
tbody tr.clickable:hover td {
    cursor: pointer;
}
.form-inline {
    margin-bottom: 5px;
}
.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
    background-color:#ecf2fa
}
.table-max-width td{
    max-width: 350px;
}
.left-text {
    text-align: left;
}
.center-text {
    text-align: center;
}
.right-text {
    text-align: right;
}
.detail-table tr:nth-child(1) td {
    border: none;
}
.detail-table td {
    border-top: 1px dotted #CCC;
    height: 35px;
}
.detail-table td:nth-child(odd) {
    width: 15%;
    text-align: right;
    font-weight: bold;
}
.detail-table td:nth-child(even) {
    padding-left: 5em;
}
.form-actions.confirm {
    border: none;
}
td.nowrap {
    white-space: nowrap;
}
td.list-btn {
    width: 80px;
    text-align: center;
}
/*------------------------------------------------------------------
[custom]
-------------------------------------------------------------------*/
.navbar-inverse .brand {
    padding: 10px 0 0 20px;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.well {
    background-color: #f5f5f5;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
    border: #000000 0px;
}

.form-actions {
    background-color: #e9ffe8;
    margin-bottom: 0px;
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top,#2f96b4,#2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2f96b4),to(#2f96b4));
    background-image: -webkit-linear-gradient(top,#2f96b4,#2f96b4);
    background-image: -o-linear-gradient(top,#2f96b4,#2f96b4);
    background-image: linear-gradient(to bottom,#2f96b4,#2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #F44336;
    background-image: -moz-linear-gradient(top,#F44336,#F44336);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#F44336),to(#F44336));
    background-image: -webkit-linear-gradient(top,#F44336,#F44336);
    background-image: -o-linear-gradient(top,#F44336,#F44336);
    background-image: linear-gradient(to bottom,#F44336,#F44336);
    background-repeat: repeat-x;
    border-color: #F44336 #F44336 #F44336;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF44336',endColorstr='#ffF44336',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:focus {
    background-color: #F44336;
    border-color: #bd362f #bd362f #bd362f;
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #51a351;
    background-image: -moz-linear-gradient(top,#51a351,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#51a351),to(#51a351));
    background-image: -webkit-linear-gradient(top,#51a351,#51a351);
    background-image: -o-linear-gradient(top,#51a351,#51a351);
    background-image: linear-gradient(to bottom,#51a351,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-add {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #f89734;
    background-image: -moz-linear-gradient(top,#f89734,#f89734);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f89734),to(#f89734));
    background-image: -webkit-linear-gradient(top,#f89734,#f89734);
    background-image: -o-linear-gradient(top,#f89734,#f89734);
    background-image: linear-gradient(to bottom,#f89734,#f89734);
    background-repeat: repeat-x;
    border-color: #f89734 #f89734 #f89734;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89734',endColorstr='#fff89734',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-add:hover,
.btn-add:focus {
    color: #fff;
    background-color: #f89734;
    border-color: #f89734 #f89734 #f89734;
}

.ui-datepicker {
    z-index: 130 !important;
}

/*------------------------------------------------------------------
step-bar
-------------------------------------------------------------------*/
.step {
    margin-top: 0px;
    margin-left: 300px;
}
.step-bar {
    width: 800px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0px;
}
.step-bar li {
    width: 150px;
    height: 26px;
    line-height: 26px;
    list-style: none;
    float: left;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    background-color: #e6e6e6;
    font-size: 14px;
    font-weight: 600;
}
.step-bar li.active {
    background-color: #f89734;
    color: #FFF;
}
.step-bar li span.before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 4px 13px 15px;
    border-color: transparent transparent transparent #fff;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #fff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    left: 0px;
    z-index: 10;
}
.step-bar li.first span.before {
    border: none;
}
.step-bar li span.after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 4px 13px 15px;
    border-color: transparent transparent transparent #e6e6e6;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #f89734;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#f89734');
    position: absolute;
    right: -19px;
    z-index: 50;
}
.step-bar li.active span.after {
    border-color: transparent transparent transparent #f89734;
}

/*------------------------------------------------------------------
スタンプラリー用アイコン
-------------------------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?sghtm5');
  src:  url('../fonts/icomoon.eot?sghtm5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sghtm5') format('truetype'),
    url('../fonts/icomoon.woff?sghtm5') format('woff'),
    url('../fonts/icomoon.svg?sghtm5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="myicon-"], [class*=" myicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myicon-stamp:before {
  content: "\e900";
}

/*------------------------------------------------------------------
ファイルアップロード
-------------------------------------------------------------------*/
.input-group {
    margin-top: 65px;
    width: 200px;
    height: 80px;
}

.input-group-fix {
    width: 140px !important;
}

.gallery-container-fix{
    margin-bottom: 0px;
}

.input-image {
    color: white;
    border: 1px dashed #d3d3d3;
    background-color: white;
    padding: 50px 20px 50px 20px;
    border-radius: 4px;
}
.give-image {
    color: white;
    border: 1px dashed #d3d3d3;
    background-color: white;
    padding: 50px 20px 50px 20px;
    border-radius: 4px;
}

.input-image-error {
    border-color: red !important;
}

.give-image-error {
    border-color: red !important;
}

.delete-image {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 32px;
    height: 32px;
    z-index: 100;
    background-image: url(../img/gallery/delete.png);
}
.delete-image:hover {
    background-image: url(../img/gallery/delete_active.png);
}

.tmp-delete-image {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 32px;
    height: 32px;
    z-index: 100;
    background-image: url(../img/gallery/delete.png);
}
.tmp-delete-image:hover {
    background-image: url(../img/gallery/delete_active.png);
}

.file-delete-image {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 32px;
    height: 32px;
    z-index: 100;
    background-image: url(../img/gallery/delete.png);
}
.file-delete-image:hover {
    background-image: url(../img/gallery/delete_active.png);
}

.file-delete-slide-image {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 32px;
    height: 32px;
    z-index: 100;
    background-image: url(../img/gallery/delete.png);
}
.file-delete-slide-image:hover {
    background-image: url(../img/gallery/delete_active.png);
}

.file-delete-audio {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 32px;
    height: 32px;
    z-index: 100;
    background-image: url(../img/gallery/delete.png);
}

/*------------------------------------------------------------------
他言語対応のラベルON　OFF
-------------------------------------------------------------------*/
.langage-label-on {
    font-size: 11px;
    margin: 0.5px;
    background-color: #468847;
}

.langage-label-off {
    font-size: 11px;
    margin: 0.5px;
    opacity:0.3;
    background-color: #999;
}

/*------------------------------------------------------------------
 iframe呼び出し時に非表示
-------------------------------------------------------------------*/
.iframe-hide {
    display: none;
}

/*------------------------------------------------------------------
コンテンツ用アイコン
-------------------------------------------------------------------*/
@font-face {
    font-family: 'content_icon';
    src:  url('../fonts/content_icon.eot?mvbogc');
    src:  url('../fonts/content_icon.eot?mvbogc#iefix') format('embedded-opentype'),
      url('../fonts/content_icon.ttf?mvbogc') format('truetype'),
      url('../fonts/content_icon.woff?mvbogc') format('woff'),
      url('../fonts/content_icon.svg?mvbogc#content_icon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="content-icon-"], [class*=" content-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'content_icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
    
  .content-icon-content:before {
    content: "\e900";
  }