@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: #fa6600;
}
#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;
}
.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: #000;
  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: #fa6600;
  color: #FFF;
  font-weight: normal;
}
.list tbody tr{
  cursor: pointer;
}
.list tbody tr:hover{
  opacity: 0.8;
  background: #0004f;
}
.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: #000;
}
.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;
}