@charset "UTF-8";

:root {
--link-color:#3e98ff;
--body-bg-color:#002155;
--h2-bg-color:#2e519d;
--main-border-color:#7ba1d9;
}

.update_info td:nth-child(1){
  width:33%;
}

.update_info td:nth-child(2){
  width:66%;
}

header {
  display: none;
}

#comments_wrapper {
  background: transparent !important;
}

#comments_expansion {
  background: transparent !important;
}

#disp_comments_ul li div p {
  color: #fafafa !important;
}

span[id^="for_search_jump_"] {
  color: #fafafa !important;
}

.comments_title_div .author {
  color: #fafafa !important;
}

.reply_btn_span {
  border: 1px solid #fafafa !important;
  color: #fafafa !important;
}

#write_comments + span {
  color: #fafafa !important;
}

#post_textarea_name {
  color:#333 !important;
}

#post_textarea_detail {
  color:#333 !important;
}

.contents_list {
  display: flex;
  flex-wrap: wrap;
}

.contents_list li {
  width: 50%;
  border: 1px solid #ecf8ff;
  text-align: center;
  box-sizing: border-box;
}

.head_line,.game_animate_switch {
  display: none !important;
}
.sp_main_header {
  display: none !important;
}

.post-content img, .wp-caption {
  height: auto;
  max-width: 100% !important;
}

body {
  background: var(--body-bg-color) !important;
  color:#fafafa;
  background-size: 200px;
}

a {
  color: var(--link-color);
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #e41802;
}

.post_content.top_main {
  padding: 10px;
}

.post-content table {
  border-collapse: separate;
  text-indent: initial;
  white-space: normal;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: start;
  border-spacing: 2px;
  font-variant: normal;
  margin-bottom: 10px;
}

td {
  display: table-cell;
  vertical-align: inherit;
  border: none;
}

th {
  display: table-cell;
  vertical-align: inherit;
  border: none;
}

#container {
  background: tranceparent;
}

.category #pc_top #main {
  background: var(--body-bg-color);
  padding: .8em;
  margin-top: 20px;
  border: 1px solid var(--main-border-color);
  padding: .8em .8em 100px;
  width: 700px;
}

a.linkbtn_orange:hover {
    background-color: transparent;
    text-decoration: underline;
    color: var(--link-color) !important;
}

#side {
  float: right;
  width: 300px;
  margin: 20px 0 0;
}

#pc_top #main {
  margin: 20px 0 0 20px;
}

#footer-in h2, #footer-in .post-content h2 {
  background: transparent !important;
  font-size: 14px;
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin: 20px 0 10px;
  border-radius: none;
  overflow: hidden;
  border: none;
}

.post-content nav.bg_index h2 {
  background: none!important;
}

table {
  border-collapse: separate;
  text-indent: initial;
  white-space: normal;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: center;
  border-spacing: 2px;
  font-variant: normal;
  margin-bottom: 10px;
  width: 100%;
  overflow: scroll;
}

.post-content table td {
  padding:.5em;
  text-align: center;
  font-size: 12px;
  background: #000;
}

a.linkbtn_arrow:hover {
  background-color: transparent !important;
  text-decoration: underline;
  color: rgb(58 104 255) !important;
}

a.linkbtn_arrow:hover:after {
    background-image: none;
}

.post-content table td img {
  margin-bottom: .3em;
}

h2, .post-content h2 {
  background: var(--h2-bg-color);
  font-size: 17px;
  padding: .4em 10px .4em 10px;
  position: relative;
  overflow: hidden;
  color: #fafafa;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
  position: relative;
  margin: 20px 0 15px;
}

h3, .post-content h3 {
  background: transparent;
  border:none;
  font-size: 16px;
  margin: 20px 0 15px;
}

.cattop_timestamp dl {
  display: flex;
  color: #fafafa;
}

.body-tsukihime .left_menu h2 {
  background: #000;
  font-size: 14px;
  padding: .4em 1em .4em 1em;
  position: relative;
  overflow: hidden;
  color: #fafafa;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
  position: relative;
}

.bg_index h2:after, .bg_index .post-content h2:after {
  background: none;
}

.new_menu_style .select_menu a {
  background: #163078;
  color: #fff;
}

.post-content ol.custom_order li:before {
  background: #e5466d;
}

.calender h2:after, .post-content .calender h2:after{
  background-image: none;
}

h2.header_label:before {
  background: none;
}

.search h2 {
    padding: .4em .5em .4em 31px;
    margin: 0px 0 10px;
}

.search .entry h2:before {
  background: none;
}

.post-content h3 {
  background: #0f2e5f;
  margin: 10px 0 15px 0;
  padding: 3px 0 3px 0;
  border-left: none;
  border-bottom: none;
  font-size: 15px;
  color: #e8f7fe;
}

.post-content table th {
  background-color: #000;
  color: #fafafa;
}

.post-content h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  border-left: none;
  line-height: 1.5;
  color: #fafafa;
}

.post-content h5 {
  font-size: 12px;
}

a.linkbtn_orange {
    padding: 7px 34px 7px 19px;
    transition: all 300ms 0s ease;
    background-color: transparent;
    color: rgb(58 104 255) !important;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

a.linkbtn_arrow {
    padding: 7px 34px 7px 19px;
    transition: all 300ms 0s ease;
    background-color: transparent;
    color: rgb(58 104 255) !important;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
}

a.linkbtn_arrow::after {
  background: none;
}

#comments {
  background: #000;
}

.left_menu_s {
  font-size: 12px;
}

.left_menu_s li {
  padding: .5em;
}

.copyright p {
  font-size: 12px;
  padding: .5em;
}

.left_menu {
  width: 255px;
  margin: 20px 0 20px 0;
  float: left;
  background-color: #000;
  border: 1px solid #9c9c9c;
}

.copyright small {
  font-size: 12px;
  color: #6f8396;
  display: block;
  padding: 5px 8px;
}

.left_menu .copyright {
  font-size: 11px;
  padding: 0;
  display: block;
}

.left_menu .copyright small {
  padding: 10px;
  display: block;
}

.tsukihime_top {
  margin-bottom: 20px;
}

#searchform {
  display: none;
}

.body-tsukihime .searchform_search_button {
  background: #1c58bf;
}

.popular_and_new_articles_wrapper>.tab {
  position: relative;
  width: calc(100%/2);
  height: 40px;
  border-bottom: 3px solid #00173c;
  background-color: #e6ecf0;
  line-height: 40px;
  font-size: 14px;
  color: #a7c2cc;
  float: left;
  text-align: center;
  font-weight: 700;
  transition: .2s;
}

.popular_and_new_articles_wrapper>.tab.active {
  background: #00163c !important;
  border-bottom: 3px solid #00173c;
}

#main,.popular_and_new_articles_wrapper,.tbox.box_left {
  background-color: #000;
  margin-top: 20px;
  border: 1px solid #333;
}

#main .popular_and_new_articles_wrapper {
  box-shadow: none;
  border: none;
  display: none;
}

div#breadcrumb div {
  color: #fafafa;
}


.top_link_btn {
  border: 1px solid #b49e7e;
  border-top: none;
}

.left_menu_s h2, #container #wrap #wrap-in #side h2,#container #wrap #wrap-in #side h2 {
  background: #000;
  padding: .4em 1em .3em 1em;
  margin: 0;
  border: none;
}

#side .popular_and_new_articles_wrapper {
  width: 300px;
  margin-top: 0;
}

.checked.calender_switch_newgame, .checked.calender_switch_newgamesoft {
  border-top: 3px solid #b1121c;
}

.left_menu_s h2:before, #container #wrap #wrap-in #side h2:before,#container #wrap #wrap-in #side h2:before {
  background: none;
}

.left_menu h3 {
  font-size: 13px;
  border-left: none;
  background: #f2f2f3;
  border-bottom: none;
  padding: 5px 5px 3px 10px;
  border-top: none;
}

.body-tsukihime .checked.calender_switch_newgame, .body-tsukihime .checked.calender_switch_newgamesoft {
  background-color: #000;
  color: #fafafa;
  font-weight: bold;
  border-top: 3px solid #253159;
}

.entry-content .entry-title-ac {
  border: none;
}

.body-tsukihime .calender_switch_newgame, .body-tsukihime .calender_switch_newgamesoft {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fafafa;
  width: 50%;
  background-color: #000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px;
  font-size: 13px;
  margin-top: 0 !important;
  font-weight: bold;
  transition: all .1s ease-out;
  border-top: 3px solid #ecf8fb;
}

#comments #reply-title {
  font-size: 17px;
  padding: .4em 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin: 20px 0 10px;
  border-radius: 2px;
  overflow: hidden;
  background: none;
}

#comments .cp_actab label {
  background: #000;
  border-radius: 0;
  border-color: #e8e8e8;
}

.preceding_list .preceding_list_detail {
  color: #fff !important;
}

#comments .cp_actab label:hover {
  background: #000;
}

.checked.calender_switch_newgame, .checked.calender_switch_newgamesoft {
  box-shadow: 0 0 0 0 rgba(0,0,0,.2);
}

.pc .post-main {
  background: var(--body-bg-color);
  border: 1px solid var(--main-border-color);
  width:700px;
}

.mobile .post-main {
  width:auto;
}

.entry-header .entry-title {
  color: #fafafa;
}

.entry-header .date {
  padding-right: 20px;
  color: #fafafa;
}

.post-content a {
    color: var(--link-color);
    text-decoration: underline !important;
}

.fn span {
  color: #fafafa;
}

.left_menu .twitterBox {
  padding: .5em;
}

.news_list_card li a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(213, 214, 219);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 1px rgba(18, 24, 27, 0.1);
  margin-bottom: 10px;
  padding: .5em;
  transition: all 200ms ease;
}

.nav_left_menu .game_right {
  background: #000;
  color: #fafafa;
  padding: 7px 15px 6px 9px;
  font-size: 13px;
  font-weight: bold;
}

.news_list_card li a:hover {
  transform: translateY(-5px);
  box-shadow: 3px 6px 10px rgba(0,0,0,.1);
}

.news_list_card li a {
  display: flex;
  color: #101113;
}

.news_list_card li a img:hover {
  opacity: 1;
}

.news_list_card li a picture {
  width:33%;
}

.news_list_card li a > div {
  padding-left: .8em;
  width: 60%;
}

.news_list_card li a:hover {
  text-decoration: none;
}

.news_list_card li a div time {
  color: #6f8798;
  display :block;
  font-size: 12px;
}

.news_list_card li a div span {
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text_align_left {
  text-align: left;
}

.text_align_center {
  text-align: center;
}

.post-content p {
  font-size: 14px;
  line-height: 1.6em;
  word-break: break-all;
}

.archive .post_content .text_align_center td {
  text-align: center;
}

article .post-content table.align_left td {
  text-align: left;
}

article .post-content table.align_right td {
  text-align: right;
}

article .post-content table.align_center td {
  text-align: center;
}

.archive .post-content table.tsukihime_beginner td {
  text-align: left;
}

.pc_post_header {
  padding: 0;
}

.bold {
  font-weight:bold;
}

.archive .category_description {
  color: #fafafa;
  font-size: 12px;
}

.archive .post-content table td {
  text-align: center;
}

.archive .post-content table td.align_left {
  text-align: left;
}

.archive .post-content table.align_left td {
  text-align: left;
}

.game_right_contents {
  color: #fafafa;
}

.left_menu .game_right_contents {
  padding: 1em;
}

.archive h1 {
  margin: 0 0 5px;
  color: #fafafa;
}

tr td {
  padding: 4px 8px;
  border-top: 1px solid #bdced7;
  border-right: 1px solid #bdced7;
  border-bottom: 1px solid #bdced7;
  border-left: 1px solid #bdced7;
  text-align: center;
  position: relative;
  font-size: 12px;
}

tr td img{
  width: 100%;
}

tr th {
  font-size: 13px;
  color: #fafafa!important;
  padding: 6px 8px 4px;
  border-top: 1px solid #bdced7;
  border-right: 1px solid #bdced7;
  border-bottom: 1px solid #bdced7;
  border-left: 1px solid #bdced7;
  text-align: center;
  background-color: #000;
}

div#breadcrumb {
  border-bottom: none;
}

.pagination .current {
  background-color: #00163c;
}

.pagination span, .pagination a {
  color: #be1c1a;
  background: #f5efe0;
}

.searchform_search_button {
  background-color: rgb(190 28 26);
}

.ranking_headline {
  text-align: center;
  background: #00143c!important;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #3b65b1;
  border-right: 1px solid #3b65b1;
  border-left: 1px solid #3b65b1;
}

#breadcrumb-in {
  padding: 0;
  height: 40px;
}

#breadcrumb-in a span {
  color: var(--link-color) !important;
  text-decoration: underline !important;
}

#breadcrumb a {
  color: #0a87e0;
}

.single #pc_header_menu_top {
  background: #fff;
  border-bottom: none;
}

.top_side_title {
  background-color: rgb(0 22 60)!important;
}

.select_menu {
  border-bottom: none;
}

.select_menu:after {
  position: absolute;
  bottom:0;
  content:"";
  height:4px;
  background: #00f;
}

#pc_header_menu li {
  padding-top: 0;
}

.leftmenu_title {
  border-left: none;
  background: none;
  border-bottom: none;
  padding: 5px 5px 3px 0px;
  border-top: none;
}

.simple_header .mobile_cat_header_icon {
  border-radius: 10px;
  box-shadow: 0 0px 4px rgba(0,0,0,.1);
  border: 1px solid #e3e6ec !important;
}

#slide {
  border-bottom: none;
  background-color: transparent !important;
}

.single #slide {
  background: #fff !important;
  margin-top: 0 !important;
  border-bottom: 1px solid #b39e7d;
}

#slide .search_input_wrapper {
  border: 1px solid #d0d3de;
  padding: 4px 8px 6px!important;
  border-right: none;
}

#slide .searchform_search_button {
  background: #a70a24;
}
.align_center_table td {
  text-align: left;
}

.nav_left_menu img {
  width: 100%;
}

.nav_left_menu picture {
  width: 100%;
  margin: 0 auto;
}

.news_sub {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 11px;
}

.post-content table td img.icon {
  width: 50px;
  border-radius: 10px;
}

.tsukihime_download {
  display: flex;
  justify-content: center;
}

.tsukihime_download picture {
  display: block;
}

.tsukihime_download picture:first-child {
  padding-right: 10px;
}

.archive .post-content table td.tsukihime_download {
  text-align: center;
}

.tsukihime_download picture.pr0 {
  padding-right: 0;
}

.left_menu a {
  margin-left: 0;
  padding: 5px 8px;
}

.post-content table.basic_info th {
  min-width: 100px;
}

.entry-content .entry-title-ac {
  background: transparent !important;
  padding: 0;
  margin: 0;
}

.entry-content .entry-title-ac::after,.entry-content .entry-title-ac::before {
  background: none !important;
}

._category_pc_header {
  background: transparent;
}

.single ._category_pc_header {
  background: #fff;
}

.twitter_tab_box {
  margin-bottom: 20px;
}

.su-tabs-pane {
  overflow: scroll;
  height: 500px;
}

.su-tabs-nav span {
  background: #e7eaef;
  border: 1px solid #b8beca;
  border-bottom: none;
  color: #b9c2d6 !important;
  text-align: center;
}

.su-tabs-nav span.su-tabs-current {
  color: #283033 !important;
}

.popular_and_new_articles_wrapper h2 {
    margin-top: 0;
    color: #fafafc;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding: .4em 0 .4em 0;
    background: #000;
}

#pc_header_menu li a.select_menu {
    border-bottom: 3px solid #355494!important;
    color: #355494!important;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.game_animate_switch_down,header#header,#slide,#side,.left_menu,#footer,.new_share {
  display: none;
}

#ad_left_box {
  display: none;
}

p {
    color: #fafafa
}

#container {
    background: tranceparent;
    width: 800px;
    margin: 0 auto;
    padding-bottom: 250px;
}

tr td {
  color:#fafafa;
}

.popular_and_new_articles_wrapper a {
    text-decoration: underline !important;
    color: var(--link-color) !important;
}

.scroll-back-to-top-wrapper.show {
  display: none !important;
}

.h_sub_title {
  color:#fff;
}

.mobile .post-content {
  padding: 0 10px 200px;
}

.mobile .popular_and_new_articles_wrapper li {
  border-bottom: 1px solid #ffffff;
  background-color: #000;
}

@media screen and (max-width: 1024px) {
  #container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .post-main {
     background: var(--body-bg-color);
  }
  .entry-header {
    background: transparent;
  }
  .post-content p {
    color:#fafafa;
  }
  div#breadcrumb_cat {
    display: none;
  }
}

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

  #container {
      background: tranceparent;
      width: 100%;
  }

  #bread_now{
    color:#fafafa !important;
  }

  .news_main .tab-box {
    background: #000;
  }

  .entry > a > div {
    background: #000 !important;
    color:#fafafa !important;
  }

  .head_line,.game_animate_switch {
    display: none !important;
  }

  .sp_ad_next_menu > div {
    background: #000000;
    padding: 10px 0;
    margin: 0 !important;
  }

  .smartphone_cat_title {
      display: none;
  }

  .pop_up_menu .search_input_wrapper {
    text-align: center;
    margin: 0;
    width: 100%;
    border-radius: 4px;
    padding: 0;
  }

  #main, .popular_and_new_articles_wrapper, .tbox.box_left {
    margin-top: 0;
  }
  body {
      background: none;
      background-attachment: fixed;
      color:#fafafa;
  }

  #comments #reply-title:before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }

  #comments #reply-title:after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }

  .body-tsukihime #breadcrumb {
    background: none
  }

  .pagination .current {
    background: #00163c;
  }

  .pagination span, .pagination a {
    color: #00173c;
    background: #e4e9f1;
  }

  .body-tsukihime .searchform_search_button {
    background: #1c58bf;
    padding: 8px 5px;
    height: auto;
  }

  .pop_up_menu .game_right_contents {
    color: #b9c8d4;
    padding: 1em;
  }

  .pop_up_menu .nav_left_menu .game_right {
    background: #000;
    color: #fafafa;
    padding: 7px 15px 6px 9px;
    font-size: 13px;
    font-weight: bold;
  }

  .pop_up_menu #pop_up_background .left_menu_s_new nav h2 {
    background: #1d2327;
    font-size: 14px;
    padding: .4em 1em .4em 1em;
    position: relative;
    overflow: hidden;
    color: #333;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    border: none;
    position: relative;
  }

  .pop_up_menu #pop_up_background .left_menu_s_new h2:before {
    top: 15px;
    left: 16px;
  }

  .post-content h2 {
    padding: .4em;
    color: #fafafa;
    overflow: hidden;
    position: relative;
  }

  .post-content .entry h2 {
    background-color:transparent!important;
  }

  .post-content .entry h2:before {
    background: none;
  }

  .post-content .entry h2:after {
    background: none;
  }

  h2:after, .post-content h2:after {
    background:none;
  }

  .new_menu_style li {
    display: table-cell;
    background: #fff;
    border: none;
    border-right: 1px solid #d6ddea;
    border-bottom: 1px solid #d6ddea;
    padding: 1px;
    float: left;
  }

  #comments #submit {
    font-size: 16px;
    background: #000;
    color: #345ce3;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    width: 100%;
    margin-top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
    border: none;
  }

  .su-tabs-nav {
    display: flex;
  }

  .su-tabs-nav span {
    width: 50%;
  }

  .left_menu_s h3 {
    font-size: 13px;
    border-left: 5px solid #b1121a;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #0d2b4c;
    padding: 0.3em .5em .2em .5em;
  }

  .left_menu_s h2 {
    font-size: 15px;
    padding: .4em .5em .3em;
  }

  .twitterBox {
    padding: .5em;
  }

  div#breadcrumb_cat h2 {
    background: #0b2b4c;
    padding: 7px 10px 7px;
  }

  .news_list_card li a div span {
    line-height: 1.3;
    font-size: 14px;
  }

  #tsukihime a {
    padding: 0;
  }

  #main .search_input_wrapper .searchform_search_button {
    background-color: #000;
  }

  .search_input_wrapper {
    text-align: center;
    margin: 1em 10px;
    width: 93%;
    background-color: #000;
  }

  .search_input_wrapper .s {
    padding: 6px 12px 3px;
    border: 1px solid #d0d3de;
    background: #000;
  }
  .archive h1 {
    margin: 20px 10px 5px;
    font-style: italic;
  }
  #main .search_input_wrapper .searchform_search_button {
    background: #000;
    padding: 8px 10px 27px;
  }
   main .popular_and_new_articles_wrapper, .tbox.box_left {
    box-shadow: none;
    border: 1px solid #8a8a8a;
    display: none;
  }
  .header_label {
    background-color: #000;
  }
  .copyright {
    font-size: 11px;
    color: #fafafa;
    display: block;
    font-weight: normal;
  }

  div#breadcrumb {
    border-bottom: none;
    margin-bottom: 0;
  }

  #breadcrumb-in {
    height: 32px;
    margin-bottom: 0;
  }

  .left_menu_s a {
    display: block;
    padding: 5px 0 5px 0;
    font-size: 12px;
  }
  .post-content table.basic_info th {
    min-width: 73px;
  }
  .entry-content {
    padding: 10px;
  }
  .post .headline {
    background: rgba(20,39,59,.9);
    padding: 7px 15px 7px 0;
  }

  .post .headline:before {
    background-size: 24px;
    width: 24px;
    height: 24px;
    top: 5px;
    left: 6px;
  }
  .post-main {
    background-color: #000;
    box-shadow: none;
    color: #fafafa;
  }
  .post-content p {
    color: #fafafa;
  }
  #comments .comment-form {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #000;
    padding: 10px;
  }

  .comment-form-author label, .comment-form-comment label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fafafa;
  }

  .simple_header .sp_category_title {
    font-size: 14px;
    color: #fafafa;
  }

  .entry-header {
    padding: 0;
    background: #000;
  }

  #comment {
    color: #fff;
    background: #000;
    border-radius: 0;
  }
  #comments #reply-title {
    padding: 0 30px 0 38px;
  }
  .popular_and_new_articles_wrapper h2 {
    background: #000!important;
    padding: .4em 1em .4em 1em !important;
    margin-bottom: 0;
  }

  #main {
    margin-top: 0;
  }
}

@media screen and (max-width: 320px) {
  .contents_list li {
    width: 19%;
  }
  #footer-nav li {
    font-size: 12px;
  }
}
