body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  background: #EBFCFA;
}
header {
  background-color: #00665A;
  color: white;
  margin: 0;
  padding: 1rem;
}
header>h1 {
  margin: 0;
  font-size: 1.8em;
}
main {
  width: 90%;
  margin: 0 5%;
}

.lisk-genre-item{
  padding: 6px 20px;
  padding-right: .3em;
  text-decoration: none;
  color: #004090;
  transition: .4s;
  margin: 0 .5rem 1rem;
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  min-height: 44px;
  -webkit-box-shadow: 0 -1px 0 0 #dadada inset;
  box-shadow: 0 -1px 0 0 #dadada inset;
  position: relative;
  border-radius: 6px;
  border: 1px solid #dadada;
  background: #fff;
  text-align: center;
}
.save-button{
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
  background: -moz-linear-gradient(#ffe062, #ffcc33);
  background: -webkit-linear-gradient(#ffe062, #ffcc33);
  background: linear-gradient(#ffe062, #ffcc33);
  background-color: #ffe062;
  border: none;
  padding: 15px 15px 13px 15px;
  margin-left: .5rem;
  margin-right: .5rem;
  border-radius: 6px;
  text-align: center;
}
.save-button:hover{
  background: -moz-linear-gradient(#ffcc33, #ffe062);
  background: -webkit-linear-gradient(#ffcc33, #ffe062);
  background: linear-gradient(#ffcc33, #ffe062);
  background-color: #ffcc33;
  cursor: pointer;
}

.lisk-genre-item:hover {
  cursor: pointer;
  opacity: 0.7;
}
.lisk-genre-item:after {
  content: '→';
  color: #aaa;
  font-size: 0.7em;
  position: absolute;
  right: 10px;
}

.lisk-genre-item>span,.save-button>span{
  font-size: 25px;
  vertical-align: 7px;
  padding-left: 30px;
  padding-right: 13px;
}
.save-button>span{
  font-size: 25px;
  vertical-align: 7px;
  padding-left: 0;
  padding-right: 0;
}
.lisk-genre-item>img{
  width: 38px;
  height: 38px;
  position: absolute;
  left: 15px;
}
.gray{
  color: #ccc;
}


/* content */
.content_title{
  font-size: 1.5rem;
  padding-bottom: .2rem;
  margin-bottom: 1rem;
}
.content_title.cyan{
  border-bottom: 4px solid #4AB1B0;
}
.content_title>img{
  width: 25px;
  height: 25px;
  margin-right: .5rem;
}
.content_title_span{
  vertical-align: 3px;
}
.number{
  font-size: 1.5rem;
}
.event-str{
  font-size: 1.1rem;
  font-weight: bold;
}
.center-align{
  text-align: center;
}
.circle{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid #aaa;
  margin: 0 auto;
  text-align: center;
  line-height: 64px;
  font-size: 2.4rem;
}
.circle:hover{
  cursor: pointer;
}
.circle.high{
  background: #EF2B2A;
  border: 5px solid #EF2B2A;
  color: white;
}
.circle.ef.high:after{
  content: "重"
}
.circle.prob.high:after{
  content: "高"
}
.circle.medium{
  background: #F5BF38;
  border: 5px solid #F5BF38;
  color: white;
}
.circle.ef.medium:after{
  content: "中"
}
.circle.prob.medium:after{
  content: "中"
}
.circle.low{
  background: #2890CF;
  border: 5px solid #2890CF;
  color: white;
}
.circle.ef.low:after{
  content: "軽"
}
.circle.prob.low:after{
  content: "低"
}
.star.prior{
  text-align: center;
}
.star.prior:after{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  vertical-align: middle;
}
.star:hover{
  cursor: pointer;
}
.star.prior.star1:after{
  background-image: url(../img/star1.png);
}
.star.prior.star2:after{
  background-image: url(../img/star2.png);
}
.star.prior.star3:after{
  background-image: url(../img/star3.png);
}
.star.prior.star4:after{
  background-image: url(../img/star4.png);
}
.star.prior.star5:after{
  background-image: url(../img/star5.png);
}

.margin-bottom-0-5{
  margin-bottom: .5rem;
}
.deep-green{
  color: #00665A;
}
.button{
  padding: 0 !important;
  text-decoration: none;
  color: #004090;
  border: solid 2px #004090;
  border-radius: 3px;
  transition: .4s;
  margin: 0;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button:hover {
  background: #004090;
  color: white;
  cursor: pointer;
}
.button.grey{
  color: #aaa;
  border: solid 2px #aaa;
}
.button.grey:hover{
  background: #aaa;
  color: white;
}
.input-field{
  border:0;
  padding:10px;
  font-size:1.3em;
  font-family:Arial, sans-serif;
  color:#666;
  border:solid 1px #ccc;
  width: 300px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
.gray-back{
  display: none;
}
@media (max-width: 480px) { 
  .gray-back{
    position:	fixed;
    top:0;
    left:0;
    height:1000%;
    width:100%;
    background:gray;
    opacity:0.9;
    z-index:1;
    display: block;
  }
  .gray-back-str{
    color: white;
    position: fixed;
    font-size:1.4rem;
    top: 50%;
    left: 50%;
    height: auto;
    width: 90%;
    transform: translate(-50%, -50%);
    background: gray;
    opacity: 0.9;
    z-index: 1;
    text-align: center;
  }

}
@media (max-width: 48em) {
  .circle{
    width: 60px;
    height: 60px;
    line-height: 55px;
  }
}

