<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
#BLOG_WRAP {
  width: 900px;
  margin: 0 auto 30px auto;
  padding: 0 10px 0 20px;
  background-color: #F2F2F2;
}
#BLOG_LEFT {
  float: left;
  width: 650px;
}
#BLOG_RIGHT {
  float: right;
  width: 190px;
  margin: 30px 0px;
}
#BLOG_RIGHT a {
  color: #757575;
}

@media all and (max-width: 768px) {
#BLOG_WRAP {
  width: auto;
  padding: 0 10px;
}
#BLOG_LEFT {
  float: none;
  width: auto;
}
#BLOG_RIGHT {
  float: right;
  float: none;
  width: auto;
}
}
/*===============================================
pager
===============================================*/
.blog_pager {
  margin: 30px 0px 20px 0px;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.blog_pager a {
  font-weight: bold;
  color: #000 !important;
  text-decoration: none !important;
  background: #ffffff;
  margin-right: 4px;
  padding: 5px 8px;
  text-decoration: none;
}
.blog_pager a:hover {
}
.blog_pager .current {
  color: #fff;
  background: #000000;
  margin-right: 4px;
  padding: 5px 8px;
}
.blog_pager a.next {
  display: inline-block;
  width: 61px;
  height: 25px;
  text-indent: -99999px;
  padding: 0px !important;
  border: none;
  background: url('../images/next.png');
  vertical-align: middle;
}
.blog_pager a.prev {
  display: inline-block;
  width: 61px;
  height: 25px;
  text-indent: -99999px;
  padding: 0px !important;
  border: none;
  background: url('../images/prev.png');
  vertical-align: middle;
}
/*===============================================
blog
===============================================*/ 
.entry-wrap {
  margin-bottom: 50px;
}
.entry-header {
  margin: 0 0 20px 0;
}
.title-date {
  display: block;
  text-align: left;
  color: #FFF;
  background: #000 none repeat scroll 0% 0%;
  padding: 3px;
}
.entry-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  padding: 25px 0px 10px;
  border-bottom: 2px solid #000;
  color: #333333;
}
.entry-title a {
  text-decoration: none;
}
.entry-title a:hover {
  color: #75B2FF;
}
.entry-content {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #999;
    font-size: 15px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  width /****/: auto;
}
.entry-content p, .entry-content div {
  line-height: 180%;
    padding: 0 0 1.5em;
}
.entry-footer {
  margin: 20px 0;
  font-size: 13px;
  line-height: 1.84615;
  color: #757575;
  text-align: right;
}

blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    margin: 20px 0;
    box-sizing: border-box;
    font-style: italic;
    background: #FFF;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 70px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*===============================================
column
===============================================*/ 
#BLOG_RIGHT ul li {
  line-height: 1.84615;
}
#BLOG_RIGHT a:hover {
  color: #21759B;
  text-decoration: none;
}
.side_ttl {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #646464;
  border-bottom: 1px solid #969696;
  border-left: 4px solid #7E7E7E;
  padding-left: 7px;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: bold;
  height: 16px;
  vertical-align: top;
  line-height: 1.4;
}
#blog-calendar,
#wp-calendar{
  margin: 0;
  width: 100%;
  font-size: 13px !important;
  line-height: 1.8;
  color: #686868;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#blog-calendar caption,
#wp-calendar caption {
  text-align: center;
  color: #FFF;
  background-color: #000;
}
#blog-calendar td,
#wp-calendar td{
  text-align: center !important;
}
#blog-calendar-next {
  text-align: right !important;
}
.search #s {
  width: 53.6667%;
  border: 1px solid #CCC;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.428571rem;
}
.search input[type="submit"] {
  cursor: pointer;
  padding: 0.428571rem 0.714286rem;
  font-size: 0.785714rem;
  line-height: 1.42857;
  font-weight: normal;
  color: #7C7C7C;
  background-color: #E6E6E6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(center top, #F4F4F4, #E6E6E6);
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(64, 64, 64, 0.1);
}
/*===============================================
detail
===============================================*/ 
.detail_nav {
  margin: 0 0 50px 0;
}
.comment_ttl {
  color: #646464;
  border-bottom: 1px solid #969696;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: bold;
}
.commentlist {
  padding: 0 0 30px 0;
}
.commentlist_left {
  float: left;
  width: 44px;
}
.commentlist_right {
  float: right;
  width: 100%;
  margin: 0 0 0 -44px;
}
.commentlist_rightwrap {
  margin: 0 0 0 60px;
}
.commentlist_user {
  font-style: normal;
  font-size: 1.07143rem;
  line-height: 1.42857;
}
.commentlist_time {
  line-height: 1.71429;
  text-decoration: none;
  font-size: 0.857143rem;
  color: #5E5E5E;
}
.commentlist_txt {
  padding: 30px 0;
}
#respond {
  padding: 0 0 30px 0;
}
#respond input[type="text"], #respond textarea {
  border: 1px solid #CCC;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.428571rem;
}
#respond input[type="submit"] {
  cursor: pointer;
  padding: 0.428571rem 0.714286rem;
  font-size: 0.785714rem;
  line-height: 1.42857;
  font-weight: normal;
  color: #7C7C7C;
  background-color: #E6E6E6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(center top, #F4F4F4, #E6E6E6);
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(64, 64, 64, 0.1);
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
  width: 46.3333%;
  box-sizing: border-box;
}
.comment-form-comment textarea {
  width: 99%;
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
.comment-form-author input, .comment-form-email input, .comment-form-url input {
  width: 99%;
}
}
</pre></body></html>