@charset "UTF-8";
/* main.css */
/* Variables
---------------------------------------------------*/
/* $font-navi: '"CCJoeKubert W00 Regular", Helvetica, sans-serif'; */
/* Media Queries -------------------------*/
/* Base
---------------------------------------------------*/
html {
  height: 100%;
}

body {
  color: #362A2C;
  background-color: #FFF;
  line-height: 1;
  font-size: 14px;
  font-family: MotoyaExCedar_1173746, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  /*	-webkit-font-smoothing: antiapxliased; */
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 13px;
    color: #564A4C;
  }
}
body.home {
  height: 100%;
  min-height: 100%;
}

.lt-ie9 body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap-all {
  width: 100%;
}

.home #wrap-all {
  position: relative;
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

table {
  border-collapse: collapse;
}

th, td {
  text-align: left;
  vertical-align: top;
  line-height: 1;
}

a {
  color: #4497A9;
  text-decoration: underline;
}
a:hover {
  color: #247789;
}
@media only screen and (min-width: 1024px) {
  a {
    color: #64B7C9;
  }
  a:hover {
    color: #4497A9;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  line-height: 1.3;
}

h1, h2, h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

p {
  margin: 0;
  line-height: 1;
}
p strong {
  font-weight: bold;
  font-family: MotoyaExCedar_1173751, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"], input[type="password"], textarea {
  padding: 2px 4px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.row {
  zoom: 1;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

/* Header
---------------------------------------------------*/
#head {
  padding: 10px;
  height: 215px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #head {
    padding: 30px 20px;
    height: 160px;
    background-position: center;
  }
}

.home #head {
  margin: 0;
  padding: 25px;
  height: auto;
  background-image: none;
}
@media only screen and (min-width: 768px) {
  .home #head {
    padding: 30px 20px;
  }
}

#head h1 {
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 0;
  width: 100px;
  max-width: none;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  #head h1 {
    width: 160px;
    height: 160px;
  }
}
#head h1 a {
  display: block;
  padding-top: 100px;
  width: 100px;
  height: 0;
  overflow: hidden;
  line-height: 2.2;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  #head h1 a {
    padding-top: 160px;
    width: 160px;
  }
}

.home #wrap-foot {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#foot {
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #foot {
    max-width: 980px;
  }
}

.home #foot {
  margin: 0;
  padding-bottom: 10px;
  max-width: none;
}

#foot p.copy {
  font-size: 12px;
  text-align: center;
  font-family: "Museo Sans W01_300", Helvetica, sans-serif;
}

.home #foot p.copy {
  text-align: center;
  color: #BBB;
}
@media only screen and (min-width: 768px) {
  .home #foot p.copy {
    color: #DDD;
  }
}

#ac {
  display: none;
}

#main {
  position: relative;
  padding: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  #main {
    position: static;
    margin: 0 auto;
    max-width: 980px;
  }
}

@media only screen and (min-width: 768px) {
  .home #main {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home #main {
    margin: 0;
    padding: 0;
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .tag #main,
  .date #main,
  .search #main,
  .category-blog #main {
    padding: 0 0 150px;
  }
}

.bread {
  margin-bottom: 20px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .bread {
    padding: 5px 30px 0;
  }
}
.bread li {
  float: left;
  font-size: 12px;
  font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
  line-height: 2;
}
.bread li a {
  text-decoration: none;
}
.bread li span.arrow {
  margin: 0 1em;
}

.single .bread,
.category-blog .bread {
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .single .bread,
  .category-blog .bread {
    width: auto;
  }
}

a#gotop {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  bottom: 0;
  padding: 6px 5px 5px;
  width: 100%;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background-color: #50AEC8;
  border-style: solid none none;
  border-width: 1px;
  border-color: #80DEF8;
}

#wrap-side {
  position: fixed;
  z-index: 10;
  top: 0;
  right: -185px;
  width: 185px;
  height: 100%;
  background-color: #FFF;
}
@media only screen and (min-width: 768px) {
  #wrap-side {
    position: absolute;
    left: 0;
    right: auto;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

#menu-button {
  position: absolute;
  z-index: 1;
  top: 29px;
  left: -90px;
  padding-top: 23px;
  width: 58px;
  height: 35px;
  color: #2892B4;
  text-align: center;
  font-size: 14px;
  font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
  background-color: #FFF;
  border: solid 1px #50AEC8;
  border-radius: 30px;
  user-select: none;
}
@media only screen and (min-width: 768px) {
  #menu-button {
    display: none;
  }
}

.home #menu-button {
  top: 45px;
}

.sidebar {
  padding: 0 20px 0 5px;
  height: 100%;
}
.sidebar .wrap-list {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .sidebar .wrap-list {
    overflow: hidden;
  }
}
.sidebar ul.gnavi {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .sidebar ul.gnavi {
    padding-top: 240px;
  }
}
.sidebar ul.gnavi li {
  margin-bottom: 0.8em;
  text-align: right;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Proxima N W01 Reg", Helvetica, sans-serif;
  color: #867A7C;
}
@media only screen and (min-width: 768px) {
  .sidebar ul.gnavi li {
    color: #F3F3F3;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar ul.gnavi li {
    font-size: 14px;
  }
}
.sidebar ul.gnavi li a {
  text-decoration: none;
  color: #867A7C;
}
.sidebar ul.gnavi li a:hover {
  color: #A69A9C;
}
@media only screen and (min-width: 768px) {
  .sidebar ul.gnavi li a {
    color: #FFF;
  }
  .sidebar ul.gnavi li a:hover {
    color: #EEE;
  }
}
.sidebar ul.gnavi li.menu-item-object-column {
  padding: 0.8em 0;
  border-style: none;
  border-width: 1px;
  border-color: #CCC;
}
.sidebar ul.gnavi li.menu-item-object-column ul.sub-menu {
  display: none;
}
.sidebar ul.gnavi li.menu-item-object-column ul.sub-menu > li a {
  color: #50ADC7;
}
.sidebar ul.gnavi li.menu-item-object-column ul.sub-menu > li a:hover {
  color: #70CDE7;
}
@media only screen and (min-width: 768px) {
  .sidebar ul.gnavi li.menu-item-object-column ul.sub-menu > li a {
    color: #CCF1FF;
  }
  .sidebar ul.gnavi li.menu-item-object-column ul.sub-menu > li a:hover {
    color: #BCE1EF;
  }
}
.sidebar ul.gnavi li.current-menu-item ul.sub-menu, .sidebar ul.gnavi li.current-menu-ancestor ul.sub-menu {
  display: block;
}
.sidebar ul.gnavi li.menu-item-object-shop a {
  color: #E4AC50;
}
.sidebar ul.gnavi li.menu-item-object-shop a:hover {
  color: #F4CC70;
}
@media only screen and (min-width: 768px) {
  .sidebar ul.gnavi li.menu-item-object-shop a {
    color: #FFE0A7;
  }
  .sidebar ul.gnavi li.menu-item-object-shop a:hover {
    color: #EFE0B7;
  }
}
.sidebar ul.gnavi li ul {
  padding-top: 0.45em;
}
.sidebar ul.gnavi li ul li {
  margin-bottom: 0.45em;
}
.sidebar ul.sns-navi {
  margin: 20px 0 10px 88px;
}
@media only screen and (min-width: 768px) {
  .sidebar ul.sns-navi {
    margin: 40px 0 10px 103px;
  }
}
.sidebar ul.sns-navi li {
  float: left;
  margin-left: 10px;
}
.sidebar ul.sns-navi li a {
  display: block;
  padding-top: 26px;
  width: 26px;
  height: 0;
  line-height: 2.2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.sidebar ul.sns-navi li a.instagram {
  background-image: url("../images/icon_instagram.png");
}
.sidebar ul.sns-navi li a.facebook {
  background-image: url("../images/icon_facebook.png");
}

@media only screen and (min-width: 768px) {
  .fixbar {
    position: fixed;
    top: -220px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #wrap-content {
    padding-left: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .home #wrap-content {
    padding-left: 0;
    /*        float: none;*/
    /*        width: auto;*/
  }
}

#content {
  position: relative;
  padding-top: 20px;
  min-height: 600px;
}
@media only screen and (min-width: 768px) {
  #content {
    padding-top: 0;
  }
}
#content p {
  line-height: 1.7;
}
#content header.h1 {
  margin-bottom: 30px;
  padding: 0 10px 10px;
  border-bottom: solid 1px #666;
  /*
          .intro {
  			p {
  				font-size: 10px;
  				text-align: center;
  			}
  			@include mq-pc {
  				padding: 0 15px 0 0;
  
  				p {
  					font-size: 12px;
  					text-align: right;
  				}
  			}
          }
  */
}
@media only screen and (min-width: 768px) {
  #content header.h1 {
    padding: 0 30px 10px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #content header.h1 {
    padding: 0 20px 10px 50px;
  }
}
#content header.h1 a.return {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 8px 0;
  width: 100%;
  color: #A69A9C;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #A69A9C;
  border-radius: 3px;
}
#content header.h1 a.return:hover {
  color: #867A7C;
  background-color: #F6F6F6;
}
@media only screen and (min-width: 480px) {
  #content header.h1 a.return {
    width: 140px;
  }
}
#content header.h1 h1 {
  line-height: 1.3;
  font-family: "Proxima N W01 Reg", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (min-width: 768px) {
  #content header.h1 h1 {
    font-size: 26px;
  }
}
#content header.h1 h1 span.parent {
  font-size: 18px;
}
#content header.h1 h1 a {
  text-decoration: none;
  color: #362A2C;
}
@media only screen and (min-width: 768px) {
  #content header.h1 h1 a {
    color: #564A4C;
  }
}
#content header.h1 h1.small {
  font-size: 24px;
}
#content header.h1 #cat-navi {
  padding-top: 20px;
}
#content header.h1 #cat-navi li {
  float: left;
}
#content header.h1 #cat-navi li a {
  display: block;
  padding: 7px 20px;
  text-decoration: none;
}
#content header.h1 #cat-navi li.current-cat a {
  border: solid 1px #4497A9;
}
@media only screen and (min-width: 768px) {
  #content header.h1 #cat-navi li a {
    padding: 4px 20px;
  }
  #content header.h1 #cat-navi li.current-cat a {
    border: solid 1px #64B7C9;
  }
}
#content header.h1 p.desc {
  padding-top: 25px;
}
#content header.h1 p.date {
  padding-top: 3px;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  #content header.h1 p {
    clear: both;
  }
  #content header.h1 p.date {
    clear: none;
    float: left;
  }
}
#content header.h1 .prevnext {
  float: right;
  padding: 10px 0 0;
  width: 130px;
}
#content h2 {
  line-height: 1.3;
}

.ranking {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 150px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .ranking {
    right: 30px;
    top: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .ranking {
    right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .single .ranking {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .tax-shop_category #content header.h1 {
    padding: 0 30px 10px;
  }
}

.home #content {
  min-height: 0;
}

section {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  section {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  section {
    padding: 0 20px 0 50px;
  }
  section.shop-cols {
    padding: 0 30px;
  }
}
section header.h2 {
  margin-bottom: 30px;
  padding: 10px 12px 10px;
  border-bottom: dotted 1px #564A4C;
}
section header.h2 h2 {
  float: left;
  margin-right: 30px;
  font-size: 22px;
}
section header.h2 h2 a {
  text-decoration: none;
}
section header.h2 p {
  float: left;
  margin-top: 7px;
  font-size: 12px;
}
section header.h2 p a.link {
  margin-left: 30px;
  text-decoration: none;
}

section.info {
  border-top: solid 1px #999;
}

section.blog-entry {
  margin-bottom: 0;
  word-break: break-all;
  overflow: hidden;
}
section.blog-entry p {
  padding-bottom: 1.7em;
}
section.blog-entry img {
  max-width: 100%;
  height: auto;
}
section.blog-entry ul.share li {
  float: left;
  width: 50%;
}
section.blog-entry ul.share li a {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
section.blog-entry ul.share li a span {
  display: inline-block;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  background-repeat: no-repeat;
  background-position: left top;
}
@media only screen and (min-width: 768px) {
  section.blog-entry ul.share li a span {
    font-size: 16px;
  }
}
section.blog-entry ul.share li a.fb {
  padding: 5px 5px;
  background-color: #3B579D;
}
@media only screen and (min-width: 768px) {
  section.blog-entry ul.share li a.fb {
    padding: 8px 10px;
  }
}
section.blog-entry ul.share li a.fb:hover {
  color: #E0E0F0;
}
section.blog-entry ul.share li a.fb span {
  padding-left: 24px;
  line-height: 26px;
  background-image: url("../images/icon_facebook.png");
  background-size: 20px;
}
@media only screen and (min-width: 768px) {
  section.blog-entry ul.share li a.fb span {
    padding-left: 38px;
    line-height: 34px;
    background-size: 28px;
  }
}
section.blog-entry ul.share li a.tw {
  padding: 3px 5px;
  background-color: #1DA1F2;
}
@media only screen and (min-width: 768px) {
  section.blog-entry ul.share li a.tw {
    padding: 4px 10px;
  }
}
section.blog-entry ul.share li a.tw:hover {
  color: #E0E0F0;
}
section.blog-entry ul.share li a.tw span {
  padding-left: 29px;
  line-height: 30px;
  background-image: url("../images/icon_twitter.png");
  background-size: 29px;
}
@media only screen and (min-width: 768px) {
  section.blog-entry ul.share li a.tw span {
    padding-left: 47px;
    line-height: 42px;
    background-size: 42px;
  }
}
section.blog-entry .entry-foot {
  margin-top: 30px;
  text-align: right;
}
section.blog-entry .entry-foot img {
  margin-right: 20px;
  vertical-align: middle;
}
section.blog-entry .alignleft, section.blog-entry .alignright, section.blog-entry .aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
section.blog-entry .wp-caption {
  background: #f1f1f1;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 4px;
  text-align: center;
}
section.blog-entry .wp-caption img {
  margin: 5px 5px 0;
}
section.blog-entry .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
@media only screen and (min-width: 480px) {
  section.blog-entry .alignleft {
    clear: none;
    display: inline;
    float: left;
    margin: 10px 20px 10px 0;
    max-width: 45%;
  }
  section.blog-entry .alignright {
    clear: none;
    display: inline;
    float: right;
    margin: 10px 0 10px 20px;
    max-width: 45%;
  }
}

section.blog-cols {
  word-break: break-all;
  overflow: hidden;
}
section.blog-cols .col {
  position: relative;
  padding: 0 1% 30px;
}
section.blog-cols .col a.thumb {
  display: block;
  position: relative;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.blog-cols .col a.thumb:after {
  display: block;
  padding-top: 70%;
  content: "";
}
section.blog-cols .col a.thumb span {
  position: absolute;
  bottom: 0;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  background-color: rgba(30, 20, 0, 0.3);
}
section.blog-cols .col .date {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
}
section.blog-cols .col-1 {
  padding: 0 1% 30px;
  width: 98%;
}
section.blog-cols .col-2 {
  float: left;
  padding: 0 1% 25px;
  width: 48%;
}
section.blog-cols .col-3 {
  float: left;
  padding: 0 1% 25px;
  width: 48%;
}
section.blog-cols .col-4 {
  float: left;
  padding: 0 1% 25px;
  width: 48%;
}
@media only screen and (min-width: 768px) {
  section.blog-cols .col-1 {
    float: left;
    padding: 0 1% 30px;
    width: 98%;
  }
  section.blog-cols .col-4 {
    padding: 0 1% 20px;
    width: 31%;
  }
  section.blog-cols .col-4 a.thumb span {
    font-size: 12px;
  }
  section.blog-cols .col-4 .date {
    font-size: 12px;
  }
  section.blog-cols .col-4 .text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  section.blog-cols .col-3 {
    padding: 0 1% 20px;
    width: 31%;
  }
  section.blog-cols .col-3 a.thumb span {
    font-size: 12px;
  }
  section.blog-cols .col-3 .date {
    font-size: 12px;
  }
  section.blog-cols .col-3 .text {
    font-size: 12px;
  }
  section.blog-cols .col-4 {
    padding: 0 1% 15px;
    width: 23%;
  }
  section.blog-cols .col-4 a.thumb span {
    font-size: 11px;
  }
  section.blog-cols .col-4 .date {
    font-size: 11px;
  }
  section.blog-cols .col-4 .text {
    font-size: 11px;
  }
}

section.event-list,
section.blog-list {
  margin-bottom: 0;
  word-break: break-all;
  overflow: hidden;
}
section.event-list .entry,
section.blog-list .entry {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #999;
}
section.event-list .entry .entry-head h2 a,
section.blog-list .entry .entry-head h2 a {
  text-decoration: none;
}
section.event-list .entry p,
section.blog-list .entry p {
  padding-bottom: 1.7em;
}
section.event-list .entry img,
section.blog-list .entry img {
  max-width: 100%;
  height: auto;
}
section.event-list .entry .alignleft, section.event-list .entry .alignright, section.event-list .entry .aligncenter,
section.blog-list .entry .alignleft,
section.blog-list .entry .alignright,
section.blog-list .entry .aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
section.event-list .entry .wp-caption,
section.blog-list .entry .wp-caption {
  background: #f1f1f1;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 4px;
  text-align: center;
}
section.event-list .entry .wp-caption img,
section.blog-list .entry .wp-caption img {
  margin: 5px 5px 0;
}
section.event-list .entry .wp-caption p.wp-caption-text,
section.blog-list .entry .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
section.event-list .entry .entry-foot,
section.blog-list .entry .entry-foot {
  padding-right: 5px;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  section.event-list .entry .alignleft,
  section.blog-list .entry .alignleft {
    clear: none;
    display: inline;
    float: left;
    margin: 10px 20px 10px 0;
    max-width: 45%;
  }
  section.event-list .entry .alignright,
  section.blog-list .entry .alignright {
    clear: none;
    display: inline;
    float: right;
    margin: 10px 0 10px 20px;
    max-width: 45%;
  }
}

.prevnext {
  padding: 30px 10px;
  font-size: 16px;
  font-family: "Proxima N W01 Reg", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (min-width: 768px) {
  .prevnext {
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .prevnext {
    padding: 30px 20px 30px 50px;
  }
}
.prevnext a {
  text-decoration: none;
}
.prevnext .prev {
  float: left;
}
.prevnext .next {
  float: right;
}

.welcome-area {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.welcome-area .widget-title {
  margin-bottom: 15px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}
.welcome-area .textwidget {
  color: #FFF;
  line-height: 1.8;
  text-align: center;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .welcome-area {
    top: -120px;
    right: 50px;
    left: auto;
    width: 450px;
  }
  .welcome-area .textwidget {
    font-size: 14px;
    line-height: 2;
  }
}

.info-area {
  position: fixed;
  bottom: 0;
  padding: 15px 5% 50px;
  width: 90%;
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 480px) {
  .info-area {
    padding: 15px 5% 30px;
    min-height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .info-area {
    padding: 0 30px 30px 230px;
    width: auto;
    min-height: 0;
    background-color: transparent;
  }
}
.info-area .widget-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #CDF1FF;
}
.info-area .textwidget {
  line-height: 1.5;
  color: #F3F3F3;
}
.info-area .textwidget p {
  margin-bottom: 0;
}
.info-area .textwidget a {
  color: #CDF1FF;
  text-decoration: none;
}
.info-area .textwidget a:hover {
  color: #CDF1FF;
  text-decoration: underline;
}

.lt-ie9 #content header.h1 a.return {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}

section.columnlist > ul > li {
  padding-left: 15px;
  padding-bottom: 1em;
  background-image: url("../images/dot_aside_list.png");
  background-repeat: no-repeat;
  background-position: left 7px;
}
section.columnlist > ul > li a {
  text-decoration: none;
  color: #564A4C;
  font-size: 1.3em;
}
section.columnlist > ul > li a:hover {
  color: #362A2C;
  text-decoration: underline;
}
section.columnlist > ul > li ul {
  padding: 1em 0 2em 0.2em;
}
section.columnlist > ul > li ul li {
  margin-bottom: 0.7em;
  padding: 0.1em 0 0.1em 0.7em;
  background-image: none;
  border-left: solid 2px #A69A9C;
}
section.columnlist > ul > li ul li a {
  font-size: 1.1em;
}

/* Message Area -----------------------------*/
.message-area {
  margin: 0 0 30px;
  padding: 15px;
  background-color: #66A8B8;
}
@media only screen and (min-width: 768px) {
  .message-area {
    margin: 30px 0;
    padding: 0 30px;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .message-area {
    padding: 0 20px 0 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .category-cases .message-area {
    padding: 0 30px;
  }
}

.message-area h2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .message-area h2 {
    color: #362A2C;
  }
}
.message-area section.widget {
  padding: 0;
  background-color: #FFF;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .message-area section.widget {
    padding: 0;
    background-color: #FFF;
    border: solid 1px #66A8B8;
    border-radius: 0;
  }
}
.message-area section.widget .widget-title {
  padding: 24px 10px 7px;
  line-height: 1.3;
  font-size: 16px;
  border-bottom: solid 1px #66A8B8;
}
@media only screen and (min-width: 768px) {
  .message-area section.widget .widget-title {
    padding: 13px 30px;
    color: #FFF;
    background-color: #66A8B8;
    border: none;
  }
}
.message-area section.widget .textwidget {
  padding: 20px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .message-area section.widget .textwidget {
    padding: 29px 29px 15px;
  }
}
.message-area section.widget .textwidget p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.message-area section.widget .textwidget img {
  max-width: 100%;
  height: auto;
}

#wrap-entry p#trackback-url {
  margin: 30px 30px 0;
  text-align: right;
  font-size: 12px;
  color: #999;
}
#wrap-entry #comments {
  margin: 30px 10px;
  padding: 30px 20px;
  background-color: #F0F0F0;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  #wrap-entry #comments {
    margin: 30px 20px;
  }
}
#wrap-entry ol.commentlist {
  color: #5B7E9B;
}
#wrap-entry ol.commentlist a {
  color: #5B7E9B;
  text-decoration: underline;
}
#wrap-entry ol.commentlist a:hover {
  color: #7B9EBB;
}
#wrap-entry ol.commentlist ul.children {
  padding-left: 30px;
}
#wrap-entry ol.commentlist .comment-author {
  padding-top: 3px;
  padding-left: 33px;
  padding-bottom: 10px;
  display: inline;
  font-weight: bold;
  line-height: 1.1em;
  background-image: url("../images/icon_balloon_PK.png");
  background-repeat: no-repeat;
  background-position: left top;
}
#wrap-entry ol.commentlist .comment-author cite {
  font-style: normal;
}
#wrap-entry ol.commentlist .comment-author-owner {
  padding-top: 3px;
  padding-left: 33px;
  padding-bottom: 10px;
  display: inline;
  font-weight: bold;
  line-height: 1.1em;
  background-image: url("../images/icon_balloon_BL.png");
  background-repeat: no-repeat;
  background-position: left top;
}
#wrap-entry ol.commentlist .comment-author-owner cite {
  font-style: normal;
}
#wrap-entry ol.commentlist .comment-meta {
  margin-left: 18px;
  padding-top: 3px;
  display: inline;
}
#wrap-entry ol.commentlist .comment-meta a {
  color: #5B7E9B;
  text-decoration: none;
}
#wrap-entry ol.commentlist .comment-meta a:hover {
  color: #7B9EBB;
}
#wrap-entry ol.commentlist .comment-body {
  margin-top: 10px;
  padding-left: 33px;
}
#wrap-entry ol.commentlist .comment-body p {
  padding-bottom: 0;
}
#wrap-entry ol.commentlist .reply {
  padding: 7px 0 30px 33px;
}
#wrap-entry ol.commentlist .reply a {
  display: block;
  padding: 3px 0;
  width: 50px;
  font-size: 12px;
  text-align: center;
  color: #5B7E9B;
  text-decoration: none;
  border: solid 1px #B9C9D6;
  border-radius: 3px;
}
#wrap-entry ol.commentlist .reply ahover {
  color: #7B9EBB;
}
#wrap-entry #respond label {
  color: #5B7E9B;
}
#wrap-entry #respond p {
  padding-bottom: 18px;
}
#wrap-entry #respond input#author, #wrap-entry #respond #email, #wrap-entry #respond #url {
  padding: 6px 4px;
  width: 95%;
  border: solid 1px #B9C9D6;
  border-radius: 3px;
}
#wrap-entry #respond textarea {
  padding: 6px 4px;
  width: 95%;
  height: 190px;
  vertical-align: top;
  border: solid 1px #B9C9D6;
  border-radius: 3px;
}
#wrap-entry #respond input.submit {
  padding: 8px 20px;
  background-color: #F6F6F6;
  border: solid 1px #B9C9D6;
  border-radius: 3px;
}
#wrap-entry a.bt-contact {
  position: relative;
  display: block;
  margin: 30px 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  border: solid 1px #4497A9;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  #wrap-entry a.bt-contact {
    margin: 30px;
    padding: 25px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  #wrap-entry a.bt-contact {
    margin: 30px 20px 30px 50px;
    border: solid 1px #64B7C9;
  }
}

.lt-ie9 #wrap-entry #comments {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}
.lt-ie9 #wrap-entry ol.commentlist .reply a {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}
.lt-ie9 #wrap-entry #respond input#author, .lt-ie9 #wrap-entry #respond #email, .lt-ie9 #wrap-entry #respond #url {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}
.lt-ie9 #wrap-entry #respond textarea {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}
.lt-ie9 #wrap-entry #respond input.submit {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}
.lt-ie9 #wrap-entry a.bt-contact {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}

.links #wrap-entry ul.linklist li.linkcat {
  margin-bottom: 50px;
}
.links #wrap-entry ul.linklist li.linkcat h3 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  border-bottom: dotted 1px #999;
}
.links #wrap-entry ul.linklist li.linkcat li {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}
.links #wrap-entry ul.linklist li.linkcat li a {
  text-decoration: none;
}
.links #wrap-entry ul.linklist li.linkcat li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .links #wrap-entry {
    float: none;
    width: 100%;
  }
  .links #wrap-entry ul.linklist li.linkcat li {
    float: left;
    margin-bottom: 10px;
    padding: 0 1.5%;
    width: 47%;
  }
}

.lt-ie9 #content header.h1 a.return {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}
.lt-ie9 #content section header.h2 {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}

.worklist {
  padding: 0 10px 30px;
}
@media only screen and (min-width: 768px) {
  .worklist {
    padding: 0 30px 30px;
  }
}

.worklist li {
  float: left;
  width: 47%;
  margin-right: 3%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
  .worklist li {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .worklist li {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
}
.worklist li a {
  display: block;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.worklist li a:after {
  display: block;
  padding-top: 100%;
  content: "";
}
.worklist li.text a {
  position: relative;
  border: solid 1px #999;
  color: #362A2C;
  text-decoration: none;
  line-height: 1.3;
}
.worklist li.text a .inner {
  position: absolute;
  padding: 5%;
  width: 90%;
  height: 90%;
  overflow: hidden;
}
.worklist li.text a .inner .title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.worklist li.text a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
}

#cross {
  padding: 0 10px 30px;
}
@media only screen and (min-width: 768px) {
  #cross {
    padding: 0 30px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #cross {
    padding: 0 20px 30px 50px;
  }
}
#cross .each {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #cross .each {
    margin-bottom: 30px;
  }
}
#cross .each .thumb {
  float: left;
  margin-right: 5%;
  width: 25%;
}
@media only screen and (min-width: 768px) {
  #cross .each .thumb {
    width: 14%;
  }
}
#cross .each .thumb img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
#cross .each .text {
  float: left;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  #cross .each .text {
    width: 81%;
  }
}
#cross .each .text h2 {
  margin-bottom: 1em;
  font-size: 16px;
}
#cross .each .text h2 a {
  text-decoration: none;
}
#cross .each .text p {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  #cross .each .text p {
    font-size: 13px;
  }
}

#event {
  padding: 0 10px 30px;
}
@media only screen and (min-width: 768px) {
  #event {
    padding: 0 30px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #event {
    padding: 0 20px 30px 50px;
  }
}
#event .each {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #event .each {
    margin-bottom: 30px;
  }
}
#event .each .thumb {
  float: left;
  margin-right: 5%;
  width: 25%;
}
@media only screen and (min-width: 768px) {
  #event .each .thumb {
    width: 14%;
  }
}
#event .each .thumb img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
#event .each .text {
  float: left;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  #event .each .text {
    width: 81%;
  }
}
#event .each .text h2 {
  margin-bottom: 0.2em;
  font-size: 16px;
}
#event .each .text h2 a {
  text-decoration: none;
}
#event .each .text p {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  #event .each .text p {
    font-size: 13px;
  }
}
#event .each .text p.date {
  margin-bottom: 1em;
  margin-left: 0.1em;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  #event .each .text p.date {
    font-size: 12px;
  }
}

#entryform {
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) {
  #entryform {
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #entryform {
    padding: 30px 20px 30px 50px;
  }
}
#entryform p {
  padding-bottom: 1.7em;
}
#entryform p#status {
  padding-bottom: 1em;
  color: #D03;
}
#entryform dl dt {
  margin: 0 0 3px;
  line-height: 1.5;
}
#entryform dl dt span.icon {
  margin-left: 10px;
  padding: 2px 3px;
  font-size: 11px;
  color: #FFF;
  background-color: #E99;
  vertical-align: middle;
}
#entryform dl dd {
  margin: 0 0 15px;
  line-height: 1.5;
}
#entryform dl dd input, #entryform dl dd textarea {
  position: relative;
  border: solid 1px #A69A9C;
  border-radius: 3px;
  width: 200px;
}
#entryform dl dd input.short, #entryform dl dd textarea.short {
  width: 100px;
}
#entryform dl dd input.long, #entryform dl dd textarea.long {
  width: 95%;
  max-width: 500px;
}
#entryform dl dd input {
  line-height: 2;
}
#entryform dl dd textarea {
  height: 150px;
}
#entryform dl dd dl {
  padding-left: 15px;
}
#entryform dl dd dl dt {
  margin: 0;
}
#entryform dl dd dl dd {
  margin: 0 0 5px;
}
#entryform input[type="button"] {
  position: relative;
  width: 100px;
  line-height: 2;
  border: solid 1px #A69A9C;
  border-radius: 3px;
  background-color: #EEE;
}
#entryform h2 {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  #entryform dl dt {
    clear: left;
    float: left;
    padding-top: 0.5em;
    width: 27%;
  }
  #entryform dl dd {
    float: left;
    width: 73%;
  }
  #entryform dl dd dl dt {
    width: 18%;
  }
  #entryform dl dd dl dd {
    width: 82%;
  }
  #entryform input[type="button"] {
    margin-left: 27%;
  }
}

.lt-ie9 #entryform dl dd input, .lt-ie9 #entryform dl dd textarea {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}
.lt-ie9 #entryform input[type="button"] {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}

#aside {
  padding: 30px 10px;
}
@media only screen and (min-width: 768px) {
  #aside {
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #aside {
    padding: 30px 20px 30px 50px;
  }
}
#aside #subcontent {
  margin-bottom: 50px;
}
#aside h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Proxima N W01 Reg", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (min-width: 768px) {
  #aside h3 {
    font-size: 16px;
  }
}
#aside p {
  font-size: 12px;
}
#aside p.link {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.3;
  color: #007C96;
}
#aside p.link a {
  display: block;
  padding: 7px 10px;
  color: #007C96;
  text-align: center;
  border: solid 1px #50AEC8;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  #aside p.link a {
    display: inline;
    padding: 0;
    text-align: left;
    border: none;
  }
  #aside p.link a:hover {
    color: #209CB6;
    text-decoration: underline;
  }
}
#aside a {
  color: #766A6C;
  text-decoration: none;
}
#aside a:hover {
  color: #564A4C;
}
#aside ul li ul li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #aside ul li ul li {
    margin-bottom: 10px;
  }
}
#aside ul li.widget_archive ul {
  padding: 5px 0 5px 10px;
  height: 290px;
  overflow: auto;
  border-left: solid 2px #CCC;
}
#aside ul li.widget_archive ul li {
  font-size: 12px;
  letter-spacing: 0.05em;
}
#aside .worklist {
  padding: 0;
}
#aside .recent,
#aside .popular {
  margin-bottom: 30px;
}
#aside .recent ul,
#aside .popular ul {
  margin-left: -3.5%;
}
@media only screen and (min-width: 768px) {
  #aside .recent ul,
  #aside .popular ul {
    margin-left: -1%;
  }
}
#aside .recent ul li,
#aside .popular ul li {
  float: left;
  width: 29.8%;
  margin-left: 3.5%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #aside .recent ul li,
  #aside .popular ul li {
    width: 15.6%;
    margin-left: 1%;
    margin-bottom: 8px;
  }
}
#aside .recent ul li a,
#aside .popular ul li a {
  display: block;
}
#aside .recent ul li img,
#aside .popular ul li img {
  display: block;
  margin-bottom: 3px;
  width: 100%;
  height: auto;
}
#aside .recent ul li span,
#aside .popular ul li span {
  display: block;
  word-break: break-all;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  #aside .recent ul li span,
  #aside .popular ul li span {
    font-size: 11px;
  }
}
#aside .recent-column {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #aside .recent-column {
    margin-bottom: 15px;
  }
}
#aside .recent-column ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.3;
  background-image: url("../images/dot_aside_list.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 8px;
}
@media only screen and (min-width: 768px) {
  #aside .recent-column ul li {
    margin-bottom: 7px;
    background-position: left 4px;
  }
}
#aside .recent-column ul li a {
  color: #007C96;
}
@media only screen and (min-width: 768px) {
  #aside .recent-column ul li a:hover {
    color: #209CB6;
    text-decoration: underline;
  }
}
#aside .event-arc {
  margin-bottom: 30px;
}
#aside .event-arc li {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  #aside .event-arc li {
    float: left;
    margin-right: 3%;
    width: 47%;
  }
}
#aside .event-arc li.year {
  clear: left;
  padding-top: 30px;
  border-bottom: solid 1px #CCC;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  #aside .event-arc li.year {
    font-size: 14px;
  }
}
#aside .event-arc li.first {
  clear: left;
}
#aside .event-arc li a {
  display: block;
}
#aside .event-arc li span {
  display: block;
}
#aside .event-arc li span.thumb {
  float: left;
  margin-right: 3%;
  width: 10%;
}
@media only screen and (min-width: 768px) {
  #aside .event-arc li span.thumb {
    margin-right: 3%;
    width: 32%;
  }
}
#aside .event-arc li span.thumb img {
  display: block;
  margin-bottom: 5px;
  width: 100% !important;
  height: auto !important;
}
#aside .event-arc li span.text {
  float: left;
  width: 87%;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #aside .event-arc li span.text {
    width: 65%;
    font-size: 13px;
  }
}
#aside .event-arc li span.text .title {
  word-break: break-all;
}
#aside .cross li {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  #aside .cross li {
    float: left;
    margin-right: 3%;
    width: 47%;
  }
}
#aside .cross li span.thumb {
  float: left;
  margin-right: 3%;
  width: 20%;
}
@media only screen and (min-width: 768px) {
  #aside .cross li span.thumb {
    width: 30%;
  }
}
#aside .cross li span.thumb img {
  width: 100%;
  height: auto;
}
#aside .cross li span.title {
  float: left;
  width: 77%;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #aside .cross li span.title {
    width: 67%;
    font-size: 13px;
  }
}
#aside .side-top-nav {
  margin-bottom: 50px;
}
#aside .floatbox {
  margin: 50px 0 0;
  padding: 10px 10px 20px;
  background-color: #EEE;
}
@media only screen and (min-width: 1024px) {
  #aside .floatbox {
    margin: 0;
    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 50px;
    float: none;
    margin: 0;
    padding: 0;
    width: 150px;
    background-color: transparent;
  }
}
#aside .floatbox h3 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  #aside .floatbox h3 {
    display: none;
  }
}
#aside .floatbox .textwidget {
  margin-bottom: 30px;
  line-height: 1.7;
}
@media only screen and (min-width: 1024px) {
  #aside .floatbox .textwidget {
    margin-bottom: 0;
  }
}
#aside .floatbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  border: solid 1px #50AEC8;
  border-radius: 4px;
  background-color: #FFF;
  background-image: url("../images/arrow_select.png");
  background-repeat: no-repeat;
  background-position: right 14px top 14px;
  background-size: auto 6px;
}
#aside .floatbox select.monthly {
  margin-bottom: 27px;
}
@media only screen and (min-width: 1024px) {
  #aside .floatbox select.monthly {
    margin-bottom: 10px;
  }
}

#searchform {
  /*	margin-bottom: 27px; */
}
#searchform label {
  display: none;
}
#searchform input {
  position: relative;
  padding: 4px;
  border: solid 1px #50AEC8;
  border-radius: 4px;
  vertical-align: middle;
}
#searchform input#s {
  width: 66%;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  #searchform input#s {
    width: 63%;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1024px) {
  #searchform input#s {
    width: 66%;
    line-height: 1.6;
  }
}
#searchform input#searchsubmit {
  padding: 4px 0;
  width: 24%;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  background-color: #F6F6F6;
}
@media only screen and (min-width: 768px) {
  #searchform input#searchsubmit {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  #searchform input#searchsubmit {
    font-size: 12px;
  }
}

.lt-ie9 #searchform input {
  behavior: url("https://jay-blue.com/sys/wp-content/themes/jayblue2015/css/PIE.htc");
}

/* shop info
---------------------------------------------------*/
.page-template-page-shop #wrap-entry dl.tokusho dt {
  padding: 5px 15px;
  line-height: 1.5;
  color: #FFF;
  background-color: #74C7D9;
  border-radius: 3px;
}
.page-template-page-shop #wrap-entry dl.tokusho dd {
  margin: 0;
  padding: 10px 15px 40px;
  line-height: 1.5;
}
.page-template-page-shop #wrap-entry dl.tokusho dd dt {
  color: #333;
  background-color: transparent;
  border: solid 1px #999;
}
.page-template-page-shop #wrap-entry dl.tokusho dd dd {
  padding: 10px 15px 30px;
}
.page-template-page-shop #wrap-entry dl.tokusho dd dd dl {
  margin: 0;
}
.page-template-page-shop #wrap-entry dl.tokusho dd dd dl dt {
  clear: left;
  float: left;
  padding: 5px 2%;
  width: 65%;
  border: none;
  border-width: 1px;
  border-color: #999;
  border-radius: 0;
}
.page-template-page-shop #wrap-entry dl.tokusho dd dd dl dd {
  float: left;
  padding: 5px 2%;
  width: 25%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .page-template-page-shop #wrap-entry dl.tokusho {
    zoom: 1;
  }
  .page-template-page-shop #wrap-entry dl.tokusho:after {
    content: "";
    display: block;
    clear: both;
  }
  .page-template-page-shop #wrap-entry dl.tokusho dt {
    clear: left;
    float: left;
    padding: 15px 3%;
    width: 24%;
    color: #333;
    background-color: transparent;
    border-style: solid none none;
    border-width: 1px;
    border-color: #CCC;
    border-radius: initial;
  }
  .page-template-page-shop #wrap-entry dl.tokusho dt.first {
    border: none;
  }
  .page-template-page-shop #wrap-entry dl.tokusho dd {
    float: left;
    margin: 0;
    padding: 15px 3%;
    width: 64%;
    border-style: solid none none;
    border-width: 1px;
    border-color: #CCC;
    border-radius: initial;
  }
  .page-template-page-shop #wrap-entry dl.tokusho dd.first {
    border: none;
  }
  .page-template-page-shop #wrap-entry dl.tokusho dd dl {
    border: none;
  }
  .page-template-page-shop #wrap-entry dl.tokusho dd dl dt {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-style: none none none solid;
    border-width: 5px;
    border-color: #CCC;
  }
  .page-template-page-shop #wrap-entry dl.tokusho dd dl dd {
    margin-bottom: 10px;
    padding: 5px 10px;
    border: none;
  }
}
