@charset "UTF-8";
#main > .inner {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #main > .inner {
    padding-top: 0;
  }
}

#slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 6px #d1d1d1;
  -webkit-box-shadow: 0px 0px 6px #d1d1d1;
  box-shadow: 0px 0px 6px #d1d1d1;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #slide {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
  }
  #slide img {
    width: 100%;
  }
}
#slide .sp-buttons {
  display: none;
}
@media screen and (max-width: 767px) {
  #slide .sp-buttons {
    display: block;
    background: #dae4f7;
    height: 20px;
    padding-top: 5px;
    position: relative;
  }
  #slide .sp-buttons .sp-button {
    width: 5px;
    height: 5px;
    background-color: #a7bee9;
    border: none;
  }
  #slide .sp-buttons .sp-button.sp-selected-button {
    background-color: #4f6eab;
  }
}
@media screen and (max-width: 767px) {
  #slide .sp-horizontal .sp-arrows {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
  #slide .sp-horizontal .sp-arrows .sp-arrow {
    height: 25px;
  }
  #slide .sp-horizontal .sp-arrows .sp-arrow.sp-previous-arrow:after, #slide .sp-horizontal .sp-arrows .sp-arrow.sp-next-arrow:after {
    content: none;
  }
  #slide .sp-horizontal .sp-arrows .sp-arrow.sp-previous-arrow:before, #slide .sp-horizontal .sp-arrows .sp-arrow.sp-next-arrow:before {
    transform: none;
    font-size: 13px;
    color: #4f6eab;
    background: none;
    z-index: 1;
    top: 50%;
    margin-top: -11px;
  }
  #slide .sp-horizontal .sp-arrows .sp-arrow.sp-previous-arrow:before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }
  #slide .sp-horizontal .sp-arrows .sp-arrow.sp-next-arrow:before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    right: 0;
  }
}
#slide .slide_sub {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #slide .slide_sub {
    display: none;
  }
}
#slide .slide_sub ul:after {
  content: " ";
  display: block;
  clear: both;
}
#slide .slide_sub ul li {
  float: left;
  width: 192px;
  height: 55px;
  margin-top: 1px;
  margin-left: 10px;
}
#slide .slide_sub ul li:first-child {
  margin-left: 0;
}

#top_main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 60px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 6px #d1d1d1;
  -webkit-box-shadow: 0px 0px 6px #d1d1d1;
  box-shadow: 0px 0px 6px #d1d1d1;
  padding: 30px 20px 20px;
}
@media screen and (max-width: 767px) {
  #top_main {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
  }
}
#top_main h2 {
  font-size: 15px;
  font-weight: bold;
  color: #4e74c1;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 15px 10px 20px;
  background: url("../media/images/common/bg_title_l.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top_main h2 {
    line-height: 1.6;
    height: auto;
    font-size: 12px;
    font-weight: bold;
    color: #4e74c1;
    border: solid 1px #4e74c1;
    border-bottom: solid 3px #4e74c1;
    padding: 11.5px 15px 9.5px;
    background: url("../media/images/common/sp/bg_gradation.png") repeat-x;
    background-size: cover;
    margin-bottom: 0;
  }
}
#top_main h2 span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #top_main h2 span {
    display: none;
  }
}
#top_main h2 span.link {
  position: absolute;
  right: 20px;
}
#top_main h2 span.link:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
#top_main h2 span.link:hover:before {
  color: #5f8be5;
}
#top_main h2 span.link a {
  font-size: 13px;
}
#top_main h2 span.now {
  font-size: 12px;
}
#top_main h2 span.tag {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  color: #b09230;
  border: solid 1px #b09230;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#top_main .column_wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
#top_main .column_wrapper .column_left {
  width: 720px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #top_main .column_wrapper .column_left {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
#top_main .column_wrapper .column_right {
  width: 240px;
  float: right;
}
@media screen and (max-width: 767px) {
  #top_main .column_wrapper .column_right {
    display: none;
  }
}
#top_main .column_wrapper .column_right ul.side_banner li {
  margin-bottom: 10px;
}
#top_main div.attention {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top_main div.attention {
    margin-bottom: 0;
  }
}
#top_main div.attention ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #top_main div.attention ul {
    display: none;
  }
}
#top_main div.attention ul li {
  float: left;
  margin-left: 10px;
}
#top_main div.attention ul li:first-child {
  margin-left: 0;
}
#top_main div.attention .intro {
  padding: 13px 0;
  text-align: center;
  font-size: 11px;
  font-style: italic;
}
#top_main div.attention .intro span {
  font-weight: bold;
  color: #44629f;
}
#top_main div.info {
  padding: 7px 5px;
  background: #ffeef9;
}
#top_main div.info ul {
  margin: 0 auto;
  text-align: center;
}
#top_main div.info ul:after {
  content: " ";
  display: block;
  clear: both;
}
#top_main div.info ul li {
  display: inline-block;
}
#top_main div.info ul li:first-child {
  margin-left: 0;
}
#top_main div.info ul li img {
  width: 100%;
}
#top_main div.info ul li.mail {
  width: 27.42%;
}
#top_main div.info ul li.reserve {
  width: 35.487%;
}
#top_main div.info ul li.tel {
  width: 33.876%;
}
#top_main .middle_navi ul {
  display: table;
  width: 100%;
}
#top_main .middle_navi ul li {
  display: table-cell;
  width: 20%;
}
#top_main .middle_navi ul li a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #5b81cf;
  width: 100%;
  height: 80px;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  background: #4e74c1;
}
#top_main .middle_navi ul li a img {
  width: 30px;
}
#top_main .middle_navi ul li a span {
  display: block;
  padding-top: 6px;
}
#top_main .middle_navi ul li:first-child a {
  border-left: none;
}
#top_main .middle_navi ul li.doctor a {
  padding: 10px 7px;
}
#top_main .middle_navi ul li.access a {
  padding: 10px 6px;
}
#top_main .middle_navi ul li:nth-child(even) a {
  background: #4a6fbb;
}
#top_main section.treatment {
  margin-bottom: 30px;
}
#top_main section.treatment:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #top_main section.treatment h2 {
    background: url("../media/images/treatment/sp/bg_menu.png") repeat-x;
    background-size: 100% 50px;
    padding: 13px 18px;
    height: 50px;
    font-size: 16px;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    color: #b09230;
    border: solid 1px #c4b488;
    -moz-box-shadow: 0px 2.5px 0px #c4b488;
    -webkit-box-shadow: 0px 2.5px 0px #c4b488;
    box-shadow: 0px 2.5px 0px #c4b488;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0;
    position: relative;
    /*
    *img {
    *	width: (189px / 2);
    *}
    */
  }
  #top_main section.treatment h2:after {
    content: url("../media/images/treatment/sp/button_open.png");
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
  }
  #top_main section.treatment h2.opened {
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 0;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0px 0px;
  }
  #top_main section.treatment h2.opened:after {
    content: url("../media/images/treatment/sp/button_close.png");
  }
}
@media screen and (max-width: 767px) {
  #top_main section.treatment .treatment_contents {
    display: none;
    border: solid 1px #c4b488;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #top_main section.treatment .sp_outer {
    border: solid 5px #f4f0e7;
    background: #fff;
    padding: 11px;
  }
}
#top_main section.treatment section {
  border: solid 1px #c4b488;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 236px;
  margin-left: 12px;
  float: left;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section {
    border: none;
    border-radius: 0;
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
#top_main section.treatment section .outer {
  border: solid 5px #f4f0e7;
  background: #fff;
  padding: 3px 9px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section .outer {
    border: none;
    padding: 0;
    height: auto;
  }
}
#top_main section.treatment section .section_inner {
  background: #fff;
}
#top_main section.treatment section h3 {
  background: url("../media/images/treatment/border_title.png") no-repeat left bottom;
  background-size: 100% auto;
  margin-bottom: 12px;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #444;
  padding-bottom: 5px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
#top_main section.treatment section h3 span {
  color: #b09230;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section h3 {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    background: #f4f0e7;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #555555;
    padding: 6px;
    margin-bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #top_main section.treatment section h3 span {
    font-size: 12px;
  }
}
#top_main section.treatment section ul li {
  margin-bottom: 10px;
}
#top_main section.treatment section ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section ul li {
    margin-bottom: 0;
    border-top: solid 1px #c4b488;
    position: relative;
  }
  #top_main section.treatment section ul li:first-child {
    border-top: none;
  }
  #top_main section.treatment section ul li:after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    color: #c4b488;
    font-size: 15px;
    right: 5px;
    top: 50%;
    margin-top: -12px;
  }
}
#top_main section.treatment section ul li a {
  color: #555;
  text-decoration: none;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section ul li a {
    padding: 11px 11px 11px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  #top_main section.treatment section ul li a:after {
    content: " ";
    display: block;
    clear: both;
  }
}
#top_main section.treatment section ul li a .thumbnail {
  display: table-cell;
  width: 50px;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section ul li a .thumbnail {
    display: block;
    float: left;
  }
}
#top_main section.treatment section ul li a .thumbnail img {
  border: solid 1px #e6e6e6;
  width: 48px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section ul li a .thumbnail img {
    border: solid 1px #c4b488;
  }
}
#top_main section.treatment section ul li a h4 {
  display: table-cell;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section ul li a h4 {
    display: block;
    float: left;
    padding: 7px 5px 6px 10px;
  }
}
#top_main section.treatment section ul li a h4 span {
  display: block;
  font-size: 11px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section ul li a h4 span {
    display: inline;
  }
}
#top_main section.treatment section ul li a:hover {
  color: #b09230;
}
#top_main section.treatment section ul li a:hover h4 {
  text-decoration: underline;
}
#top_main section.treatment section ul li a:hover .thumbnail img {
  border: solid 1px #c4b488;
}
#top_main section.treatment section.body {
  margin-left: 0;
}
#top_main section.treatment section.others .method_menu {
  width: 206px;
  height: 70px;
  background: url("../media/images/treatment/others/banner_menu.jpg") no-repeat;
  background-size: cover;
  margin-top: 148px;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section.others .method_menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    background-color: #fcf9f0;
    background-image: url("../media/images/treatment/sp/bg_banner.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 64px 58px;
    height: 60px;
    width: 100%;
    border: solid 1px #c4b488;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
#top_main section.treatment section.others .method_menu a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 0 0 63px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.23;
  font-weight: bold;
  color: #686868;
  text-decoration: none;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #top_main section.treatment section.others .method_menu a {
    padding: 13px 0 0 80px;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
  }
  #top_main section.treatment section.others .method_menu a:after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    color: #c4b488;
    font-size: 20px;
    right: 15px;
    top: 50%;
    margin-top: -14px;
  }
}
#top_main section.treatment section.others .method_menu a span {
  color: #b49540;
}
#top_main section.original {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top_main section.original {
    margin-bottom: 0;
  }
}
#top_main section.original h2 {
  padding: 13px 15px 10px 70px;
}
@media screen and (max-width: 767px) {
  #top_main section.original h2 {
    padding: 11.5px 15px 9.5px;
  }
}
#top_main section.original ul:after {
  content: " ";
  display: block;
  clear: both;
}
#top_main section.original ul li {
  margin-left: 12px;
  float: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_main section.original ul li {
    margin-left: 0;
    float: none;
  }
}
#top_main section.original ul li:first-child {
  margin-left: 0;
}
#top_main section.original ul li:after {
  content: url("../media/images/top/original/corner.png");
  position: absolute;
  bottom: -5px;
  right: 1px;
}
@media screen and (max-width: 767px) {
  #top_main section.original ul li:after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    color: #c4b488;
    font-size: 20px;
    right: 20px;
    top: 50%;
    margin-top: -14px;
  }
}
#top_main section.original ul li a {
  border: solid 1px #cfbf7c;
  width: 232px;
  height: 110px;
  position: relative;
  display: block;
  background: #fcf9f0;
  padding: 14px 10px 14px 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#top_main section.original ul li a:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #top_main section.original ul li a {
    border: none;
    border-top: solid 1px #cfbf7c;
    width: 100%;
    height: auto;
    display: table;
    text-decoration: none;
    padding: 14px 10px 14px 15px;
  }
}
#top_main section.original ul li a .ribbon {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top_main section.original ul li a .ribbon {
    display: none;
  }
}
#top_main section.original ul li a .thumbnail {
  width: 65px;
  float: left;
}
#top_main section.original ul li a .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top_main section.original ul li a .thumbnail {
    width: 50px;
    float: none;
    display: table-cell;
  }
}
#top_main section.original ul li a .textbox {
  width: 140px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #top_main section.original ul li a .textbox {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 8px;
  }
}
#top_main section.original ul li a .textbox h3 {
  font-size: 15px;
  color: #b19031;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 3px;
}
#top_main section.original ul li a .textbox .detail {
  color: #444;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #top_main section.original ul li a .textbox .detail {
    line-height: 1.3;
  }
}
#top_main section.original ul li a:hover .textbox h3,
#top_main section.original ul li a:hover .textbox .detail {
  color: #d1b24c;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #top_main section.original ul li:first-child a {
    border-top: none;
  }
}
#top_main section.laser {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top_main section.laser {
    margin-bottom: 0;
  }
}
#top_main section.laser ul:after {
  content: " ";
  display: block;
  clear: both;
}
#top_main section.laser ul li {
  margin-left: 7px;
  float: left;
}
@media screen and (max-width: 767px) {
  #top_main section.laser ul li {
    margin-left: 0;
    float: none;
    border-top: solid 1px #ebbddd;
  }
}
#top_main section.laser ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #top_main section.laser ul li:first-child {
    border-top: none;
  }
}
#top_main section.laser ul li a {
  width: 235px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#top_main section.laser ul li a:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #top_main section.laser ul li a {
    width: 100%;
    display: table;
    background: #fff9fd;
    padding: 14px 10px 14px 15px;
    text-decoration: none;
    position: relative;
  }
  #top_main section.laser ul li a:after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    color: #a65486;
    font-size: 20px;
    right: 20px;
    top: 50%;
    margin-top: -14px;
  }
}
#top_main section.laser ul li a .thumbnail {
  width: 68px;
  height: 83px;
  border: solid 1px #85a0d8;
  float: left;
}
@media screen and (max-width: 767px) {
  #top_main section.laser ul li a .thumbnail {
    display: table-cell;
    border: none;
    width: 50px;
    height: 50px;
    float: none;
  }
}
#top_main section.laser ul li a .thumbnail img {
  width: 100%;
}
#top_main section.laser ul li a .textbox {
  width: 164px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  #top_main section.laser ul li a .textbox {
    display: table-cell;
    width: auto;
    float: none;
    vertical-align: middle;
    position: relative;
  }
}
#top_main section.laser ul li a .textbox .detail {
  color: #444;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top_main section.laser ul li a .textbox .detail {
    color: #a65486;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 18px;
  }
}
#top_main section.laser ul li a .textbox h3 {
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #top_main section.laser ul li a .textbox h3 {
    display: inline-block;
    width: auto;
    color: #a65486;
    font-size: 11px;
    line-height: 1.2;
    text-decoration: none;
    border: solid 1px #ebbddd;
    background: #fff;
    padding: 1px 5px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 7px;
  }
}
#top_main section.laser ul li a:hover h3 {
  text-decoration: none;
}
#top_main section.popular {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top_main section.popular {
    margin-bottom: 0;
  }
}
#top_main section.popular ul.long li {
  margin-bottom: 10px;
}
#top_main section.popular ul.double:after {
  content: " ";
  display: block;
  clear: both;
}
#top_main section.popular ul.double li {
  float: right;
}
#top_main section.popular ul.double li:first-child {
  margin-right: 10px;
  float: left;
}
@media screen and (max-width: 767px) {
  #top_main section.popular ul {
    padding: 10px;
  }
  #top_main section.popular ul li {
    margin-bottom: 10px;
  }
  #top_main section.popular ul li img {
    width: 100%;
  }
}
#top_main section.topics {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top_main section.topics {
    margin-bottom: 0;
  }
}
#top_main section.topics h2 {
  margin-bottom: 0;
}
#top_main section.topics h2 span.link {
  padding-left: 16px;
}
#top_main section.topics h2 span.link:before {
  position: absolute;
  left: 0;
  top: 1px;
}
#top_main section.topics .topics_list {
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  #top_main section.topics .topics_list {
    padding: 5px 10px 10px;
  }
}
#top_main section.topics .topics_list p {
  border-top: solid 1px #e6e6e6;
}
#top_main section.topics .topics_list p:first-child {
  border-top: none;
}
#top_main section.topics .topics_list p a {
  display: table;
  width: 100%;
  text-decoration: none;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #top_main section.topics .topics_list p a {
    display: block;
  }
}
#top_main section.topics .topics_list p a span {
  display: table-cell;
  font-size: 12px;
  line-height: 1.7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #top_main section.topics .topics_list p a span {
    display: block;
  }
}
#top_main section.topics .topics_list p a span.date {
  color: #4e74c1;
  padding-left: 5px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  #top_main section.topics .topics_list p a span.date {
    color: #444;
    width: 100%;
    padding-right: 5px;
  }
}
#top_main section.topics .topics_list p a span.title {
  color: #444;
  padding-left: 25px;
  width: 620px;
}
@media screen and (max-width: 767px) {
  #top_main section.topics .topics_list p a span.title {
    color: #4e74c1;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: underline;
    white-space: normal;
    width: 100%;
  }
}
#top_main section.topics .topics_list p a:hover span.date {
  color: #5f8be5;
}
#top_main section.topics .topics_list p a:hover span.title {
  color: #5f8be5;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking h2 {
    margin-bottom: 15px;
  }
}
#top_main section.ranking div.clear {
  width: 110%;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking div.clear {
    width: 100%;
  }
}
#top_main section.ranking .ranking_box {
  border: solid 1px #c4b488;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 480px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box {
    margin: 0 auto 10px;
    width: 93.75%;
    float: none;
  }
}
#top_main section.ranking .ranking_box:after {
  position: absolute;
  right: -3px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box:after {
    right: auto;
    left: -3px;
    top: -4px;
  }
}
#top_main section.ranking .ranking_box .outer {
  border: solid 5px #f4f0e7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url("../media/images/top/ranking/bg_translucent.png") no-repeat;
  background-size: cover;
  padding: 16px 9px 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box .outer {
    height: auto;
    background: #fff;
  }
}
#top_main section.ranking .ranking_box .section_inner {
  background: transparent;
}
#top_main section.ranking .ranking_box.box1:after {
  content: url("../media/images/top/ranking/ribbon_pink.png");
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box1:after {
    content: url("../media/images/top/sp/ranking/ribbon_pink.png");
  }
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box1 img {
    width: 165px;
  }
  #top_main section.ranking .ranking_box.box1 ul li a:after {
    color: #d97c99;
  }
}
#top_main section.ranking .ranking_box.box2:after {
  content: url("../media/images/top/ranking/ribbon_purple.png");
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box2:after {
    content: url("../media/images/top/sp/ranking/ribbon_purple.png");
  }
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box2 img {
    width: 165px;
  }
  #top_main section.ranking .ranking_box.box2 ul li a:after {
    color: #ab7eb4;
  }
}
#top_main section.ranking .ranking_box.box3:after {
  content: url("../media/images/top/ranking/ribbon_blue.png");
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box3:after {
    content: url("../media/images/top/sp/ranking/ribbon_blue.png");
  }
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box3 img {
    width: 168px;
  }
  #top_main section.ranking .ranking_box.box3 ul li a:after {
    color: #7077ac;
  }
}
#top_main section.ranking .ranking_box.box4:after {
  content: url("../media/images/top/ranking/ribbon_orange.png");
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box4:after {
    content: url("../media/images/top/sp/ranking/ribbon_orange.png");
  }
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box4 img {
    width: 110px;
  }
  #top_main section.ranking .ranking_box.box4 ul li a:after {
    color: #ca8050;
  }
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box_sub {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
  }
}
#top_main section.ranking .ranking_box.box_sub:after {
  content: url("../media/images/top/ranking/ribbon_gold.png");
  top: -2px;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box_sub:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box_sub div.outer {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box_sub h3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box.box_sub ul li a:after {
    color: #b09230;
  }
}
#top_main section.ranking .ranking_box h3 {
  padding-left: 9px;
  margin-bottom: 10px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box h3 {
    text-align: center;
    padding-left: 0px;
  }
}
#top_main section.ranking .ranking_box ul {
  border: solid 1px #eae4d4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 14px;
}
#top_main section.ranking .ranking_box ul li {
  border-top: solid 1px #eae4d4;
  padding: 12px 0;
}
#top_main section.ranking .ranking_box ul li:first-child {
  border-top: none;
}
#top_main section.ranking .ranking_box ul li a {
  display: table;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
    position: relative;
  }
  #top_main section.ranking .ranking_box ul li a:after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: 50%;
    margin-top: -16px;
  }
}
#top_main section.ranking .ranking_box ul li a .crown {
  display: table-cell;
  vertical-align: middle;
  width: 44px;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li a .crown {
    width: 35px;
  }
}
#top_main section.ranking .ranking_box ul li a .crown img {
  width: 44px;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li a .crown img {
    width: 35px;
  }
}
#top_main section.ranking .ranking_box ul li a .textbox {
  display: table-cell;
  vertical-align: middle;
  width: 376px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li a .textbox {
    width: 85%;
  }
}
#top_main section.ranking .ranking_box ul li a .textbox h4,
#top_main section.ranking .ranking_box ul li a .textbox .detail {
  text-decoration: none;
}
#top_main section.ranking .ranking_box ul li a .textbox h4 {
  font-size: 14px;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li a .textbox h4 {
    font-size: 13px;
  }
}
#top_main section.ranking .ranking_box ul li a .textbox .detail {
  font-size: 12px;
  color: #444;
}
#top_main section.ranking .ranking_box ul li a:hover .textbox h4,
#top_main section.ranking .ranking_box ul li a:hover .textbox .detail {
  text-decoration: underline;
}
#top_main section.ranking .ranking_box ul li.rank_1 a .textbox h4 {
  color: #e0ac0f;
}
#top_main section.ranking .ranking_box ul li.rank_1 a:hover .textbox h4,
#top_main section.ranking .ranking_box ul li.rank_1 a:hover .textbox .detail {
  color: #f5cd56;
}
#top_main section.ranking .ranking_box ul li.rank_2 a .textbox h4 {
  color: #adadad;
}
#top_main section.ranking .ranking_box ul li.rank_2 a:hover .textbox h4,
#top_main section.ranking .ranking_box ul li.rank_2 a:hover .textbox .detail {
  color: #c0c0c0;
}
#top_main section.ranking .ranking_box ul li.rank_3 a .textbox h4 {
  color: #9c8555;
}
#top_main section.ranking .ranking_box ul li.rank_3 a:hover .textbox h4,
#top_main section.ranking .ranking_box ul li.rank_3 a:hover .textbox .detail {
  color: #bda677;
}
#top_main section.ranking .ranking_box ul li.rank_4, #top_main section.ranking .ranking_box ul li.rank_5 {
  border-top: none;
  background: #fbf9f4;
  padding: 0 15px;
}
#top_main section.ranking .ranking_box ul li.rank_4 a, #top_main section.ranking .ranking_box ul li.rank_5 a {
  padding: 12px 0;
  background: #fbf9f4;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li.rank_4 a, #top_main section.ranking .ranking_box ul li.rank_5 a {
    padding: 12px 20px 12px 0;
  }
  #top_main section.ranking .ranking_box ul li.rank_4 a:after, #top_main section.ranking .ranking_box ul li.rank_5 a:after {
    color: #bb76a0;
    font-size: 15px;
    top: 50%;
    margin-top: -13px;
  }
}
#top_main section.ranking .ranking_box ul li.rank_4 a div.crown, #top_main section.ranking .ranking_box ul li.rank_5 a div.crown {
  width: 40px;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li.rank_4 a div.crown, #top_main section.ranking .ranking_box ul li.rank_5 a div.crown {
    width: 30px;
  }
}
#top_main section.ranking .ranking_box ul li.rank_4 a div.crown img, #top_main section.ranking .ranking_box ul li.rank_5 a div.crown img {
  width: 36px;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li.rank_4 a div.crown img, #top_main section.ranking .ranking_box ul li.rank_5 a div.crown img {
    width: 28px;
  }
}
#top_main section.ranking .ranking_box ul li.rank_4 a div.textbox, #top_main section.ranking .ranking_box ul li.rank_5 a div.textbox {
  width: 350px;
  padding-top: 3px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li.rank_4 a div.textbox, #top_main section.ranking .ranking_box ul li.rank_5 a div.textbox {
    width: 85%;
  }
}
#top_main section.ranking .ranking_box ul li.rank_4 a div.textbox h4, #top_main section.ranking .ranking_box ul li.rank_5 a div.textbox h4 {
  color: #bb76a0;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li.rank_4 a div.textbox h4, #top_main section.ranking .ranking_box ul li.rank_5 a div.textbox h4 {
    font-size: 12px;
  }
}
#top_main section.ranking .ranking_box ul li.rank_4 a:hover .textbox h4,
#top_main section.ranking .ranking_box ul li.rank_4 a:hover .textbox .detail, #top_main section.ranking .ranking_box ul li.rank_5 a:hover .textbox h4,
#top_main section.ranking .ranking_box ul li.rank_5 a:hover .textbox .detail {
  color: #e5bad4;
}
#top_main section.ranking .ranking_box ul li.rank_4 {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#top_main section.ranking .ranking_box ul li.rank_5 {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  margin-bottom: 14px;
}
#top_main section.ranking .ranking_box ul li.rank_5 a {
  border-top: solid 1px #eae4d4;
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .ranking_box ul li.rank_5 a {
    border-top: none;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #top_main section.ranking .section_box_sub div.ranking_box {
    display: none;
  }
  #top_main section.ranking .section_box_sub h3 {
    background: url("../media/images/top/sp/ranking/bg_menu.png") repeat-x;
    background-size: 100% 50px;
    padding: 13px 40px 13px 25px;
    margin: 15px auto 10px;
    width: 93.75%;
    height: 50px;
    border: solid 1px #c4b488;
    -moz-box-shadow: 0px 2.5px 0px #c4b488;
    -webkit-box-shadow: 0px 2.5px 0px #c4b488;
    box-shadow: 0px 2.5px 0px #c4b488;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  #top_main section.ranking .section_box_sub h3 img.title {
    height: 15.5px;
  }
  #top_main section.ranking .section_box_sub h3 img.best3 {
    position: absolute;
    width: 53px;
    right: 60px;
    top: 50%;
    margin-top: -8px;
  }
  #top_main section.ranking .section_box_sub h3:before {
    content: url("../media/images/top/sp/ranking/ribbon_gold.png");
    position: absolute;
    left: -3px;
    top: -2px;
  }
  #top_main section.ranking .section_box_sub h3:after {
    content: url("../media/images/top/sp/ranking/button_open.png");
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
  }
  #top_main section.ranking .section_box_sub h3.opened {
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 0;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0px 0px;
  }
  #top_main section.ranking .section_box_sub h3.opened:after {
    content: url("../media/images/top/sp/ranking/button_close.png");
  }
}
#top_main section.outline {
  border: solid 6px #f4f0e7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 24px 24px 16px;
}
@media screen and (max-width: 767px) {
  #top_main section.outline {
    display: none;
  }
}
#top_main section.outline h2 {
  color: #b09230;
  background: none;
  padding: 0;
  margin-bottom: 9px;
  height: auto;
  border: none;
}
#top_main section.outline .detail {
  font-size: 12px;
  line-height: 2;
}

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