.home #wrap {
  width: 100%;
  text-align: left; }

.home .txt img,
#showmorebutton img {
  width: 100%; }

header img {
  border-bottom: 10px solid #e50011; }

.home .fb-like iframe {
  z-index: 9999;
  overflow: visible;
  max-width: none !important; }
.home .sns {
  overflow: hidden;
  padding-bottom: 0 0 3%; }
  .home .sns li {
    float: right;
    width: 120px; }
  .home .sns li.twitter {
    width: 100px; }
.home .txt .title {
  padding-bottom: 2%; }
.home .txt p {
  padding: 0 1% 5%;
  text-align: left; }
.home .txt .ttl {
  padding: 0 0 5%; }
.home .txt .linkbtn img {
  padding: 0 0 2%; }
.home .txt .profilebtn {
  padding-bottom: 30px;
  width: 90%;
  margin: auto; }

	  .home .gplarge{padding:10px 0;margin:20px 0 30px}
	  .home .gplarge h2{padding:10px 0;}
	  .home .gplarge .frm{text-align:left;padding:3%;
	  border: 2px solid #E1BF34;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;margin:2%}
	  .home .gplarge .frm img{width:100%}
	  .home .gplarge .frm p strong{font-size:16px}
	  .home .gplarge .frm p{padding: 0 0 0.5em;color:#6F5F28;}
	  
	  .home #gp03 ul {
    overflow: hidden;
    margin: 0 -5% 0 0;
    display: table;
    width: 100%; }
    .home #gp03 li {
    width: 34%;
    float: left;
    padding: 3%;
    background: #fff;
    -moz-box-shadow: 1px 1px 3px #333333;
    -webkit-box-shadow: 1px 1px 3px #333333;
    box-shadow: 1px 1px 3px #333333;
    margin: 3% 0 3% 4%;
    text-align: left;
   display: list-item;
    border: 2px solid #E1BF34;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .home #gp03 li .thumb {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 120px;
      overflow: hidden; }
    .home #gp03 li .thumb img {
        max-height: 120px;
        display: block;
        margin: auto; }
    .home #gp03 li .title {
      width: auto;
      height: 4em;
      padding: 5px 0;
      font-size: 12px;
      font-size: 1.2rem; }


.home #entries .list {
  background: #F3ECE8; }
  .home #entries .list ul {
    overflow: hidden;
    margin: 0 -5% 0 0;
    display: table;
    width: 100%; }
  .home #entries .list li {
    width: 34%;
    float: left;
    padding: 3%;
    background: #fff;
    -moz-box-shadow: 1px 1px 3px #333333;
    -webkit-box-shadow: 1px 1px 3px #333333;
    box-shadow: 1px 1px 3px #333333;
    margin: 3% 0 3% 4%;
    text-align: left;
    display: table-cell;
    border: 2px solid #E1BF34;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .home #entries .list li .thumb {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 120px;
      overflow: hidden; }
      .home #entries .list li .thumb img {
        max-height: 120px;
        display: block;
        margin: auto; }
    .home #entries .list li .title {
      width: auto;
      height: 4em;
      padding: 5px 0;
      font-size: 12px;
      font-size: 1.2rem; }
.home #entries .btn {
  clear: both; }
.home #entries #showmorebutton {
  width: 80%;
  margin: 3% auto; }
