/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
body {
  background-color: #F5F7FD; }

img {
  max-width: 100%;
  height: auto; }

.clear {
  clear: both; }

hr.clear {
  height: 0;
  border: 0; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* wordpress */
.wp-caption {
  max-width: 100% !important; }

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

.alignleft {
  float: left; }

.aligncenter {
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
  clear: both; }

.alignnone {
  float: none; }

a {
  color: #2373CF;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  outline: none; }
  a:hover {
    text-decoration: underline; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

/* ----------------------------------------
* display
---------------------------------------- */
.wrap {
  width: 1139px;
  margin: 0 auto;
  background: #F5F7FD; }

#main {
  width: 831px;
  float: left; }

#side {
  width: 255px;
  float: right; }

#execphp-3 {
  margin-top: 30px; }

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  background-color: #F5F7FD;
  padding: 20px 15px 30px 15px;
  border-bottom: none; }
  #header #logo {
    width: 233px;
    height: 80px; }
  #header #logo a {
    color: #fff; }
  #header .head-text {
    font-size: 14px;
    color: #bec0c2;
    float: left;
    line-height: 1.6;
    padding-top: 20px;
    margin-left: 25px;
    width: 280px; }

.breadcrumbs {
  padding: 0 0 0 30px;
  font-size: 12px;
  background-color: #F5F7FD; }
  .breadcrumbs ul {
    margin-bottom: 15px; }
    .breadcrumbs ul li {
      display: inline-block;
      padding-left: 10px; }

#header #header-sns {
  padding-top: 15px; }
  #header #header-sns .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    border-radius: 25px; }
    #header #header-sns .fa:before {
      color: #595165; }
  #header #header-sns li {
    margin-left: 15px; }

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  width: 1139px;
  margin-bottom: 40px;
  margin: 0 auto 40px;
  padding-top: 0;
  overflow: visible; }

/* ----------------------------------------
* main
---------------------------------------- */
.post-header {
  padding: 65px 50px 0 50px;
  position: relative; }

.post-content {
  font-size: 16px;
  line-height: 1.6; }
  .post-content .post-thumbnail {
    float: right; }
  .post-content h1 {
    font-size: 34px; }
  .post-content h2 {
    font-size: 26px;
    border-radius: 10px;
    padding: 15px;
    border-bottom: 0px;
    background: #f8f8f8;
    color: #595165; }
    .post-content h2 a {
      color: #595165; }
    .post-content h2 a:hover {
      color: #ffa2a8; }
  .post-content h3 {
    font-size: 22px;
    border-left: 7px solid #ffa2a8;
    line-height: 1.2;
    padding-left: 16px; }
  .post-content h4 {
    font-size: 18px;
    font-weight: normal;
    color: #ffa2a8; }
  .post-content p,
  .post-content ul,
  .post-content ol,
  .post-content dl,
  .post-content blockquote,
  .post-content pre,
  .post-content ul {
    list-style: disc; }
  .post-content ol {
    list-style: decimal; }
  .post-content ul,
  .post-content ol {
    margin-left: 25px; }
  .post-content ul > ul,
  .post-content ul > ol,
  .post-content ol > ol,
  .post-content ol > ul {
    margin-bottom: 0px; }
  .post-content dl dt {
    color: #595165;
    font-weight: normal; }
  .post-content dl dd {
    margin-left: 25px; }
  .post-content pre {
    padding: 5px 10px;
    overflow: scroll;
    font-family: 'arial';
    color: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    line-height: 1.0; }
    .post-content pre:hover {
      background: #595165;
      color: #fff; }
  .post-content blockquote {
    clear: both;
    margin: 0 0 28px;
    padding: 30px 20px 35px 55px;
    position: relative;
    border: 1px #eee solid;
    background: #f8f8f8; }
    .post-content blockquote:before {
      content: '';
      font-family: 'FontAwesome';
      font-size: 36px;
      color: #e7e7e7;
      position: absolute;
      top: 20px;
      left: 10px; }
    .post-content blockquote cite {
      position: absolute;
      right: 20px;
      bottom: 10px;
      font-size: 12px;
      color: #808080; }
  .post-content table tbody {
    border: 1px solid #eee; }
    .post-content table tbody a {
      text-decoration: underline; }
    .post-content table tbody th, .post-content table tbody td {
      border: 1px solid #eee;
      padding: 8px 15px; }
      .post-content table tbody th:nth-child(3), .post-content table tbody td:nth-child(3) {
        text-align: center; }
      .post-content table tbody th:nth-child(4), .post-content table tbody td:nth-child(4) {
        text-align: right; }
    .post-content table tbody tr th {
      background: #595165;
      color: #fff; }
      .post-content table tbody tr th a {
        color: #fff; }
    .post-content table tbody tr:nth-child(2n) {
      background: #f9f9f9; }
  .post-content img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
  .post-content img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px; }
  .post-content .post-thumbnail {
    width: 100%;
    height: auto; }

.bzb-sns-btn:after {
  content: '';
  display: block;
  height: 0;
  clear: both; }
.bzb-sns-btn ul {
  text-align: right; }
.bzb-sns-btn li {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  text-align: left; }
.bzb-sns-btn .bzb-facebook {
  width: 91px;
  vertical-align: top; }
  .bzb-sns-btn .bzb-facebook span {
    vertical-align: top !important; }
.bzb-sns-btn .bzb-twitter {
  width: 80px; }
.bzb-sns-btn .bzb-googleplus {
  width: 50px; }
.bzb-sns-btn .bzb-hatena {
  width: 50px; }

.post-footer-list {
  margin: 0;
  padding-bottom: 80px; }
  .post-footer-list li {
    display: inline-block;
    margin-right: 24px; }

.post-share {
  padding: 0;
  margin: 0 auto; }
  .post-share .post-share-title {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
    background-color: #595165;
    text-align: center;
    margin: 0; }
  .post-share .post-share-fb {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .post-share iframe {
    margin: 30px auto; }

.post-facebook {
  padding: 0 auto;
  padding-bottom:60px; }

.post-sns {
  margin: 0 auto; }
  .post-sns ul {
    width: 100%;
    overflow: hidden; }
    .post-sns ul li {
      float: left;
      width: 50%;
      box-sizing: border-box;
      color: #929292;
      font-size: 16px;
      text-align: center; }
    .post-sns ul li.post-sns-twitter a:before {
      content: "\f099";
      font-family: FontAwesome;
      font-size: 24px;
      padding-right: 10px; }
    .post-sns ul li.post-sns-feedly a:before {
      content: "\f09e";
      font-family: FontAwesome;
      font-size: 24px;
      padding-right: 10px; }
    .post-sns ul li span {
      font-size: 20px; }
    .post-sns ul li a {
      width: 100%;
      box-sizing: border-box;
      display: block;
      color: #929292;
      text-decoration: none;
      padding: 36px 0; }
    .post-sns ul li a:hover {
      -webkit-transition: all ease-in-out .3s;
      transition: all ease-in-out .3s; }
    .post-sns ul li.post-sns-twitter a {
      border-left: 1px solid #eee;
      border-right: 1px solid #eee; }
      .post-sns ul li.post-sns-twitter a:hover {
        color: #00aced;
        background: #fff; }
    .post-sns ul li.post-sns-feedly a {
      border-right: none; }
      .post-sns ul li.post-sns-feedly a:hover {
        color: #5ACF5F;
        background: #fff; }

/* author */
.post-author,
#comments {
  background: #fff;
  padding: 60px 50px; }
  .post-author h4.comments-title,
  #comments h4.comments-title {
    padding: 0 0 0 15px;
    border-left: 7px solid #ffa2a8;
    line-height: 1.0;
    font-size: 24px;
    margin-bottom: 60px; }

.post-author {
  margin-bottom: 40px;
  padding: 50px; }

/* cta */
.post-cta .cta-post-title {
  color: #595165; }
.post-cta .post-cta-btn a {
  font-size: 21px;
  padding: 20px 0;
  line-height: 1.0; }
  .post-cta .post-cta-btn a:before {
    content: "\f0ab";
    font-family: FontAwesome;
    padding-right: 10px; }
.post-cta .post-cta-inner {
  padding: 30px 65px; }

.wp_rp_content {
  display: inline-block !important;
  width: 729px;
  padding: 50px;
  border-top: 1px solid #e5e5e5; }

.related_post_title {
  font-size: 22px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 7px solid #ffa2a8;
  line-height: 1.0; }

ul.related_post {
  width: 729px;
  padding: 0;
  list-style: none;
  margin-left: 0; }

ul.related_post li {
  width: 23%;
  padding: 0 2.25% 0 0;
  float: left;
  list-style: none; }

ul.related_post li:last-child {
  padding-right: 0; }

ul.related_post li a {
  font-size: 14px;
  color: #535758; }
  ul.related_post li a:hover {
    color: #6e9bdc; }

ul.related_post li img {
  width: 100%;
  height: 111px; }

.wp_rp_footer {
  clear: both; }

/* comment */
.comment-list > .comment > .comment-body {
  padding: 0; }

.comment-author {
  margin-left: 0; }
  .comment-author img {
    padding-right: 20px; }

.form-submit #submit {
  background: #595165;
  font-size: 16px;
  padding: 20px 30px;
  line-height: 1.0;
  width: auto; }

.tri-date {
  background: #ffa2a7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa2a7 0%, #fbb4d0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa2a7), color-stop(100%, #fbb4d0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffa2a7 0%, #fbb4d0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffa2a7 0%, #fbb4d0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffa2a7 0%, #fbb4d0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffa2a7 0%, #fbb4d0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa2a7', endColorstr='#fbb4d0',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  width: 68px;
  box-sizing: border-box;
  top: -15px;
  left: -15px;
  text-align: center;
  position: absolute;
  z-index: 10;
  font-size: 11px;
  background-color: #cc3;
  height: 68px;
  padding-top: 12px;
  line-height: 1.5;
  border-radius: 34px;
  font-size: 16px;
  font-weight: normal; }
  .tri-date span {
    display: block;
    font-size: 12px; }

/* loop
---------------------------------------- */
.post-loop-wrap {
  font-size: 14px; }
  .post-loop-wrap .post-thumbnail {
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
    position: relative; }
  .post-loop-wrap .post-content {
    overflow: hidden; }
  .post-loop-wrap .post-title {
    font-size: 26px;
    margin-bottom: 12px; }
    .post-loop-wrap .post-title a {
      color: #595165; }
    .post-loop-wrap .post-title a:hover {
      color: #ffa2a8; }
  .post-loop-wrap article {
    border-bottom: 1px #eee solid;
    width: 845px;
    padding: 0;
    margin-bottom: 35px; }
  .post-loop-wrap .post-exc {
    height: 216px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #efefef;
    padding: 0 3px;
    vertical-align: middle; }

.cat-header .post-title {
  border-bottom: 2px solid #FFBD00; }

/* pager */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 1.0;
  margin-left: 0;
  overflow: hidden;
  margin: 0 0 30px; }

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 0;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  width: auto;
  color: #808080;
  background: #fff;
  font-size: 16px;
  margin-right: 5px;
  border-radius: 5px;
  max-width: 46px;
  max-height: 43px; }

.pagination span:first-child {
  display: none; }

.pagination a:hover {
  color: #fff;
  background: #595165; }

.pagination .current {
  padding: 15px 20px 15px 20px;
  background: #595165;
  color: #fff; }

/* front page */
.post-loop-wrap .home-posts-1 {
  padding: 0 0 60px 0;
  width: 845px;
  height: 504px;
  position: relative;
  margin: 0 0 42px 0;
  padding: 0; }
  .post-loop-wrap .home-posts-1 .post-thumbnail,
  .post-loop-wrap .home-posts-1 .post-thumbnail img {
    width: 831px;
    height: 490px;
    margin: 0; }
  .post-loop-wrap .home-posts-1 .post-thumbnail {
    border: 7px solid #fff; }
  .post-loop-wrap .home-posts-1 .loop-text {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 637px;
    background: rgba(142, 135, 161, 0.9);
    margin-left: 7px; }
    .post-loop-wrap .home-posts-1 .loop-text h2 {
      font-size: 28px;
      font-weight: normal;
      padding: 25px 10px 25px 40px; }
  .post-loop-wrap .home-posts-1 .post-title {
    margin: 0;
    color: #fff;
    font-weight: bold; }
    .post-loop-wrap .home-posts-1 .post-title a {
      padding: 12px;
      color: #fff;
      display: block;
      padding: 0; }
  .post-loop-wrap .home-posts-1 .post-exc {
    display: none; }

.home-link {
  margin-top: 20px;
  margin-bottom: 40px; }
  .home-link a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 12px;
    color: #222; }

.post-loop-wrap h2.post-title {
  padding-top: 25px;
  margin-right: 20px; }

.post-loop-wrap .post-thumbnail {
  overflow: visible; }
  .post-loop-wrap .post-thumbnail img {
    max-width: 100%;
    height: 100%; }

section.post-content {
  padding: 10px 50px; }
  section.post-content .post-thumbnail {
    width: 300px;
    margin-left: 40px; }
    section.post-content .post-thumbnail img {
      float: right; }

.readnext {
  float: right;
  margin-right: 30px;
  margin-top: 45px; }
  .readnext a {
    color: #dedede; }
  .readnext a:hover {
    color: #FFA2A8; }

.readnext1st {
  display: none;
  float: right;
  margin-right: 30px;
  margin-top: 45px; }
  .readnext1st a {
    color: #dedede; }
  .readnext1st a:hover {
    color: #FFA2A8; }

/* ----------------------------------------
* side
---------------------------------------- */
.side-widget {
  padding-bottom: 0px;
  margin-bottom: 0; }

#side-facebook {
  margin-bottom: 38px; }

.side-widget .side-title {
  margin-bottom: 12px;
  overflow: hidden; }
  .side-widget .side-title img {
    width: auto;
    height: auto; }

.side-widget ul li {
  padding: 0;
  margin: 0; }
  .side-widget ul li:last-child {
    border-bottom: none; }
  .side-widget ul li a {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    color: #595165; }
    .side-widget ul li a:hover {
      text-decoration: none;
      color: #6e9bdc; }

.side-widget ul li img {
  float: left;
  width: 82px;
  height: auto;
  margin-right: 12px;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 0px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 0px 3px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.09804) 0px 0px 3px 0px; }

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
  overflow: visible; }
  #footer .footer-01 {
    background: #fff;
    border: none;
    padding: 0px; }
    #footer .footer-01 .wrap {
      background: #fff;
      margin: 0 auto;
      position: relative; }
      #footer .footer-01 .wrap .pagetop {
        width: 140px;
        height: 38px;
        top: -38px;
        right: 0;
        position: absolute; }
        #footer .footer-01 .wrap .pagetop span {
          width: 140px;
          height: 38px;
          background: #595165;
          opacity: 1;
          border-radius: 10px 10px 0 0;
          font-size: 13px;
          color: #fff; }
          #footer .footer-01 .wrap .pagetop span .fa {
            font-weight: bold; }
      #footer .footer-01 .wrap #f_logo {
        float: left;
        width: 233px;
        height: 80px; }
      #footer .footer-01 .wrap nav.menu-footer_nav-container {
        float: right;
        padding-top: 35px; }
  #footer .footer-02 {
    background: #595165; }
    #footer .footer-02 .wrap {
      background: #595165;
      padding: 15px 0;
      margin: 0 auto; }
      #footer .footer-02 .wrap p.footer-copy {
        color: #fff;
        font-weight: normal;
        text-align: center; }

/* ----------------------------------------
* responsive
*  / 1250px / 992px / 768px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* display*/
  #header {
    width: 992px;
    margin: 0 auto;
    padding: 20px 0 30px 0; }

  .wrap {
    width: 992px;
    margin: 0 auto; }

  #content {
    width: 992px;
    margin: 0 auto; }

  #main {
    width: 697px;
    float: left; }

  #side {
    width: 255px;
    float: right; }

  #footer {
    width: 100%; }

  #footer .wrap {
    width: 992px;
    margin: 0 auto; }

  .post-loop-wrap {
    width: 697px; }
    .post-loop-wrap article {
      width: 697px; }
    .post-loop-wrap .home-posts-1 {
      width: 697px;
      height: auto; }
      .post-loop-wrap .home-posts-1 .post-thumbnail {
        width: 683px;
        height: auto; }
        .post-loop-wrap .home-posts-1 .post-thumbnail img {
          width: 683px;
          height: auto; }

  .wp_rp_content {
    display: inline-block !important;
    width: 597px;
    padding: 50px;
    border-top: 1px solid #e5e5e5; }

  .related_post_title {
    font-size: 22px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-left: 7px solid #ffa2a8;
    line-height: 1.0; }

  ul.related_post {
    width: 597px;
    padding: 0;
    list-style: none;
    margin-left: 0; }

  ul.related_post li {
    width: 23%;
    padding: 0 2.25% 0 0;
    float: left;
    list-style: none; }

  ul.related_post li:last-child {
    padding-right: 0; }

  ul.related_post li a {
    font-size: 14px;
    color: #535758; }
    ul.related_post li a:hover {
      color: #6e9bdc; }

  ul.related_post li img {
    width: 100%;
    height: 111px; }

  /* laptop end */ }
@media screen and (max-width: 992px) {
  /* tablet */
  body {
    padding-bottom: 0;
    background: #fff; }

  #header {
    width: auto;
    padding: 0 15px !important;
    margin: 0 15px; }
    #header .wrap {
      width: auto;
      margin: 20px auto 30px;
      overflow: hidden; }
      #header .wrap #logo {
        float: none;
        text-align: center;
        margin: 0 auto; }
      #header .wrap .head-text {
        float: none;
        text-align: center;
        margin: 0 auto; }
      #header .wrap #header-sns {
        float: none;
        clear: both;
        margin: 0 auto;
        text-align: center; }
      #header .wrap .sp-hide {
        display: block !important; }

  .readnext1st {
    display: block; }

  .breadcrumbs {
    padding: 0; }

  #content {
    width: auto;
    padding: 0 15px;
    margin: 0 15px;
    background: #F5F7FD; }

  #main {
    width: auto;
    margin: 0 auto;
    float: none; }

  #side {
    width: auto;
    float: none;
    padding-top: 40px; }

  #footer {
    width: 100%; }

  #footer .wrap {
    width: auto;
    padding: 30px 15px; }

  #footer .footer-01 .wrap .pagetop {
    right: 50%; }
    #footer .footer-01 .wrap .pagetop span {
      margin-left: 70px; }

  #footer .footer-01 .wrap #f_logo {
    float: none;
    margin: 0 auto; }

  #footer .footer-01 .wrap nav.menu-footer_nav-container {
    float: none;
    margin: 0 auto; }
    #footer .footer-01 .wrap nav.menu-footer_nav-container ul {
      text-align: center;
      border: 1px solid #595165; }
      #footer .footer-01 .wrap nav.menu-footer_nav-container ul li {
        float: none;
        display: block;
        font-size: 14px;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid #595165; }
        #footer .footer-01 .wrap nav.menu-footer_nav-container ul li:last-child {
          border-bottom: none; }

  .post-loop-wrap {
    width: 100%; }
    .post-loop-wrap .home-posts-1 {
      width: 100%;
      height: 215px; }
      .post-loop-wrap .home-posts-1 .loop-text {
        position: static;
        background: transparent;
        margin-left: 0px;
        width: 100%; }
        .post-loop-wrap .home-posts-1 .loop-text h2 {
          font-size: 26px; }
      .post-loop-wrap .home-posts-1 .post-title a {
        color: #595165; }
      .post-loop-wrap .home-posts-1 .post-thumbnail {
        width: 300px;
        height: auto;
        border: none;
        margin: 0 20px 0 0; }
        .post-loop-wrap .home-posts-1 .post-thumbnail img {
          float: right;
          height: 215px; }
    .post-loop-wrap article {
      width: 100%; }

  .post-header .tri-date {
    background: #ffa2a7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffa2a7 0%, #fbb4d0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa2a7), color-stop(100%, #fbb4d0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffa2a7 0%, #fbb4d0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa2a7 0%, #fbb4d0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffa2a7 0%, #fbb4d0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffa2a7 0%, #fbb4d0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa2a7', endColorstr='#fbb4d0',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    width: 97px;
    box-sizing: border-box;
    text-align: center;
    position: static;
    z-index: 10;
    background-color: #cc3;
    height: auto;
    padding: 0;
    line-height: 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px; }
    .post-header .tri-date span {
      display: inline-block;
      font-size: 12px;
      margin-right: 3px; }

  .post-header {
    padding: 15px; }

  /* tablet end */ }
@media screen and (max-width: 768px) {
  /* phone */
  .post-loop-wrap .home-posts-1 .loop-text h2 {
    font-size: 18px; }

  .post-content p, .post-content ul, .post-content ol, .post-content dl, .post-content blockquote, .post-content pre, .post-content ul {
    font-size: 14px; }

  .post-title {
    font-size: 22px; }

  section.post-content .post-thumbnail {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    padding-top: 0; }
    section.post-content .post-thumbnail img {
      width: 100%;
      float: none; }

  .post-loop-wrap article {
    border: 7px solid #fff;
    height: auto;
    width: auto; }
    .post-loop-wrap article h2.post-title {
      font-size: 18px;
      padding: 0 10px;
      margin-bottom: 12px; }
    .post-loop-wrap article .post-thumbnail {
      width: 100%;
      height: auto;
      float: none;
      margin-bottom: 10px; }
      .post-loop-wrap article .post-thumbnail img {
        width: 100%;
        height: auto; }

  .post-loop-wrap .home-posts-1 {
    height: auto;
    width: auto; }
    .post-loop-wrap .home-posts-1 h2.post-title {
      font-size: 18px;
      padding: 0 10px;
      margin-bottom: 15px; }
    .post-loop-wrap .home-posts-1 .post-thumbnail {
      width: 100%;
      height: auto;
      float: none;
      margin-bottom: 10px; }
      .post-loop-wrap .home-posts-1 .post-thumbnail img {
        width: 100%;
        height: auto;
        float: none; }

  .wp_rp_wrap {
    width: 100%; }

  .wp_rp_content {
    width: auto;
    padding: 15px; }
    .wp_rp_content ul {
      width: auto; }
      .wp_rp_content ul li {
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 0 0 12px 0; }
        .wp_rp_content ul li a.wp_rp_thumbnail {
          float: left;
          margin-right: 10px; }
        .wp_rp_content ul li img {
          width: 116px;
          height: 77px; }

  /* phone end */ }
