html{
  height:100%;
  overflow-y:scroll;
}
body {
  height:100%;
  font: 14px/1.231 'Lato', 'メイリオ', Meiryo, YuGothic, '游ゴシック', 'ＭＳ Ｐゴシック' ,sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height:1.7;
  letter-spacing: .04em;
  *font-size: small;
  *font: x-small;
  color:#000;
  line-height:2;
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast:none){
  body{
    font-family: "メイリオ",Meiryo,'Lato', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック' ,sans-serif;
  }
}
*,
*:after,
*::before {
  box-sizing: border-box;
}
ul,ol {list-style: none;}
small {font-size: 86%;}

a {
  color: #269;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: none;
}
img {
    vertical-align: bottom;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  @-moz-document url-prefix() {
    *{ font-feature-settings: "palt";}
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    *{ -webkit-font-feature-settings: "palt"; font-feature-settings: "palt";}
  }
}



/* =====================================================================================

    COMMON

===================================================================================== */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.breadcrumb-wrap .breadcrumb {
  background: #19c;
  color: #fff;
  font-size: 13px;
  padding: 5px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.form-horizontal .control-label {
  padding-top: 4px;
}

/* sort-area
 **************************************** */
.sort-area {
  line-height: 35px;
}
.sort-area .btn {
  width: 100%;
  display: block;
}

.col-md-1-5,
.col-md-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.col-md-1-5 {
  width: 12.499999995%;
}
.col-md-2-5 {
  width: 20.833333325%;
}

/* btn
 **************************************** */
.btn {
  text-decoration: none;
  padding: 9px 20px;
  font-weight: bold;
  border-color: transparent;
}
.btn-sm {
  padding: 7px 15px;
}
.btn-xs {
  font-size: 11px;
  padding: 1px 10px;
}
.btn-default {
  border: 1px solid #cce0f5;
  color: #269;
}
.btn-primary {
  color: #fff;
  background: #9ce; /* Old browsers */
  background: -webkit-linear-gradient(top, #9ce 0%,#7ad 100%);
  background: linear-gradient(to bottom, #9ce 0%,#7ad 100%);
}
.btn-warning {
  color: #fff;
  background-color: #FF4A00;
}
.btn-success {
  background-color: #55bb88;
}
.btn-group-lg>.btn, .btn-lg {
  padding: 10px 70px;
  border-radius: 3px;
}

/* table
 **************************************** */
.csms-table {
  border-top: 2px solid #cce0f5;
  border-bottom: 2px solid #cce0f5;
}
.csms-table img {
  width: 80px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px;
  line-height: 1.42857143;
  border: none;
  vertical-align: middle;
}
.table-sm>tbody>tr>td, .table-sm>tbody>tr>th, .table-sm>tfoot>tr>td, .table-sm>tfoot>tr>th, .table-sm>thead>tr>td, .table-sm>thead>tr>th {
  padding: 10px;
}

.table>thead>tr>th {
  border-bottom: 1px solid #cce0f5;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f5f9fd;
}
.table-bordered {
    border: none;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.table-bordered th,
.table-bordered td {
    border-top: 1px solid #ddd !important;
}
.table-intable {
  border: 2px solid #cce0f5;
}
.table-intable th {
  font-weight: normal;
  font-size: 11px;
}

/* form
 **************************************** */
input.form-control,
textarea.form-control,
select.form-control {
  border: 1px solid #cce0f5;
  padding: 0 15px;
  border-radius: 4px;
  height: 40px;
  box-shadow: none;
}
textarea.form-control {
  height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #cce0f5;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  display: inline-block;
  position: relative;
}

input[type="checkbox"].form-control:checked::before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0066cc;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 18px;
}
input[type="checkbox"].form-control.checkbox-sm {
}
input.form-control[type="text"] {
  border-radius: 40px;
}

.form-control.input-sm {
  height: 35px;
}
.csms-select {
  position: relative;
}
.csms-select::after {
  display: inline-block;
  font: 25px/44px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  content: "\f107";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 10px;
  color: #269;
  pointer-events: none;
}
.csms-select-sm::after {
  line-height: 35px;
}
.input-group > .form-control,
.input-group > .csms-select {
}

.csms-addrow button {
  font-size: 30px;
  border: none;
  background: none;
  color: #269;
  padding: 0;
}


/* panel
 **************************************** */
.panel-image {
  border: 2px dashed #cce0f5;
  color: #0066cc;
}
.panel-search {
  background: #f5f9fd;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 25px;
}
.panel-search .panel-body {
  padding: 25px 25px 20px;
}
.form-group {
  padding: 0 5px;
  margin-bottom: 10px;
}
.form-group > div {
  padding: 0 10px;
}
.panel-search .btn {
  width: 100%;
}

/* title
 **************************************** */
.section-title {
  color: #06c;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}

/* icon
 **************************************** */
.judging {
  border: 1px solid #000;
  font-size: 11px;
  padding: 0 3px;
}
.unpublish {
  border: 1px solid #c00;
  font-size: 11px;
  padding: 0 3px;
  color: #c00;
}
.publish {
  border: 1px solid #0a1;
  font-size: 11px;
  padding: 0 3px;
  color: #0a1;
}

/* link
 **************************************** */
.link-edit-area {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
}
tr:hover .link-edit-area {
  opacity: 1;
}
.link-edit-area .link-edit,
.link-edit-area .link-delete {
  margin-right: 5px;
}
.link-edit-area .link-edit {
  font-size: 13px;
  padding: 1px 10px;
}
.link-edit-area .link-delete {
  font-size: 12px;
  text-decoration: underline;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #06c;
}
.link-edit-area .link-delete:hover {
  text-decoration: none;
}
.link-edit-area .link-delete {
  color: #f40009;
}
.text-primary {
  background: #ddf1e7;
  padding: 2px 5px;
  margin: 3px;
}

/* =====================================================================================

    LAYOUT

===================================================================================== */

/* csms-header
 **************************************** */
#csms-header {
  background: #f40009;
  margin-bottom: 30px;
  border: none;
}
#csms-header #app-navbar-collapse {
  position: relative;
}
#csms-header .navbar-brand {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
}
#csms-header .header-nav-btn {
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
#csms-header .header-nav-btn:focus,
#csms-header .header-nav-btn:hover {
  background: #dd0000;
}
#csms-header .navbar-right i {
  margin-right: 3px;
}
.dropdown-menu a {
  text-decoration: none;
}

#csms-header .download-link {
  margin-top: 10px;
  margin-right: 10px;
}

/* csms-side
 **************************************** */
#csms-side {
  font-size: 13px;
}
#csms-side .panel {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
#csms-side .panel-heading {
  border-bottom: #f40009 solid 2px;
  padding-left: 5px;
  font-weight: bold;
}
#csms-side li p {
  padding: 5px 0 5px 10px;
  background: #f2f2f2;
  font-weight: bold;
}
#csms-side .nav a {
  text-decoration: none;
  color: #333;
  padding: 8px 8px 8px 15px;
  border-top: 1px solid #E6E8EB;
  font-size: 12px;
  overflow: hidden;
}
#csms-side .current a {
  background-color: #f97f84;
  color: #fff;
  font-weight: bold;
}
#csms-side .nav>li>a:focus,
#csms-side .nav>li>a:hover {
}

#csms-side .nav .badge {
  margin-top: 3px;
  background: #ccc;
  float: right;
/*  background: #eee;
  padding: 3px 8px;
  font-size: 83%;
  margin-left: 10px;
  border-radius: 20px;*/
}

/* csms-main
 **************************************** */
#csms-main {
}
#csms-main .page-header {
  margin-top: 0;
  padding: 7px 20px;
  border-radius: 3px;
  background: #fee5e6;
  font-weight: bold;
  font-size: 138.46%;
}

.copyright {
  text-align: center;
  padding: 15px;
  font-size: 11px;
  color: #999;
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
}


/* =====================================================================================

    Dashboard

===================================================================================== */

.dashboard li {
  padding-top: 30px;
  margin: 15px 10px;
  border-top: 2px solid #f2f2f2;
  width: calc(100%/2 - 20px);
  float: left;
}
.dashboard dl {
  padding: 0 20px;
}
.dashboard dt {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: normal;
}
.dashboard dt .fa {
  font-size: 26px;
  margin-right: 5px;
  vertical-align: -2px;
}
.dashboard dd .fa {
  float: right;
  padding-top: 5px;
}
.dashboard dd a {
  color: #0066cc;
  font-size: 18px;
  padding: 15px 25px;
  display: block;
  text-decoration: none;
  border: 2px solid #cce0f5;
  margin-bottom: 5px;
  border-radius: 4px;
}
.dashboard dd a:hover {
  background: #cce0f5;
  border-color: #0066cc;
}

/* =====================================================================================

    brand

===================================================================================== */
#ms-tabs .ms-list {
  height: 100px;
}
.ms-elem-selectable {
  padding: 10px !important;
}
.ms-selected {
  background: #FDF7E9;
  font-weight: bold;
  color: #06c !important;
}
.ms-selected:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  float: right;
}
.ms-elem-selected {
  display: none !important;
}

/* =====================================================================================

    judging

===================================================================================== */
.passed {
  background: #d9f2dc !important;
}
.failed {
  background: #d9d9d9 !important;
}
.judging-now {

}
.judging-ok {
  color: #0a1;
}
.judging-stop {
  color: #c33;
}
.judging-btn {
  border-bottom: 1px solid #cce0f5;
}
.judging-btn td {
  padding-top: 0 !important;
}

/* =====================================================================================

    Preview_list

===================================================================================== */
.product-info {

}
.product-info .product-code{
  color:#666;
  line-height: 1.6;
}
.product-info .category li{
  display:inline-block;
  margin-right:3px;
}
.product-info .category li a {
  font-size:12px;
  text-decoration:none;
}
.product-info .category li a:hover {
  text-decoration:underline;
}
.product-info .brand{
  position:absolute;
  top:20px;
  right:20px;
  display:block;
  color:#269;
  border:1px solid #cce0f5;
  border-radius: 30px;
  font-size:12px;
  padding:0 10px;
  line-height:18px;
  text-decoration:none;
}
.product-info .product-cta{

}
.product-info .product-cta li{
  display:inline-block;
}

.sortbox {
  padding-bottom: 10px
}
.sortbox .btn {
  width: 100%;
}
.sortbox select{
  float:right;
  background:#fff;
  border:1px solid #cce0f5;
  border-radius: 4px;
  -webkit-appearance:none;
  line-height:1;
  padding:5px 10px;
  font-size:11px;
}

.preview-list .unpublished{
  background:#d9d9d9;
}

.preview-list .unpublished .unpublished-icon{
  border:1px solid #c00;
  color:#c00;
  font-size:11px;
  padding:1px 3px;
  margin-right:10px;
  vertical-align:1px;
}

.preview-list .list-product{
  border-bottom:1px solid #E6E8EB;
  padding:30px;
  position:relative;
  background: #fff;
  border-radius: 4px;
}

.preview-list .list-product .clickarea{
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.preview-list .list-product > img,
.preview-list .list-product > span {
  float:left;
  margin: -10px 0 -10px -10px;
}

.preview-list .list-product .list-name{
  font-weight:bold;
  font-size:18px;
  margin-bottom:7px;
}

.preview-list .list-product section{
  float:left;
  padding-left:20px;
  width: calc(100% - 90px) ;
}
.list-product .btn {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 0;
}

.list-product:hover {
  color: #269;
}
.list-product:hover .btn {
  opacity: 1;

}

.preview-list .list-product .product-cta {
  position:absolute;
  right:20px;
  bottom:20px;
}
.preview-list .list-product .dropdown {
  display: inline;
}
/* =====================================================================================

    Preview_Detail

===================================================================================== */

.preview-detail {
}

.preview-detail .image-area{
  padding:10px;
  border:1px solid #cce0f5;
  float:left;
}

.preview-detail .product-info{
  padding-left:350px;
}

.preview-detail .product-info .detail-name{
  font-size:21px;
  font-weight:bold;
  margin-bottom: 10px;
}

.preview-detail .product-info .category{
  border-top:1px solid #cce0f5;
  margin-top:17px;
  padding-top:18px;
  padding-bottom:10px;
}

.preview-detail .product-info .product-cta{
  float:right;
  padding-top:20px;
}

/* display */
.product-info .outoftab-商品説明文 {
  display: block !important;
}
.downloads-list .outoftab-関連ファイル,
.downloads-list .outoftab-サブ画像 {
  display: block !important;
  width: 100%;
}

.downloads-list .outoftab-サブ画像 .title{
  display: block;
  font-weight: bold;
  font-size: 1.3em;
}

.downloads-list .outoftab-サブ画像 .description{
  display: block;
  white-space: pre-wrap;
}

.downloads-list .outoftab-サブ画像 .limit{
  display: block;
  float:right;
}

/* hidden */
.商品説明文,
.メイン画像,
.サブ画像,
.関連ファイル {
  display: none !important;
}

.modal-open {
  padding-right: 0 !important;
}
.downloads-list {
  padding: 30px 0
}
.downloads-list li{
  display:inline-block;
  font-size:11px;
  color:#666;
  border:1px solid #cce0f5;
  border-left:none;
  border-right:none;
  padding:9px;
}
.downloads-list li > a{
  display:inline-block;
  float:left;
  width:120px;
  height:120px;
}

.nav-tabs {
  padding: 0 10px;
  border-color: #cce0f5
}

.nav-tabs > li > a{
  text-decoration:none;
}

.nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover{
  border-color:#cce0f5;
  border-bottom-color:transparent;
  font-weight:bold;
}

.tab-content {
  margin-top: 20px;
  margin-bottom: 20px
}

.tab-content table{
  border:2px solid #cce0f5;
  font-size:12px;
  width:100%;
}

.tab-content table tr:nth-child(even){
  background:#f5f9fd;
}

.tab-content table th,
    .tab-content table td{
  padding:5px 10px;
}

.tab-content table th{
  font-weight:normal;
  border-right:1px solid #cce0f5;
}

.modal {
  /*font: inherit;*/
  color: #000;
}
.modal-title {
  font-size: 21px;
  text-align: center;
}
.modal-body {
  font-size: 13px;
  overflow: hidden;
  padding: 30px

}
.modal-body img{
  margin-right:30px;
  float:left;
}
.modal-body small{
  color:#666;
}

/* =====================================================================================

    Cart

===================================================================================== */
.csms-pannel {
  padding: 50px;
  background: #fff;
}
.csms-pannel .panel-heading {
  font-size: 21px;
  text-align: center;
  letter-spacing: 3px;
  border: none;
  margin-bottom: 5px;
  padding: 0;
}
.panel-option {
  border: 1px solid #cce0f5;
  border-radius: 0;
}
.panel-option #option-view {
  font-size: 11px;
}
.form-inline .form-control.input-imgsize {
  width: 70px;
  text-align: right;
}

.page-auth-login,
.page-password,
.page-home,
.page-cart {
  background-color: #fee5e6;
}

/* =====================================================================================

    contact

===================================================================================== */
#formyForm table {
  width: 70%;
  margin: 10px auto 0;
}
#formyForm th,#formyForm td {
  padding: 5px 20px;
  vertical-align: middle;
  border-bottom: solid 1px #fff;
}
#formyForm th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formyForm table input[type="text"],#formyForm table input[type="password"],#formyForm table textarea {
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}
#formyForm table input[type="text"],#formyForm table input[type="password"],#formyForm select,#formyForm textarea {
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
  line-height: 1;
}
#formyForm table input[type="text"],#formyForm table input[type="password"] {
  padding: 0 15px;
  height: 40px;
}
#formyForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formyForm input:hover {
  opacity: 0.7;
}
#formyForm textarea:hover {
  opacity: 0.7;
}
#formyForm input:focus {
  background-color: #fff;
}
#formyForm .parsley-validated {
  background-color: #eee;
}
#formyForm .parsley-error {
  background-color: #fee;
}
#formyForm .parsley-success {
  background-color: #fff;
}
.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 10px;
}
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding: 30px 0 0;
  text-align: center;
}
#formy_btn input {
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
.formy_confirm {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_confirm.png) no-repeat;
}
.formy_submit_disabled {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_unfinished.png) no-repeat;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack {
  width: 134px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_edit.png) no-repeat;
}

.formy_send {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_send.png) no-repeat;
}
#total_required {
  background: rgba(240, 50, 50, .8);
  border-radius: 3px;
  padding: 20px;
  color: #fff;
  position: fixed;
  top: 85px;
  right: 20px;
  display: none;
  z-index: 9999;
}

/* =====================================================================================

    contact

===================================================================================== */
.thumbnail-icon {
  color: #ccc;
  text-align: center;
}

.active-flag{
  border-radius: 10px;
  background-color: white;
  border: 1px #269 solid;
  padding: 0 5px;
  box-shadow : 0 0 0 1px white inset;
  font-size: 12px;
  color: #269;
}
