<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

@import url("reset.css");
@import url("common.css");
@import url("sub.css");

/* import

/* ---------------------------------------------------------------

content_wrapper

 ---------------------------------------------------------------*/
#content_wrapper {
  background: url(../../img2014/body_bg.gif) repeat center top;
}

#content {
  width: 959px;
  margin: 0 auto;
  position: relative;
}

/* ---------------------------------------------------------------

main

 ---------------------------------------------------------------*/
#main {
  /* width:715px; */
  /* margin-right:19px; */
  /* float:left; */
  /* padding-top:20px; */
}

/* ---------------------------------------------------------------

sub

 ---------------------------------------------------------------*/
#sub {
  width: 225px;
  padding-top: 20px;
  float: right;
  margin-bottom: 50px;
}

/* =========================================================
proceed_main
========================================================= */
#proceed_main {
  width: 675px;
  background-color: #FFF;
  padding: 20px;
  margin-bottom: 19px;
}

#proceed_main h2 {
  background: url(../../img2014/proceed_ti.gif) no-repeat;
  text-indent: -9999px;
  width: 675px;
  height: 46px;
  margin-bottom: 21px;
}

/* =========================================================
proceed_article
========================================================= */
#main .article {
  padding-bottom: 50px;
}

#main .article .article-inner {}

/* parco 2017.03.30 */
.parco_wrapper #parco_subttl {
  font-size: 26px;
  font-weight: bold;
}

#main .article .article-inner h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}

#main .article .article-inner p.article_date {
  font-size: 12px;
  color: #999;
}

#main .article .article-inner .entry {
  margin: 20px auto 0;
  width: 675px;
}

#main .article .article-inner .entry:before,
#main .article .article-inner .entry:after {
  content: "";
  display: table;
}

#main .article .article-inner .entry:after {
  clear: both;
}

#main .article .article-inner .entry {}

#main .article .article-inner .entry .leftbox {
  float: left;
  padding-right: 20px;
}

#main .article .article-inner .entry .rightbox {
  float: right;
  padding-left: 20px;
}

#main .article .article-inner .entry em {
  font-weight: bold;
}

#main .article .article-inner .entry strong {
  font-weight: bold;
}

#main .article .article-inner .entry blockquote {
  font-weight: normal;
}

#main .article .article-inner .entry b {
  font-weight: bold;
}

#main .article .article-inner .entry i {
  font-style: italic;
}

/* social */
#main .article .article-inner .social {
  margin: 30px auto 35px;
  padding-bottom: 20px;
  width: 675px;
}

#main .article .article-inner .social:before,
#main .article .article-inner .social:after {
  content: "";
  display: table;
}

#main .article .article-inner .social:after {
  clear: both;
}

#main .article .article-inner .social {}

#main .article .article-inner .social li {
  float: left;
  padding-right: 15px;
}

#main .article .article-inner .social li.fb span {
  width: 115px !important;
}

#main .article .article-inner .social li.tw iframe.twitter-share-button {
  width: 105px !important;
}

/* pageswitch */
.pageswitch {
  margin-top: 20px;
  text-align: center;
  width: 675px;
}

.pageswitch strong {
  background-color: #FFFFFF;
  border: 1px solid #8f774b;
  color: #333333;
  font-weight: bold;
}

.pageswitch a {
  text-decoration: none;
  color: #8f774b;
}

.pageswitch a.num {
  background-color: #8f774b;
  border: 1px solid #8f774b;
  color: #FFFFFF;
}

.pageswitch a.num:link,
.pageswitch a.num:visited {
  background-color: #8f774b;
  border: 1px solid #8f774b;
}

.pageswitch a.num:hover,
.pageswitch a.num:active {
  background-color: #a28d67;
  border: 1px solid #8f774b;
}

.pageswitch .prevLink {
  margin-right: 10px;
}

.pageswitch .nextLink {
  margin-left: 10px;
}

.pageswitch a[title="Previous page"] {
  background: url(../../img2014/prevLink.gif) no-repeat;
  background-size: 14px 33px;
  height: 33px;
  text-align: right;
  line-height: 33px;
  display: inline-block;
  padding-left: 15px;
}

.pageswitch a[title="Next page"] {
  background: url(../../img2014/nextLink.gif) no-repeat right center;
  background-size: 14px 33px;
  height: 33px;
  text-align: left;
  line-height: 33px;
  display: inline-block;
  padding-right: 15px;
}

/* parco 2017.03.29 */
.parco_wrapper .pageswitch strong {
  border: 1px solid #FAB735;
}

.parco_wrapper .pageswitch a {
  color: #FAB735;
}

.parco_wrapper .pageswitch a.num {
  background-color: #FAB735;
  border: 1px solid #FAB735;
  color: #fff;
}

.parco_wrapper .pageswitch a.num:link,
.parco_wrapper .pageswitch a.num:visited {
  background-color: #FAB735;
  border: 1px solid #FAB735;
}

.parco_wrapper .pageswitch a.num:hover,
.parco_wrapper .pageswitch a.num:active {
  border: 1px solid #FAB735;
}

.parco_wrapper .pageswitch a[title="Previous page"] {
  background: url(../../img2014/prevLink_parco.gif) no-repeat;
}

.parco_wrapper .pageswitch a[title="Next page"] {
  background: url(../../img2014/nextLink_parco.gif) no-repeat right center;
}

/* =========================================================
next_main
========================================================= */
#next_main {
  width: 695px;
  background-color: #FFF;
  padding: 11px 10px 12px;
  background-image: url(../../img2014/next_bg.gif);
  background-repeat: repeat;
}

#next_main h2 {
  background: url(../../img2014/next_ti.png) no-repeat;
  text-indent: -9999px;
  width: 317px;
  height: 41px;
  margin-bottom: 12px;
}

/* parco 2017.03.30 */
.parco_wrapper #next_main {
  background-image: url(../../img2014/next_bg_parco.gif);
}

.parco_wrapper #next_main h2 {
  background: url(../../img2014/next_ti_parco.png) no-repeat;
  width: 364px;
  height: 51px;
  margin-bottom: 4px;
}

/* =========================================================
next_inner
========================================================= */
#next_inner {
  width: 667px;
  background: #FFF;
  padding: 10px 14px 0;
  /*overflow:hidden;*/
}

#next_inner h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #52c6db;
  line-height: 1.2;
}

/* parco 2017.03.30 */
.parco_wrapper #next_inner h3 {
  color: #FBB734;
}

#next_inner p {
  font-weight: normal;
  font-size: 12px;
  color: #666;
  padding-bottom: 15px;
  line-height: 1.5;
}

#next_inner img {
  float: left;
  margin-right: 14px;
  margin-top: 2px;
}

/* parco 2017.03.30 */
.parco_wrapper #next_inner img {
  width: 158px;
  height: auto;
}

.parco_wrapper #next_inner p em {
  color: #FBB734;
  font-weight: bold;
}

/* =========================================================
.parco_wrapper #blog_parco
========================================================= */

.parco_wrapper .blog_parco_box {
  float: left;
  position: relative;
}

/* after */
.parco_wrapper .blog_parco_box a {
  width: 166px;
  height: 220px;
  display: block;
  text-decoration: none;
  margin-top: 17px;
  margin-right: 17px;
  padding-bottom: 17px;
  background: url(../../img2014/top_guest_arrow.gif) no-repeat 147px 155px #fff;
}

/* before */
.parco_wrapper .blog_parco_box {
  width: 166px;
  height: auto;
  display: block;
  text-decoration: none;
  margin-top: 17px;
  margin-right: 17px;
  padding-bottom: 17px;
  background-color: #FFF;
}

.parco_wrapper .blog_parco_box:last-child {
  margin-right: 0;
}

/* before */
.parco_wrapper #blog_parco .blog_parco_icon {
  position: absolute;
  width: 154px;
  height: 13px;
  top: 4px;
  left: 6px;
/*  background: url(../../img2014/top_guest_before.gif) no-repeat;*/
}

/* after */
.parco_wrapper #blog_parco .after .blog_parco_icon {
/*  background: url(../../img2014/top_guest_after.gif) no-repeat;*/
}

.parco_wrapper #blog_parco .blog_parco_img {
  font-size: 15px;
  color: #666;
  line-height: 1.3;
  margin: 131px 0 0 4px;
  display: block;
}

.parco_wrapper #blog_parco .blog_parco_img a {
  position: absolute;
  top: 15px;
  left: 2 width:149px;
  height: 112px;
  z-index: 1;
  display: block;
}

.parco_wrapper #blog_parco .blog_parco_img img {
  position: absolute;
  top: 15px;
  left: 2px;
  width: 149px;
  height: 112px;
}

.parco_wrapper #blog_parco .blog_parco_img a img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.parco_wrapper #blog_parco p.blog_parco_name {
  position: absolute;
  color: #666;
  line-height: 1.3;
  padding-top: 15px;
  padding-right: 25px;
  top: 151px;
  left: 10px;
  font-size: 16px;
  overflow: hidden;
  /*height:49px;*/
  height: 6em;
}

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

  .parco_wrapper .blog_parco_box {
    width: 100%;
    height: auto;
    margin-top: 5%;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 1%;
    padding-right: 5%;
    padding-bottom: 3%;
    float: none;
    position: static;
  }

  /* before */
  .parco_wrapper #blog_parco .blog_parco_icon {
    position: static;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background: none;
  }

  .top_guest {
    width: 154px !important;
    height: 13px;
    margin-top: 3%;
    margin-bottom: 3%;
    float: left;
  }

  /* after */
  .parco_wrapper #blog_parco .after .blog_parco_icon {
    background: none;
  }

  .parco_wrapper #blog_parco .blog_parco_img {
    font-size: 1.5em;
    color: #666;
    line-height: 1.3;
    margin: 0 auto;
    display: block;
  }

  .parco_wrapper #blog_parco .blog_parco_img a {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
  }

  .parco_wrapper #blog_parco .blog_parco_img img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .parco_wrapper #blog_parco .blog_parco_img a img {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .parco_wrapper #blog_parco p.blog_parco_name {
    position: static;
    color: #666;
    line-height: 1.3;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 0;
    top: 0;
    left: 0;
    font-size: 1.8em;
    overflow: hidden;
    height: auto;
  }

  .parco_wrapper .blog_parco_box a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    margin-top: 0;
    margin-right: 3%;
    margin-left: 3%;
    background: url(../../img2014/top_guest_arrow.gif) no-repeat right bottom #fff;
  }
}

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

  .parco_wrapper .blog_parco_box {
    width: 100%;
    height: auto;
    margin-top: 5%;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 1%;
    padding-right: 5%;
    padding-bottom: 3%;
    float: none;
    position: static;
  }

  /* before */
  .parco_wrapper #blog_parco .blog_parco_icon {
    position: static;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background: none;
  }

  .top_guest {
    width: 154px !important;
    height: 13px;
    margin-top: 3%;
    margin-bottom: 3%;
    float: left;
  }

  /* after */
  .parco_wrapper #blog_parco .after .blog_parco_icon {
    background: none;
  }

  .parco_wrapper #blog_parco .blog_parco_img {
    font-size: 1em;
    color: #666;
    line-height: 1.3;
    margin: 0 auto;
    display: block;
  }

  .parco_wrapper #blog_parco .blog_parco_img a {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
  }

  .parco_wrapper #blog_parco .blog_parco_img img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .parco_wrapper #blog_parco .blog_parco_img a img {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .parco_wrapper #blog_parco p.blog_parco_name {
    position: static;
    color: #666;
    line-height: 1.3;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 0;
    top: 0;
    left: 0;
    font-size: 1.2em;
    overflow: hidden;
    height: auto;
  }

  .parco_wrapper .blog_parco_box a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    margin-top: 0;
    margin-right: 3%;
    margin-left: 3%;
    background: url(../../img2014/top_guest_arrow.gif) no-repeat right bottom #fff;
  }
}
</pre></body></html>