@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yuji+Mai&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
/* ---- index ---- */
#indexlead {
  border-bottom: 1px solid #666;
}

.index-post-view {
  padding: 1rem;
  align-items: stretch;
}
.index-post-view .index-post-panel {
  margin-bottom: 1rem;
}
.index-post-view .index-post-panel .inner {
  border: 1px solid #666;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.8rem;
}
.index-post-view .index-post-panel h4 {
  font-size: 13px;
  position: relative;
  line-height: 1.3;
  border-bottom: 1px solid #666;
  margin: 0 0 10px;
  overflow: hidden;
  height: 37px;
}
.index-post-view .index-post-panel h4 img {
  position: absolute;
  overflow: hidden;
  height: 37px;
  max-width: none;
}
.index-post-view .index-post-panel h4 span.category-txt {
  display: block;
  position: absolute;
  top: 8px;
  left: 33px;
  font-weight: 700;
}
.index-post-view .index-post-panel p.main-thumbnail {
  text-align: center;
  height: 165px;
  overflow: hidden;
  margin-bottom: 0;
}
.index-post-view .index-post-panel p.main-thumbnail img {
  max-height: 150px;
  width: auto;
  border: 1px solid #CCC;
  padding: 3px;
}
@media (max-width: 767.98px) {
  .index-post-view .index-post-panel p.main-thumbnail img {
    max-width: 110px;
  }
}
@media (max-width: 575.98px) {
  .index-post-view .index-post-panel p.main-thumbnail img {
    max-width: none;
    margin-bottom: 1rem;
  }
}
.index-post-view .index-post-panel h3 {
  font-size: 1rem;
  font-weight: 700;
}
.index-post-view .index-post-panel .cat-catch {
  color: #3f5f9b;
}
.index-post-view .index-post-panel p.auth-data span.commets {
  display: inline-block;
  background-color: #f4e8d0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0 3px;
}
.index-post-view .index-post-panel p.auth-data span.commets i {
  color: #966908;
}
.index-post-view .index-post-panel.new h4 img {
  left: 50%;
  transform: translateX(-50%);
}
.index-post-view .index-post-panel.new p.main-thumbnail {
  padding: 0 10px;
  height: 110px;
}
.index-post-view .index-post-panel.new p.main-thumbnail img {
  height: 100px;
}
@media (max-width: 767.98px) {
  .index-post-view .index-post-panel.new p.main-thumbnail {
    height: auto;
  }
  .index-post-view .index-post-panel.new p.main-thumbnail img {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .index-post-view .index-post-panel h4 img {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .index-post-view .index-post-panel h4 {
    height: auto !important;
  }
  .index-post-view .index-post-panel h4 img {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.index-post-view .row {
  padding: 0 10px 10px;
}

.social-wiget h3 {
  background-color: #55b5f1;
  color: #FFF;
  padding: 3px 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.cat4character-post.features {
  margin-top: 15px;
}

.cat4char {
  width: 300px;
  max-width: 100%;
  margin: auto;
  background: url(../../feature/cat4_bg.png) bottom center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cat4char h3 {
  text-align: center;
  margin-bottom: 0;
}
.cat4char p.cat-photo {
  width: calc(100% - 10px);
  text-align: center;
  box-sizing: border-box;
  background: #c9b090;
  margin: auto;
  text-align: center;
  padding: 20px;
}
.cat4char p.cat-photo img {
  max-height: 200px;
  border: 4px solid #FFF;
}
.cat4char p.four-char {
  font-family: "Yuji Mai", serif;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px 0.3;
  margin-top: 15px;
}
.cat4char p.author-data {
  margin: 0 15px;
  font-size: 13px;
  text-align: end;
}

#sidebar .cat4char {
  width: 265px;
  margin: 0 auto 20px;
  background: url(../img/cat4_bg.png) bottom no-repeat;
  padding-bottom: 15px;
}
#sidebar .cat4char p.cat-photo {
  box-sizing: border-box;
  background: #c9b090;
  width: 256px;
  margin: auto;
  text-align: center;
  padding: 20px;
}

#bigCat p.big-photo, .cat4char p.big-photo {
  text-align: center;
  margin-top: 15px;
}
#bigCat p.big-photo img, .cat4char p.big-photo img {
  max-height: 500px;
  width: auto;
  padding: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#bigCat p.four-char, .cat4char p.four-char {
  font-family: serif;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px 0.3;
  margin-top: 15px;
}
#bigCat p.author-data, .cat4char p.author-data {
  margin: 0 15px;
  font-size: 13px;
}
#bigCat .notice, .cat4char .notice {
  border-top: 1px dashed #666;
  margin: 10px 30px 0;
  padding-top: 15px;
}

#frontCurry {
  margin: 15px;
  border: 3px solid #ff9500;
  padding: 5px;
}
#frontCurry .curry-kinenbi .inner {
  padding: 10px;
}
#frontCurry .curry-kinenbi .inner p.kaminoku, #frontCurry .curry-kinenbi .inner p.shimonoku {
  font-family: "BIZ UDPMincho", serif;
  line-height: 1.7;
  font-size: 18px;
}
#frontCurry .curry-kinenbi .inner p.auther {
  font-family: "BIZ UDPMincho", serif;
  font-size: 14px;
}
#frontCurry .curry-footer {
  background-color: #ffef6c;
  padding: 10px;
}

#curry-panel {
  background-color: #f8b651;
  margin: 30px 10px;
  border-radius: 6px;
  position: relative;
  height: 60px;
}
#curry-panel a {
  display: block;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 25px;
  padding-top: 35px;
  color: #8B5600;
  font-weight: bold;
  z-index: 100;
}
#curry-panel a span {
  display: block;
  margin-left: 90px;
}
#curry-panel .h-head {
  position: absolute;
  top: -25px;
  left: -5px;
  width: 133px;
  height: 111px;
  background: url(../img/side_curry_icon.png) no-repeat;
  z-index: 99;
  background-size: contain;
}
#curry-panel .h-title {
  position: absolute;
  top: -5px;
  left: 125px;
  width: 172px;
  height: 37px;
  background: url(../img/side_curry_title.png) no-repeat;
  z-index: 98;
  background-size: contain;
}
@media (max-width: 400px) {
  #curry-panel a span {
    margin-left: auto;
    margin-right: 10px;
    text-align: end;
  }
  #curry-panel .h-head {
    width: 40%;
  }
  #curry-panel .h-title {
    width: 60%;
    left: 35%;
  }
}

#sidebar #curry-panel a span {
  margin-left: auto;
  margin-right: 10px;
  text-align: end;
}
#sidebar #curry-panel .h-head {
  width: 40%;
}
#sidebar #curry-panel .h-title {
  width: 60%;
  left: 35%;
}

.currey-modal .modal-header {
  position: relative;
}
.currey-modal .modal-header button {
  position: absolute;
  background-color: #FFF;
  opacity: 1;
  border-radius: 50%;
  right: 0;
  top: 0;
}
.currey-modal .modal-body .kaminoku, .currey-modal .modal-body .shimonoku, .currey-modal .modal-body .auther {
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.2rem;
}
.currey-modal .modal-body .auther {
  max-width: 280px;
  margin: auto;
}
.currey-modal .modal-body .about h3 {
  font-size: 15px;
  color: #FD4A18;
  border-top: 1px solid #DDD;
  padding-top: 20px;
  font-weight: 700;
}

/*----------------------------------------*/
/* カレー記念日
----------------------------------------*/
#curry-panel {
  background-color: #f8b651;
  margin: 30px 10px;
  border-radius: 6px;
  position: relative;
  height: 60px;
}

#curry-panel .h-head {
  position: absolute;
  top: -25px;
  left: -5px;
  width: 133px;
  height: 111px;
  background: url(../img/side_curry_icon.png) no-repeat;
  z-index: 99;
}

#curry-panel .h-title {
  position: absolute;
  top: -5px;
  left: 125px;
  width: 172px;
  height: 37px;
  background: url(../img/side_curry_title.png) no-repeat;
  z-index: 98;
}

#curry-panel a {
  display: block;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 25px;
  padding-top: 35px;
  color: #8B5600;
  font-weight: bold;
  z-index: 100;
}

#curry-panel a span {
  display: block;
  margin-left: 90px;
}

#curry-panel a i {
  margin-bottom: 2px;
}

#curry-kinenbi {
  max-width: 640px;
}

#curry-kinenbi h1 {
  margin-top: 0;
  margin-bottom: 60px;
}

#curry-kinenbi .body {
  margin: 15px;
}

#curry-kinenbi .kaminoku,
#curry-kinenbi .shimonoku {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 20px;
}

#curry-kinenbi .auther {
  padding-right: 30px;
}

#curry-kinenbi .about h3 {
  font-size: 15px;
  color: #FD4A18;
  border-top: 1px solid #DDD;
  padding-top: 20px;
}

@media (max-width: 380px) {
  #curry-panel {
    margin: 15px 0;
  }
  #curry-panel .h-head {
    width: 70px;
    height: 62px;
    background-size: cover;
    left: -20px;
  }
  #curry-panel .h-title {
    left: 50px;
  }
  #curry-panel a span {
    margin-left: 30px;
  }
}
h4.curry-list {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.6;
  font-size: 18px;
  margin-top: 30px;
}

/* ------------------------------------------------
 MW 投稿フォーム
--------------------------------------------------*/
.document .mwform {
  border-radius: 8px;
  border: 1px solid #999;
  background-color: #FFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.document .mwform > h3 {
  background-color: #966908;
  color: #FFF;
  text-align: center;
  border: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 0;
}
.document .mwform .form-horizontal {
  margin: 15px;
}
.document .mwform .form-horizontal .control-group {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 15px;
}
.document .mwform .form-horizontal .control-group .reqire {
  background-color: #FF484B;
  color: #FFF;
  font-size: 12px;
  padding: 2px 4px;
}
.document .mwform textarea {
  box-sizing: border-box;
  width: 100%;
}
.document .mwform-radio-field {
  margin-bottom: 8px;
}
.document .mwform-radio-field label input[type=radio] {
  margin-top: -3px;
}
.document .mw_wp_form_complete {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 20px;
}

/* kaigo detox */
#kaigo-detox h1 {
  margin: 0 0 20px;
  position: relative;
}
#kaigo-detox h1 span {
  display: block;
  margin-top: 2px;
  font-size: 26px;
  background: #333;
  color: #FFF;
  text-align: center;
  padding: 10px;
}
#kaigo-detox h1:after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  bottom: -3px;
  border-bottom: 1px solid #000;
}
#kaigo-detox h2 {
  padding: 5px;
  color: #FFF;
  background-color: #666;
  margin: 30px 0 30px;
}
#kaigo-detox h2:before {
  content: "★";
  color: #FF9118;
  display: inline-block;
  margin-right: 4px;
}
#kaigo-detox .archive-post-block a > h4 {
  background: #666;
  color: #FFF;
  padding: 6px;
}

/*------------------------------------------
  このマンガが、なんかすごい
-------------------------------------------*/
.chat-row {
  margin-bottom: 5px;
}
.chat-row .face-icon {
  width: 120px;
  padding: 0 10px;
}
.chat-row .chat-box {
  margin-top: 10px;
  position: relative;
  background: #ffffff;
  border: 2px solid #c2e1f5;
  border-radius: 8px;
  padding: 10px;
  width: calc(100% - 140px);
}
@media (max-width: 480px) {
  .chat-row .face-icon {
    width: 60px;
  }
  .chat-row .chat-box {
    width: calc(100% - 70px);
    padding: 5px;
  }
}

.chat-row .chat-box:after,
.chat-row .chat-box:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.chat-row .chat-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-style: solid;
  border-width: 10px 30px 10px 0;
  margin-top: -10px;
}

@media (max-width: 480px) {
  .chat-row .chat-box:after {
    border-width: 10px 20px 10px 0;
  }
}
.chat-row .chat-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #c2e1f5;
  border-style: solid;
  border-width: 12px 36px 12px 0;
  margin-top: -12px;
}

@media (max-width: 480px) {
  .chat-row .chat-box:before {
    border-width: 10px 26px 14px 0;
    margin-top: -11px;
  }
}
.chat-row .chat-box p {
  margin-bottom: 0;
}

.chat-row.right {
  flex-flow: row-reverse;
}

.chat-row.right .chat-box:after,
.chat-row.right .chat-box:before {
  right: auto;
  left: 100%;
}

.chat-row.right .chat-box:after {
  border-width: 10px 0px 10px 30px;
  border-left-color: #ffffff;
}

@media (max-width: 480px) {
  .chat-row.right .chat-box:after {
    border-width: 10px 0px 10px 20px;
  }
}
.chat-row.right .chat-box:before {
  border-width: 12px 0px 12px 36px;
  border-left-color: #c2e1f5;
}

@media (max-width: 480px) {
  .chat-row.right .chat-box:before {
    border-width: 10px 0px 14px 26px;
  }
}
p.selection-area {
  line-height: 0;
  margin: 0;
}

#bestmanga .amazonjs_item {
  background: url(../img/contcss_amazing.png) no-repeat bottom right;
  background-color: #EEE;
}

@media (max-width: 767px) {
  #bestmanga .amazonjs_item {
    background-image: none;
  }
}
#bestmanga .amazonjs_item .amazonjs_image {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=contents.css.map */