@charset "UTF-8";
/* IMPORT RESET */
@import url("reset.css");
/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");
/*
Theme Name: マルミハウジング　ブログ
Theme URI:
Description: 
Author: densuke
Author URI: http://dnsk.jp/ 
*/
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html {
  color: #333;
  background: #fff;
  width: 100%;
  font-size: 6.25%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka,"Arial";
  font-weight: 500; }

html.chrome,
html.safari {
  -webkit-font-smoothing: antialiased; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

img {
  vertical-align: top;
  padding: 0;
  margin: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input, textarea, select {
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

/*legend{ color:#000; }*/
ol, ul, dl, dt, dd {
  list-style: none; }

table {
  border-collapse: collapse; }

th, td {
  padding: 0; }

img {
  width: 100%;
  height: auto; }
  img.emoji {
    width: auto; }

input,
select,
textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka,"Arial";
  font-weight: 500; }

a {
  display: block;
  /*-webkit-tap-highlight-color: transparent;*/ }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link {
  color: #333;
  text-decoration: none; }

a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #999;
  text-decoration: none; }

a:active {
  color: #999;
  text-decoration: none; }

/*SP用CSS*/
body {
  width: 100%;
  font-size: 14rem;
  border: none;
  -webkit-text-size-adjust: 100%; }

#loader {
  width: 27px;
  height: 27px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  /* heightの半分のマイナス値 */
  margin-left: -13px;
  /* widthの半分のマイナス値 */
  z-index: 100; }

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50; }

.header h1 {
  background: url(img/header_bg_sp.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.span_8 {
  width: 100%;
  padding: 25px 0 50px; }
  .span_8 #postList {
    margin: 0 5%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; }
    .span_8 #postList > li {
      margin-top: 25px;
      width: 42vw;
      height: 180px;
      margin-right: 6vw;
      position: relative; }
      .span_8 #postList > li:nth-of-type(2n) {
        margin-right: 0; }
  .span_8 .entry {
    margin-bottom: 85px; }
    .span_8 .entry:last-of-type {
      margin-bottom: 0; }
  .span_8 .entry_navi {
    margin-bottom: 15px;
    text-align: center; }
    .span_8 .entry_navi a {
      display: inline;
      text-decoration: underline; }
  .span_8 .thumbnail {
    height: 120px;
    overflow: hidden;
    position: relative; }
    .span_8 .thumbnail .new_icon_p {
      position: absolute;
      width: 8vw;
      top: 0;
      left: 0; }
      .span_8 .thumbnail .new_icon_p img {
        width: 100%;
        height: auto; }
    .span_8 .thumbnail img {
      width: 42vw;
      height: 120px;
      object-fit: cover; }
  .span_8 .list_title {
    font-size: 12rem;
    margin: 1vw 0; }
  .span_8 .list_date {
    font-size: 10rem;
    position: absolute;
    bottom: 0;
    right: 0; }
  .span_8 .date {
    margin: 0 5%;
    font-weight: bold;
    font-family: 'Courier New', Courier, Consolas, Monaco, monospace; }
  .span_8 .title {
    padding: 15px 0 15px 30px;
    margin: 0 5% 20px;
    background: url(img/entry_title_icon.png) 0 center no-repeat;
    -webkit-background-size: 20px 15px;
    background-size: 20px 15px;
    border-bottom: 1px solid #161616;
    font-size: 16rem;
    font-weight: bold; }
  .span_8 .post_detail {
    clear: both;
    margin: 0 5%;
    overflow: hidden; }
    .span_8 .post_detail .thanks {
      margin: 0 0 15px; }
  .span_8 .honbun {
    margin-bottom: 35px; }
    .span_8 .honbun p {
      clear: both;
      margin-bottom: 15px;
      line-height: 150%; }
      .span_8 .honbun p img.alignright {
        text-align: right; }
    .span_8 .honbun .alignleft {
      float: left; }
    .span_8 .honbun .aligncenter {
      text-align: center;
      clear: both;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .span_8 .honbun .alignright {
      float: right; }
    .span_8 .honbun img {
      width: auto;
      height: auto;
      max-width: 100%;
      padding: 5px; }
      .span_8 .honbun img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .span_8 .honbun img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline; }
      .span_8 .honbun img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline; }
    .span_8 .honbun ul {
      margin: 30px 0 30px 20px; }
      .span_8 .honbun ul li {
        list-style: disc outside; }
    .span_8 .honbun ol {
      margin: 30px 0 30px 20px; }
      .span_8 .honbun ol li {
        list-style: decimal outside; }
    .span_8 .honbun li {
      line-height: 150%; }
    .span_8 .honbun em {
      font-style: italic; }
    .span_8 .honbun table {
      margin: 30px 0; }
      .span_8 .honbun table th {
        padding: 15px;
        background-color: #eee;
        border: 1px solid #ccc;
        line-height: 130%;
        text-align: center;
        font-weight: bold; }
      .span_8 .honbun table td {
        padding: 15px;
        border: 1px solid #ccc;
        line-height: 130%;
        text-align: left; }
    .span_8 .honbun a {
      line-height: 130%;
      text-decoration: underline; }
      .span_8 .honbun a:hover {
        text-decoration: none; }
  .span_8 .pict {
    margin-bottom: 25px; }
  .span_8 .thanks {
    margin: 0 5% 15px;
    padding: 20px 0;
    border-top: 1px dotted #d3caca;
    border-bottom: 1px dotted #d3caca; }
    .span_8 .thanks .txt {
      margin-bottom: 15px; }
    .span_8 .thanks ul {
      display: table; }
      .span_8 .thanks ul li {
        display: table-cell; }
        .span_8 .thanks ul li:first-child {
          padding-right: 15px; }
        .span_8 .thanks ul li div {
          margin-bottom: 15px; }
          .span_8 .thanks ul li div a img {
            width: 90px; }
        .span_8 .thanks ul li p a {
          text-decoration: underline; }
  .span_8 .bn {
    margin: 0 5% 15px; }
    .span_8 .bn li:first-child {
      margin-bottom: 10px; }
  .span_8 .sns {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d3caca;
    text-align: center;
    vertical-align: top; }
    .span_8 .sns li {
      display: inline-block;
      width: 36px; }
      .span_8 .sns li:first-child {
        margin-right: 10px; }
  .span_8 .entry_more {
    margin: 0 5%;
    text-align: center;
    font-size: 80%; }
    .span_8 .entry_more a {
      display: inline;
      text-decoration: underline; }
  .span_8 .entry_author {
    margin: 0 5%;
    text-align: center;
    font-size: 80%; }
    .span_8 .entry_author a {
      display: inline;
      text-decoration: underline; }
  .span_8 .entry_state {
    margin: 0 5% 85px;
    text-align: center;
    font-size: 80%; }
    .span_8 .entry_state a {
      display: inline;
      text-decoration: underline; }
  .span_8 .comment_title {
    padding: 15px 0 15px 30px;
    margin: 0 5% 30px;
    background: url(img/entry_title_icon.png) 0 center no-repeat;
    -webkit-background-size: 20px 15px;
    background-size: 20px 15px;
    border-bottom: 1px solid #161616;
    font-size: 16rem;
    font-weight: bold; }
  .span_8 .comment_body {
    padding: 10px 5%;
    margin: 0 5% 10px;
    border: 1px solid #000; }
    .span_8 .comment_body a {
      display: inline;
      text-decoration: underline; }
  .span_8 .comment_author {
    margin: 0 5% 20px; }
    .span_8 .comment_author a {
      display: inline;
      text-decoration: underline; }
  .span_8 .commentEdit {
    padding: 30px 5%;
    background: url(img/search_bg_sp.png);
    -webkit-background-size: 3px;
    background-size: 3px; }
    .span_8 .commentEdit .profile_title {
      margin-bottom: 15px;
      font-size: 15rem;
      font-weight: bold; }
    .span_8 .commentEdit .comment_body {
      padding: 0;
      margin: 0;
      border: none; }
      .span_8 .commentEdit .comment_body label {
        display: inline-block;
        margin-bottom: 10px; }
      .span_8 .commentEdit .comment_body input {
        width: 100%;
        padding: 5px;
        margin-bottom: 15px;
        border: 1px solid #000; }
      .span_8 .commentEdit .comment_body textarea {
        width: 100%;
        height: 160px;
        padding: 5px;
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #000; }
      .span_8 .commentEdit .comment_body .checkBox {
        text-align: center; }
        .span_8 .commentEdit .comment_body .checkBox #set_cookie {
          display: inline-block;
          width: 15px;
          height: 15px;
          border: 1px solid #000; }
      .span_8 .commentEdit .comment_body .form-submit {
        width: 60%;
        margin: 0 auto; }
        .span_8 .commentEdit .comment_body .form-submit input {
          padding: 10px 0;
          margin: 0;
          background: #161616 url(img/submit_arrow.png) 80% center no-repeat;
          -webkit-background-size: 15px;
          background-size: 15px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          font-weight: bold;
          color: #fff; }
    .span_8 .commentEdit #throwsSpamAway {
      clear: both; }
  .span_8 .profileWrap {
    margin: 0 5%; }
    .span_8 .profileWrap .profile_title {
      padding: 15px 0 15px 30px;
      margin: 0 0 30px;
      background: url(img/entry_title_icon.png) 0 center no-repeat;
      -webkit-background-size: 20px 15px;
      background-size: 20px 15px;
      border-bottom: 1px solid #161616;
      font-size: 16rem;
      font-weight: bold; }
    .span_8 .profileWrap .profile_author {
      margin-bottom: 15px;
      font-weight: bold; }

/*+-+-+-+-+-+-+-+-+-+-ページナビ+-+-+-+-+-+-+-+-+-+-+-+-*/
.tablenav {
  margin-top: 50px;
  text-align: center; }
  .tablenav .current {
    display: inline-block;
    height: 33px;
    padding: 0 10px;
    margin: 0 5px 10px;
    border-bottom: 2px solid #161616;
    text-align: center;
    line-height: 33px; }
  .tablenav a.page-numbers {
    display: inline-block;
    height: 33px;
    padding: 0 10px;
    margin: 0 10px 10px;
    border-bottom: solid 2px #fff;
    text-align: center;
    vertical-align: top;
    line-height: 33px;
    color: #333; }
    .tablenav a.page-numbers:hover {
      border-bottom: 2px solid #161616; }
    .tablenav a.page-numbers.next, .tablenav a.page-numbers.prev {
      display: inline-block;
      width: 42px;
      height: 35px;
      padding: 0;
      border: none;
      overflow: hidden;
      text-align: center;
      text-indent: 100%;
      white-space: nowrap; }
    .tablenav a.page-numbers.prev {
      background: url(img/icon_prev.png) center center no-repeat;
      -webkit-background-size: 42px 35px;
      background-size: 42px 35px; }
      .tablenav a.page-numbers.prev:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)"; }
    .tablenav a.page-numbers.next {
      background: url(img/icon_next.png) center center no-repeat;
      -webkit-background-size: 42px 35px;
      background-size: 42px 35px; }
      .tablenav a.page-numbers.next:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)"; }

aside {
  padding-bottom: 100px; }
  aside .bn {
    width: 90%;
    margin: 0 auto 10px; }
  aside .ranking {
    margin: 0 5% 30px;
    vertical-align: middle;
    font-size: 90%; }
    aside .ranking li {
      display: block;
      background: none;
      text-align: right; }
      aside .ranking li a {
        text-decoration: underline; }
  aside h3 {
    padding: 15px 0 15px 45px;
    margin-bottom: 20px;
    background: #a50164 url(img/side_cat_title.png) 15px center no-repeat;
    -webkit-background-size: 27px auto;
    background-size: 27px auto;
    font-size: 25rem;
    font-family: 'Dancing Script', sans-serif;
    color: #fff; }
  aside .widget_calendar {
    padding-bottom: 30px; }
    aside .widget_calendar table {
      width: 70%;
      margin: 0 auto;
      text-align: center;
      table-layout: fixed; }
      aside .widget_calendar table caption {
        text-align: center; }
      aside .widget_calendar table th {
        text-align: center; }
      aside .widget_calendar table td {
        padding: 5px 0;
        text-align: center; }
        aside .widget_calendar table td a {
          display: inline;
          text-decoration: underline; }
        aside .widget_calendar table td .calendar_month a {
          display: inline-block;
          padding: 0 5px; }
  aside .widget_custom_html,
  aside #custom_html-2 {
    padding-bottom: 15px; }
    aside .widget_custom_html figure,
    aside #custom_html-2 figure {
      width: 90%;
      margin: 0 auto 15px; }
    aside .widget_custom_html .name,
    aside #custom_html-2 .name {
      margin-bottom: 20px;
      text-align: center;
      font-size: 16rem;
      font-weight: bold;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    aside .widget_custom_html .txt,
    aside #custom_html-2 .txt {
      width: 90%;
      margin: 0 auto 15px; }
      aside .widget_custom_html .txt a,
      aside #custom_html-2 .txt a {
        display: inline;
        text-decoration: underline; }
  aside .widget_recent_entries, aside .widget_recent_comments, aside .widget_categories {
    padding-bottom: 30px; }
    aside .widget_recent_entries ul, aside .widget_recent_comments ul, aside .widget_categories ul {
      width: 90%;
      margin: 0 auto; }
      aside .widget_recent_entries ul li, aside .widget_recent_comments ul li, aside .widget_categories ul li {
        padding-left: 15px;
        margin-bottom: 10px;
        background: url(img/side_li_icon.png) 0 center no-repeat;
        -webkit-background-size: 10px auto;
        background-size: 10px auto; }
        aside .widget_recent_entries ul li a, aside .widget_recent_comments ul li a, aside .widget_categories ul li a {
          display: inline;
          text-decoration: underline; }
        aside .widget_recent_entries ul li br, aside .widget_recent_comments ul li br, aside .widget_categories ul li br {
          display: none; }
  aside .widget_archive .screen-reader-text {
    display: none; }
  aside .widget_archive select {
    margin: 0 5%; }
  aside .adminPage {
    padding: 30px 5%; }
    aside .adminPage a {
      text-decoration: underline; }

#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 15px; }

/* PC用CSS */
@media screen and (min-width: 768px) {
  /*
    zoom
    */ }

@media screen and (min-width: 768px) and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (max-width: 1400px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.6*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.6 0.6*/ } }

@media screen and (min-width: 768px) and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (max-width: 1400px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.50*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.50 0.50*/ } }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  html.chrome.iphone body,
  html.chrome.android body {
    zoom: 1;
    -moz-transform: scale(1, 1); } }

@media screen and (min-width: 768px) {
  html {
    font-size: 100%; }
  body {
    font-size: 100%; }
  a {
    display: inline; }
  img {
    width: auto; }
  figure img {
    width: 100%; }
  #wrapper {
    min-width: 980px; }
  #loader {
    width: 54px;
    height: 55px;
    margin-top: -27px;
    /* heightの半分のマイナス値 */
    margin-left: -27px;
    /* widthの半分のマイナス値 */ }
  .container {
    max-width: 980px;
    margin: 0 auto; }
  .header {
    margin-bottom: 50px; }
    .header h1 {
      width: auto;
      padding: 0;
      margin: 0;
      background: none;
      text-align: center; }
      .header h1 a img {
        width: 574px;
        height: 260px; }
  /*一覧＆共通*/
  .span_8 {
    width: 650px !important;
    padding: 0 0 100px;
    /*詳細*/ }
    .span_8 #postList {
      margin: 0 0; }
      .span_8 #postList > li {
        width: 200px;
        height: 235px;
        margin: 0 25px 50px 0; }
        .span_8 #postList > li:nth-of-type(2n) {
          margin-right: 25px; }
        .span_8 #postList > li:nth-of-type(3n) {
          margin-right: 0; }
        .span_8 #postList > li:hover {
          opacity: 0.7; }
      .span_8 #postList .entry_author {
        text-align: center; }
        .span_8 #postList .entry_author a {
          text-decoration: underline; }
    .span_8 .entry_navi {
      font-size: 90%; }
    .span_8 .thumbnail {
      width: 200px;
      height: 145px; }
      .span_8 .thumbnail .new_icon_p {
        width: 50px; }
        .span_8 .thumbnail .new_icon_p img {
          width: 100%;
          height: auto; }
      .span_8 .thumbnail img {
        width: 200px;
        height: 145px;
        object-fit: cover; }
    .span_8 .list_title {
      font-size: unset;
      margin: 5px 0; }
    .span_8 .list_date {
      font-size: 90%;
      position: absolute;
      bottom: 0;
      right: 0; }
    .span_8 .date {
      margin: 0;
      font-size: 90%;
      font-weight: bold;
      font-family: 'Courier New', Courier, Consolas, Monaco, monospace; }
    .span_8 .title {
      margin: 0 0 40px;
      font-size: 100%; }
    .span_8 .bn {
      margin: 0 0 20px;
      overflow: hidden; }
      .span_8 .bn li {
        width: 315px; }
        .span_8 .bn li:first-child {
          float: left;
          margin-bottom: 0; }
        .span_8 .bn li:last-child {
          float: right;
          margin-bottom: 0; }
        .span_8 .bn li a img {
          width: 100%; }
          .span_8 .bn li a img:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
            -ms-filter: "alpha(opacity=50)"; }
    .span_8 .sns {
      padding-bottom: 20px;
      margin-bottom: 15px;
      border-bottom: 1px dotted #d3caca;
      text-align: center;
      vertical-align: top; }
      .span_8 .sns li {
        display: inline-block;
        width: 36px; }
        .span_8 .sns li:first-child {
          margin-right: 5px; }
        .span_8 .sns li a img {
          width: 100%; }
          .span_8 .sns li a img:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
            -ms-filter: "alpha(opacity=50)"; }
    .span_8 .post_detail {
      margin: 0; }
      .span_8 .post_detail .honbun {
        margin: 0 0 40px;
        font-size: 90%; }
      .span_8 .post_detail .pict {
        width: 100%;
        margin: 0 0 35px; }
      .span_8 .post_detail .thanks {
        padding: 20px 0;
        margin: 0 0 30px;
        border-top: 1px dotted #d3caca;
        border-bottom: 1px dotted #d3caca; }
        .span_8 .post_detail .thanks .txt {
          margin: 0 0 15px;
          font-size: 90%; }
        .span_8 .post_detail .thanks ul {
          display: table;
          margin: 0; }
          .span_8 .post_detail .thanks ul li {
            display: table-cell; }
            .span_8 .post_detail .thanks ul li:first-child {
              padding-right: 10px; }
            .span_8 .post_detail .thanks ul li div {
              margin-bottom: 10px; }
              .span_8 .post_detail .thanks ul li div a img {
                width: 90px; }
                .span_8 .post_detail .thanks ul li div a img:hover {
                  opacity: 0.5;
                  filter: alpha(opacity=50);
                  -ms-filter: "alpha(opacity=50)"; }
            .span_8 .post_detail .thanks ul li p a {
              font-size: 90%;
              text-decoration: underline; }
      .span_8 .post_detail .bn {
        margin: 0 0 20px;
        overflow: hidden; }
        .span_8 .post_detail .bn li {
          width: 315px; }
          .span_8 .post_detail .bn li:first-child {
            float: left;
            margin-bottom: 0; }
          .span_8 .post_detail .bn li:last-child {
            float: right;
            margin-bottom: 0; }
          .span_8 .post_detail .bn li a img {
            width: 100%; }
            .span_8 .post_detail .bn li a img:hover {
              opacity: 0.5;
              filter: alpha(opacity=50);
              -ms-filter: "alpha(opacity=50)"; }
      .span_8 .post_detail .sns {
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom: 1px dotted #d3caca;
        text-align: center;
        vertical-align: top; }
        .span_8 .post_detail .sns li {
          display: inline-block;
          width: 36px; }
          .span_8 .post_detail .sns li:first-child {
            margin-right: 5px; }
          .span_8 .post_detail .sns li a img {
            width: 100%; }
            .span_8 .post_detail .sns li a img:hover {
              opacity: 0.5;
              filter: alpha(opacity=50);
              -ms-filter: "alpha(opacity=50)"; }
      .span_8 .post_detail .entry_state {
        text-align: center; }
        .span_8 .post_detail .entry_state a {
          text-decoration: underline; }
    .span_8 .comment_title {
      padding: 10px 0 10px 30px;
      margin: 0 0 30px;
      background: url(img/entry_title_icon.png) 0 center no-repeat;
      -webkit-background-size: 20px 15px;
      background-size: 20px 15px;
      border-bottom: 1px solid #161616;
      font-size: 100%;
      font-weight: bold; }
    .span_8 .comment_body {
      padding: 10px 20px;
      margin: 0 20px 10px;
      border: 1px solid #000;
      font-size: 90%; }
    .span_8 .comment_author {
      margin: 0 20px 20px;
      font-size: 90%; }
      .span_8 .comment_author a {
        display: inline;
        text-decoration: underline; }
    .span_8 .commentEdit {
      padding: 20px 60px 20px 40px;
      background: url(img/search_bg_sp.png);
      -webkit-background-size: 3px;
      background-size: 3px; }
      .span_8 .commentEdit .profile_title {
        margin-bottom: 20px;
        font-size: 100%;
        font-weight: bold; }
      .span_8 .commentEdit .comment_body {
        padding: 0;
        margin: 0;
        border: none; }
        .span_8 .commentEdit .comment_body form {
          overflow: hidden; }
        .span_8 .commentEdit .comment_body label {
          clear: both;
          float: left;
          display: inline-block;
          width: 116px;
          padding-right: 15px;
          margin-bottom: 10px;
          line-height: 23px;
          line-height: 180%;
          text-align: right; }
        .span_8 .commentEdit .comment_body input {
          width: 430px;
          height: 23px;
          padding: 5px;
          margin-bottom: 15px;
          border: 1px solid #000;
          line-height: 180%; }
        .span_8 .commentEdit .comment_body textarea {
          width: 430px;
          height: 160px;
          padding: 5px;
          margin-bottom: 20px;
          background-color: #fff;
          border: 1px solid #000; }
        .span_8 .commentEdit .comment_body .checkBox {
          float: right;
          display: table;
          height: 40px;
          padding-top: 10px; }
          .span_8 .commentEdit .comment_body .checkBox #set_cookie {
            display: table-cell;
            width: 15px;
            padding: 0;
            margin: 0;
            border: 1px solid #000;
            vertical-align: top; }
          .span_8 .commentEdit .comment_body .checkBox label {
            clear: none;
            float: none;
            display: table-cell;
            width: auto;
            padding: 0 0 0 5px;
            margin: 0;
            line-height: 150%;
            vertical-align: top;
            font-size: 85%; }
        .span_8 .commentEdit .comment_body .form-submit {
          float: left;
          width: auto;
          padding-left: 182px; }
          .span_8 .commentEdit .comment_body .form-submit input {
            width: 204px;
            height: 40px;
            padding: 0;
            margin: 0;
            background: #161616 url(img/submit_arrow.png) 85% center no-repeat;
            -webkit-background-size: 15px;
            background-size: 15px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            line-height: 40px;
            text-align: center;
            font-size: 90%;
            font-weight: bold;
            color: #fff;
            cursor: pointer; }
            .span_8 .commentEdit .comment_body .form-submit input:hover {
              opacity: 0.5;
              filter: alpha(opacity=50);
              -ms-filter: "alpha(opacity=50)"; }
    .span_8 .profileWrap {
      margin: 0; }
      .span_8 .profileWrap .profile_title {
        font-size: 100%; }
  aside {
    float: right !important;
    width: 290px !important;
    padding: 0 0 100px; }
    aside .bn {
      width: 100%;
      margin: 0 0 10px; }
      aside .bn a img {
        width: 100%; }
        aside .bn a img:hover {
          opacity: 0.5;
          filter: alpha(opacity=50);
          -ms-filter: "alpha(opacity=50)"; }
    aside .ranking {
      margin: 0 0 30px;
      vertical-align: middle;
      font-size: 90%; }
    aside h3 {
      padding: 10px 0 10px 38px;
      margin-bottom: 15px;
      background: #a50164 url(img/side_cat_title.png) 12px center no-repeat;
      -webkit-background-size: 20px 15px;
      background-size: 20px 15px;
      font-size: 120%;
      font-family: 'Dancing Script', sans-serif;
      color: #fff; }
    aside .box {
      padding-bottom: 30px; }
    aside .widget_calendar h3 {
      margin-bottom: 15px; }
    aside .widget_calendar table {
      width: 90%;
      margin: 0 auto;
      table-layout: fixed; }
      aside .widget_calendar table td a {
        text-decoration: underline; }
    aside .widget_custom_html figure,
    aside #custom_html-2 figure {
      width: 100%;
      margin: 0 auto 15px; }
      aside .widget_custom_html figure img,
      aside #custom_html-2 figure img {
        width: 100%; }
    aside .widget_custom_html .name,
    aside #custom_html-2 .name {
      margin-bottom: 20px;
      text-align: center;
      font-size: 90%;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    aside .widget_custom_html .txt,
    aside #custom_html-2 .txt {
      margin: 0 auto 15px;
      font-size: 75%; }
      aside .widget_custom_html .txt a,
      aside #custom_html-2 .txt a {
        text-decoration: underline; }
    aside .widget_recent_entries, aside .widget_recent_comments, aside .widget_categories {
      padding-bottom: 20px;
      font-size: 90%; }
      aside .widget_recent_entries ul, aside .widget_recent_comments ul, aside .widget_categories ul {
        margin: 0 10px; }
        aside .widget_recent_entries ul li, aside .widget_recent_comments ul li, aside .widget_categories ul li {
          padding-left: 15px;
          margin-bottom: 0;
          background: url(img/side_li_icon.png) 0 center no-repeat;
          -webkit-background-size: 10px auto;
          background-size: 10px auto; }
          aside .widget_recent_entries ul li a, aside .widget_recent_comments ul li a, aside .widget_categories ul li a {
            display: inline;
            text-decoration: underline; }
    aside .adminPage {
      padding: 30px 10px;
      font-size: 90%; }
  #pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5%;
    bottom: 15px; }
    #pagetop a img {
      width: 100%; }
      #pagetop a img:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)"; } }
