
/* === 共通 === */

.w05{width: 5%;}.w10{width:10%;}.w15{width:15%;}.w20{width:20%;}.w25{width:25%;}.w30{width:30%;}.w35{width:35%;}
.w40{width:40%;}.w45{width:45%;}.w50{width:50%;}.w55{width:55%;}.w60{width:60%;}.w65{width:65%;}
.w70{width:70%;}.w75{width:75%;}.w80{width:80%;}.w85{width:85%;}.w90{width:90%;}.w95{width:95%;}
.w100{width:100%;}
.spt05{margin-top:5px;}.spt10{margin-top:10px;}.spt15{margin-top:15px;}.spt20{margin-top:20px;}
.spt25{margin-top:25px;}.spt30{margin-top:30px;}.spt63{margin-top: 63px;}.spt80{margin-top:80px;}.spt120{margin-top:120px;}
.spb10{margin-bottom: 20px;}
.spl10{margin-left: 10px;}.spl20{margin-left: 20px;}.spl50{margin-left: 50px;}
.pl0{padding-left: 0;}.pa0{padding: 0;}.pa10{padding: 10px;}
.pr0{padding-right: 0;}
.f110{font-size:110%;}.f120{font-size:120%;}
.f100{font-size:100%;}.f95{font-size:95%;}.f90{font-size:90%;}.f85{font-size:85%;}.f80{font-size:80%;}
.f75{font-size:75%;}.f70{font-size:70%;}
.text_basic{color:#333;}.text_red{color:#e83820;}.text_blue{color:#0081cc;}
.fl{float: left;}.fr{float: right;}.cb{clear: both;}
.text_right{text-align: right;}.text_left{text-align: left;}

html,body {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
}

body {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W4","Verdana","ＭＳ Ｐゴシック", Osaka;
}

.contentsarea {
  padding-top: 140px;
}

/*ヘッダー*/
.header_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 104px;
  z-index: 99;
}

.header {
  margin-bottom: 30px;
  position: relative;
  background-color: #4d9cee;
}

.header h1 {
  font-size: 180%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #fff;
}


/*入力項目*/
.panel-client {
  border-color: #337ab7;
}

.panel-client > .panel-heading {
  background-image: -webkit-linear-gradient(top, #76aede 0%, #4c7598 100%);
  background-image: -o-linear-gradient(top, #76aede 0%, #4c7598 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76aede), to(#4c7598));
  background-image: linear-gradient(to bottom, #76aede 0%, #4c7598 100%);
  background-repeat: repeat-x;
  color: #fff;
}

.panel-repair {
  border-color: #f99c48;
}

.panel-repair > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f19159 0%, #d47625 100%);
  background-image: -o-linear-gradient(top, #f19159 0%, #d47625 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f19159), to(#d47625));
  background-image: linear-gradient(to bottom, #f19159 0%, #d47625 100%);
  background-repeat: repeat-x;
  color: #fff;
}

.panel-other {
  border-color: #749e5a;
}

.panel-other > .panel-heading {
  background-image: -webkit-linear-gradient(top, #a2c781 0%, #749e5a 100%);
  background-image: -o-linear-gradient(top, #a2c781 0%, #749e5a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a2c781), to(#749e5a));
  background-image: linear-gradient(to bottom, #a2c781 0%, #749e5a 100%);
  background-repeat: repeat-x;
  color: #fff;
}

.panel-heading h2 {
  font-size: 180%;
}

.panel-default > .panel-heading {
  background-color: #e3e3e3;
}

.panel-heading > h4 {
  font-size: 110%;
  margin: 0;
}

.menu-item {
  font-size: 115%;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0 #e9e9e9;
  border-left: 6px solid #4d9cee;
  border-bottom: 1px solid #4d9cee;
  padding: 0.2em 0 0.3em 0.5em;
}

.menu-item a {
  color: #3e6cb1;
  text-decoration: none;
}

.form-horizontal .control-label {
  text-align: left;
}

.label_blue {
  background-color: #d3e9ff;
  color:#6a6a6a;
  padding: 10px;
}

.label_blue_pr0 {
  background-color: #d3e9ff;
  color:#6a6a6a;
  padding: 10px 0 10px 10px;
}

.label_yellow {
  background-color: #fcffcf;
  color:#6a6a6a;
  padding: 10px;
}

.label_green {
  background-color: #aed8a1;
  color:#6a6a6a;
  padding: 10px;
}

.form-group{
  margin-bottom: 30px;
}

/*内訳テーブル*/
.table-breakdown tbody {
  display: block;
  height: 150px;
  overflow-y: scroll;
}

.table-breakdown thead,
.table-breakdown tr,
.table-breakdown td,
.table-breakdown th {
  display: block;
}

table.table-breakdown tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

.table-breakdown thead {
  width: 97%;
  width: calc(100%-17px);
}

.table-breakdown tbody tr td,
.table-breakdown thead tr th {
  float: left;
  height: 50px;
}

.table-breakdown tbody tr td:first-child {
  background-color: #d3e9ff;
  color:#6a6a6a;
  font-weight: bold;
  border: none;
}

/* 修理受付一覧テーブル */

.table-repair{
  border: 1px solid #ddd;
}


.table-repair th{
  border: 1px solid #ddd;
  background-color: #5ea3f9;
  font-size: 90%;
  color: #fff;
}

.table-repair td{
  border: 1px solid #ccc;
}

.table-repair > thead > tr > th{
  vertical-align: middle;
}

.tr-a {
  cursor:pointer;
}
.tr-a:hover {
  color: #337ab7;
  background-color: #e0f0fd !important;
}
.tr-a:visited {
  color: #337ab7;
  background-color: #e0f0fd !important;
}

/* 修理受付検索項目 */

.bccolor{
  /*background-color: #fde1d2;*/
  border-left:6px solid #4d9cee;
  background-color: #fff;
  color:#787878;
  box-shadow:0px 2px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.29);
}

.breakdown-title {
  width: 20%;
}

.breakdown-content {
  width: 40%;
}

/*チェックボックス*/

.checkbox-inline {
  padding-left: 0;
}

/*画像アップロード*/
.img-file input[type="file"] {
  display: none;
}

p.pagetop {
  position: fixed;
  right: 2%;
  bottom: 0;
  text-align:center;
}

p.pagetop a{
  background: #83c1f7; /* Old browsers */
  background: -moz-linear-gradient(top, #83c1f7 0%, #335d81 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #83c1f7 0%,#335d81 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #83c1f7 0%,#335d81 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;/* width,heightの半分 */
  -moz-border-radius: 30px;
  border-radius: 25px;
  padding: 10px 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
  font-size: 80%;
  color: #fff;
}

.kanriyou{
  background-color:#e2001a;
}

/*ここからボタン*/

.btn-gray
{
  color: #636363;
  border: 2px solid #c5c5c5;
  font-weight:bold;
  background-color: #cfcfcf;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus
{
  color: #3d3d3d;
  background-color: #eeeeee;
  -webkit-transition:all .4s;
  transition: all .4s;
}

.btn-regular {
  background-color: #5698dc;
  color: #fff;
}

.btn-regular:hover,
.btn-regular:focus
{
  color: #fff;
  background-color: #2670bd;
  -webkit-transition:all .4s;
  transition: all .4s;
}

.btn-login{
  background-color: #3e7fc1;
  border: 2px solid #3e7fc1;
  color: #fff;
  line-height: 30px;
}

.btn-login::before,
.btn-login::after{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn-login,
.btn-login::before,
.btn-login::after{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  -webkit-transition:all .6s;
  transition: all .6s;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active{
  background-color: #fff;
  border-color: #3e7fc1;
  color: #3e7fc1;
}

/*ここまでボタン*/

/*注意事項*/

.notes{
  padding: 10px;
  border: 1px solid #e21b22;
  border-radius: 5px;
}
.notes_inbox{
  border: #000 1px solid;
  padding: 10px;
  margin: 10px 0;
  display:inline-block;
}
.notes_inbox:after{
  content:'';
  display:block;
}
.notes h3 {
  font-size: 100%;
  color: red;
  font-weight: bold;
}

.notes h2 {
  font-size: 100%;
  font-weight: bold;
}

.notes p {
  padding-left: 20px;
}

.notes ul {
  padding-left: 40px;
}

.notes p,
.notes > ul > li {
  font-size: 90%;
  line-height: 1.5em;
}

.notes_inner {
  border: 1px solid #aaa;
}

.notes_inner p:first-child {
  margin: 10px 0;
  font-weight: bold;
}

/*同意*/

.agree {
  padding: 10px;
  border: 1px solid #989898;
  border-radius: 5px;
}

.agree h3 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}

.agree p {
  padding-left: 20px;
  margin: 0;
}

.agree ul {
  padding-left: 40px;
}

.agree p,
.agree > ul > li {
  font-size: 90%;
  line-height: 1.5em;
}

/* メニュー一覧ページ */

.menu-list .btn-block+.btn-block {
    margin-top: 25px;
}

.menu-list button {
  padding: 15px;
  font-size: 110%;
}

/*ここからfooter*/
footer{
  background-color:#c7c6c6;
  position: relative;
  margin-top: 20px;
}

.copy{
  color: #2a2a2a;
  text-align: center;
  margin: 10px;
}

.error-message{
  color: #ff0000;
  font-size: 12px;
  margin: 5px;
}

.error-message-app_flg{
  color: #ff0000;
  font-size: 12px;
  margin: 5px;
  padding-left: 20px;
}

.ui-datepicker-year{
  color: #000000 !important;
}

.ui-datepicker-month{
  color: #000000 !important;
}

.datepicker{
  background-color:#ffffff !important;
}

/*ここまでfooter*/


@media screen and (min-width: 1200px) {
  .container{ width: 980px; }
}

@media screen and (max-width: 480px) {
  .checkbox-inline{
    display: block;
  }
}

@media screen and (min-width: 768px) {
   .form-horizontal .wave {
    padding: 7px;
    margin-bottom: 0;
    text-align: center;
  }
}

/*入力チェックエラー時*/
.form-error {
    background-color:#fffaf0;
    border: 1px solid red;
}

.btn-red{
 background-color: #e50065;
 color: #fff;
 font-weight: bold;
}

.btn-red:hover,
.btn-red:focus {
 color: #fff;
 background-color: #99122d;
 -webkit-transition:all .4s;
 transition: all .4s;
}

.btn-red:active{
  color: #fff;
}

/* メンテナンス画面 */
.maintenance {
  text-align: center;
  border: 1px solid #4d9cee;
  border-radius: 5px;
  margin: 50px 0 20px 0;
}

.maintenance h3 {
  font-size: 30px;
  margin: 0 0 10px 0;
  color: #fff;
  padding: 20px 0;
  background-color: #4d9cee;
}

.maintenance p {
  font-size: 110%;
}
