#horoscope_page a:hover {
  color: #3c3c3c !important;
  opacity: 1; }
#horoscope_page p, #horoscope_page h2, #horoscope_page h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  line-height: 1.8em; }
#horoscope_page .horoscope-ranking_box {
  width: 95%;
  margin: auto; }
  #horoscope_page .horoscope-ranking_box__title {
    font-size: 13px;
    font-weight: normal;
    margin: 24px 0 46px 0; }
  #horoscope_page .horoscope-ranking_box__link {
    text-decoration: none;
    color: #3c3c3c; }
  #horoscope_page .horoscope-ranking_box__time {
    font-weight: bold;
    font-size: 15px;
    margin-right: 14px; }
#horoscope_page .select-date_box {
  display: flex;
  border-radius: 5px;
  justify-content: center;
  background-color: #F6F5F4;
  width: 100%;
  margin: auto; }
  #horoscope_page .select-date_box__text {
    font-size: 13px;
    padding: 3px 0; }
    #horoscope_page .select-date_box__text--selected-l {
      background-color: #fff;
      border: 1px solid #CCCCCC;
      width: 50%;
      text-align: center;
      border-radius: 5px 0 0 5px; }
    #horoscope_page .select-date_box__text--selected-r {
      background-color: #fff;
      border: 1px solid #CCCCCC;
      width: 50%;
      text-align: center;
      border-radius: 0 5px 5px 0; }
  #horoscope_page .select-date_box__link {
    color: #777777;
    padding-top: 1px;
    width: 50%;
    text-align: center;
    text-decoration: none; }
#horoscope_page .sign-list_box {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 13px;
  height: 100px;
  position: relative; }
  #horoscope_page .sign-list_box__img {
    height: 72px;
    width: 72px;
    -ms-interpolation-mode: bicubic; }
  #horoscope_page .sign-list_box__textarea {
    margin-left: 14px;
    width: 85%; }
  #horoscope_page .sign-list_box__title {
    font-size: 14px;
    font-weight: bold; }
  #horoscope_page .sign-list_box__text {
    font-size: 14px;
    line-height: 21px; }
#horoscope_page .ranking_no {
  position: absolute;
  z-index: 3;
  font-size: 14px;
  top: -8px;
  left: -8px;
  border: 1px solid #ccc;
  border-radius: 28px;
  height: 28px;
  width: 28px;
  background-color: #fff;
  text-align: center;
  color: #777777;
  line-height: 1.9em; }
  #horoscope_page .ranking_no__gold {
    background-color: #CFA537;
    border: 1px solid #CFA537;
    color: #fff; }
  #horoscope_page .ranking_no__silver {
    background-color: #C5CBD2;
    border: 1px solid #C5CBD2;
    color: #fff; }
  #horoscope_page .ranking_no__bronze {
    background-color: #B58B6C;
    border: 1px solid #B58B6C;
    color: #fff; }

@media only screen and (max-width: 800px) {
  #horoscope_page .sign-list_box__textarea {
    height: 70px;
    overflow: hidden; }
  #horoscope_page .sign-list_box__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; } }
@media only screen and (max-width: 420px) {
  #horoscope_page .horoscope-ranking_box__title {
    font-size: 13px;
    font-weight: normal;
    display: flex;
    margin: 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    width: 140px;
    margin-left: auto;
    margin-right: auto; }
  #horoscope_page .horoscope-ranking_box__time {
    margin-right: 0; } }
@media only screen and (max-width: 320px) {
  #horoscope_page .horoscope-ranking_box {
    width: 98%;
    margin: auto; }
  #horoscope_page .sign-list_box {
    padding: 6px; }
    #horoscope_page .sign-list_box__img {
      height: 72px;
      width: 72px;
      margin-top: 10px; }
    #horoscope_page .sign-list_box__textarea {
      margin-left: 10px;
      margin-top: 0px;
      height: 70px;
      overflow: hidden; }
    #horoscope_page .sign-list_box__text {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; } }
#horoscope_single {
  color: #3C3C3C;
  width: 95%;
  margin: auto; }
  #horoscope_single a:hover {
    color: #3C3C3C !important;
    opacity: 1; }
  #horoscope_single p, #horoscope_single h2, #horoscope_single h3 {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
    line-height: 1.8em; }
  #horoscope_single .select-date_box {
    display: flex;
    border-radius: 5px;
    justify-content: center;
    background-color: #F6F5F4;
    width: 100%;
    margin: auto; }
    #horoscope_single .select-date_box__text {
      font-size: 13px;
      padding: 3px 0; }
      #horoscope_single .select-date_box__text--selected-l {
        background-color: #fff;
        border: 1px solid #CCCCCC;
        width: 50%;
        text-align: center;
        border-radius: 5px 0 0 5px; }
      #horoscope_single .select-date_box__text--selected-r {
        background-color: #fff;
        border: 1px solid #CCCCCC;
        width: 50%;
        text-align: center;
        border-radius: 0 5px 5px 0; }
    #horoscope_single .select-date_box__link {
      color: #777777;
      padding-top: 1px;
      width: 50%;
      text-align: center;
      text-decoration: none; }
  #horoscope_single .horoscope-index_box {
    display: flex;
    justify-content: center;
    margin: 28px 0; }
    #horoscope_single .horoscope-index_box__img {
      width: 120px;
      height: 120px;
      -ms-interpolation-mode: bicubic; }
  #horoscope_single .index-text_box {
    text-align: center;
    margin-left: 28px;
    margin-top: 12px; }
    #horoscope_single .index-text_box__time {
      font-size: 13px; }
    #horoscope_single .index-text_box__title {
      font-weight: bold;
      font-size: 18px; }
    #horoscope_single .index-text_box__rank {
      font-weight: bold;
      font-size: 18px;
      border-radius: 20px;
      border: 1px solid #777777;
      width: 59px;
      margin: auto; }
      #horoscope_single .index-text_box__rank--gold {
        border-color: #CFA537;
        background-color: #CFA537;
        color: #fff; }
      #horoscope_single .index-text_box__rank--silver {
        border-color: #C5CBD2;
        background-color: #C5CBD2;
        color: #fff; }
      #horoscope_single .index-text_box__rank--bronze {
        border-color: #B58B6C;
        background-color: #B58B6C;
        color: #fff; }
  #horoscope_single .horoscope-navi_box {
    display: flex;
    justify-content: center;
    font-size: 13px; }
    #horoscope_single .horoscope-navi_box__text {
      padding: 8px 12px;
      line-height: 1em;
      border-left: 1px solid #fff;
      text-align: center; }
      #horoscope_single .horoscope-navi_box__text--selected {
        border: 1px solid #ccc;
        width: 20%; }
      #horoscope_single .horoscope-navi_box__text--first {
        border-radius: 5px 0 0 5px; }
      #horoscope_single .horoscope-navi_box__text--end {
        border-radius: 0 5px 5px 0; }
    #horoscope_single .horoscope-navi_box__link {
      background-color: #F6F5F4;
      text-decoration: none;
      color: #3C3C3C;
      width: 20%;
      text-align: center; }
      #horoscope_single .horoscope-navi_box__link--first {
        border-radius: 5px 0 0 5px; }
      #horoscope_single .horoscope-navi_box__link--end {
        border-radius: 0 5px 5px 0; }
  #horoscope_single .star_param {
    text-align: center;
    color: #CFA537;
    font-size: 23px;
    line-height: 1em;
    letter-spacing: 5px;
    margin-bottom: 16px; }
  #horoscope_single .horoscope-maincontent_box {
    margin-top: 15px; }
    #horoscope_single .horoscope-maincontent_box__message {
      margin-bottom: 14px;
      font-size: 15px; }
    #horoscope_single .horoscope-maincontent_box__text {
      margin-bottom: 7px;
      font-size: 15px; }
  #horoscope_single .hm-color {
    background-color: #FFF6E0;
    color: #CFA537;
    border-radius: 15px;
    padding: 6px 14px;
    margin-right: 14px;
    display: inline-block;
    line-height: 19px; }

@media only screen and (max-width: 320px) {
  #horoscope_single {
    width: 98%; }
    #horoscope_single .index-text_box {
      text-align: center;
      margin-left: 14px;
      margin-top: 7px; }
    #horoscope_single .horoscope-index_box__img {
      width: 100px;
      height: 100px; } }

/*# sourceMappingURL=fortune_main.css.map */
