div.img-block {
    float: left;
  }
div.word-block {
    vertical-align: middle;
  }

  .search-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .search-start{
    padding-top: 90px;
    height: 300px;
    width: 100%;
    text-align: center;
  }
  .search-navigation{
    height: 95px;
    max-width: 100%;
    padding-top: 15px;
    padding-left: 30px;
}

  .start-search-form{
    background-color: white;
    height: 40px;
    width: 1300px;
  }
  .start-search-form input{
    vertical-align: middle;
    margin: 0px;
    margin-bottom: 4px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

  .search-form{
      background-color: white;
      height: 40px;
      width: 600px;
      flex-wrap: wrap;
      display: flex;
  }
  .search-form input{
      vertical-align: middle;
      margin: 0px;
      margin-bottom: 4px;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  .search-input{
      border: 1px #75787B solid;
      width: 520px;
      padding-left: 10px;
  }

  .search-button{
      width: 38px;
      border: 1px #75787B solid;
      background-color:#75787B;
      background-image: url(/public/images/search_white.png);
      background-position: center;
      background-size: 60% 60%;
      background-repeat: no-repeat;
      cursor: pointer;
  }
.search-help{
    font-size: 1.2em;
    font-weight: bold;
    color: #0000ff;
    margin-left: 10px;
}
div.help-hover {
  position:relative;
}
.startHelpComment {
  width: 420px;
  padding: 10px;
  font-size: 1.2em;
  margin: -100px 0 0 50px;
  background-color: #666;
  color: #fff;
  position: absolute;
  text-align: left;
}

.helpComment {
  width: 420px;
  padding: 10px;
  font-size: 1.2em;
  margin: -20px 0 0 50px;
  background-color: #666;
  color: #fff;
  position: absolute;
  text-align: left;
}

div.resultAll {
  width: 95%;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow:hidden;
}

div.left {
  float: left;
}

div.right {
  float: right;
}

div.resultHead {
  border: 1.5px solid #ffffff;
  display: flex;
  width: 75%;
  height: 2.0em;
  flex-direction:row;
  background: #000000;
  color:#ffffff;
  position: relative;
  font-size :1.5em;
}

div.resultHead p {
  position: absolute;;
  top: 30%;
}

div.resultString{
  margin-top: 10px;
  margin-left: 10px;
  height: 30px;
  width: 100%;
  text-align: left;
  word-break: break-all;
}
div.resultCount{
  margin-top: 10px;
  margin-right: 10px;
  width: 100%;
  text-align: right;
  word-break: break-all;
}

div.headButton {
  display: flex;
  width: 75%;
  height: 35px;
  flex-direction:row;
  background: #ffffff;
  position: relative;
  text-align: right;
}

table {
  border-collapse:  collapse;
  width: 75%;
 }
 table th {
  border: solid;
  background-color: #BBBCBC;
  padding: 3px;
 }
 table td {
  border: solid;
  background-color: #ffffff;
 }
 table tr:nth-child(even) td {
  background-color: #DDEFE8;
 }

 table tr.tableRow {
   display: table-row;
 }
 table tr.tableRowNone {
  display: none;
}

table td.link {
  text-align: center;
  width: 1%;
}
table td.fileName {
  width: 18%;
}
table td.originalFileFormat {
  text-align: center;
}
table td.page {
  text-align: center;
  width: 4%;
}
table td.searchData {
  width: 50%;
}
table td.likeButton {
  text-align: center;
  width: 4%;
}
table td.comment {
  text-align: center;
  width: 7%;
}
table td.likeCount {
  text-align: center;
  width: 4%;
}
table td.commentCount {
  text-align: center;
  width: 5%;
}

 img.download {
  width: 50%;
  height: auto;
 }
 img.like {
  width: 50%;
  height: auto;
  margin-top: 5px;
 }

mark {
  background-color: #ffff00;
  }
mark.similar {
  background-color: #00ffff;
}

div.side-box {
  border: 1.5px solid #BBBCBC;
  background: #fff;  /*deloitte site color */
  margin-right: 5px;
  padding-top: 5px;
  padding-left:10px;
  padding-bottom:10px;
	width: 20%;
  top: 0;
}

div.start-check-file-uploaded {
  border: 1.5px solid #BBBCBC;
  width: 16%;
  max-height:500px;
  overflow: auto;
  margin: 0 3px 0 3px;
}
div.start-check-contract-engagement {
  border: 1.5px solid #BBBCBC;
  width: 13%;
  max-height: 500px;
  overflow: auto;
  margin: 0 3px 0 3px;
}
div.start-check-performingUnit {
  border: 1.5px solid #BBBCBC;
  width: 13%;
  max-height: 500px;
  overflow: auto;
  margin: 0 3px 0 3px;
}
div.start-check-client {
  border: 1.5px solid #BBBCBC;
  width: 13%;
  max-height: 500px;
  overflow: auto;
  margin: 0 3px 0 3px;
}
div.start-check-opportunity-name {
  border: 1.5px solid #BBBCBC;
  width: 13%;
  max-height: 500px;
  overflow: auto;
  margin: 0 3px 0 3px;
}
div.start-check-responsible-manager {
  border: 1.5px solid #BBBCBC;
  width: 13%;
  max-height: 500px;
  overflow: auto;
  margin: 0 3px 0 3px;
}
div.start-check-responsible-partner {
  border: 1.5px solid #BBBCBC;
  width: 12%;
  max-height: 500px;
  overflow: auto;
  margin: 0 3px 0 3px;
}

div.select-radio{
  width: 600px;
  display: flex;
}
div.search-parts{
  height: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

div.check-box-group {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: 1300px;
  background: #fff;  /*deloitte site color */
  top: 0;
  text-align: left;
}

input.button {
  margin-top:10px;
  margin-bottom:5px;
  width: 160px;
  position: relative;
  background-color: #53565A;
  /*border-radius: 10px;*/
  border-style: none;
  color: #ffffff;
  line-height: 35px;
  -webkit-transition: none;
  transition: none;
/*  -webkit-box-shadow: 0 2px 0 #2C5234;
  box-shadow: 0 2px 0 #2C5234;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}

input.subButton {
  width: 100px;
  height: 30px;
  position: relative;
  background-color: #000000;
  border-radius: 10px;
  color: #ffffff;
  line-height: 30px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 0 2px 0 #2C5234;
  box-shadow: 0 2px 0 #2C5234;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  margin-left: 5px;
}

input.comment-button {
  width: 90px;
  border-radius: 5px;
  line-height: 20px;
  -webkit-box-shadow: 0 2px 0 #717171;
  box-shadow: 0 2px 0 #717171;
}

input.comment-exsist-button {
  width: 90px;
  border-radius: 5px;
  line-height: 20px;
  -webkit-box-shadow: 0 2px 0 #717171;
  box-shadow: 0 2px 0 #717171;
  background-image: url(/public/images/comment.png);
  background-position: 0px 0px;
  background-size: 18% 70%;
  background-repeat: no-repeat;
  background-color: #FFCC99;
}

div.filter {
  font-size: small;
  font-weight: 800;
  padding: 2px;
}

ol {
  padding-left: 10px;
  color: #75787B;
}

li {
  list-style-type: none;
  color: #75787B;
  padding-left: 10px;
}


/*チェックボックスにかかわるスタイル*/
input.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #000000;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  margin-left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
}

.search-radio {
  display: none;
}
.search-radio + label {
  padding-left: 5px;
  position:relative;
  font-size :1.2em;
  display: block;
  float: left;
  width: 150px;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  color: #53565a;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  border: 1px solid #0076A8;
  border-radius: 5px 5px 0px 0px;
  background : #d0d0ce;
  margin-left: 1px;
}
.search-radio:checked + label {
  background: #0076A8;
  color: #fff;
}
.search-radio:hover + label {
  opacity: 0.75;
}
.resultMessage {
  height: 30px;
  max-width: 100%;
  padding-top: 15px;
  border: none;
  color: #FF0000;
  font-weight: bold;
}

/* ページングにかかわるスタイル*/
.resultPager{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-all;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 5px 0 0 0;
}

ul.pagination li {
  display: inline;
  padding-left: 0px;
}

ul.pagination li a {
  color: black;
  float: left;
  padding: 4px 8px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  background-color: #fff;
}

ul.pagination li a.active {
  background-color: #86BC25;
  color: white;
  border: 1px solid #86BC25;
}


/* ソートにかかわるスタイル */
.sortContainer{
  display: inline-flex;
}

.sortName{
  float: left;
  display: flex;
  margin:auto;
  align-items: center;
}

.sortItem{
  float: left;
}

.sortLink{
  text-decoration: none;
  font-size: 1.2em;
  color: #000000;
}

.sortItemMargin{
  margin-bottom: -7px;
}


.linkDisabled {
  pointer-events: none;
  cursor: wait;  /* ポインターイベントが無効なので意味なし */
  text-decoration: none;
}

.loadingCursor {
  cursor: wait;
}

.dl-impossible {
  pointer-events: none;
  background-color: #53565a;
}

.condition{
  margin-left: 30px;
  font-weight: bold;
}