
@charset "utf-8";

/*女子ハンドボール 2019.11*/

.handball {
  border:none;
  padding:25px 15px 5px 15px;
  margin-top:20px;
  background-color:#143493;
  position:relative;
}
.handball h4 {
  border: none;
  margin: 0 10px 20px 0;
  line-height: 1.10;
  padding: 0 0 0 0;
  font-size: 115%;
  text-align: center;
  color:#fff;
  font-weight: normal;
}
.handball h4 {
  font-size: 170%;
  display: block;
  color:#fff;
  font-weight: bold;
  line-height:1.25;
}
.handball .img-box {
  background-color:#fff;
  text-align:center;
  width:100%;
}
.handball img {
  width:714px;
}
.handball .txt-box {
  padding:11px 30px 5px 30px;
  background-color:#fff;
  border-radius:5px;
  margin:15px 0 10px 0;
}
.handball .txt-box p {
  font-size:15px;
  margin:15px 0 15px 0;;
  color:#111;
}
.handball .txt-box p a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #1969cb;
  padding: 13px 70px 10px;
}
.handball .txt-box p a:hover {
  color:#fff;
  text-decoration:none;
  background-color: #1ba1ea;
}
.handball p.link {
  color:#fff;
  text-indent:-1em;
  margin:35px 0 27px 1em;
  text-align:center;
}
.handball p.link a {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}
.handball p.link a:hover {
  color:#fff;
  text-decoration:none;
}

@media screen and (max-width:640px){
  .handball {
    padding:16px 10px 1px 10px;
    margin-top:15px;
  }
  .handball h4 {
    margin: 0 0 16px 0;
    padding: 0 5px 0 5px;
    text-align: center;
    line-height:1.2;
    font-size: 100%;
  }
  .handball .img-box {
    width:100%;
  }
  .handball img {
    width:100%!important;
  }
  .handball .txt-box {
    padding: 14px 15px 5px 15px;
    margin:10px 0 10px 0;
    float: none;
    width: auto;
  }
  .handball .txt-box p {
    margin:5px 0 12px 0;
    font-size:15px;
    line-height:1.4em;
  }
  .handball .txt-box p a {
    font-size:15px;
    color:#fff!important;
    font-weight:bold;
    padding: 8px 35px 10px;
  }
  .handball .txt-box a:hover {
  }
  .handball .txt-box p span.link {
    text-indent:-1em;
    margin-left:1em;
  }
  .handball p.link {
    font-size:12px;
    line-height:1.3em;
    color:#fff;
    text-indent:-1em;
    margin:25px 0 25px 1em;
  }
  .handball p.link a {
    color:#fff!important;
    font-weight:bold;
  }
  .handball p.link a:hover {
    color:#fff;
    text-decoration:none;
  }
}