<strong></strong>@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
body a {
  text-decoration: none;
}

#wrapper {
  width: 810px;
  margin: 0 auto;
}
#wrapper .section {
	margin: 0 0 50px;
  padding: 0;
}

#wrapper .tag{
	display: flex;
}

#wrapper .tag li{
	margin-right: 10px;
}



/* タイトル
--------------------------------------------------*/
#wrapper .sem_top {
	margin-bottom: 40px;
}

#wrapper h1 .sem_top_main{
	display: flex;
}

#wrapper h1 .sem_top_main .sem_top_main_title{
	display: flex;
	justify-content: center;
}

#wrapper h1 .sem_top_main .sem_top_main_text{
	margin: 10px 20px 0;
  font-size: 36px;
}

#wrapper h1 .sem_top_main img{
	width: 50px;
}

#wrapper .sem_top h1 p{
  padding-top: 20px;
  font-size: 20px;
	font-weight: normal;
  color: #444;
}

/* ブンナビおすすめイベント
--------------------------------------------------*/
#wrapper .sem_recommendation_title{
	display: flex;
	justify-content: center;
  line-height: 2;
	background: #ec7d1c;
	padding-left: 20px;
}

#wrapper .sem_recommendation_title .sem_recommendation_text{
	padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ec7d1c;
  color: #fff;
}

#wrapper .sem_recommendation_title .sem_recommendation_image img{
	width: 30px;
	margin-top: 11px;
}

#wrapper.event_list .recommendation .section > ul > li {
	border: 1px solid #ec7d1c;
  margin: 8px 0;
}

#wrapper.event_list .recommendation .section a {
  display: block;
  padding: 15px;
	color: #444;
}

/* 受付中のイベント一覧
--------------------------------------------------*/
#wrapper.event_list .sem_top h1 {

}

#wrapper.event_list .sem_top h1 .sem_top_main {
  display: block;
  font-size: 45px;
  font-weight: bold;
  color: #8a8a8a;
  line-height: 1.3;
	text-align: center;
  margin: 0 auto 24px;
}

#wrapper.event_list .sem_top h1 .sem_top_main span {
  display: block;
  text-align: center;
  font-size: 18px;
}

.reception h2 {
	margin-top: 25px;
 	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	background-color: #13ba9d;
	color: #fff;
	text-align: center;
}

#wrapper.event_list .reception .section > ul > li {
  border-bottom: 1px solid #ddd;
}

#wrapper.event_list .section > ul > li:last-child {
  margin-bottom: 30px;
}

#wrapper.event_list .reception .section > ul > li {
  display: block;
  padding: 15px;
	color: #444;
}

#wrapper.event_list .section > ul > li .event_data .day_box {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
#wrapper.event_list .section > ul > li .event_data .day_box p {
  display: table-cell;
	height: 20px;
  vertical-align: bottom;
  font-size: 10px;
	font-weight: bold;
  line-height: 1;
}
#wrapper.event_list .section > ul > li .event_data .day_box p span {
  font-size: 18px;
}
#wrapper.event_list .section > ul > li .event_data .day_box ul {
  display: table-cell;
	height: 20px;
  text-align: right;
  vertical-align: middle;
}
/* 都道府県・イベントタイプ */
/* 都道府県：グレー */
#wrapper.event_list .section > ul > li .event_data .day_box li {
  display: inline-block;
  padding: 0 4px;
  background-color: #888;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
/* 合説：赤 */
#wrapper.event_list .section > ul > li .event_data .day_box li.icon_live {
	background-color: #EC3D33;
}
/* 着席型：青 */
#wrapper.event_list .section > ul > li .event_data .day_box li.icon_guid {
	background-color: #234990;
}
/* 女子限定：ピンク */
#wrapper.event_list .section > ul > li .event_data .day_box li.icon_girl {
	background-color: #EC4A94;
}
/* ○○○○○○：緑 */
#wrapper.event_list .section > ul > li .event_data .day_box li.icon_other {
	background-color: #3abc98;
}
#wrapper.event_list .section > ul > li .event_data h3 {
	margin: 5px 0;
	/*text-decoration: underline;*/
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	height: 45px;
}
#wrapper.event_list .section > ul > li .event_data dl {
	display: table;
	width: 100%;
	margin: 5px 0;
	text-align: right;
	font-size: 12px;
}
#wrapper.event_list .section > ul > li .event_data dl dt,
#wrapper.event_list .section > ul > li .event_data dl dd {
	display: inline-block;
	vertical-align: middle;
}
#wrapper.event_list .section > ul > li .event_data dl dt {
	width: 20em;
	/*padding-right: 0.5em;*/
	font-size: 14px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 「予約する」ボタン */
#wrapper.event_list .section > ul > li .btn_box_entry a {
	display: block;
	width: 350px;
	margin: 0 auto;
	padding: 10px;
	background-color: #f3b915;
	border-bottom: 2px solid #cc9a10;
	border-radius: 4px;
	text-align: center;
	letter-spacing: 0.15em;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
}
/* 「キャンセルする」ボタン・「開催中」ボタン */
#wrapper.event_list .section > ul > li .btn_box_cancel a, #wrapper.event_list .section > ul > li .btn_box_open a {
	display: block;
	width: 350px;
	margin: 0 auto;
	padding: 10px;
	background-color: #eaa995;
	border-bottom: 2px solid #c38b7a;
	border-radius: 4px;
	text-align: center;
	letter-spacing: 0.15em;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
}

#wrapper.event_list .section > ul > li .btn_box_cancel a span {
	margin-right: 1em;
	padding: 2px 5px;
	background-color: #fff;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:normal;
	color: #EC3D33;
}

/* 「参加中」ボタン（180607追加） */

#wrapper.event_list .section > ul > li.join .btn_box p {
	background-color: #eb7b2d;
	border-bottom: 2px solid #C35B12;
	color: #fff;
}

#wrapper.event_list .section > ul > li .btn_box_off a {
	display: block;
	width: 350px;
	margin: 0 auto;
	padding: 10px;
	background-color: #eee;
	border-bottom: 2px solid #ddd;
	border-radius: 4px;
	text-align: center;
	letter-spacing: 0.15em;
	font-size: 16px;
	font-weight: bold;
	color: #aaa;
}

#wrapper .event_attention{
	background-color: #eee;
	padding: 10px 16px;
}

/***********ciearfix***********/

.cf:before, .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}

/***********ciearfix***********/

