﻿@charset "UTF-8";

body {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 180%;
  background: #FFF;
}

a {
  color:#404040;  
}

a:link {
  color:#000;
  text-decoration:none;
}

a:hover {
  color:#888;
  text-decoration:underline;
}

a:hover img{
  opacity:0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -webkit-backface-visibility:hidden; /* Chrome, Safari, Opera */
  backface-visibility:hidden;
}

a.blank{
  background:url(../../img/usr/ico_window.png) no-repeat right center;
  padding-right:15px;  
}

input,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"] {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  padding: 1px;
}

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
  margin: 0;
}

.container .pane-main .h1 ,
.container .pane-main h1 {
  margin: 0 0 20px 0;
  padding: 10px;
  color: #000;
  font-size: 21px;
  font-weight: normal;
  line-height: 140%;
  border-left: 5px solid #000;
  text-align: left;
}

.container .pane-main .h1[class$="--header-img"] ,
.container .pane-main h1[class$="--header-img"] {
  padding: 0;
  border: none;
}

.container .pane-main h2.legend {
  margin-bottom: 10px;
  padding: 8px 8px 8px 20px;
  font-size: 14px;
  line-height:100%;
  font-weight: bold;
  border: 1px solid #CCC;
  background: url(../../img/usr/common_h2.png) 0 0 no-repeat;
}

.fieldset {
  border-top: 1px dotted #CCC;
}

.fieldset .form-group .form-label {
  padding: 8px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #F8F8F8;
  border-bottom: 1px dotted #CCC;
}

.fieldset .form-group .constraint {
  padding: 8px;
  background-color: #F8F8F8;
  border-bottom: 1px dotted #CCC;
}

.fieldset .form-group .form-control {
  padding: 8px;
  font-weight: normal;
  vertical-align: top;
  background-color: #FFF;
  border-bottom: 1px dotted #CCC;
}

.required:after {
  display: inline;
  padding: .05em .5em;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  color: #fff;
  background-color: #000;
  content: "必須";
}

.alert {
  background-color: #efefef;
  border: solid 1px #FF0099;
  padding: 8px;
  margin: 4px auto;
  text-align: left;
  width: 578px;
  color: #CC0000;
  font-weight: bold;
}

.alert::before {
  display: none;
}

.form-error {
  color: #CC0000;
  font-weight: bold;
}

.block-topic-path {
  padding: 0 0 30px;
  margin: 0;
  font-size: 10px;
  line-height: 100%;
}

.pane-left-menu + .pane-main .pane-topic-path .container {
  width: 100%;
}

.block-topic-path--list li {
  padding: 0;
}


.container .pane-main p[class$="--message"] {
  padding: 0 0 10px;
}

.container .pane-main div[class$="--customer-name"] {
  margin: 0 0 20px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
}

.action .btn[class$="--forward"] {
  margin: 0;
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #010101 100%);
  background: -webkit-linear-gradient(top, #4c4c4c 0%,#010101 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%,#010101 100%);
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  font-weight: normal;
  color: #FFF;
}

.action .btn[class$="--back"] ,
.action .btn[class$="--delete"] {
  margin: 0;
  background: #EDEDED;
  background: -moz-linear-gradient(top, #FEFEFE 0%, #EDEDED 100%);
  background: -webkit-linear-gradient(top, #FEFEFE 0%,#EDEDED 100%);
  background: linear-gradient(to bottom, #FEFEFE 0%,#EDEDED 100%);
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  font-weight: normal;
  color: #000;
}
/*
.action .btn {
  transition: all 0.2s;
}

.action .btn:hover {
  opacity:0.65;
}
*/
.btn:active,
.btn.active {
  outline: 0;
  box-shadow: none;
}

.table th {
  background-color: #FCFCFC;
}

.table,
.table td,
.table th {
  border: 1px dotted #CCC;
}

.pager-total {
  display: none;
}

ul.pagination li {
  float: left;
  height: 23px;
  line-height: 23px;
  margin: 0 0 0 7px;
  padding: 0 7px;
  border: 1px solid #e0e0e0;
  box-sizing: content-box;
  text-align: center;
}

ul.pagination li.pager-current {
  padding: 0 8px;
  background: #e0e0e0;
  color: #000;
}

ul.pagination li.pager-last ,
ul.pagination li.pager-first {
  display: none;
}

ul.pagination li.pager-previous {
  width: 24px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: none;
  background: url(../../img/category/ico_arrow02.png) no-repeat center center;
  text-indent: -9999px;
  cursor: pointer;
}

ul.pagination li.pager-next {
  width: 24px;
  height: 25px;
  margin: 0 0 0 7px;
  padding: 0;
  border: none;
  background: url(../../img/category/ico_arrow01.png) no-repeat center center;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s;
}

ul.pagination li.pager-previous a,
ul.pagination li.pager-next a {
  display: block;
}

ul.pagination li.pager-previous:hover ,
ul.pagination li.pager-next:hover {
  opacity: 0.65;
}

.btn-primary {
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #010101 100%);
  background: -webkit-linear-gradient(top, #4c4c4c 0%,#010101 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%,#010101 100%);
  border: none;
  border-radius: 5px;
  font-weight: normal;
  color: #FFF;
}