@charset "utf-8";
/* 
CSS Information
 File name:      detail.css
 Author:         Administrator
 Style Info:     /detail.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
/* >>>> common */
#articleMain dl,
#articleMain ul,
#articleMain ol,
#articleMain blockquote {
  margin-bottom: 1.4em;
}
/* <<<< common */

.detailHead {
  margin-bottom: 54px;
}
.detailHead_title {
  display: flex;
  align-items: center;
  padding: 9px;
  margin-bottom: 13px;
  background-color: #971d38;
}
.detailHead_title_icon {
  margin-right: 9px;
}
.detailHead_title_icon_img {
  vertical-align: middle;
}
.detailHead_title_text {
  font-size: 20px;
  color: #fff;
}
.detailHead_pan {
  margin-bottom: 34px;
}
.detailHead_con {
  display: flex;
}
.detailHead_con_thumb {
  width: 150px;
  height: 150px;
  margin-right: 19px;
}
.detailHead_con_thumb_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.detailHead_con_info {
  width: calc(100% - 160px);
}
.detailHead_con_info_time {
  color: #999999;
  font-size: 10px;
}
.detailHead_con_info_title {
  font-size: 32px;
  font-weight: bold;
}
.detailHead_con_info_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.detailHead_con_info_tags_item {
  box-sizing: border-box;
  padding: 6px 9px;
  margin: 11px;
  background-color: #ffe4d3;
  text-decoration: none;
  font-size: 14px;
  color: inherit !important;
}
.detailHead_con_info_tags_item:hover {
  opacity: .8;
}
.detailHead_con_info_tags_item::before {
  content: "\e83b";
  margin-right: 6px;
  font-family: "fontello";
  font-weight: normal;
  color: #282828;
}

/* #topics
***********************************/
#articleMain {
  margin-bottom: 30px;
}

#articleMain .photo {
  clear: both;
  margin-bottom: 20px;
/*   border-bottom: 1px dotted #d4d4d4; */
}

#articleMain .photo > p {
  margin-bottom: 10px;
  text-align: center;
}

#articleMain .photo > p img {
  max-width: 100%;
}

#articleMain .photo .cap {
  font-size: 93%;
  color: #ccc;
}

#articleMain .info {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #e7e7e7;
}

#articleMain .info li {
  margin-bottom: 5px;
}

#articleMain .textBody {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 116%;
  line-height: 2;
}

#articleMain .textBody img {
  max-width: 100%;
}

#articleMain .textBody p {
    margin-bottom: 1.4em;
}

.tcen{
  display: block;
  text-align: center;
}

.mgs_lead{
 font-weight:bold;  
}

.saiban_lead{
 font-weight:bold;
 font-size: 120%;
 color:red;
}

.komidashi{
 font-weight:bold;
 font-size: 120%;
 color:red;
}

/*
#article_area .lead {
  display: block;
  padding: 15px;
  margin-bottom: 15px;
  background: #f0e4c1;
  font-weight: bold;
}

#article_area .texthead {
  display: block;
  margin-bottom: 20px;
  border-bottom: 2px solid #c32f27;
  font-weight: bold;
}

#article_area .quote {
  position: relative;
  display: block;
  padding: 15px;
  margin: 0 30px 15px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

#article_area .quote::before,
#article_area .quote::after {
  display: block;
  position: absolute;
  font-family: "fontello";
  font-size: 20px;
  color: #666;
}

#article_area .quote::before {
  content: "\e84d";
  top: -20px;
  left: -30px;
}

#article_area .quote::after {
  content: "\e84e";
  right: -30px;
  bottom: -20px;
}

#article_area .quote .head {
  font-weight: bold;
}

.tcen{
  display: block;
  text-align: center;
}
.mgs_lead{
 font-weight:bold;  
}
*/

/* >>> 記事用 */
/* >>>> blockquote */
blockquote{
  position:relative;
  background:#e7e7e7;
  border-radius:10px;
  padding:20px;
  margin-bottom: 1.4em;
}
blockquote:before{
  position:absolute;
  font-family:'fontello';
  left:5%;
  top:-24px;
  color:#808080;
  box-sizing:border-box;
  content:'\e84d';
  line-height:1;
  padding-top:12px;
  text-align:left;
  font-size:40px;
}

blockquote cite {
  display: block;
  border-top:1px solid #808080;
  padding-top:10px;
  text-align: right;
  color: #808080;
}
/* <<<< blockquote */

.reply {
  color: #cc0066;
  font-weight: bold;
}

.reply2 {
  color: #003399;
  font-weight: bold;
}

.answer_woman {
  color: #ff00ff;
  font-weight: bold;
}

.answer_man {
  color: #3366ff;
  font-weight: bold;
}
/* <<< 記事用 */
