@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  overflow-y: scroll;
  *zoom: 1; }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

#todaidays .wrapper {
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  color: #222;
  text-align: left;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  letter-spacing: 1px; }
  @media screen and (max-width: 599px) {
    #todaidays .wrapper {
      font-size: 15px; } }

#todaidays * {
  box-sizing: border-box; }

#todaidays img {
  width: 100%;
  height: auto;
  -webkit-touch-callout: none; }

#todaidays .pc {
  display: none; }
  @media screen and (min-width: 769px) {
    #todaidays .pc {
      display: block; } }

#todaidays .sp {
  display: none; }
  @media screen and (max-width: 599px) {
    #todaidays .sp {
      display: block; } }

#todaidays a {
  text-decoration: underline;
  color: #484598; }
  #todaidays a:hover {
    text-decoration: none; }
    @media screen and (min-width: 769px) {
      #todaidays a:hover img {
        opacity: 0.7; } }
  #todaidays a:hover, #todaidays a img {
    transition: .2s linear; }

#todaidays .photo-cap {
  font-size: 14px;
  text-align: center; }
  #todaidays .photo-cap img {
    margin-bottom: 10px; }

#todaidays .sns-box {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 599px) {
    #todaidays .sns-box {
      right: 50%;
      top: auto;
      bottom: 20px;
      margin-right: -110px; } }
  #todaidays .sns-box a {
    display: block;
    width: 40px;
    height: 40px; }
    @media screen and (min-width: 769px) {
      #todaidays .sns-box a:hover {
        opacity: 0.7; } }
    @media screen and (max-width: 599px) {
      #todaidays .sns-box a {
        margin: 0; } }
    #todaidays .sns-box a.sns-tw {
      background: url(../img/sns_tw.png);
      background-size: cover;
      margin-right: 20px; }
    #todaidays .sns-box a.sns-fb {
      background: url(../img/sns_fb.png);
      background-size: cover;
      margin-right: 20px; }
    #todaidays .sns-box a.sns-line {
      background: url(../img/sns_line.png);
      background-size: cover; }
    #todaidays .sns-box a.sns-note {
      background: url(../img/sns_note.png);
      background-size: cover;
      margin-right: 20px; }

#todaidays .mv-area {
  position: relative; }

#todaidays .mv-area h1 {
  display: block; }
  #todaidays .mv-area h1 a:hover img {
    opacity: 1; }

#todaidays .mv-margin {
  margin-bottom: 60px; }
  @media screen and (max-width: 599px) {
    #todaidays .mv-margin {
      margin-bottom: 30px; } }

@media screen and (min-width: 769px) {
  #todaidays .ban-mv {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 500px; } }

@media screen and (max-width: 599px) {
  #todaidays .ban-mv {
    padding: 20px 20px 0; } }

#todaidays .mv-logo {
  position: absolute;
  width: 468px;
  left: 30px;
  top: 30px; }
  @media screen and (max-width: 599px) {
    #todaidays .mv-logo {
      width: 200px;
      left: 10px;
      top: 10px; } }

#todaidays .info-area {
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  padding: 20px; }
  @media screen and (max-width: 599px) {
    #todaidays .info-area {
      padding: 10px;
      font-size: 14px; } }
  #todaidays .info-area span {
    color: #66ded7;
    padding-right: 20px;
    font-weight: bold; }
    @media screen and (max-width: 599px) {
      #todaidays .info-area span {
        padding-right: 10px; } }

#todaidays .info-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto; }

#todaidays .info-ttl {
  padding-right: 20px;
  border-right: 4px solid #66ded7;
  font-family: Helvetica;
  font-weight: bold;
  margin-right: 20px;
  width: 10%; }
  @media screen and (max-width: 599px) {
    #todaidays .info-ttl {
      padding: 0;
      border: none;
      margin: 0 0 5px 0;
      width: 100%; } }
  @media screen and (min-width: 600px) and (max-width: 1100px) {
    #todaidays .info-ttl {
      padding: 0;
      border: none;
      margin: 0 0 5px 0;
      width: 100%; } }

#todaidays .info-detail {
  width: 85%; }
  @media screen and (max-width: 599px) {
    #todaidays .info-detail {
      width: 100%; } }

#todaidays .mess-area {
  padding: 60px 0;
  background: url(../img/bg.png); }
  @media screen and (max-width: 599px) {
    #todaidays .mess-area {
      padding: 30px 4%; } }
  @media screen and (min-width: 600px) and (max-width: 1100px) {
    #todaidays .mess-area {
      padding: 30px 4%; } }

#todaidays .mess-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 599px) {
    #todaidays .mess-inner {
      display: block; } }

#todaidays .mess-text {
  width: 64%;
  font-size: 17px; }
  @media screen and (max-width: 599px) {
    #todaidays .mess-text {
      width: 100%;
      margin-bottom: 30px;
      font-size: 15px; } }
  #todaidays .mess-text p {
    margin-bottom: 20px;
    line-height: 2; }
    @media screen and (max-width: 599px) {
      #todaidays .mess-text p {
        margin-bottom: 10px; } }
    #todaidays .mess-text p.shomei {
      text-align: right;
      margin-bottom: 0;
      font-weight: bold;
      font-size: 15px; }
      @media screen and (max-width: 599px) {
        #todaidays .mess-text p.shomei {
          font-size: 14px; } }

#todaidays .mess-img {
  width: 32%; }
  @media screen and (max-width: 599px) {
    #todaidays .mess-img {
      width: 90%;
      margin: 0 auto; } }
  #todaidays .mess-img img {
    border: 6px solid #fff;
    box-shadow: 0 0 10px #ddd; }

#todaidays .prof-area {
  margin-bottom: 40px;
  padding: 60px 0;
  background: #effefd; }
  @media screen and (max-width: 599px) {
    #todaidays .prof-area {
      margin-bottom: 15px;
      padding: 20px 4%; } }
  @media screen and (min-width: 600px) and (max-width: 1100px) {
    #todaidays .prof-area {
      margin-bottom: 15px;
      padding: 20px 4%; } }

#todaidays .prof-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 599px) {
    #todaidays .prof-inner {
      display: block;
      margin-bottom: 20px; } }

#todaidays .prof-img {
  width: 20%; }
  @media screen and (max-width: 599px) {
    #todaidays .prof-img {
      width: 80%;
      margin: 0 auto 20px; } }

#todaidays .prof-main {
  width: 74%; }
  @media screen and (max-width: 599px) {
    #todaidays .prof-main {
      width: auto; } }
  #todaidays .prof-main h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 599px) {
      #todaidays .prof-main h3 {
        font-size: 16px;
        margin-bottom: 10px; } }

#todaidays .prof-text {
  font-size: 14px;
  margin-bottom: 30px; }
  #todaidays .prof-text p {
    margin-bottom: 15px; }
    @media screen and (max-width: 599px) {
      #todaidays .prof-text p {
        margin-bottom: 10px; } }
    #todaidays .prof-text p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 599px) {
    #todaidays .prof-text {
      margin-bottom: 20px; } }

#todaidays .prof-skill,
#todaidays .prof-voice,
#todaidays .prof-works {
  margin-bottom: 30px; }
  @media screen and (max-width: 599px) {
    #todaidays .prof-skill,
    #todaidays .prof-voice,
    #todaidays .prof-works {
      margin-bottom: 20px; } }
  #todaidays .prof-skill h4,
  #todaidays .prof-voice h4,
  #todaidays .prof-works h4 {
    font-weight: bold;
    margin-bottom: 10px; }
  #todaidays .prof-skill p,
  #todaidays .prof-voice p,
  #todaidays .prof-works p {
    margin-bottom: 10px;
    font-size: 14px; }

#todaidays .ban-official {
  max-width: 768px;
  margin: 0 auto; }

#todaidays .int-area {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto 80px;
  padding: 40px 0 0 0; }
  @media screen and (max-width: 599px) {
    #todaidays .int-area {
      margin-bottom: 40px;
      padding: 20px 4% 0; } }
  @media screen and (min-width: 600px) and (max-width: 1100px) {
    #todaidays .int-area {
      margin-bottom: 40px;
      padding: 20px 4% 0; } }
  #todaidays .int-area h3 {
    max-width: 680px;
    margin: 0 auto 60px;
    text-align: center; }
    #todaidays .int-area h3.add-ttl {
      margin: 0 auto 20px; }
      #todaidays .int-area h3.add-ttl span {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        padding-top: 20px; }
    @media screen and (max-width: 599px) {
      #todaidays .int-area h3 {
        margin: 0 auto 30px; } }
  #todaidays .int-area h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 599px) {
      #todaidays .int-area h4 {
        font-size: 16px; } }
    #todaidays .int-area h4.london-h4 {
      padding-top: 40px; }
      @media screen and (max-width: 599px) {
        #todaidays .int-area h4.london-h4 {
          padding-top: 20px; } }
  #todaidays .int-area article {
    padding-top: 60px; }
    #todaidays .int-area article.extra {
      padding: 0 0 60px; }
      @media screen and (max-width: 599px) {
        #todaidays .int-area article.extra {
          padding: 0 0 30px; } }
    @media screen and (max-width: 599px) {
      #todaidays .int-area article {
        padding-top: 30px; } }
    #todaidays .int-area article h5 {
      font-size: 20px;
      font-weight: bold;
      border-bottom: 5px solid #66ded7;
      margin-bottom: 30px; }
      #todaidays .int-area article h5.add {
        border-bottom: 5px solid #d4e233; }
      @media screen and (max-width: 599px) {
        #todaidays .int-area article h5 {
          font-size: 16px;
          margin-bottom: 20px; } }
    #todaidays .int-area article dl {
      overflow: hidden; }
      #todaidays .int-area article dl small {
        font-size: 14px; }
      #todaidays .int-area article dl dt {
        font-weight: bold;
        margin-bottom: 40px; }
        @media screen and (max-width: 599px) {
          #todaidays .int-area article dl dt {
            margin-bottom: 20px; } }
        #todaidays .int-area article dl dt p {
          margin-bottom: 20px;
          font-weight: bold; }
          #todaidays .int-area article dl dt p:last-child {
            margin-bottom: 0; }
          @media screen and (max-width: 599px) {
            #todaidays .int-area article dl dt p {
              margin-bottom: 10px; } }
      #todaidays .int-area article dl dd {
        margin-bottom: 40px;
        overflow: hidden; }
        @media screen and (max-width: 599px) {
          #todaidays .int-area article dl dd {
            margin-bottom: 20px; } }
        #todaidays .int-area article dl dd p {
          margin-bottom: 20px; }
          #todaidays .int-area article dl dd p:last-child {
            margin-bottom: 0; }
          @media screen and (max-width: 599px) {
            #todaidays .int-area article dl dd p {
              margin-bottom: 10px; } }

#todaidays .int-lead p {
  margin-bottom: 20px; }
  @media screen and (max-width: 599px) {
    #todaidays .int-lead p {
      margin-bottom: 15px; } }
  #todaidays .int-lead p.int-lead-shomei {
    text-align: right;
    font-size: 14px; }

#todaidays .drawer {
  text-decoration: underline;
  color: #484598;
  margin-bottom: 60px;
  cursor: pointer;
  font-weight: bold;
  display: block; }
  @media screen and (max-width: 599px) {
    #todaidays .drawer {
      margin-bottom: 30px; } }

#todaidays .next-btn {
  max-width: 400px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto 60px;
  cursor: pointer;
  transition: .2s linear; }
  #todaidays .next-btn:hover {
    background: #66ded7;
    transition: .2s linear;
    cursor: pointer; }
  #todaidays .next-btn.add:hover {
    background: #d4e233; }

#todaidays .next-btn-long {
  max-width: 600px; }
  @media screen and (max-width: 599px) {
    #todaidays .next-btn-long {
      height: auto;
      line-height: 1.5;
      padding: 15px 0; } }

#todaidays .int-img {
  width: 300px;
  text-align: left; }
  @media screen and (max-width: 599px) {
    #todaidays .int-img {
      width: 90%;
      margin: 0 auto 20px; } }
  @media screen and (min-width: 600px) and (max-width: 1100px) {
    #todaidays .int-img {
      width: 200px; } }

@media screen and (min-width: 769px) {
  #todaidays .img-r {
    float: right;
    padding: 0 0 30px 40px; } }

@media screen and (min-width: 600px) and (max-width: 1100px) {
  #todaidays .img-r {
    float: right;
    padding: 0 0 15px 20px; } }

@media screen and (min-width: 769px) {
  #todaidays .img-l {
    float: left;
    padding: 0 40px 30px 0; } }

@media screen and (min-width: 600px) and (max-width: 1100px) {
  #todaidays .img-l {
    float: left;
    padding: 0 20px 15px 0; } }

#todaidays #article02,
#todaidays #article03,
#todaidays #article04,
#todaidays #article05,
#todaidays #article06,
#todaidays #article07,
#todaidays .nagai01,
#todaidays .nagai02 {
  display: none; }

#todaidays .article-london {
  padding-top: 0 !important; }

#todaidays .next-box {
  padding: 10px;
  background: #fcfee9;
  font-weight: bold;
  font-size: 18px; }
  @media screen and (max-width: 599px) {
    #todaidays .next-box {
      padding: 5px 10px;
      font-size: 16px; } }

#todaidays .bn-box ul li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0; }

#todaidays .bn-ttl {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc; }

#todaidays .int-jikanwari {
  margin-bottom: 40px; }
  @media screen and (max-width: 599px) {
    #todaidays .int-jikanwari {
      margin-bottom: 20px; } }

#todaidays .article-last {
  margin-bottom: 60px; }
  @media screen and (max-width: 599px) {
    #todaidays .article-last {
      margin-bottom: 30px; } }

#todaidays .link-vol1 {
  text-align: right;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: bold; }
  @media screen and (max-width: 599px) {
    #todaidays .link-vol1 {
      margin-bottom: 20px;
      text-align: center; } }

#todaidays .audio-ttl {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc; }

#todaidays .audio-btn {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc; }
  #todaidays .audio-btn a {
    display: inline-block;
    width: 250px;
    margin-right: 30px;
    font-size: 0; }
    @media screen and (max-width: 599px) {
      #todaidays .audio-btn a {
        width: 100%;
        margin-bottom: 15px; }
        #todaidays .audio-btn a:last-child {
          margin-bottom: 0; } }

#todaidays .tour-box {
  border: 2px dashed #66ded7;
  padding: 30px;
  margin-bottom: 60px; }
  #todaidays .tour-box.add {
    border: 2px dashed #d4e233; }
  @media screen and (max-width: 599px) {
    #todaidays .tour-box {
      padding: 15px;
      margin-bottom: 30px; } }

#todaidays p.tour-ttl {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding: 10px;
  background: #66ded7;
  margin-bottom: 40px !important; }
  #todaidays p.tour-ttl.add {
    background: #d4e233; }
  @media screen and (max-width: 599px) {
    #todaidays p.tour-ttl {
      font-size: 18px;
      padding: 5px;
      margin-bottom: 20px !important; } }

#todaidays .tour-photos {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0; }
  @media screen and (max-width: 599px) {
    #todaidays .tour-photos {
      width: 100%;
      display: block;
      padding: 10px 0; } }
  #todaidays .tour-photos p {
    text-align: center; }
    @media screen and (max-width: 599px) {
      #todaidays .tour-photos p {
        width: 90%;
        height: auto;
        margin: 0 auto 20px; }
        #todaidays .tour-photos p img {
          margin-bottom: 5px; } }
    @media screen and (min-width: 769px) {
      #todaidays .tour-photos p {
        display: inline-block; }
        #todaidays .tour-photos p:nth-child(odd) {
          margin-right: 30px; }
        #todaidays .tour-photos p img {
          height: 300px;
          width: auto;
          margin-bottom: 10px; } }

#todaidays .photo-map {
  width: 50%; }
  @media screen and (max-width: 599px) {
    #todaidays .photo-map {
      width: 90%; } }

#todaidays .london-top {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  word-break: break-all; }
  @media screen and (max-width: 599px) {
    #todaidays .london-top {
      display: block;
      margin: 0 auto 20px; } }

#todaidays .london-top-img {
  width: 20%; }
  @media screen and (max-width: 599px) {
    #todaidays .london-top-img {
      width: 80%;
      margin: 0 auto 15px; } }

#todaidays .london-top-text {
  width: 74%; }
  @media screen and (max-width: 599px) {
    #todaidays .london-top-text {
      width: 100%; } }

#todaidays .special-0713 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  background: #fafafa; }
  @media screen and (max-width: 599px) {
    #todaidays .special-0713 {
      display: block;
      padding: 15px; } }

#todaidays .special-0713-text {
  width: 68%; }
  @media screen and (max-width: 599px) {
    #todaidays .special-0713-text {
      width: 100%;
      margin-bottom: 15px; } }
  #todaidays .special-0713-text p {
    margin-bottom: 20px; }
    @media screen and (max-width: 599px) {
      #todaidays .special-0713-text p {
        margin-bottom: 10px; } }

#todaidays .special-0713-com {
  padding: 20px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px; }
  @media screen and (max-width: 599px) {
    #todaidays .special-0713-com {
      padding: 10px 0;
      margin-bottom: 15px; } }
  #todaidays .special-0713-com p {
    font-weight: bold !important; }
  #todaidays .special-0713-com p:last-child {
    margin: 0; }

#todaidays .special-0713-img {
  width: 28%; }
  @media screen and (max-width: 599px) {
    #todaidays .special-0713-img {
      width: 100%; } }

#todaidays .word-box {
  padding-left: 20px;
  border-left: 2px solid #ccc;
  font-family: serif; }
  #todaidays .word-box .word {
    font-weight: bold; }
  @media screen and (max-width: 599px) {
    #todaidays .word-box {
      padding-left: 10px; } }

#todaidays .photo-renzoku p {
  margin-bottom: 20px; }
  #todaidays .photo-renzoku p:last-child {
    margin-bottom: 0; }

#todaidays .now-box {
  padding: 15px; }
  @media screen and (min-width: 769px) {
    #todaidays .now-box {
      padding: 30px;
      text-align: center; } }
  #todaidays .now-box p {
    margin-bottom: 20px;
    font-weight: bold; }
    #todaidays .now-box p:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 769px) {
  #todaidays .photo-large {
    width: 560px; } }

@media screen and (min-width: 769px) {
  #todaidays .shuku {
    width: 70%;
    margin-left: 15%; } }

#todaidays .photo-map-21 {
  width: 80%;
  margin: 0 auto 30px; }
  @media screen and (max-width: 599px) {
    #todaidays .photo-map-21 {
      width: 90%; } }

#todaidays .four-box {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 599px) {
    #todaidays .four-box {
      width: 100%; } }
  #todaidays .four-box p {
    width: 46%;
    margin-bottom: 30px; }
    @media screen and (max-width: 599px) {
      #todaidays .four-box p {
        width: 90%;
        margin: 0 auto 20px; } }

#todaidays .note-btn {
  position: relative;
  max-width: 600px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto 60px;
  background: #66ded7;
  padding: 20px 0;
  transition: .2s linear;
  text-align: center;
  display: block;
  color: #000;
  border-radius: 6px;
  text-decoration: none; }
  #todaidays .note-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  #todaidays .note-btn:hover {
    opacity: 0.7;
    transition: .2s linear; }

#todaidays .add-photos {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto 60px; }
  @media screen and (max-width: 599px) {
    #todaidays .add-photos {
      max-width: 90%;
      margin: 0 auto 30px; } }

#todaidays .photo-add {
  width: 46%;
  font-size: 14px; }
  @media screen and (max-width: 599px) {
    #todaidays .photo-add {
      width: 100%; } }
  #todaidays .photo-add img {
    margin: 0 auto 10px;
    display: block; }

#todaidays .cap-long {
  width: 100%;
  margin: 0 !important;
  font-size: 14px;
  text-align: center; }
  @media screen and (max-width: 599px) {
    #todaidays .cap-long {
      text-align: left; } }

@media screen and (max-width: 599px) {
  #todaidays .photo-add-mb {
    margin-bottom: 30px; } }

#todaidays a.ban-offer {
  display: block;
  position: relative;
  width: 400px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 80px;
  color: #fff;
  font-weight: bold;
  background: #66ded7;
  text-decoration: none;
  text-align: center;
  text-decoration: none; }
  @media screen and (max-width: 599px) {
    #todaidays a.ban-offer {
      width: 90%;
      height: 60px;
      line-height: 60px;
      margin: 0 auto 40px; } }
  @media screen and (min-width: 769px) {
    #todaidays a.ban-offer:hover {
      opacity: 0.7; } }
  #todaidays a.ban-offer:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

#todaidays .under-ban {
  margin: 0 auto 80px; }
  @media screen and (max-width: 599px) {
    #todaidays .under-ban {
      margin: 0 auto 30px;
      width: 90%; } }
  @media screen and (min-width: 600px) and (max-width: 1100px) {
    #todaidays .under-ban {
      margin: 0 auto 30px;
      width: 90%; } }

#todaidays footer {
  padding: 0 0 30px 0; }
  @media screen and (max-width: 599px) {
    #todaidays footer {
      padding: 20px 4%; } }
  #todaidays footer .copy,
  #todaidays footer .caution {
    text-align: center;
    font-size: 10px;
    font-family: Helvetica; }

#todaidays .page-top {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  display: block;
  width: 40px;
  height: 40px;
  background: #66ded7;
  border-radius: 20px; }
  @media screen and (max-width: 599px) {
    #todaidays .page-top {
      display: none; } }
  #todaidays .page-top:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-right: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  @media screen and (min-width: 769px) {
    #todaidays .page-top:hover {
      opacity: 0.7; } }

#todaidays .voice-list li {
  width: 30%;
  margin-right: 2%;
  display: inline-block;
  margin-bottom: 10px; }
  @media screen and (min-width: 769px) {
    #todaidays .voice-list li:nth-child(3n) {
      margin-right: 0; } }
  @media screen and (max-width: 599px) {
    #todaidays .voice-list li {
      width: 100%;
      margin-right: 0; } }
  #todaidays .voice-list li a {
    display: block;
    vertical-align: middle;
    border: 1px solid #66ded7;
    border-radius: 6px;
    padding: 5px 0 5px 30px;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    color: #222; }
    #todaidays .voice-list li a:hover {
      background: #fff; }

#todaidays .voice-list li a,
#todaidays .voice-list li a.sm2_paused:hover,
#todaidays .voice-list li a.sm2_link:hover {
  background-image: url(../img/icon_play.png);
  background-position: 8px 50%;
  background-repeat: no-repeat; }

#todaidays .voice-list li a.sm2_paused {
  background-color: #66ded7; }

#todaidays .voice-list li a.sm2_paused:hover {
  background: #66ded7 url(../img/icon_play.png) no-repeat 8px 50%; }

#todaidays .voice-list li a.sm2_playing,
#todaidays .voice-list li a.sm2_playing:hover {
  background: #66ded7 url(../img/icon_pause.png) no-repeat 8px 50%;
  text-decoration: none; }
