
@charset "utf-8";

/*国連・難民チームコラムの囲み枠 2016.8*/
.unhcr {
  margin-top:30px;
}
.unhcr .donation {
  border:5px double #e35c5c;
  padding:20px 30px 0 30px;
  margin-bottom:30px;
}
.unhcr .donation .button {
  display: inline-block;
  width: 500px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 63px;
  outline: none;
  position: relative;
  background-color: #da2020;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 1px 0 #911414;
  margin: 0 15px 0 15px;
  font-size: 20px;
  font-weight: bold;
}
.unhcr .donation .button::before,
.unhcr .donation .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.unhcr .donation .button,
.unhcr .donation .button::before,
.unhcr .donation .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.unhcr .donation .button:hover {
  background-color: #e53b3b;
  box-shadow: 0 1px 0 #911414;
  color: #fff;
  text-decoration: none;
}
.unhcr .donation .button:active {
  top: 2px;
  box-shadow: none;
  color: #fff;
}
.unhcr .donation h4 {
  border:none;
  margin: 0 0 18px 0;
  line-height: 1.3;
  font-size: 170%;
  text-align: center;
}
.unhcr .donation p {
  margin-top: 15px;
  font-size: 95%;
}
.unhcr .donation p span {
  display: block;
  font-size: 80%;
  color: #555;
  text-align: center;
}
.unhcr .boxed-article {
  border-top:5px double #bbb;
  border-bottom:5px double #bbb;
  border-left:none;
  border-right:none;
  padding:13px 10px 7px 10px;
  margin-top:20px;
}
.unhcr .boxed-article h4 {
  border:none;
  margin: 0 0 10px 0;
  line-height: 1.3;
  font-size: 145%;
}
.unhcr .boxed-article p {
  font-size:15px;
  margin:10px 20px;
}
.unhcr .article-book-introduction .text-area .title {
  font-size:20px;
}
.unhcr .qr {
  text-align:center;
  margin-top:-5px;
}
.unhcr .qr img {
  width:100px;
}

@media screen and (max-width:640px){
.unhcr {
  margin-top:25px;
}
.unhcr .donation {
  border:3px double #e35c5c;
  padding:15px 15px 0 15px;
  margin-bottom:10px;
}
.unhcr .donation .button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  font-size: 18px;
}
.unhcr .donation h4 {
  margin: 3px 0 13px;
  font-size: 125%;
  padding: 0;
}
.unhcr .donation p {
  margin-top: 15px;
  font-size: 85%;
}
.unhcr .donation p span {
  font-size: 70%;
}
.unhcr .boxed-article {
  border-top:3px double #bbb;
  border-bottom:3px double #bbb;
  border-left:none;
  border-right:none;
  padding:10px 10px 3px 10px;
  margin-top:20px;
}
.unhcr .boxed-article h4 {
  margin: 0 0 10px 0;
  font-size: 105%;
}
.unhcr .boxed-article p {
  font-size:12px;
  margin:10px 10px;
}
.unhcr .article-book-introduction .text-area .title {
  font-size:15px;
}
.unhcr .qr {
  margin-top:-10px;
}
.unhcr .qr img {
  width:100px!important;
}
}