@charset "shift_jis";
/*indexページのレイアウト*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.article_list_headline {
  font-size: 17px;
  border-bottom: 3px double #ccc;
  padding-bottom: 5px;
  margin-top: 4rem;
}

span.headline_design {
  display: inline-block;
  width: 10px;
  height: 15px;
  background: #ed6c00;
  margin-right: 5px;
}

ul.article_list li {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  padding: 10px;
  margin: 10px 0;
}

ul.article_list a {
  display: block;
  text-decoration: none;
  color: #003f91;
}

@media (min-width: 768px) {
  .article_list_headline {
    font-size: 18px;
  }
  ul.article_list li {
    font-size: 15px;
  }
}
/*indexページのレイアウトここまで．以下は記事ページ含む共通部分*/
body {
  /*
	font-size:100%;
	word-break:break-all;
	text-align:center;
*/
  font-family: "メイリオ", sans-serif;
  line-height: 2.0;
  font-size: 14px;
  font-size: 1.4rem;
}

#body {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  /*20161219変更,追加*/
  /*width: 800px;*/
  max-width: 800px;
}

#header {
  margin: 0;
  padding: 0;
  /*20161219変更*/
  /*margin-bottom: 10px;*/
}


/*20161219追加*/

#header img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#contents {
  /*20161219変更,追加*/
  /*width: 640px;*/
  max-width: 640px;
  padding: 1rem 2rem;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  text-align: right;
  font-size: 10px;
  font-size: 1.0rem;
  margin-top: 15px;
}

#contents #book_title {
  margin-bottom: 10px;
}


/*20161219追加*/

#contents #book_title img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#contents #sns_link_wrapper {
  text-align: right;
}

#contents #sns_link {
  margin-bottom: 10px;
  display: inline-block;
}

#contents #sns_link li {
  float: left;
  margin-left: 10px;
}

#contents #book_description_01 {
  margin-bottom: 15px;
  font-weight: bold;
}

#contents #book_description_02 {
  margin-bottom: 15px;
  /*20161219追加*/
  text-indent: 1em;
}

#contents p.link_to_post {
  padding: 2px;
  background-color: #fbfbee;
  padding: 1rem;
  margin-bottom: 15px;
}

#contents p.link_to_post a {
  text-decoration: none;
  color: #775f25;
}

#contents #case {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #FDECDA;
}


/*20161219追加*/

#contents #case #case_title {
  font-size: 5.5vw;
}


#contents #talk div.separation{
  display: block;
  text-align: center;
  margin: 2rem 0;
}

/*20161219変更，追加　PC時のCASEの文字サイズ*/

@media (min-width: 768px) {
  #contents #case #case_title {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

#contents #case #case_image {
  margin-bottom: 5px;
}

#contents #case #case_image img {
  width: 100%;
  height: auto;
}

#contents #case #case_description {
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
}

#contents #writer {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

#contents #writer li {
  background-size: 4em auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 4.5em;
  min-height: 4em;
  margin-bottom: 1em;
}

#contents #writer li.writer_icon_01 {
  background-image: url('/magazines/mt/201604tycbo/014404/images/writer_icon_01.png');
}

#contents #writer li.writer_icon_02 {
  background-image: url('/magazines/mt/201604tycbo/014404/images/writer_icon_02.png');
}

#contents #writer li.writer_icon_03 {
  background-image: url('/magazines/mt/201604tycbo/014404/images/writer_icon_03.png');
}

/* case11から追加 */
#contents #writer li.writer_icon_04 {
  background-image: url('/magazines/mt/201604tycbo/014610/images/writer_icon_04.png');
}

#contents #writer p.writer_description {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

#contents #talk {
  margin-bottom: 40px;
}

#contents #talk div {
  /*
  padding-left:55px;
  padding-left:5.5rem;
  text-indent:-55px;
  text-indent:-5.5rem;
*/
  margin-bottom: 10px;
}

#contents #talk hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

#contents #talk span.writer_01 {
  color: #ED5291;
  font-weight: bold;
}

#contents #talk span.writer_02 {
  color: #6C9BD2;
  font-weight: bold;
}

#contents #talk span.writer_03 {
  color: #9DBE52;
  font-weight: bold;
}

/* case11から追加 */
#contents #talk span.writer_04 {
  color: #00ada8;
  font-weight: bold;
}

#contents #talk div.subhead_01 {
	margin-top:30px;
	margin-bottom:10px;
	color:#ED6C00;
  font-weight:bold;
  font-size:16px;
  font-size:1.6rem;
}

#contents #relate_link h2 {
  font-weight:bold;
}

#contents #talk div.figure {
  max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
}

#contents #talk div.figure img {
	width:100%;
  height:auto;
}

#contents #talk div.figure p {
	width:100%;
  font-weight:bold;
}
