@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
///////////////////////////////////////////////////////*/
/*イベント報告*/
.contents .listWrap {
  margin-bottom: 30px;
  border-bottom: 1px solid #B3B3B3; }
  .contents .listWrap .noList {
    padding: 10px;
    border-top: 1px solid #B3B3B3;
    text-align: center; }
  .contents .listWrap .entry_block {
    /*position:relative;
    overflow:hidden;
    height:180px;
    height:auto;*/
    border-top: 1px solid #B3B3B3; }
    .contents .listWrap .entry_block a {
      display: block;
      padding: 30px;
      overflow: hidden;
      text-decoration: none;
      cursor: pointer; }
      .contents .listWrap .entry_block a .block {
        display: block; }
      .contents .listWrap .entry_block a .imageThum {
        float: left;
        width: 240px; }
        .contents .listWrap .entry_block a .imageThum img {
          width: 100%; }
      .contents .listWrap .entry_block a .entry_overview {
        float: right;
        width: 570px; }
        .contents .listWrap .entry_block a .entry_overview .date {
          font-size: 13px;
          margin-bottom: 10px; }
        .contents .listWrap .entry_block a .entry_overview .title {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 10px; }
        .contents .listWrap .entry_block a .entry_overview .category_tag {
          display: inline;
          float: left;
          height: 12px;
          margin-right: 10px;
          margin-bottom: 20px;
          padding: 8px;
          font-size: 11px;
          background-color: #CCC;
          text-align: center;
          line-height: 11px; }
        .contents .listWrap .entry_block a .entry_overview .setumei {
          clear: both;
          margin-top: 20px; }
    .contents .listWrap .entry_block:hover {
      background-color: #F2F2F2; }

/*詳細ページ*/
#detailBody {
  padding-top: 20px; }
  #detailBody .mainSection {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    #detailBody .mainSection .eventReport {
      float: left;
      width: 600px;
      padding-top: 10px;
      font-size: 14px; }
      #detailBody .mainSection .eventReport .date {
        display: inline;
        margin-bottom: 10px; }
      #detailBody .mainSection .eventReport .title {
        margin-top: 20px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        line-height: 24px;
        font-size: 18px;
        font-weight: bold; }
      #detailBody .mainSection .eventReport .outerLink {
        margin-bottom: 10px; }
        #detailBody .mainSection .eventReport .outerLink a {
          font-size: 13px; }
          #detailBody .mainSection .eventReport .outerLink a .fa {
            margin-left: 5px; }
    #detailBody .mainSection .mainImage {
      margin-bottom: 20px; }
      #detailBody .mainSection .mainImage img {
        width: 100%; }
    #detailBody .mainSection .body {
      margin-bottom: 20px; }
    #detailBody .mainSection .venue {
      width: auto;
      margin-bottom: 40px; }
      #detailBody .mainSection .venue .venuetitle {
        margin-bottom: 10px;
        padding-left: 5px;
        border-left: 3px solid #333;
        font-weight: bold; }
      #detailBody .mainSection .venue .venueList dl {
        font-size: 12px;
        padding: 20px;
        overflow: hidden;
        border-top: 1px solid #CCC;
        background-color: #F8F8F8; }
        #detailBody .mainSection .venue .venueList dl.first {
          border-top: none; }
        #detailBody .mainSection .venue .venueList dl dt {
          float: left;
          width: 20%; }
        #detailBody .mainSection .venue .venueList dl dd {
          float: left;
          width: 75%; }
    #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 .title {
        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 .gallery {
        margin-bottom: 20px;
        padding-bottom: 7px;
        border-bottom: 3px solid #333; }
      #detailBody .mainSection .rightColumn .galleryList {
        overflow: hidden; }
        #detailBody .mainSection .rightColumn .galleryList li {
          width: 48%;
          margin-right: 4%;
          margin-bottom: 10px;
          float: left; }
          #detailBody .mainSection .rightColumn .galleryList li a img {
            width: 100%; }
          #detailBody .mainSection .rightColumn .galleryList li.mr0 {
            margin-right: 0; }

/*.rightColumn{
	position: relative;
	float: right;
	width: 280px;
	font-size: 14px;
	.title{
		margin-top:10px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border:none;
		line-height: 24px;
		font-size: 18px;
		font-weight: bold;
		text-align:left;
	}
	.gallery{
		margin-bottom:20px;
		padding-bottom:7px;
		border-bottom: 3px solid #333;
	}
	.galleryList{
		overflow:hidden;
		img{
			float:left;
			margin-bottom:20px;
		}
		.rightimg{
			float:right;
		}
	}
}*/
.category_tag {
  display: inline;
  padding: 8px;
  font-size: 11px;
  background-color: #CCC;
  text-align: center;
  line-height: 11px; }

.snsBtn {
  display: inline; }

.post_time {
  display: inline;
  font-size: 10px;
  color: #4D4D4D; }

/*.fixed {
	position: fixed;
	top:120px;
	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 */
