/*	news
============================== */
body.news article {
  background-color: #FFF;
  box-shadow: 2px 15px 25px rgba(3,47,63,0.1);
}
h2 {
    color: #0047a3;
    line-height: 1.4;
}
body.news article::before {
  display: block;
  content: "";
  height: 0.5em;
  background-image: url(../img/bdbg.jpg);
}
@media all and (min-width: 768px) {
  body.news article {
    padding: 2em;
    margin-bottom: 2em;
  }
  body.news article::before {
    margin: -2em -2em 2em;
    background-size: 5%;
  }
  h2 {
      font-size: 1.6em;
      margin-bottom: 0.5em;
  }
}
@media all and (max-width: 767px) {
  h2 {
      font-size: 1.3em;
      margin-bottom: 0.5em;
  }
  body.news article {
    padding: 1em;
    margin-bottom: 1.5em;
  }
  body.news article::before {
    margin: -1em -1em 1em;
    background-size: 10%;
  }
}
ul#tagc {
  /* margin:1em 2.5em 1.5em; */
  padding: 0;
  list-style: none;
}
ul#tagc li {
  display: inline-block;
  margin: 0 0 .3em 1em;
  padding: 0;
}
ul#tagc li a {
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 .8em 0 1em;
  background-color:#0047a3;
  border-radius: 0 3px 3px 0;
  color: #1d1d1d;
  font-size:90%;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
/*	tagc
============================== */
ul#tagc {
  margin: 0 0 1em;
  padding: 2em 0 0;
  list-style: none;
  text-align: left;
}
ul#tagc li {
  display: inline-block;
  margin: 0 0 .3em 1em;
  padding: 0;
}
ul#tagc li a {
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 .8em 0 1em;
  background-color: #fbcf00;
  border-radius: 0 3px 3px 0;
  color: #000;
  font-size:90%;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  box-shadow:3px 3px 5px -2px rgba(0,0,0,0.15);
}
ul#tagc li a::before {
  position: absolute;
  top: 0;
  left: -16px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #fbcf00 transparent transparent;
  border-style: solid;
  border-width: 18px 16px 18px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
ul#tagc li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
ul#tagc li span {
  display: block;
  max-width:160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}
ul#tagc li a:hover {
  background-color:#ffe569;
}
ul#tagc li a:hover::before {
  border-right-color:#ffe569;
}
@media all and (max-width: 767px) {
  ul#tagc {
    margin: 0 0 1em;
    padding: 0;
  }

  ul#tagc li {
    margin: 0 0 .1em .8em;
  }

  ul#tagc li span {
    max-width: 100%;
    font-size: 12px;
  }

  ul#tagc li a {
    height: 30px;
    line-height: 30px;
    padding: 0 .6em 0 .85em;
  }

  ul#tagc li a::after {
    left: -1px;
  }

  ul#tagc li a::before {
    left: -10px;
    border-width: 15px 10px 15px 0;
  }}

.tag {
  padding-top: 153px;
  margin-top: -153px;
}
/*	jacket pic
============================== */
.news .cdpic {
  background-image: url(../img/news/news0627.jpg);
  background-size: cover;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999%;
}
@media all and (min-width: 768px) {
	.news .cdpic {
		width: 220px;
		height: 220px;
		float: left;
		background-color: red;
		margin-right: 1.5em;
	}
	.news div.data div.txt {
		float: right;
		width: 530px;
	}
}
@media all and (max-width: 767px) {
  .news .cdpic {
		width: 220px;
		height: 220px;
    margin: 0 auto 1em;
    background-color: red;
	}
}
/*	trailer
============================== */
@media all and (max-width: 767px) {
	#trailer, .emb {
		width: 100%;
		position: relative;
		padding: 56.25% 0 0;
		height: 0;
		overflow: hidden;
		height: auto;
		margin: 0 auto 1em;
		box-shadow: none;
	}
	#trailer iframe, .emb iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
@media all and (min-width: 768px) {
	#trailer {
		width: 600px;
		height: 338px;
		margin: 0 auto 1em;
	}
}
@media all and (min-width: 768px) {
  .n20190625 .ph_cut,
  .n20190625 .ph_cut span,
  .n20190730 .ph_cut,
  .n20190730 .ph_cut span,
  .n20190815 .ph_cut,
  .n20190815 .ph_cut span {
    height: 600px;
  }
  .n20190702 .ph_cut_l,
  .n20190702 .ph_cut_l span{
    width: 425px;
  }

}
@media all and (max-width: 767px) {
  .n20190625 .ph_cut span,
  .n20190730 .ph_cut span,
  .n20190815 .ph_cut span{
    padding: 100% 0 0;
  }
  .n20190702 .ph_cut_l span{
    padding: 141.1764705882353% 0 0;
  }
}
.disc li {
  text-align: left;
}
/*	div box
============================== */
div.box {
  padding: 1em;
  background-color: #fff9e3;
  border: 1px solid #000;
}
div.box:not(:last-of-type) {
  margin-bottom: 1em;
}
