/* 汎用設定 */

body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background-image: url("http://www.miyoshikogyo.co.jp/wordpress/wp-content/uploads/2016/06/bg.png");
  background-size: cover;
  background-color: #f9f9f9;
  -webkit-text-size-adjust: 100%;
  color: #222222;
  background-attachment: fixed;
}
#header #site-title a img {
  max-height: 80px;
  margin-top: 3px;
}
#telWrap{
  width:220px;
  margin: 0 10px 0 auto;
  padding: 10px 0 0 0;
}
#gMenu {
  border-top: 6px solid #334874 !important;
}
#topMainBnr {
  background-color: transparent !important;
  border-bottom: 0px solid transparent !important;
  box-shadow: inset 0px 0px 0px rgba(0,0,0,0.3);
}
.sideTower .localHead {
  color:#fff !important;
  background: #334874 !important;
}
@media (min-width: 970px) {
#main #container #sideTower { width:276px; }
}
#content h2, #content h1.contentTitle, #content h1.entryPostTitle {
  border: 0px solid #eee !important;
  border-top: 0px solid #fff !important;
  border-bottom: 2px dotted #999 !important;
  background:transparent !important;
}
#content h2, #content h1.contentTitle, #content h1.entryPostTitle {
    -moz-box-shadow: inset 0 0px 0 #fff !important;
    -webkit-box-shadow: inset 0 0px 0 #fff !important;
    box-shadow: inset 0 0px 0 #fff !important;
}
table.table_branch td{
    border: 0px solid transparent !important;
}
.su-tabs {
    background: #334874 !important;
}
.su-tabs-nav span.su-tabs-current {
  background: #fff;
  color:#000 !important;
  cursor: default;
  width: 48% !important;
}
.su-tabs-nav span {
  width:48% !important;
  color:#fff !important;
}
.su-tabs-nav span:hover {
  width:48% !important;
  color:#333 !important;
}

#gallery-1 .gallery-caption {
  font-size:12px;
  font-weight:bold;
  color:#000;
  text-align:left;
}
#footer {
  border-top: 1px solid #151515;
  color: #333;
  background-color: #fff;
}
#siteBottom {
  border-top: 1px solid #262626;
  background-color: #334874;
}
#siteBottom,#siteBottom a {
  color: #fff;
  text-decoration: none;
}
#powerd{
  display:none;
}
/*リンクを非リンクに変える*/
.deliveryHeadline a.su-button,a.su-button{
  pointer-events:none;
  cursor:default;/*マウスカーソルを矢印のまま変えない*/
}