@charset "UTF-8";
/*///////////////////////////////////////////////////////
	Author	tanayoshi
	Date　	2016.03.03
///////////////////////////////////////////////////////*/
/*css設定の読み込み
------------------------------*/
/*///////////////////////////////////////////////////////
	setting.css
	
	Author	tanayoshi
	Date　	2016.03.03
///////////////////////////////////////////////////////*/
/*カラー設定
------------------------------*/
/*テキストカラー*/
/*メインカラー*/
/*フッターカラー*/
/*青*/
/*基本設定
------------------------------*/
/*メイン横幅*/
/*ベンダープレフィックス設定
------------------------------*/
/*フォント設定
------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@font-face {
  font-family: 'TeX Gyre Adventor';
  src: url("https://www.work-wheels.co.jp/fonts/texgyreadventor-bold.otf"); }
/*///////////////////////////////////////////////////////
	_style.css
	Author	kana
	Date　	2016.05.10
///////////////////////////////////////////////////////*/
/*イベント予告*/
.listWrap {
  overflow: hidden; }
  .listWrap .entry_block {
    float: left;
    width: 300px;
    height: auto;
    margin-right: 27px;
    margin-bottom: 40px;
    border: 1px solid #B3B3B3; }
    .listWrap .entry_block a img {
      width: 100%; }
    .listWrap .entry_block .entry_title {
      padding: 20px; }
      .listWrap .entry_block .entry_title p {
        font-size: 12px;
        margin-bottom: 10px; }
      .listWrap .entry_block .entry_title h4 {
        overflow: hidden;
        line-height: 20px;
        font-size: 15px;
        font-weight: bold; }
    .listWrap .entry_block .entry_category {
      width: 100%;
      overflow: hidden;
      font-size: 11px; }
      .listWrap .entry_block .entry_category .box {
        width: 149px;
        background-color: #CCC;
        text-align: center; }
        .listWrap .entry_block .entry_category .box .inner {
          display: inline-block;
          vertical-align: bottom; }
          .listWrap .entry_block .entry_category .box .inner .cell {
            display: table-cell;
            height: 40px;
            padding: 0 5px;
            vertical-align: middle; }
      .listWrap .entry_block .entry_category .box_l {
        float: left;
        border-right: 1px solid #FFF; }
      .listWrap .entry_block .entry_category .box_r {
        float: right; }
    .listWrap .entry_block.last {
      margin-right: 0; }

/*詳細ページ*/
#detailBody .mainSection {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  #detailBody .mainSection .eventNotice {
    float: left;
    width: 600px;
    font-size: 14px; }
    #detailBody .mainSection .eventNotice .date {
      margin-bottom: 6px; }
    #detailBody .mainSection .eventNotice .title {
      margin-bottom: 15px;
      padding-bottom: 5px;
      border-bottom: 1px solid #4c4c4d;
      line-height: 24px;
      font-size: 18px;
      font-weight: bold; }
  #detailBody .mainSection .mainImage {
    margin-bottom: 20px; }
    #detailBody .mainSection .mainImage img {
      width: 100%; }
  #detailBody .mainSection .body {
    margin-bottom: 20px; }
  #detailBody .mainSection .imageWrap {
    padding: 20px 0; }
    #detailBody .mainSection .imageWrap p {
      margin-bottom: 5px;
      font-size: 13px; }
    #detailBody .mainSection .imageWrap .thumList {
      overflow: hidden; }
      #detailBody .mainSection .imageWrap .thumList li {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px; }
        #detailBody .mainSection .imageWrap .thumList li.mr0 {
          margin-right: 0; }
        #detailBody .mainSection .imageWrap .thumList li img {
          width: 100%; }
  #detailBody .mainSection .url {
    margin-bottom: 20px;
    line-height: 26px; }
    #detailBody .mainSection .url a {
      color: #00559b; }
      #detailBody .mainSection .url a:hover {
        text-decoration: none; }
      #detailBody .mainSection .url a .fa {
        margin-left: 5px; }
  #detailBody .mainSection .backLink {
    padding: 10px 0 40px;
    border-top: 1px solid #4c4c4d; }
    #detailBody .mainSection .backLink a .fa {
      margin-right: 5px; }
  #detailBody .mainSection .rightColumn {
    /*position: absolute;
    top: 0;
    z-index: -1;
    width: $main_w;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;*/
    float: right;
    width: 340px;
    padding-top: 10px;
    font-size: 14px;
    /*.inner{
    	width: 340px;
    	float: right;
    	z-index: 10;
    }*/ }
    #detailBody .mainSection .rightColumn.fixed {
      position: fixed;
      float: none;
      width: 960px;
      top: 0;
      margin: 82px auto 0;
      overflow: hidden; }
      #detailBody .mainSection .rightColumn.fixed .inner {
        width: 340px;
        float: right;
        z-index: 10; }
    #detailBody .mainSection .rightColumn.bottomAbs {
      position: absolute;
      float: none;
      bottom: 0;
      right: 0; }
    #detailBody .mainSection .rightColumn .rightTitle {
      margin-top: 10px;
      margin-bottom: 5px;
      padding-bottom: 5px;
      border: none;
      line-height: 24px;
      font-size: 18px;
      font-weight: bold;
      text-align: left; }
    #detailBody .mainSection .rightColumn .outerLink {
      margin-bottom: 5px; }
      #detailBody .mainSection .rightColumn .outerLink a {
        font-size: 13px; }
        #detailBody .mainSection .rightColumn .outerLink a .fa {
          margin-left: 5px; }
    #detailBody .mainSection .rightColumn .category_tag {
      display: inline-block;
      height: 12px;
      margin-bottom: 20px;
      padding: 8px;
      font-size: 11px;
      background-color: #CCC;
      text-align: center;
      line-height: 11px; }
    #detailBody .mainSection .rightColumn .infomationList {
      border-top: 2px solid #4c4c4d; }
      #detailBody .mainSection .rightColumn .infomationList dl {
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #CCC;
        font-size: 12px; }
        #detailBody .mainSection .rightColumn .infomationList dl dt {
          float: left;
          width: 20%;
          color: #4D4D4D; }
        #detailBody .mainSection .rightColumn .infomationList dl dd {
          float: right;
          width: 75%; }
          #detailBody .mainSection .rightColumn .infomationList dl dd.mapWrap {
            float: none;
            width: 100%; }
          #detailBody .mainSection .rightColumn .infomationList dl dd a .fa {
            margin-left: 8px; }
        #detailBody .mainSection .rightColumn .infomationList dl .googlemap {
          margin-top: 30px; }
          #detailBody .mainSection .rightColumn .infomationList dl .googlemap #map_canvas {
            width: 340px;
            height: 220px;
            margin-top: 15px;
            margin-bottom: 16px;
            border: #fff solid 2px; }
          #detailBody .mainSection .rightColumn .infomationList dl .googlemap a {
            float: right; }
    #detailBody .mainSection .rightColumn .snsBtn {
      float: right;
      margin-top: 20px; }
    #detailBody .mainSection .rightColumn .post_time {
      clear: both;
      margin-bottom: 30px;
      font-size: 10px;
      color: #4D4D4D;
      text-align: right; }

/*.fixed {
  position: fixed;
  top: 20px;
  right:326px;
}*/
/*///////////////////////////////////////////////////////
	_style.css
	Author	kana
	Date　	2016.05.10
///////////////////////////////////////////////////////*/
/*イベント予告*/
.midashi {
  margin: 0 auto;
  border-bottom: 2px solid #C8C8C8;
  margin-bottom: 30px; }

.midashiBox {
  position: relative;
  width: 960px;
  height: 150px;
  background-position: right;
  background-repeat: no-repeat; }

h2 {
  display: block;
  position: absolute;
  top: 50px;
  left: 50px; }
  h2 span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: left; }

h3.title {
  width: 960px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  font-size: 14px;
  text-align: center; }
  h3.title span {
    padding-left: 10px;
    font-size: 20px; }

.contents {
  margin: 0 auto;
  margin-top: 30px;
  width: 960px;
  height: auto; }

.select_box {
  margin-bottom: 30px;
  text-align: right; }
  .select_box select {
    height: 30px;
    padding: 5px;
    line-height: 30px;
    border: 1px solid #999;
    background: #f0f0f0;
    font-size: 0.9em; }

.pager {
  margin-bottom: 70px; }
  .pager ul {
    text-align: center; }
    .pager ul > li {
      display: inline-block;
      margin: 0 7px; }
      .pager ul > li a, .pager ul > li span {
        display: block;
        width: 25px;
        height: 25px;
        border: 1px solid #B3B3B3;
        text-align: center;
        line-height: 25px;
        font-size: 13px;
        text-decoration: none; }
      .pager ul > li.active span, .pager ul > li a:hover {
        background: #B3B3B3;
        color: #fff; }
      .pager ul > li .dot {
        line-height: 25px; }

/*いいねボタンのズレ解消*/
socialWrap {
  padding: 20px 0;
  text-align: center; }

.socialWrap div {
  display: inline-block; }

.fb_iframe_widget > span {
  vertical-align: baseline !important; }

/*# sourceMappingURL=include.css.map */
