@charset "utf-8";

/* --------------------------------

  id01: index

-------------------------------- */

  #top .header .inner {
    margin-bottom: 0;
  }

@media screen and (min-width: 801px) {

  #top .header .inner {
    margin-bottom: 100px;
  }

}

@media screen and (min-width: 1001px) {

  #top .header .inner {
    margin-bottom: 80px;
  }

  #top .news-area {
    float: left;
    width: 680px;
  }

  #top .side-info {
    float: right;
  }

}

/* トップページごあいさつ */

  .introduction-box {
    margin: 0 0 2em;
    padding: 1.5em;
    background: #f3a4aa;
    border-radius: 10px;
  }

  .introduction-heading {
    margin: 0 0 15px;
    padding: 0 0 10px;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  .introduction-img {
    margin: 1em 0;
    text-align: center;
  }

  .introduction-text {
    color: #fff;
    line-height: 1.6;
  }

@media screen and (max-width: 1000px) {

  .introduction {
    margin: -2em 0 0;
  }

  .introduction-heading > span {
    display: block;
  }

}

@media screen and (min-width: 1001px) {

  .introduction-box {
    margin-right: 320px;
  }

  .introduction-heading {
    font-size: 2.0em;
    text-align: left;
  }

  .introduction-img {
    position: absolute;
    top: 1em;
    right: 0;
    margin: 0;
  }

}

/* 東雁来ファミリー歯科の特徴 */

  .clinic-nav {
    padding: 2em 0;
  }

  .clinic-nav-heading {
    max-width: 280px;
    margin: 0 auto 3em;
  }

@media screen and (min-width: 1001px) {

  .clinic-nav {
    padding: 5em 0 0;
  }

  .clinic-nav .side-nav-link {
    width: 310px;
    height: 310px;
  }

  .clinic-nav .clinic-nav-1 .side-nav-link {
    margin: -200px 0 0;
    padding: 34px 40px 20px 14px;
  }

  .clinic-nav .clinic-nav-2 .side-nav-link {
    margin: 30px 50px 50px 0px;
    padding: 14px 27px 40px 27px;
  }

  .clinic-nav .clinic-nav-3 .side-nav-link {
    margin: -180px 0 0;
    padding: 34px 14px 20px 40px;
  }

  .clinic-nav .clinic-nav-1 .side-nav-img {
    top: 30px;
    right: auto;
    left: 10px;
  }

  .clinic-nav .clinic-nav-2 .side-nav-img {
    top: -30px;
    right: auto;
    left: 20%;
  }

  .clinic-nav .clinic-nav-3 .side-nav-img {
    top: 40px;
    right: auto;
    left: -10px;
  }

}

/* --------------------------------

  id02: greeting

-------------------------------- */

/* 院長あいさつ */

  .greeting-text {
    margin-bottom: 1em;
    line-height: 1.8;
  }

  .greeting-name {
    text-align: right;
  }

  .greeting-name span {
    margin-left: 5px;
    font-size: 1.5em;
  }

/* 院長略歴 */

  .profile-year {
    width: 8em;
    margin: 1em 0;
    padding: 2px 0 0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    background: #fe2f67;
    border-radius: 50px;
  }

  .profile-date {
    float: left;
    clear: left;
    width: 3em;
    margin-right: 1em;
    text-align: right;
  }

  .profile-text {
    margin-left: 4em;
  }

@media screen and (min-width: 641px) {

  .main ul.profile-list > li {
    position: relative;
    margin: 0 0 1em;
  }

  .main ul.profile-list > li:last-child {
    margin: 0;
  }

  .profile-year {
    position: absolute;
    margin: -2px 0 0;
    padding: 2px 0 0;
  }

  .profile-date {
    margin-left: 8em;
  }

  .profile-text {
    margin: 0 0 1em 12em;
  }

}

/* --------------------------------

  id03: info

-------------------------------- */

/* 診療科目 */

  .info-subject .inner {
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #ccc;
  }

@media screen and (min-width: 641px) {

  .info-subject .inner {
    padding-bottom: 0;
  }

}

/* 診療時間 */

  .info-time {
    margin-top: -100px;
    padding-top: 100px;
  }

  .info-time-list {
    position: relative;
    max-width: 400px;
    margin: 0 auto 1em;
    padding: 0 0 0 100px;
    text-align: center;
  }

  .info-time-list dt span {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    color: #fff;
    font-size: 1.8em;
    line-height: 84px;
    border-radius: 100%;
    background: #91e19e;
  }

  .info-time-list-sat dt span {
    background-color: #0059b2;
  }

  .info-time-list-sun dt span {
    background-color: #d90000;
  }

  .info-time-list dd {
    line-height: 40px;
    background: #fff;
  }

  .info-time-list-sat dd span {
    color: #0059b2;
  }

  .info-time-list-sun dd span {
    color: #d90000;
  }

  .info-time-list .item2 {
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-radius: 10px 10px 0 0;
  }

  .info-time-list .item3 {
    position: relative;
    border-top: 1px dashed #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px dashed #eaeaea;
    border-left: 1px solid #eaeaea;
  }

  .info-time-list .item3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 20px;
    height: 20px;
    margin: auto;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .info-time-list .item4 {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-radius: 0 0 10px 10px;
  }

  .info-time-note {
    clear: left;
    padding-top: .5em;
    color: #fe3f73;
    text-align: center;
  }

 .info-time-night {
   max-width: 600px;
   margin: 2em auto 0;
   padding: 8em 1em 1em 1em;
   color: #fff;
   background: #001a66 url(../img/base/rabbit.png) no-repeat 50% 1em;
   border-radius: 1em;
 }

 .info-time-night dt {
   margin: 5px 0;
   color: #ffe33a;
   font-size: 1.4em;
   line-height: 1.2;
   text-align: center;
 }

 .info-time-night dt span {
   display: block;
   font-size: 1.6em;
 }

 .info-time-night dd span {
   color: #f99;
 }

@media screen and (min-width: 641px) {

  .info-time-list {
    float: left;
    width: 14%;
    position: static;
    margin: 0 -1px 0 0;
    padding: 0;
    border: 1px solid #eaeaea;
    border-bottom: none;
    background: #fff;
  }

  .info-time-list-sat,
  .info-time-list-sun {
    width: 15%;
  }

  .info-time-list dt span {
    position: static;
    width: 26px;
    height: 26px;
    margin: 10px 0;
    font-size: 1.2em;
    line-height: 28px;
  }

  .info-time-list dd {
    font-size: .8em;
  }

  .info-time-list .item2 {
    border-top: 1px dashed #eaeaea;
    border-right: none;
    border-bottom: 1px dashed #eaeaea;
    border-left: none;
    border-radius: 0;
  }

  .info-time-list .item3 {
    border: none;
  }

  .info-time-list .item3:before {
    display: none;
  }

  .info-time-list .item4 {
    border-top: 1px dashed #eaeaea;
    border-right: none;
    border-bottom: 1px solid #eaeaea;
    border-left: none;
    border-radius: 0;
  }

  .info-time-list-sun .item3 {
    position: absolute;
    width: 94%;
    left: -7px;
    right: 0;
    margin: auto;
  }

  .info-time-list-sun .item4 {
    margin-top: 40px;
  }

  .info-time-note {
    text-align: left;
  }

 .info-time-night {
   padding: 1em 1em 1em 10em;
   background: #001a66 url(../img/base/rabbit.png) no-repeat 2em 50%;
   border-radius: 2em;
 }

 .info-time-night dt {
   font-size: 1.8em;
   text-align: left;
 }

 .info-time-night dt span {
   display: inline;
   font-size: 1.0em;
 }

}

/* --------------------------------

  id04: child

-------------------------------- */

/* 導入部 */

  .child-intro-heading {
    margin: 0 0 1rem;
  }

  .child-intro-heading span {
    display: block;
    color: #fe2f67;
    font-size: 2.0em;
    line-height: 1.2;
  }

  .child-intro-text {
    margin: 0 0 1em;
    line-height: 1.8;
  }

  .child-present {
    margin: 2em 0 0;
    clear: right;
    text-align: center;
  }

  .child-present-heading {
    margin: 1rem 0 5px;
    color: #e96088;
    font-size: 1.1em;
    font-weight: bold;
  }

  .child-present-text {
    font-size: .8em;
  }

@media screen and (min-width: 641px) {

  .child-intro-heading span {
    font-size: 2.6em;
  }

}

@media screen and (min-width: 801px) {

  .child-present {
    display: table;
    clear: none;
    width: 60%;
    text-align: left;
  }

  .child-present-img {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
  }

  .child-present-box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
  }

  .child-present-heading {
    margin: 0;
  }

}

/* 診療日・時間 */

  .child-time-list {
    margin: 2em 0 0;
    padding: 90px 0 0;
    text-align: center;
    background: url(../img/pages/child/img3.jpg) no-repeat top;
  }

  .child-time-list dt {
    color: #4e9f57;
    font-size: 2.6em;
    line-height: 1.2;
  }

  .child-time-list dd {
    color: #4e9f57;
    font-size: 1.4em;
  }

  .child-time-list dd:last-child {
    color: #333;
    font-size: 1.0em;
  }

@media screen and (max-width: 1000px) {

  .child-time-list dd span {
    display: block;
  }

  .child-time-list dd:last-child {
    margin-top: .5em;
  }

}

@media screen and (min-width: 1001px) {

  .child-time-list {
    margin: 0;
    padding: 0 0 0 100px;
    text-align: left;
    background-position: left;
  }

}

/* --------------------------------

  id05: clinic

-------------------------------- */

  .clinic-intro-caption {
    margin: -.5em 0 0;
    text-align: center;
    font-size: .85em;
  }

/* --------------------------------

  id06: access

-------------------------------- */

/* 所在地 */

  .access-info-text span {
    display: block;
    font-size: .8em;
  }

  .access-info-list dd {
    margin-bottom: 1em;
  }

  .access-info-list dd:last-child {
    margin-bottom: 0;
  }

@media screen and (min-width: 1001px) {

  .access-info-text span {
    display: inline;
    font-size: .7em;
  }

  .access-info-list dt {
    float: left;
    clear: left;
  }

  .access-info-list dd {
    margin-left: 5em;
  }

}

/* 地図 */

  .access-gmap {
    position: relative;
    height: 360px;
    margin: 1em 0;
  }

  .access-gmap .gmap {
    position: absolute;
    top: 0;
    left: 0;
  }

  .access-gmap-more {
    text-align: center;
  }

  .access-gmap-1 {
    display: none;
  }

  .access-gmap-2 {
    display: block;
  }

@media screen and (min-width: 641px) {

  .access-gmap {
    height: auto;
  }

  .access-gmap-1 {
    display: block;
  }

  .access-gmap-2 {
    display: none;
  }

}

/* --------------------------------

  parts

-------------------------------- */

/* ページ共通：サイドナビ */

  .side-nav {
    text-align: center;
  }

  .side-nav-heading {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.1;
  }

  .side-nav-heading strong {
    display: block;
    font-size: 2.2em;
    font-weight: normal;
  }

  .side-nav-heading strong span {
    display: inline-block;
    margin: 0 -.3em;
  }

  .side-nav-link {
    display: table;
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto 3em;
    padding: 15px;
    color: #000;
    text-align: center;
    border-radius: 100%;
    word-break: break-all;
    word-wrap: break-word;
    background-repeat: repeat;
    background-size: 200px 200px;
  }

  .side-nav-link:hover {
    text-decoration: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }

  .side-nav-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    background: #fff;
    border-radius: 100%;
  }

  .side-nav-caption {
    margin: 10px 0;
    font-size: 11px;
    text-align: left;
  }

  .side-nav-more {
    display: inline-block;
    padding: .2em 1.0em;
    color: #fff;
    background: #fe2f67;
    border-radius: 100px;
  }

  .side-nav-link:hover .side-nav-more {
    color: #fff;
    background: #9acbd9;
  }

  .side-nav-img {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

@media screen and (min-width: 641px) {

  .side-nav > li {
    display: inline-block;
    vertical-align: top;
  }

}

@media screen and (min-width: 641px) and (max-width: 1000px) {

  .side-nav-link {
    margin: 0 5px;
  }

}

  /** 1.小児専門医～ **/

  .side-nav-1 .side-nav-link {
    background-image: url(../img/base/bg1.png);
  }

  .side-nav-1 .side-nav-heading {
    color: #ef889c;
  }

  .side-nav-1 .side-nav-img {
    top: -20px;
    width: 62px;
    height: 62px;
    background-image: url(../img/base/flower.png);
  }

  .side-nav-1 .side-nav-link:hover .side-nav-caption {
    color: #ef889c;
  }

  .side-nav-1 .side-nav-link:hover .side-nav-more {
    background-color: #ef889c;
  }

  /** 2.土曜・日曜～ **/

  .side-nav-2 .side-nav-link {
    background-image: url(../img/base/bg2.png);
  }

  .side-nav-2 .side-nav-heading {
    color: #468c00;
  }

  .side-nav-2 .side-nav-img {
    top: -30px;
    width: 110px;
    height: 90px;
    background-image: url(../img/base/leaf.png);
  }

  .side-nav-2 .side-nav-link:hover .side-nav-caption {
    color: #468c00;
  }

  .side-nav-2 .side-nav-link:hover .side-nav-more {
    background-color: #468c00;
  }

  /** 3.夜間診療～ **/

  .side-nav-3 .side-nav-link {
    background-image: url(../img/base/bg3.png);
  }

  .side-nav-3 .side-nav-heading {
    color: #036;
  }

  .side-nav-3 .side-nav-img {
    top: -40px;
    width: 95px;
    height: 95px;
    background-image: url(../img/base/rabbit.png);
  }

  .side-nav-3 .side-nav-link:hover .side-nav-caption {
    color: #036;
  }

  .side-nav-3 .side-nav-link:hover .side-nav-more {
    background-color: #036;
  }

  /** 背景アニメーション **/

  .side-nav-link:hover {
    -webkit-animation: bgscroll 5s linear infinite;
            animation: bgscroll 5s linear infinite;
  }

  @keyframes bgscroll {
      0% { background-position: 0 0;}
    100% { background-position: -200px 200px;}
  }

  @-webkit-keyframes bgscroll {
      0% { background-position: 0 0;}
    100% { background-position: -200px 200px;}
  }

/* ページ共通：クリニック情報 */

  .side-info {
    text-align: center;
  }

  .side-info-logo {
    margin: 20px 0;
  }

  .side-info-tel.tel-num {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    padding: 0 0 0 30px;
  }

  .side-info-closed {
    color: #fe2f67;
    font-size: .9em;
  }

  .side-info p.side-notes {
    margin: -10px 0 10px;
    font-size: 0.8em;
    text-indent: 0;
  }

  .side-info-gmap {
    /* height: 220px; */
  }

  .side-info-table {
    width: 100%;
    margin: 1em 0;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
  }

  .side-info-table th,
  .side-info-table td {
    font-size: 12px;
    border-bottom: 1px solid #eaeaea;
  }

  .side-info-table th {
    padding: 10px 5px;
    text-align: center;
    border-right: 1px dashed #eaeaea;
  }

  .side-info-table th span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 0 1px 0 0;
    color: #fff;
    line-height: 20px;
    border-radius: 100%;
  }

  .side-info-table td {
    padding: 10px;
    text-align: left;
    border-right: 1px solid #eaeaea;
  }

  .side-info-table tr:nth-child(1) th span {
    background-color: #91e19e;
  }

  .side-info-table tr:nth-child(2) th span {
    background-color: #0059b2;
  }

  .side-info-table tr:nth-child(3) th span {
    background-color: #d90000;
  }

  .side-info-table tr:nth-child(2) td {
    color: #0059b2;
  }

  .side-info-table tr:nth-child(3) td {
    color: #d90000;
  }

@media screen and (max-width: 1000px) {

  .side-info {
    margin: 5em 0 0;
  }

}

/* ページ共通：住所・電話番号 */

  .tel-num {
    position: relative;
    line-height: 1.2;
    font-size: 1.8em;
    font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro",sans-serif;
    letter-spacing: -.5px;
  }

  .tel-num:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    vertical-align: middle;
    background: url(../img/base/tel.png) no-repeat center;
    background-size: 100% auto;
  }

  .tel-link {
    display: block;
  }

  .address {
    text-align: center;
    line-height: 1.2;
  }

  .address > span {
    display: block;
    font-size: .8em;
  }

/* ページ共通：歯ブラシと歯磨き粉のイラスト */

  .illustrations {
    display: none;
  }

  .illustrations > span {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
  }

  .toothbrush {
    top: -130px;
    left: -50px;
    width: 150px;
    height: 90px;
    background-image: url(../img/base/img1.png);
  }

  .toothpaste {
    top: -130px;
    right: 30px;
    width: 40px;
    height: 80px;
    background-image: url(../img/base/img2.png);
  }

  .toothglass {
    top: 850px;
    right: -380px;
    left: 0;
    width: 65px;
    height: 100px;
    margin: auto;
    background-image: url(../img/base/img3.png);
  }

  #top .toothbrush {
    top: 0;
    left: -50px;
  }

  #top .toothpaste {
    top: 50px;
    right: 100px;
  }

@media screen and (min-width: 1031px) {

  .illustrations {
    display: block;
  }

}

/* --------------------------------

  plugin

-------------------------------- */

/* cycle2 */

  .slider {
    position: relative;
    width: 100%;
    max-width: 1160px;
    height: 400px;
    margin: auto;
    padding: 1.0rem 1.0rem 60px;
  }

  .cycle-slideshow {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  /** スライド **/

  .slide {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
  }

  .slide1 {
    background-image: url(../img/top/1.jpg);
  }

  .slide2 {
    background-image: url(../img/top/2.jpg);
  }

  .slide3 {
    background-image: url(../img/top/3.jpg);
  }

  .slide4 {
    background-image: url(../img/top/4.jpg);
  }

  .slide5 {
    background-image: url(../img/top/5.jpg);
  }

  /** コントロール **/

  .cycle-controls {
    text-align: center;
  }

  .cycle-controls span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 20px 20px 0;
    border-right: 2px solid #247773;
    border-bottom: 2px solid #247773;
    cursor: pointer;
  }

  .cycle-controls span:hover {
    border-color: #fe5583;
  }

  .next {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .prev {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

@media screen and (min-width: 1001px) {

  .slider {
    height: 600px;
    padding: 35px;
  }

  .slide {
    border-radius: 100%;
  }

  .cycle-controls {
    text-align: right;
  }

  .cycle-controls span {
    top: -40px;
  }

}

@media screen and (min-width: 1281px) {

  .cycle-controls span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 74px;
    height: 74px;
    margin: auto;
    border-width: 1px;
  }

  .next {
    right: -50px;
  }

  .prev {
    left: -50px;
  }

}

/* --------------------------------

  topics

-------------------------------- */

  .news-link {
    display: block;
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
  }

  .news-date {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 .5em;
    padding: 2px 1em;
    color: #fff;
    font-size: .9em;
    text-align: center;
    background: #fe2f67;
    border-radius: 50px;
  }

  .news-title {
    word-break: break-all;
    word-wrap: break-word;
  }

  .news-text {
    margin: 1em 0;
    line-height: 1.8;
  }

  .news-more {
    margin: 2em 0 0;
    text-align: center;
  }

  .news-back {
    margin: 2em 0 0;
    padding: 2em 0 0;
    text-align: center;
    border-top: 1px dotted #ccc;
  }

@media screen and (min-width: 641px) {

  .news-area {
    position: relative;
  }

  .news-more {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
  }

  .news-more .link-button {
    color: #00468c;
    background: #fff;
  }

  .news-more .link-button:hover {
    color: #fff;
    background: #9acbd9;
  }

}

/* サムネイルあり */

  .news-img-list {
    margin: -20px 0 0;
  }

  .news-img-list .news-link {
    position: relative;
    padding: 1.5em 0 1.5em 90px;
  }

  .news-img-list .news-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 64px;
    height: 64px;
    margin: auto;
    border: 3px solid #fe2f67;
    background: #fe2f67;
    overflow: hidden;
  }

  .news-img-list .news-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 144px;
    max-height: 144px;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }

  .news-img-list .news-link:hover .news-date {
    background-color: #9acbd9;
  }

  .news-img-list .news-link:hover .news-img {
    border-color: #9acbd9;
  }

/*160415 追加 */
.side_btn{
    text-align: center;
    background: #fe2f67;
    border-radius: 50px;
	margin:15px;
}
.side_btn a{
    display: block;
    padding: 10px 15px;
    color: #fff;
}
.side_btn a:hover{
    background-color:#ff5684;
        border-radius: 50px;
}



/* 170721 追記 */

.recruit_bnr {
	margin: 50px auto 0;
	width: 100%;
}

.recruit_bnr a {
	display: block;
	padding: 15px 0;
	border-radius: 5px;
	background: #fe2f67;
	color: #fff;
	text-decoration: none;
}

.recruit_bnr a p {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

.recruit_bnr a:hover {
	background: #99CAD9;
}

@media screen and (max-width:1000px) {
	.recruit_bnr {
		margin: 5em auto -3em;
		width: 90%;
	}
	
	.pt10{
		padding-top: 10px;
	}
}

/* New Topics */

#topicsArea{
	margin-top:40px;
}
#topicsArea ul{}
#topicsArea ul li{
	display: block;
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
}
#topicsArea ul li #topics_date{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 .5em;
    padding: 2px 1em;
    color: #fff;
    font-size: .9em;
    text-align: center;
    background: #fe2f67;
    border-radius: 50px;
}
#topicsArea ul li #topics_title{
	word-break: break-all;
    word-wrap: break-word;
	margin-left: 5px;
}
#topicsArea ul li #topics_new{}
#topics_body{
	padding:0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	
}
#topics_body img{max-width:100%;}
#topicsArea .detail #topics_date{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 .5em;
    padding: 2px 1em;
    color: #fff;
    font-size: .9em;
    text-align: center;
    background: #fe2f67;
    border-radius: 50px;
}
#topicsArea .detail #topics_title{
	display: block;
}
#topicsArea a.backBtn{
	display: inline-block;
    padding: .5em 1.5em;
    color: #fff;
    background: #fe2f67;
    border-radius: 100px;
	margin:0 auto;
	float: right;
}
#topicsArea a.backBtn:hover {
    color: #fff;
    text-decoration: none;
    background: #9acbd9;
  }
	
	
	
	
	
/*  20180925  */
.priceTable{
width:100%;
margin-bottom: 20px;
}
.priceTable tr:first-child th, .priceTable tr:first-child td{
border-top: 2px solid #cfcfcf;
}
.priceTable th,.priceTable td{
padding:1em 0.5em;
border-bottom: 2px solid #cfcfcf;
color:#fb356a;
font-weight: bold;
}
.priceTable td{
text-align:right;
}
.priceTable td span{
padding-right: 20px;
color:#333;
}
.priceTitle{
color:#333;
}
.epark-bnr{
margin-bottom: 10px;
}
@media screen and (max-width: 800px) {

}

@media screen and (min-width: 801px) {
#link1,#time{
margin-top: -80px;
padding-top: 80px;
}
}


/* 221212 追記 */

.profile-list-secondary .profile-text {
  margin-left: 2em;
}

@media screen and (min-width: 641px) {
  .main-heading2 + .profile-list-secondary {
    margin-top: 1.25em;
  }
  .profile-list-secondary .profile-text {
    margin: 0 0 1em 9em;
  }
}


/* 230323 追記 */
.eposcard {
  max-width: 280px;
  margin-bottom: 1em;
}

.eposcard img {
  height: auto;
}

