@charset "utf-8";

@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

@font-face {
  font-family: 'EUROSTILE';
  src: url('../font/eurostile.woff');
}

html{
  font-size: 12px;
}
body{
  min-width: 980px;
}
#header {
  padding: 0px 10px 0;
  color: #ffffff;
  background-color: #009688;
}
#header .wrapper {
  min-width: 1020px;
  min-width: 740px;
}
#header .logo h1 {
  font: normal 24px/1em 'EUROSTILE', 'futura', sans-serif;
  color: white;
  padding: 0.5em 0;
}
.logout{
  margin-left: auto;
}
button, .button{
  padding: 0px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
}
input[type="text"]{
  max-width: 150px;
}
#flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  z-index: 5;
}

#flash .message{
	font-weight: bold;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  color: #FFF;
  font-size: 18px;
}

#flash .message i{
  margin-right: .5em;
  display: inline-block;
}

#flash .message.hidden{
  display: none;
}

#flash .message.error{
  background: #333;
}

#flash .message.success{
  background: #00A0E9;
}

#flash .message.error:after,
#flash .message.success:after {
  content: "× クリックすると非表示になります";
  color: #fff;
  font: 500 12px/1em 'noto sans japanese';
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.container{
/*   max-width: 1440px; */
  max-width: 1280px;
  margin: auto;
}
.container.list,
.list .container{
  width: 100%;
  max-width: 1600px;
}
.flexContainer{
  display: -webkit-flex;
  display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
}
.side_menu{
  width: 200px;
  min-width: 200px;
  padding: 10px; 
}

.title{
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 10px;
}

.title::before{
  content: "";
  background: #1a9d67;
  height: 18px;
  width: 5px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

/* サイドメニュー */
.side_menu section{
  margin-bottom: 10px;
}
.side_menu_outer {
  border: 1px solid #DDD;
  border-radius: 5px;
}
.side_menu_inner {
  margin: 5px 10px;
}
.loginInfo ul{
  margin: 0px;
  overflow: hidden;
}
.loginInfo ul li{
  padding: 5px 0;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.loginInfo ul li:last-child{
    border: none;
}
.loginInfo ul li span{
  min-width: 36px;
  display: inline-block;
}
.side_menu .btnarea a{
  display: block;
  margin: 5px 0px;
}
/* サイドメニュー */
/* 一覧画面 */
.list{
  width: 100%;
}
.list thead th{
  background: #009688;
  color: #FFF;
  font-weight: normal;
  text-align: center;
}
.list tbody tr{
  cursor: pointer;
}
.list tbody tr:hover{
  opacity: 0.8;
  background: #00968866;
}
.list .number_fmt{
 text-align: right; 
}
.list_btnArea{
  text-align: right;
}
table{
  width: 100%;
}
table tr th{
  white-space: nowrap;
}
/* 一覧画面 */
/* 一覧検索メニュー */
.search_menu{
  margin: 5px 0px;
}
.search_menu ul{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.search_menu ul li{
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 5px;
}
.search_menu ul li span{
  margin: 0 5px;
}
.search_menu ul li input,
.search_menu ul li select,
.search_menu ul li button{
  margin: 0;
}
/* 一覧検索メニュー */
/* 詳細画面 */
.formArea table{
  border: none;
}
.formArea tr{
  background: none !important;
}
.headline th{
  color: #FFF;
  background: #1b9d1e;
}
.btnarea_right{
  text-align: right;
}
#delete{
  background: #c3232d;
  border: 1px solid #c3232d;
}
#delete:hover{
  color: #FFF;
  opacity: 0.6;
}
.model_year_area select{
  width: 60px;
}
.model_year_area span{
  margin: 5px;
  font-size: 14px;
}
/* 詳細画面 */

/* サイドバー 実績*/
.performanceArea th{
  font-weight: bold;
}

.performanceArea .number_fmt{
  text-align: right;
}

.performanceArea .year{
  width: 100px;
}

.performanceArea .month{
  width: 75px;
}

.checkbox label{
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.checkbox label input{
  margin-right: 5px !important;
}
.disp {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.numberfmt{
  text-align: right;
}
textarea{
  resize: none;
}
td input[type="text"]{
  max-width: 100%;
}
ul.list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 15px 0;
  background: #f6f6f6;
}
ul.list4 li {
  width: calc(100% / 4);
  width: -webkit-calc(100% / 4);
  position: relative;
  height: 42px;
}
 ul.list li.active {
  background: #009688;
  height: 42px;
  margin-top: -2px;
  z-index: 2;
}
ul.list li:before,
ul.list li:after {
  content: '';
  display: block;
  width: 0;
  right: 0;
  position: absolute;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #f6f6f6;
  z-index: 2;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
}
ul.list li.active:before {
  border-color: transparent transparent transparent #009688;
  right: -20px;
  border-width: 21px 0 21px 20px;
}
ul.list li.active:after {
  border: none;
}
ul.list li label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
  width: 100%;
  font-size: 14px;
}
ul.list li input {
  display: none;
}
ul.list li.active span {
  color: white;
  font-size: 14px;
}
ul.list li.active span:before {
  background: white;
}
ul.list li span:before {
  content: '';
  -webkit-appearance: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: #ececec;
  margin: auto;
  outline: none;
  position: absolute;
  left: 70px;
  top: 0;
  bottom: 0;
}
ul.list li input:checked + span:after {
  content: '';
  background: url(../img/check.png)no-repeat left 1px top -1px;
  background-size: 105%;
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 104px;
}
ul.list li:after {
  border-width: 20px 0 20px 20px;
  right: -8px;
  border-color: transparent transparent transparent #f1f1f1;
  z-index: 1;
}
ul.list li:last-child:after,
ul.list li.active:last-child:before {
 border: none; 
}
.tableHeadline th {
  border-bottom: solid 2px #15c394;
  height: 30px;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}

.radio input[type=radio] {
    display: inline-block;
    margin-right: 6px;
}
.radio input[type=radio] + label {
    position: relative;
      
    display: inline-block;
    margin-right: 12px;
      
    font-size: 14px;
    line-height: 30px;
      
    cursor: pointer;
}
@media (min-width: 1px){
  .radio input[type=radio], .checkbox input[type=checkbox] {
    width: auto;
    margin-right: 5px;
    background: none;
    display: none;
    margin: 0;
  }
  .radio input[type=radio] + label, .checkbox input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }
  .radio input[type=radio] + label, .checkbox input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
  }
  .checkbox input[type=checkbox] + label::before {
    border: 2px solid #ccc;
  }
  .radio input[type=radio] + label::before, .checkbox input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    background: #FFF;
  }
  .checkbox input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #E71063;
    border-bottom: 3px solid #E71063;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .radio input[type=radio]:checked + label::after, .checkbox input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .radio .either input[type=radio] + label {
    position: static;
    float: left;
    display: block;
    width: 50%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
  }
  .radio .either input[type=radio]:checked + label::before {
    color: #fff;
    font-size: 10px;
  }
  .radio .either input[type=radio] + label::before {
    content: attr(data-label);
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 50%;
    height: auto;
    margin-top: 0;
    text-align: center;
    color: transparent;
    background: transparent;
    border: 0 none;
    border-radius: 0;
  }
  .radio input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  .radio .either input[type=radio] + label + input[type=radio] + label::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    background: #15c383;
    border: 2px solid #fff;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    border-radius: 5px;
  }
  .radio .either input[type=radio] + label::after {
    border-radius: 0;
  }
  .radio .either {
    position: relative;
    width: 120px;
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 3px;
  }
  .radio .either input[type=radio]:checked + label + input[type=radio] + label::after {
    left: 0;
    right: 50%;
  }
  .radio .either input[type=radio] + label:last-child::before {
    left: 50%;
    right: 0;
  }
  .radio .either input[type=radio] + label + input[type=radio]:checked + label::after {
    left: 50%;
    right: 0;
  }
}

a:hover, a:focus {
    color: #333;
}
button, .button {
    background-color: #009688;
    border-color: #009688;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #3c3b3b;
}