@charset "UTF-8";

/*--------------------------------------------------------------
article
--------------------------------------------------------------*/
.Movie-Box {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.Movie-Box iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}

.Movie .Movie-Box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#article .site-contents .pan {
  margin: 0 0 15px;
}

#article .site-contents .detail-title {
  margin: 0 0 75px;
  background: #f2f5f8;
}

#article .site-contents .detail-title .texts,
#article .site-contents .detail-title .image {
}

#article .site-contents .detail-title .texts {
  position: relative;
}

#article .site-contents .detail-title .texts.category-new:before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 15px;
  width: 38px;
  height: 17px;
  background: url(/blog/images/common/category-new.png) no-repeat 0 0;
  background-size: 100% auto;
}

#article .site-contents .detail-title .texts .date {
  position: absolute;
  top: 25px;
  right: 15px;
  color: #333333;
  /*font-size: 1rem;*/
  font-size: 1.2rem;
  line-height: 1;
}

#article .site-contents .detail-title .texts .title {
  margin: 0 auto;
  padding: 50px 15px 20px;
  color: #333333;
  /*font-size: 2.1rem;*/
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.8rem;
}

#article .site-contents .detail-title .image img {
  width: 100%;
}

#article .site-contents .detail-wrap .tag-list {
  position: relative;
  text-align: left;
  margin: 0;
}

#article .site-contents .writer-btn a {
  top: -55px;
}

#article .site-contents .detail-text {
  width: 100%;
  margin: 0 auto 60px;
}

#article .site-contents .detail-text p {  
  margin: 30px 0px;
  color: #333333;
  /*font-size: 1.4rem;*/
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#article .site-contents .detail-text img {
  display: block;
  height: auto;
  margin: 25px auto;
    max-width: 100%;
    width: auto;
}

#article .site-contents .detail-text p a {
  text-decoration: underline;
  color: #e40011;
}

#article .site-contents .related-links {
  margin: 0 0 60px;
  padding: 30px 15px;
  background: #f2f5f8;
}

#article .site-contents .related-links .title {
  margin: 0 0 20px;
  color: #333333;
  /*font-size: 1.4rem;*/
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
}

#article .site-contents .related-links li {
  margin: 0 0 20px;
}

#article .site-contents .related-links li:last-child {
  margin: 0;
}

#article .site-contents .related-links a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #333333;
  /*font-size: 1.1rem;*/
  font-size: 1.3rem;
  line-height: 1.8rem;
}

#article .site-contents .related-links a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 7px;
  height: 8px;
  background: url(/blog/images/article-arrow-left.png) no-repeat 0 0;
  background-size: 100% auto;
}

#article .site-contents .common-list {
  margin: 0 0 20px;
}

#article .site-contents .common-list li { 
  position: relative;
  /*min-height: 120px;*/
  margin: 0px auto 0;
  overflow: hidden;
}

#article .site-contents .common-list li .thumbnail {
  float: left;
  /*width: 48%;*/
  width:calc(40% - 15px);
  /*margin-right: 10px;*/
  margin-right: 15px;
}

#article .site-contents .common-list li .article-title {
  float: left;
  /*width: 48%;*/
  width:60%;
  /*font-size: 1.4rem;*/
  font-size: 1.6rem;
  line-height: 2.3rem;
}

#article .site-contents .read-list {
  margin: 0 0 70px;
}




#article .site-contents .share-btn {
  margin: 0 auto 45px;
  text-align: center;
  border-bottom: 1px solid #f3f7f8;
}

#article .site-contents .share-btn .share-title {
  margin: 0 0 15px;
  color: #333333;
  /*font-size: 1.4rem;*/
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

#article .site-contents .sns-share {
  /*width: 260px;*/
  width: 208px;
  margin: 0 auto 75px;
}

#article .site-contents .sns-share li {
  float: left;
  width: 52px;
  height: 45px;
  text-align: center;
}

#article .site-contents .sns-share .facebook { background: #1877f2; }
#article .site-contents .sns-share .twitter { background: #000; }
#article .site-contents .sns-share .hatena { background: #00a4e2; }
#article .site-contents .sns-share .googleplus { background: #de4d3b; }
#article .site-contents .sns-share .line { background: #1bb71f; }

#article .site-contents .sns-share li a {
  display: block;
  padding: 10px 0;
  width: 100%;
}

#article .site-contents .sns-share li a img {
  width: 24px;
  height: auto;
}

#article .site-contents .more-category-btn {
  margin: 0 0 130px;
}

#article .site-contents .more-category-btn a {
  width: 100%;
}

#article .site-contents .more-category-btn a:after {
  content: none;
}

#article .site-contents .article-list {
  padding: 0;
}

#article .site-contents .article-list time {
  position: absolute;
  bottom: 0;
  right: 0;
}
