@charset "utf-8";

/*****  BASE  *****/

body {
  color: #000;
  font: 400 16px/1.6 "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
  min-width: 1080px;
  overflow: auto;
  margin-top: 0;
}

#wrapper {
  width: 1000px;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  margin-left: auto;
  margin-right: auto;
}


/*****  COMMON  *****/


/*****  HEADER  *****/

#header {
  margin: auto;
  overflow: visible;
  width: 100%;
  z-index: 99999;
  height: 150px;
  position: sticky;
  position: -webkit-sticky;
  top:0;
  left:0;
}

#h-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #C5C5C5;
  margin-left: auto;
  margin-right: auto;
  height: 149px;
}

#h-logo {
  margin-left: auto;
  margin-right: auto;
  width:96%;
  border-bottom: #443088 solid;
}

#h-logo h1{
  font-size: 1.6em;
  margin-bottom: 2px;
}
.close{
  float: right;
  margin-right: 10px;
}
.close p{
  font-size: 0.9em;
  border: none;
}
.close span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.close a{
  text-decoration: none;
}
 
.close span::before, .close span::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: rgb(139, 139, 139);
}
 
.close span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.close span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.h-code{
  margin-left: auto;
  margin-right: auto;
  width:96%;
  font-size: 1.0em;
  margin-bottom: 5px;
  line-height: 100%;
}

.h-code .left{
  float: left;
}
.h-code .right{
  float: left;
  margin-left: 20px;
}
.h-code .right table{
  float: left;
  margin-top: 1em;
  border: none;
  border-spacing: 0;
}
.h-code .right table th,td{
  padding-bottom: 15px;
  padding-right: 20px;
  text-align: center;
}
.h-code .right span{
  background-color: #757ECF;
  color: #fff;
  padding: 0 5px 0 5px;
  height: auto;
  border-radius: 5px;
}

/*****  MAIN CONTENTS  *****/

#main {
  clear: both;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#contents {
  clear: both;
  margin: 20px auto 0 auto;
  overflow: hidden;
  padding: 20px 0 0;
  position: relative;
  width: 960px;
  border-top: 1px solid #C5C5C5;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  font-size: 0.7em;
}

#contents ul {
  list-style: none;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#contents ul li{
  clear: both;
  border-bottom: #c1c8d6 solid 1px;
  height: 100%;
  overflow: hidden;
  padding: 0 5px 0 5px;
}
#contents ul li .code{
  float: left;
  width: 90%;
  line-height: 125%;
  padding-top: 2px;
}
#contents ul li .search{
  float: right;
  background-color: #2B3692;
  color: #fff;
  text-align: center;
  padding: 3px 5px 2px 5px;
  height: 20px;
  border-radius: 5px;
  width: 60px;
  display: inline-block;
  vertical-align: top;
}
#contents ul li a{
  color: #fff;
}
#contents ul li a :hover{
  background-color: #5F687A;
}

.flame{
  background-color: #757ECF;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 6px 5px 5px;
  text-align: center;
  border-radius: 5px;
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 1.8em;
}

.first{
  background-color: #757ECF;
  color: #fff;
  margin-left: 0;
  margin-right: 10px;
  padding: 6px 6px 5px 5px;
  text-align: center;
  border-radius: 5px;
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 1.8em;
}
.pattern{
  float: left;
}

/**list**/
#contents .list ul li .code .text{
  float: left;
  width: 20%;
  line-height: 125%;
  display: flex;
  align-items: flex-start;
  font-size: 0.8em;
  letter-spacing: -0.04em;
  align-items: center;
}

/*****  FOOTER  *****/

#footer {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.8;
  text-align: center;
}

footer #footer2 {
  background: #443088;
  color: #fff;
  font-size: 12px;
}

#copyright {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0 10px 0;
}

/*****  filter  *****/
#f-wrapper {
  background-color: #fff;
  width: 100%;
  float: left;
}

#filter {
  background: #eaeaea;
  padding: 25px 0px 25px 0px;
  font-size: 14px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  
}

#filter .line {
  flex-direction: row;
  margin-left: 0px;
  height: 25px;
  letter-spacing: -0.04em;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 5px 0px 5px;
}

#filter .title{
  width: 20%;
  display: inline-block;
  box-sizing: border-box;
}
#filter .title:first-child {
  padding-left: 0px;
}
#filter .title:not(:first-child) {
  padding-left: 10px;
}
#filter .selector {
  width: 90%;
  display: inline-flex;
}
#selector .selectBlock {
  width: 20%;
  box-sizing: border-box;
}
#selector select {
  width: 97%;
  min-width: 97%;
  height: 27px;
  border-radius: 5px;
  border-width: 0px;
  letter-spacing: -0.04em;
  background-color: #fff;
  box-sizing: border-box;
}
#selector .selectBlock:first-child {
  padding-left: 0px;
}
#selector .selectBlock:not(:first-child) {
  padding-left: 10px;
}
#filter .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  text-align: center;
  margin-left: 1em;
  padding: 3px 5px 2px 5px;
  height: 27px;
  letter-spacing: -0.04em;
  width: 70px;
  border-radius: 5px;
  border-width: 0px;
}
#filter .button:hover {
  background-color: #888; /* 背景色 */
}

#contents .hidden {
  display: none;
}
#contents .zebra {
  background:#f1f2fc;
}


