@charset "UTF-8";
/* Layout */
body .miniheader {
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  body.loggedIn .miniheader {
    top: 0;
  }
}

body#spform {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

header ul,
footer ul {
  margin: 0;
  padding: 0;
}
header ul li,
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* scroll up */
.scroll-up {
  line-height: 0;
  vertical-align: baseline;
  color: #9A9FA7;
  text-decoration: none;
}
.scroll-up .glyphicon {
  font-size: 80px;
}
.scroll-up:hover {
  color: #6b6e74;
  text-decoration: none;
}
.scroll-up .scroll-text {
  font-size: 14px;
}

/* Clickable */
.clickable {
  cursor: pointer !important;
}

/* info list */
dl.info-list {
  margin: 0;
}

dl.info-list dd {
  margin-bottom: 18px;
}

/* NotYetBox */
.nybox {
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.nybox:hover {
  background-color: #fffef0;
}
.nybox h5, .nybox h4 {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.nybox h4 {
  height: 1.4em;
  overflow: hidden;
  margin-top: 0;
}
.nybox p {
  height: 4em;
  overflow: hidden;
}
.nybox p:last-child {
  margin-bottom: 0;
}
.nybox .progress {
  margin-bottom: 0.5em;
}

.nybox-primary {
  border-left-color: #428bca;
}
.nybox-primary h5, .nybox-primary h4 {
  color: #428bca;
}

.nybox-success {
  border-left-color: #3c763d;
}
.nybox-success h5, .nybox-success h4 {
  color: #3c763d;
}

.nybox-info {
  border-left-color: #387CA5;
}
.nybox-info h5, .nybox-info h4 {
  color: #387CA5;
}

.nybox-warning {
  border-left-color: #8a6d3b;
}
.nybox-warning h5, .nybox-warning h4 {
  color: #8a6d3b;
}

.nybox-danger {
  border-left-color: #a94442;
}
.nybox-danger h5, .nybox-danger h4 {
  color: #a94442;
}

a.attach_img,
a.attach_text {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
a.attach_img:hover,
a.attach_text:hover {
  opacity: 0.5;
}

a.attach_img img {
  height: 100%;
}

a.attach_text {
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 0;
  text-align: center;
  padding: 20px 0;
  font-size: 40px;
  text-transform: uppercase;
}

.term-box {
  margin-bottom: 1em;
}
.term-box .form-group {
  margin-bottom: 0;
}

ul.navbar-nav li#notice-bar .dropdown-toggle > .badge {
  background-color: #E05E5E;
  color: white;
}
ul.navbar-nav li#notice-bar ul#notice-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
ul.navbar-nav li#notice-bar ul#notice-list li a {
  padding: 8px 15px;
}
ul.navbar-nav li#notice-bar ul#notice-list li a .notice-list-title {
  margin: 0 0 0.5em 0;
}
ul.navbar-nav li#notice-bar ul#notice-list li a .notice-list-title .glyphicon.glyphicon-fire {
  font-size: 28px;
  vertical-align: middle;
  margin-left: -10px;
}
ul.navbar-nav li#notice-bar ul#notice-list li a .notice-list-action,
ul.navbar-nav li#notice-bar ul#notice-list li a .notice-list-time {
  color: #ececec;
}
ul.navbar-nav li#notice-bar ul#notice-list li a .notice-list-comment {
  overflow: hidden;
  word-break: break-all;
  line-height: 1.5em;
  font-size: 14px;
}
ul.navbar-nav li#notice-bar ul#notice-list li.unread {
  background-color: #E5B92D;
}
ul.navbar-nav li#notice-bar ul#notice-list li.unread a:hover {
  background-color: #F0D57C;
}
.parent_category {
  line-height: 2em;
  margin-left: 9px;
}

.list-group-item.media {
  margin-top: 0;
}

#my-topic-panel .panel-footer {
  text-align: center;
}
#my-topic-panel .panel-footer .pagination {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
  }
}

.link-box {
  margin-top: -55px;
  padding-top: 55px;
}

.comment-tools {
  font-size: 90%;
}
.comment-tools a {
  color: white;
  font-weight: normal;
  text-decoration: underline;
}
.comment-tools a:hover {
  color: white;
  text-decoration: none;
}

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
#my_topics_table_wrapper .row:first-child,
#my_topics_table_wrapper .row:last-child {
  margin: 0;
  position: relative;
}
#my_topics_table_wrapper #my_topics_table_info {
  font-size: 12px;
}

div.dataTables_filter input {
  width: 10em;
  margin-left: 0.5em;
}

div.dataTables_processing {
  z-index: 1000;
  margin-top: 0;
  padding: 20px;
  top: 82px;
  height: 65px;
}

#my_topics_table .pagination {
  margin: 0;
}

#form_post,
#submit-valuation {
  margin: 0.5em 0;
}

.panel ul.list-group {
  margin-bottom: 0;
}

.vd-user-info-panel .btn-group.btn-group-sm {
  margin-bottom: 6px;
}

.page-header {
  margin: 20px 0 10px;
  border-bottom: 1px solid #ddd;
}

/* create_notice */
.page_contents {
  padding: 0 0 80px;
}

.heading_title {
  margin: 0 0 30px;
}

.support_notes {
  border: 1px #ff0000 solid;
  padding: 20px 20px 15px;
  margin: 40px 0 0;
}

.support_notes02 {
  background: #eeeeee;
  padding: 30px 24px 24px;
  margin: 40px 0 0;
}

.support_notes02 .support_notes_title {
  color: #333;
  padding: 0 0 16px;
  margin: 0 0 18px;
  border-bottom: #ccc 1px solid;
}

.support_notes_title {
  color: #f40000;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: bold;
}

.support_notes_txt {
  font-size: 14px;
}

.dotSupport {
  padding: 0 0 0 20px;
}

.dotSupport li {
  margin: 4px 0 0;
}

.table_support {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.table_support th,
.table_support td {
  padding: 15px 10px;
  border: 1px #d6d6d6 solid;
}
.table_support th {
  width: 25%;
  background: #f8f8f8;
  vertical-align: top;
}
.table_support td {
  width: 75%;
}

.flow_list {
  margin: 0;
  padding: 0;
}
.flow_list li {
  list-style: none;
  padding: 0 0 40px;
  position: relative;
}
.flow_list li:after {
  content: " ";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  text-align: center;
  border-width: 10px 10px 0 10px;
  border-color: #c4c4c4 transparent transparent transparent;
  position: absolute;
  bottom: 14px;
  right: 0;
  left: 0;
}
.flow_list li:last-child:after {
  display: none;
  padding: 0;
}
.flow_list li:last-child {
  padding: 0;
}

.flow_box {
  border: 1px #e0e0e0 solid;
  padding: 20px;
}

.flow_step {
  width: 70px;
  height: 22px;
  background: #111;
  border-radius: 2px;
  margin: 0 0 14px;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  text-align: center;
}

.flow_txt {
  font-size: 14px;
}

.support_imp {
  color: #f40000;
}

.page_txt {
  margin: 0 0 60px;
  line-height: 1.7;
  letter-spacing: 0.4px;
}

.support_next_btn {
  margin: 50px auto 0;
  text-align: center;
}

.support_next_btn .btn {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  ul.navbar-nav li#notice-bar ul#notice-list {
    max-width: 580px;
    min-width: 360px;
    max-height: 40em;
    overflow-y: scroll;
  }
  #form_post,
  #submit-valuation {
    margin: 0.5em 1em;
  }
  .term-box .form-group {
    width: 38%;
  }
  .lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  #contents #right-side {
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
    height: 100%;
    padding: 55px 10px 30px 10px;
    background-color: #fbfbfb;
  }
}
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
}/*# sourceMappingURL=default.css.map */