@charset "UTF-8";

/*--------------------------------------------------------------
article
--------------------------------------------------------------*/

.Movie-Box {
	text-align: center;
}

.Movie-Box iframe {
	width: 650px;
	height: 366px;
	margin: 0 auto;
}

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

#article .site-contents .sns-share {
  position: absolute;
  top: -17px;
  right: 0;
  height: 60px;
}

#article .site-contents .sns-share li {
  float: left;
  width: 50px;
  height: 40px;
  margin-right: 1px;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

#article .site-contents .sns-share li:hover {
  opacity: 0.8;
}

#article .site-contents .sns-share li:last-child {
  margin: 0;
}

#article .site-contents .sns-share .facebook { background: #1877f2; }
/*#article .site-contents .sns-share .twitter { background: #00acee; }*/
#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: 7px 0;
  width: 100%;
}

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

#article .site-contents .detail-title {
  width: 1050px;
  margin: 0 auto 107px;
  background: #f2f5f8;
  overflow: hidden;
}

#article .site-contents .detail-title .texts,
#article .site-contents .detail-title .image {
  float: left;
  width: 50%;
}

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

#article .site-contents .detail-title .texts {
  position: relative;
  min-height: 349px;
}

#article .site-contents .detail-title .texts.category-new:before {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 40px;
  width: 60px;
  height: 30px;
  background: url(/blog/images/common/category-new.png) no-repeat 0 0;
}

#article .site-contents .detail-title .texts .date {
  position: absolute;
  top: 70px;
  right: 40px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1;
}

#article .site-contents .detail-title .texts .title {
  margin: 128px auto 0;
  padding: 0 44px 30px;
  color: #333333;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.2rem;
}

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


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

#article .site-contents .detail-text {
  /*width: 850px;*/
  width: 1000px;
  margin: 0 auto 73px;
}

#article .site-contents .detail-text p {
  margin: 20px 0px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 3rem;
}

#article .site-contents .detail-text h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0.67em 0;
}
#article .site-contents .detail-text h2 {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0.83em 0;
}
#article .site-contents .detail-text h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em 0;
}
#article .site-contents .detail-text h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.33em 0;
}
#article .site-contents .detail-text h5 {
  font-size: 12rem;
  font-weight: bold;
  margin: 1.67em 0;
}
#article .site-contents .detail-text h6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2.33em 0;
}

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

#article .site-contents .detail-text a:hover {
  text-decoration: none;
  opacity: 0.8;
}

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

#article .site-contents .detail-text img {
  display: block;
  /*width: 650px;*/
  /*max-width: 650px;*/
  max-width: 1000px;
  height: auto;
  margin: 45px auto 60px;
}

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

#article .site-contents .related-links .title {
  margin: 0 0 22px;
  color: #333333;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2rem;
}

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

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

#article .site-contents .related-links a {
  position: relative;
  padding-left: 18px;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

#article .site-contents .related-links a:hover {
  text-decoration: underline;
  color: #e40011;
}

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

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

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

#article .site-contents .share-btn .sns-share {
  position: inherit;
  width: 203px;
  height: 60px;
  margin: 0 auto 70px;
}

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

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

#article .site-contents .more-category-btn a {
  width: 400px;
}

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

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