@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: Yukiharu Tamura
Tags: 
Version: 0.1.0
*/
/*-------------------------------------------*/
/* 基本プロパティ
/*-------------------------------------------*/
/* グローバルメニュー
/*-------------------------------------------*/
/* アイキャッチ画像のデザインを変更
/*-------------------------------------------*/
/* トップページ2カラム
/*-------------------------------------------*/
/* 記事内2カラムスタイル
/*-------------------------------------------*/
/* headline装飾
/*-------------------------------------------*/
/* サイドバーInstagramの文字を小さく
/*-------------------------------------------*/
/* フッター
/*-------------------------------------------*/





/*-------------------------------------------*/
/* 基本プロパティ
/*-------------------------------------------*/
.clearBoth {
  clear:both;
  width: 100%;
}


div#headerTop {
    background: #faff00; /* Old browsers */
    background: -moz-linear-gradient(left,  #faff00 0%, #f72500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #faff00 0%,#f72500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #faff00 0%,#f72500 100%);
    border-top: none;
    padding-bottom: 0;/*リリース時に削除する*/
}
/*↓リリース時に不要であれば削除する。*/
div#headerTop div.innerBox {
    width: 100%;
    height: 110%;
    margin: 0;
    background-color: #f9f9f9;
}
/*-------------------------------------------*/
/* グローバルメニュー
/*-------------------------------------------*/
#gMenu {
    border-top: none;
    background: #ea9672; /* Old browsers */
    background: -moz-linear-gradient(top, #ea9672 0%, #ef8351 17%, #f94f00 86%, #db4500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ea9672 0%,#ef8351 17%,#f94f00 86%,#db4500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ea9672 0%,#ef8351 17%,#f94f00 86%,#db4500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9672', endColorstr='#db4500',GradientType=0 ); /* IE6-9 */

}
#gMenuInner {
    background: #ea9672; /* Old browsers */
    background: -moz-linear-gradient(top, #ea9672 0%, #ef8351 17%, #f94f00 86%, #db4500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ea9672 0%,#ef8351 17%,#f94f00 86%,#db4500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ea9672 0%,#ef8351 17%,#f94f00 86%,#db4500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9672', endColorstr='#db4500',GradientType=0 ); /* IE6-9 */
}
#gMenu a {
    font-size: 1.8em;
    text-shadow: -1px -1px 1px #6b6b6b;
}
#gMenu .menu > li#menu-item-27 > a {
/*    border-right: none;*/
}
#gMenu .menu li.current_page_item > a, #gMenu .menu li > a {
    color: #fff;
    font-size: 1.78em;
}
#gMenu .menu li.current_page_item > a span, #gMenu .menu li > a span {
    font-size: 0.7em;  
}
#gMenu .menu > li > a span {
    font-size: 0.7em;
    color: #fff;
}
@media (min-width: 770px) {
  #gMenu {
    background-color: none;
  }
}
@media (max-width: 688px) {
  #gMenu .menu {
    display: flex;
    text-align: center;
  }
  #gMenu .menu > li {
    /*width: 150px;*/
  }
  #gMenu .menu li a {
    padding: 15px 5px 15px;
  }
  #gMenu .menu li.current_page_item > a, #gMenu .menu li > a {font-size: 1.2em;}
}/*@media (max-width: 688px)*/
.bussinessDitailImportant {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
/*-------------------------------------------*/
/* アイキャッチ画像のデザインを変更
/*-------------------------------------------*/
#pageTitleImage {
    border: 4px solid #fff;
    display: block;
    overflow: hidden;
    position: relative;
}

#pageTitleImage img {
    width:100%;
    height:auto !important;
}
#topMainBnr	{ background-color:#f9f9f9; }


/*-------------------------------------------*/
/* 記事内2カラムスタイル（EAST BALI CASHEWSページ）
/*-------------------------------------------*/
/*----左列。-----*/
.small_area_L {
    width: 49.5%;
    float: left;
}
.small_area_L .thumbImage {
    width: 20%;
}
.small_area_L .entryTxtBox {
    width: 76%;
}
.small_area_L h4 a {
    font-size: 14px;
}
.small_area_L p {
    font-size: 12px;
}
.small_area_L .moreLink a {
    margin: 0;
}

/*----右列。-----*/
.small_area_R {
    width: 49.5%;
    float: right;
}
.small_area_R .thumbImage {
    width: 20%;
}
.small_area_R .entryTxtBox {
    width: 76%;
}
.small_area_R h4 a {
    font-size: 14px;
}
.small_area_R p {
    font-size: 12px;
}
.small_area_R .moreLink a {
    margin: 0;
}

/*-------------------------------------------*/
/* サイドバーInstagramの文字を小さく
/*-------------------------------------------*/
#sb_instagram {
    font-size: 10px;
}

/*-------------------------------------------*/
/* フッター
/*-------------------------------------------*/
#footMenu {
    background: #faff00; /* Old browsers */
    background: -moz-linear-gradient(left,  #faff00 0%, #f72500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #faff00 0%,#f72500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #faff00 0%,#f72500 100%);
    border-top: none;
}


.wpsl-search-btn-wrap #wpsl-search-btn {
  margin-top: 0;
}

#news_dailymore003 {
  margin-top: 15px;
}

body.page-parent #content .childPageBox, #sideTower .pageListSection {
    display: none;
 }
div.childPageBox {
    display: none !important;
 }

/*-------------------------------------------*/
/* ニュースページ
/*-------------------------------------------*/
#content .published { display: none; }
#content .updated.entry-meta-items { display: none; }