@charset "UTF-8";
/*
Theme Name: greenhall
Theme URI: http://hall-net.or.jp
Description:
Version: 1.0
Author: Chokumo
Author URI: http://hall-net.or.jp
*/
@import url(/Users/koike/Desktop/デスクトップ - 小池瑠菜のMac mini/チョクモ案件/相模原/EACHTIME-487 【相模原】リンク先URLの変更/テスト/01greenhall/css/eventorganiser-admin-3.8+.css);
/* @import "css/eventorganiser-admin-style-rtl.css"; */
@import url(/Users/koike/Desktop/デスクトップ - 小池瑠菜のMac mini/チョクモ案件/相模原/EACHTIME-487 【相模原】リンク先URLの変更/テスト/01greenhall/css/eventorganiser-admin-style.css);
/* @import "css/eventorganiser-jquery-ui-rtl.css"; */
@import url(/Users/koike/Desktop/デスクトップ - 小池瑠菜のMac mini/チョクモ案件/相模原/EACHTIME-487 【相模原】リンク先URLの変更/テスト/01greenhall/css/eventorganiser-jquery-ui.css);
/* @import "css/eventorganiser-front-end-rtl.css"; */
@import url(/Users/koike/Desktop/デスクトップ - 小池瑠菜のMac mini/チョクモ案件/相模原/EACHTIME-487 【相模原】リンク先URLの変更/テスト/01greenhall/css/eventorganiser-front-end.css);
@import url(/Users/koike/Desktop/デスクトップ - 小池瑠菜のMac mini/チョクモ案件/相模原/EACHTIME-487 【相模原】リンク先URLの変更/テスト/01greenhall/css/fullcalendar.css);
/*
RESET
*****************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

ol, ul {
  list-style-type: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--- default */
body {
  color: #434343;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W6","メイリオ",Meiryo,verdana,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 1.5;
  min-width: 1100px;
  font-size: 14px;
}

img {
  vertical-align: top;
}

/*--- common */
.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

.ta_center {
  text-align: center !important;
}

.center {
  margin: 0 auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.noborder {
  border: none !important;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nobg {
  background: none !important;
}

.bottom5 {
  margin-bottom: 5px !important;
}

.bottom10 {
  margin-bottom: 10px !important;
}

.bottom20 {
  margin-bottom: 20px !important;
}

.bottom30 {
  margin-bottom: 30px !important;
}

.bottom40 {
  margin-bottom: 40px !important;
}

.bottom50 {
  margin-bottom: 50px !important;
}

.bottom60 {
  margin-bottom: 60px !important;
}

.bottom70 {
  margin-bottom: 70px !important;
}

.bottom80 {
  margin-bottom: 80px !important;
}

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top80 {
  margin-top: 80px;
}

.large {
  font-size: 110% !important;
}

.bold {
  font-weight: 700;
}

strong {
  display: block;
}

a {
  outline: none;
  color: #145aff;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-backface-visibility: hidden;
}

a:hover {
  color: #009aff !important;
}

a img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -ms-filter: alpha(opacity=80);
  /* ie 8 */
  -moz-opacity: .8;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: .8;
  /* Safari 1.x */
}

.clear {
  clear: both;
}

.wrap {
  background: #32a0a0;
  width: 100%;
}

header {
  background: #fff;
  width: 100%;
}

header #headerContent {
  width: 1000px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

header #headerContent #logo {
  float: left;
  padding-top: 50px;
}

header #headerContent #ticket {
  position: absolute;
  right: 0;
  top: 20px;
}

header #headerContent #fontSize {
  position: absolute;
  right: 0;
  bottom: 20px;
}

header #headerContent #fontSize dt {
  float: left;
  font-size: 10px;
  padding-top: 5px;
}

header #headerContent #fontSize dd {
  float: right;
}

header #headerContent #fontSize dd li {
  float: left;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 5px;
}

header #headerContent #fontSize dd li#small {
  background: url(img/common/font_s_off.png) no-repeat center center;
}

header #headerContent #fontSize dd li#small.textresizer-active {
  background-image: url(img/common/font_s_on.png);
}

header #headerContent #fontSize dd li#middle {
  background: url(img/common/font_m_off.png) no-repeat center center;
}

header #headerContent #fontSize dd li#middle.textresizer-active {
  background-image: url(img/common/font_m_on.png);
}

header #headerContent #fontSize dd li#large {
  background: url(img/common/font_l_off.png) no-repeat center center;
}

header #headerContent #fontSize dd li#large.textresizer-active {
  background-image: url(img/common/font_l_on.png);
}

nav {
  width: 1000px;
  height: 128px;
  margin: 0 auto;
}

nav li {
  float: left;
  width: 166px;
  height: 128px;
  position: relative;
}

nav li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #008484;
  background-position: center center;
  background-repeat: no-repeat;
}

nav li a span {
  position: absolute;
  display: block;
  width: 100%;
  height: 128px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #32a0a0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

nav li a:hover span {
  opacity: 0;
}

nav li:nth-child(1) a {
  background-image: url(img/common/navi01.png);
}

nav li:nth-child(1) a span {
  background-image: url(img/common/navi01.png);
}

nav li:nth-child(2) a {
  background-image: url(img/common/navi02.png);
}

nav li:nth-child(2) a span {
  background-image: url(img/common/navi02.png);
}

nav li:nth-child(3) a {
  background-image: url(img/common/navi03.png);
}

nav li:nth-child(3) a span {
  background-image: url(img/common/navi03.png);
}

nav li:nth-child(4) a {
  background-image: url(img/common/navi04.png);
}

nav li:nth-child(4) a span {
  background-image: url(img/common/navi04.png);
}

nav li:nth-child(5) a {
  background-image: url(img/common/navi05.png);
}

nav li:nth-child(5) a span {
  background-image: url(img/common/navi05.png);
}

nav li:nth-child(6) a {
  background-image: url(img/common/navi06.png);
}

nav li:nth-child(6) a span {
  background-image: url(img/common/navi06.png);
}

nav li:nth-child(3), nav li:nth-child(4) {
  width: 168px;
}

nav li a#current span {
  opacity: 0;
}

article > section {
  width: 1000px;
  overflow: hidden;
  margin: 20px auto 20px;
}

article > section:first-child {
  margin-top: 0;
}

article section .inner {
  background: #fff;
  border-radius: 5px;
  width: auto;
  overflow: hidden;
}

section#silideBox {
  width: 1100px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto 20px;
  background: #000;
  position: relative;
}

.callbacks_tabs {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}

.callbacks_tabs li {
  float: left;
  padding-right: 4px;
}

.callbacks_tabs li a {
  display: block;
  text-indent: 100px;
  width: 7px;
  height: 7px;
  overflow: hidden;
  background: url(img/top/slide_off.png) no-repeat center center;
}

.callbacks_tabs li.callbacks_here a {
  background: url(img/top/slide_on.png) no-repeat center center;
}

section#topevents li {
  float: left;
  margin-right: 20px;
}

section#topevents li:last-child {
  margin-right: 0;
}

.topinfo .inner {
  padding: 40px;
  position: relative;
}

.inner .arrow {
  padding: 8px 0 8px 30px;
  background: url(img/common/icon01.png) no-repeat left center;
}

.topinfo h2 {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.topinfo ul {
  margin-left: 330px;
}

.topinfo ul li {
  padding-bottom: 1em;
  width: 100%;
  overflow: hidden;
}

.topinfo ul li span {
  float: left;
}

.topinfo ul li p {
  margin-left: 100px;
}

.topinfo ul li:last-child {
  padding-bottom: 0;
}

.topinfo .tolist {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.sectionBox {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.sectionBox .left_sections {
  float: left;
  width: 280px;
}

.sectionBox .left_sections section {
  margin-bottom: 20px;
}

.sectionBox .left_sections section.text .inner a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 18px;
}

.sectionBox #calendar {
  float: right;
  width: 700px;
}

.sectionBox #calendar .inner {
  /*height: 520px;*/
  min-height: 200px;
}

.inner .sq {
  margin: 20px 0 0 20px;
  padding-left: 24px;
  background: url(img/common/icon02.png) no-repeat left 4px;
}

#calendar .inner .hall_aki {
  padding: 0 20px 20px 0;
  text-align: right;
}

#twitter .entry, #calendar .entry {
  padding: 20px;
  text-align: center;
}

#ticket .inner {
  background: #e3e3e2;
  text-align: center;
  padding: 20px;
}

#ticket .inner em {
  display: block;
  padding-bottom: 20px;
}

#ticket .inner li {
  padding-bottom: 14px;
}

#ticket .inner li:last-child {
  padding-bottom: 0;
}

#ticket .inner li a {
  display: block;
  width: 100%;
  line-height: 40px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

#ticket .inner li a img {
  vertical-align: middle;
}

#otherhall ul {
  width: auto;
  overflow: hidden;
  padding: 10px 0;
}

#otherhall li {
  margin: 18px 0 18px 55px;
}

#otherhall li a {
  display: inline-block;
  padding-left: 20px;
  height: 15px;
  background: url(img/common/icon03.png) no-repeat left top;
  padding-top: 5px;
  line-height: 1;
}

footer {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

footer #links {
  float: right;
  font-size: 0.95em;
}

footer #links ul {
  width: auto;
  overflow: hidden;
  padding-bottom: 10px;
}

footer #links li {
  float: left;
  color: white;
}

footer #links li a {
  color: white;
  margin: 0 10px;
}

footer #links li:last-child a {
  margin-right: 0;
}

footer #links li a:hover {
  color: #f3ff74 !important;
}

footer p {
  clear: right;
  text-align: right;
  font-size: 8px;
  color: white;
  padding: 70px 0;
}

/*
subpage
*****************************************************/
.subpage .inner {
  padding: 45px;
}

.subpage .inner h1 {
  margin-bottom: 40px;
}

#monthBox {
  background: #cccccc;
  height: 50px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

#monthBox dt {
  padding-top: 8px;
}

#monthBox dd.left {
  position: absolute;
  left: 10px;
  top: 15px;
}

#monthBox dd.right {
  position: absolute;
  right: 10px;
  top: 15px;
}

#eventList li {
  background: #e6e6e6;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  color: #231815;
  border-radius: 8px;
}

#eventList li:last-child {
  margin-bottom: 0;
}

#eventList li dt {
  font-size: 1.6em;
  font-weight: bold;
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -0.8em;
}

#eventList li dd.tumb {
  float: left;
  margin-left: 95px;
}

#eventList li dd.text {
  float: left;
  margin-left: 20px;
  width: 570px;
}

#eventList li dd.text h3 {
  font-size: 1.25em;
  font-weight: bold;
  padding-top: 5px;
}

#eventList li dd.text p {
  line-height: 1.4;
}

#eventList li dd.text div {
  width: 100%;
  overflow: hidden;
  padding-top: 1em;
}

#eventList li dd.text div img {
  float: left;
  padding-right: 5px;
}

#eventList li dd.text div p {
  float: left;
  line-height: 20px;
  padding-right: 2em;
}

#eventList li .place {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

#eventList li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

#eventList li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

#eventList li.sponsor {
  background: #ffe68c;
}

/*
event_detail.html
*****************************************************/
#title {
  /*width: 620px;*/
  width: 900px;
  margin: 50px auto 0;
  padding-bottom: 50px;
}

#title p#event_head {
  font-size: 1.14em;
  padding-left: 24px;
}

#title h1 {
  font-size: 1.6em;
  background: rgba(0, 0, 0, 0) url("img/common/icon02.png") no-repeat scroll left 8px;
  padding-left: 24px;
  border-bottom: 1px solid #cccccc;
}

#eventImg {
  text-align: center;
  padding-bottom: 50px;
}

#eventImg ul {
  width: 730px;
  margin: 30px auto 0;
  overflow: hidden;
}

#eventImg ul li {
  float: left;
  padding-right: 50px;
}

#eventImg ul li:last-child {
  padding-right: 0;
}

#profile {
  width: 900px;
  margin: 0 auto 50px;
}

#profile .sq {
  margin: 0 !important;
}

#profileBox {
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
  padding: 15px 0 15px 35px;
  margin-top: 5px;
  width: auto;
  overflow: hidden;
}

#profileBox img {
  float: left;
}

#profileBox p {
  float: right;
  width: 690px;
  font-size: .92em;
}

#DetailText {
  width: 620px;
  margin: 0 auto 0;
  padding-bottom: 50px;
}

#DetailText p#event_head {
  font-size: 1.14em;
}

#DetailText h1 {
  font-size: 1.6em;
}

.eventTable table {
  width: 100%;
}

.eventTable table th {
  color: #808080;
  font-size: 1.1em;
  text-align: left;
  vertical-align: top;
  padding: 7px 0;
  width: 20%;
  border-bottom: #cccccc solid 1px;
}

.eventTable table th.small {
  font-size: 1em;
  width: 25%;
}

.eventTable table td {
  color: #231815;
  text-align: left;
  vertical-align: middle;
  padding: 7px 0;
  width: 110px;
  border-bottom: #cccccc solid 1px;
}

.eventTable table td li {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.eventTable table td img {
  float: left;
}

.eventTable table td strong {
  float: left;
  padding-left: 5px;
  line-height: 20px;
}

.eventTable table td p {
  float: left;
  line-height: 20px;
  padding: 0 10px 0 5px;
}

.eventTable table td ul li p {
  float: none;
  margin-left: 150px;
  padding-right: 0;
}

.eventTable table td ul li p a {
  white-space: nowrap;
}

.eventTable table td ul li#other {
  border-top: #cccccc solid 1px;
  padding: 7px 0 0;
}

.eventTable table td ul li#other span {
  float: left;
}

.eventTable table td ul li#other img {
  padding-right: 5px;
}

.sns_btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns_btn > div {
  margin: 0 2px;
}

.sns_btn.sns_topics {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 2px 0;
}

.sns_btn.sns_top {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*
info.html
*****************************************************/
#info .entry {
  padding: 20px;
}

#outline {
  width: auto;
  overflow: hidden;
  margin-bottom: 80px;
}

#outline #appearance {
  float: left;
  width: 280px;
  height: 200px;
  padding: 11px;
  background: url(img/info/img_bg.png) no-repeat 0 0;
}

#outline p {
  float: left;
  width: 490px;
  padding: 45px 0 0 60px;
  font-size: 1.08em;
}

#equipment {
  width: 730px;
  background: #efede8;
  margin: 0 auto 60px;
  padding: 55px 55px 5px;
  border-radius: 6px;
}

#equipment ul {
  width: auto;
  overflow: hidden;
}

#equipment li {
  width: 340px;
  position: relative;
  margin-bottom: 50px;
}

#equipment li p {
  text-align: center;
  font-size: 1.45em;
  background: #fff;
  line-height: 40px;
  margin-bottom: 10px;
}

#equipment li a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#equipment li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

#equipment li:nth-child(2n-1) {
  float: left;
}

#equipment li:nth-child(2n) {
  float: right;
}

#lounge {
  width: 840px;
  margin: 0 auto;
  overflow: hidden;
}

#lounge #loungeBox {
  width: 100%;
  overflow: hidden;
}

#lounge #loungeBox .left {
  width: 608px;
}

#lounge h3 {
  margin: 0 0 20px;
}

#lounge p {
  margin-top: 30px;
}

/*
guide.html
*****************************************************/
#availability {
  padding: 5px;
  text-align: center;
}

#availability h2 {
  font-size: 1.75em;
  font-weight: bold;
  padding: 20px 0 50px;
}

#availability P.teltext {
  text-align: left;
  margin-left: 190px;
  padding-top: 50px;
  line-height: 1.6;
}

#availability ul {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}

#availability ul li {
  float: left;
  margin-right: 20px;
  position: relative;
}

#availability ul li:last-child {
  margin-right: 0;
}

#availability ul li p {
  font-size: 1.25em;
  padding-top: 1em;
  color: #145aff;
}

#availability ul li a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#availability ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

#availability .btn {
  padding: 40px 0;
  position: relative;
}

.arrowTop {
  position: absolute;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.15em;
  background: url(img/guide/icon04.png) no-repeat left center;
  color: #595757;
  letter-spacing: 2px;
  line-height: 11px;
  left: 50%;
  bottom: 10px;
  margin-left: -120px;
}

.tableBox {
  width: 600px;
  margin: 60px auto 0;
}

.tableBox .sq {
  margin: 0 0 25px !important;
  font-weight: bold;
  font-size: 1.15em;
}

#flow li {
  padding-bottom: 22px;
  background: url(img/guide/icon05.png) no-repeat center bottom;
  margin-bottom: 8px;
}

#flow li:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#flow li p, #flow li dl {
  background: #d3d3c9;
  border-radius: 6px;
  padding: 12px 20px;
  width: auto;
  overflow: hidden;
}

#flow li p {
  text-align: center;
  font-size: 1.35em;
  font-weight: bold;
  color: #008484;
  letter-spacing: 4px;
}

#flow li dl {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#flow li dt {
  display: table-cell;
  vertical-align: middle;
  width: 23%;
  font-weight: bold;
  color: #008484;
}

#flow li dd {
  padding-left: 1em;
  border-left: #fff solid 1px;
}

.tableBox table {
  width: 100%;
  margin-bottom: 1em;
}

.tableBox table th {
  color: #808080;
  border-bottom: #cccccc solid 1px;
  font-size: 1.07em;
  vertical-align: middle;
  padding: 5px 0;
}

.tableBox table td {
  border-bottom: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
  vertical-align: middle;
  text-align: center;
  padding: 7px;
  color: #231815;
}

.tableBox table td small {
  font-size: .9em;
}

.tableBox table thead th {
  text-align: center;
  border-right: none;
}

.tableBox tfoot td {
  border: none;
  text-align: left;
}

.tableBox p {
  padding-bottom: 1em;
}

.tableBox strong {
  color: #808080;
  font-size: 1.15em;
  padding-bottom: .3em;
}

.tableBox table th {
  border-top: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
  font-size: .95em;
}

#table02 thead th, #table03 thead th, #table04 thead th {
  border-top: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
  font-size: .95em;
}

.tableBox table th:first-child, #table02 thead th:first-child, #table03 thead th:first-child, #table04 thead th:first-child {
  border-left: none;
}

#table02 thead th:first-child {
  width: 33%;
}

#table02 tbody th {
  text-align: center;
  border-right: #cccccc solid 1px;
}

#table03 tbody td {
  text-align: left;
}

/*
download.html
*****************************************************/
.downloadBox {
  width: 840px;
  overflow: hidden;
  margin: 0 auto 90px;
}

.downloadBox div {
  width: 370px;
  position: relative;
  padding-top: 220px;
}

.downloadBox div img {
  position: absolute;
  left: 0;
  top: 0;
}

.downloadBox div img.img03 {
  position: static;
  margin: 0px 0 40px 0;
}

.downloadBox .sq {
  margin: 0 0 20px !important;
  font-weight: bold;
  font-size: 1em;
}

.downloadBox ul {
  border-top: #ccc solid 1px;
}

.downloadBox li {
  font-size: 1.05em;
  padding: 12px 0;
  border-bottom: #ccc solid 1px;
}

/*
access.html
*****************************************************/
#mapBox {
  width: 650px;
  margin: 0 auto;
}

#mapBox h2 {
  font-size: 1.15em;
  font-weight: bold;
  margin: 50px 0;
}

.accessBox {
  width: 700px;
  overflow: hidden;
  margin: 0 auto 50px;
}

.accessBox .sq {
  margin: 0 0 20px !important;
  font-weight: bold;
  font-size: 1em;
}

.accessBox > p {
  padding-left: 1.6em;
}

.accessBox .text {
  margin-left: 3.2em;
}

.accessBox .text strong {
  color: #32a0a0;
  padding: 30px 0 20px;
}

.accessBox .text ul li {
  width: auto;
  overflow: hidden;
  padding-bottom: 1em;
}

.accessBox .text ul li span {
  float: left;
}

.accessBox .text ul li p {
  margin-left: 150px;
}

/*
equipment01.html
*****************************************************/
#hallCont01 {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  border-bottom: #ccc solid 1px;
}

#hallCont01 li {
  float: left;
  padding-right: 10px;
  margin-bottom: 30px;
}

#hallCont01 li:last-child {
  padding-right: 0;
}

.hallCont02 {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

.hallCont02 dt {
  float: left;
}

.hallCont02 dd {
  margin-left: 80px;
}

#hallCont03 li {
  width: 50%;
}

.hallCont04 {
  width: 100%;
  overflow: hidden;
  border-bottom: #ccc solid 1px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.hallCont04 li {
  width: 302px;
  float: left;
}

.hallCont04 li:nth-child(2n) {
  float: right;
}

/*
equipment02.html
*****************************************************/
#equip .sq {
  margin: 0 0 20px !important;
  font-weight: bold;
  font-size: 1em;
}

.hall_detail01 {
  width: 608px;
  margin: 0 auto 120px;
}

.hall_detail01 li {
  position: relative;
  margin-bottom: 50px;
}

.hall_detail01 li strong {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #808080;
  padding-top: 10px;
}

.hall_detail01 li p {
  margin-top: 50px;
  border-top: #ccc solid 1px;
  padding-top: 1em;
}

.hall_detail02 {
  width: 760px;
  overflow: hidden;
  margin: 0 auto;
}

.hall_detail02 dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.hall_detail02 dl dt {
  width: 50%;
  background: #a0a0a0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}

.hall_detail02 dl dd {
  width: 100%;
  border: #a0a0a0 solid 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}

/*
sitemap.html
*****************************************************/
#sitemap .sq {
  margin: 0 0 20px !important;
  font-weight: bold;
  font-size: 1.1em;
}

#sitemap .entry a {
  font-size: 1.2em;
}

#sitemap .entry li {
  margin-left: 4em;
  padding: 10px 0;
}

/*
notice.html
*****************************************************/
#doc .sq {
  margin: 0 0 20px !important;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.2;
}

#doc .docBox {
  width: 660px;
  text-align: left;
  margin: 70px auto;
  line-height: 1.6;
}

#doc .docBox h3 {
  text-align: center;
  font-size: 1.14em;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
}

#doc .docBox h3 i {
  padding: 0 .2em;
}

#doc .docBox p {
  padding-bottom: 35px;
}

#doc .docBox .big {
  font-size: 1.14em;
  padding-bottom: 70px;
}

#doc .docBox dl {
  text-align: center;
  padding-top: 35px;
  line-height: 1.7em;
}

#doc .docBox dd {
  text-align: left;
  margin-left: 150px;
}

#doc .docBox i {
  color: #c9c9bc;
  font-style: normal;
}

#doc .docBox #docdl02 dd {
  margin-left: 120px;
}

#doc .docBox #docdl03 dd {
  margin-left: 10px;
}

#doc .docBox p.ta_center {
  padding-top: 35px;
}

/*
hall_topics.html
*****************************************************/
#halltopics .content {
  float: left;
  width: 560px;
}

#halltopics .content h2 {
  font-size: 21px;
  padding-bottom: 30px;
}

#halltopics .content .data {
  padding-bottom: 60px;
}

#halltopics #mainContent p {
  padding-bottom: 30px;
}

#halltopics aside {
  float: right;
  width: 300px;
  padding-top: 140px;
}

#halltopics aside dt {
  font-size: 14px;
  font-weight: bold;
  color: #008484;
  padding-bottom: 1em;
}

#halltopics aside dd {
  padding-bottom: 5em;
}

#halltopics aside dd li {
  line-height: 2.1;
}

#halltopics aside dd li a.arrow2 {
  background: url(img/top/arrow.png) no-repeat scroll left 2px rgba(0, 0, 0, 0);
  padding-left: 14px;
}

#halltopics aside dd li li {
  margin-left: 2em;
  font-size: .9em;
}

/*
ticketguide
*****************************************************/
#ticketguide {
  font-size: 1.1em;
  line-height: 28px;
}

#ticketguide .inner .arrow {
  background: rgba(0, 0, 0, 0) url("img/common/icon01.png") no-repeat scroll left center;
  padding: 13px 0 8px 30px;
}

#ticketguide #guide {
  width: 664px;
  margin: 0 auto;
}

#ticketguide #guide p.text {
  padding-top: 40px;
  margin-bottom: 74px;
}

#ticketguide #guide ul li {
  float: left;
  width: 100px;
  margin-right: 56px;
  text-align: center;
}

#ticketguide #guide ul li:nth-child(3) {
  width: 110px;
  margin-right: 68px;
}

#ticketguide #guide ul li:nth-child(4) {
  width: 160px;
  margin-right: 0;
}

#ticketguide #guide ul li p {
  margin-top: 10px;
  font-size: 1em;
  font-weight: bold;
  color: #646464;
}

#ticketguide #guide h2 {
  padding-top: 84px;
  border-bottom: 1px solid #cccccc;
  width: 660px;
  margin-bottom: 18px;
}

#ticketguide #guide dl {
  margin-bottom: 100px;
}

#ticketguide #guide dl dt {
  font-weight: bold;
  margin-top: 8px;
}

#ticketguide #guide dl dd {
  padding-left: 1em;
  margin-top: 4px;
}

#ticketguide #guide dl dt i {
  color: #c5c5b8;
  font-style: normal;
}

#ticketguide .content {
  width: 628px;
  padding-left: 60px;
  padding-top: 32px;
}

#ticketguide #operator, #ticketguide #counter, #ticketguide #internet, #ticketguide #other {
  width: 724px;
  margin: 0 auto 100px;
}

#ticketguide #operator .content dl dt {
  float: left;
  width: 200px;
  font-weight: bold;
}

#ticketguide #operator .content dl dt span {
  font-weight: normal;
  font-size: 1em;
}

#ticketguide #operator .content dl dd {
  float: left;
  width: 428px;
}

#ticketguide #operator .content div.icon {
  text-align: center;
  padding: 32px 0;
}

#ticketguide #operator .content .context {
  border: 1px solid #cccccc;
  margin-top: 26px;
  padding: 20px;
  font-size: 0.95em;
  line-height: 24px;
}

#ticketguide #counter .content .context {
  border: 1px solid #cccccc;
  margin-top: 26px;
  padding: 20px;
  font-size: 0.95em;
  line-height: 24px;
}

#ticketguide #operator .content .context h4 {
  width: 200px;
  float: left;
  font-weight: bold;
}

#ticketguide #operator .content .context ul {
  padding-left: 200px;
}

#ticketguide #operator .content .context ul li i {
  color: #c5c5b8;
  font-style: normal;
}

#ticketguide #counter .content h4 {
  font-weight: bold;
  margin-bottom: 32px;
}

#ticketguide #counter .content h4 span {
  font-weight: normal;
}

#ticketguide #counter .content dl dt {
  font-weight: bold;
  margin-top: 32px;
}

#ticketguide #counter .content dl dd {
  padding-left: 1.5em;
}

#ticketguide #counter .content dl dt i {
  color: #c5c5b8;
  font-style: normal;
}

#ticketguide #counter .content .context h5 i, #ticketguide #counter .content .context p i {
  color: #c5c5b8;
  font-style: normal;
}

#ticketguide #counter .content .context h5 {
  text-align: center;
}

#ticketguide #counter .content .context p {
  padding: 10px 0;
}

#ticketguide #counter .content .context hr {
  display: block;
  border-top: 1px dashed #cccccc;
  border-bottom: none;
}

#ticketguide #other .content table {
  border-bottom: 1px solid #cccccc;
  margin-top: 32px;
}

#ticketguide #other .content table tr {
  border-top: 1px solid #cccccc;
}

#ticketguide #other .content table tr td.logo {
  padding: 10px;
}

#ticketguide #other .content table tr th.pgname {
  padding-left: 20px;
  width: 160px;
}

#ticketguide #other .content table tr td.url {
  width: 210px;
}

#ticketguide #other .content table tr td.tel {
  width: 180px;
}

#ticketguide #other .content table tr td.url a {
  color: #2e9cff;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(img/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(img/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(img/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(img/colorbox/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

.fc-event-inner {
  font-size: 12px;
  line-height: 15px;
  height: 27px;
  overflow: hidden;
  width: 100%;
  padding: 3px 0 3px 0;
}

#return {
  text-align: right;
  padding: 3px;
  clear: both;
}

#return-page-top {
  cursor: pointer;
}

ul#eventList {
  margin-bottom: 40px;
}

#top div.sectionBox section#calendar div.japanphil {
  margin-bottom: 20px;
  background: #000;
  border-radius: 5px;
  width: auto;
  overflow: hidden;
}

#top div.sectionBox section#calendar div.ryoukinkokuchi {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  overflow: hidden;
}

#topics #cont01 {
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}

#topics li {
  clear: both;
  padding-bottom: 1em;
}

#topics li a span {
  float: left;
  padding-right: 1em;
}

#topics li a p {
  margin-left: 110px;
  line-height: 1.7;
}

#topics p.link {
  text-align: right;
}

#contact #cont01 {
  text-align: center;
  padding: 45px;
  /*padding:40px 0 40px 0;*/
}

#contact #cont01 h1 {
  /*padding-bottom: 40px;*/
  text-align: left;
  width: 613px;
  margin: 0 auto;
}

#contact #cont01 p {
  /*padding-bottom: 40px;*/
  text-align: left;
  width: 580px;
  margin: 55px auto 0;
  font-size: 1.2em;
}

#contact #cont01 small {
  font-size: .9em;
  padding-top: 1em;
  display: block;
}

#contact #cont01 .wpcf7-form {
  text-align: left;
  width: 580px;
  margin: 0 auto;
  padding-top: 100px;
}

#contact #cont01 #form {
  text-align: left;
  width: 580px;
  margin: 0 auto;
  padding-top: 100px;
  padding-top: 0px;
}

#contact #cont01 .wpcf7-form label {
  font-size: 1.2em;
  display: block;
}

#contact #cont01 .wpcf7-form input {
  border: #000000 solid 1px;
  font-size: 1em;
  padding: 6px 5px;
  width: 290px;
  margin-bottom: 25px;
}

#contact #cont01 form p.text {
  border: #000000 solid 1px;
  font-size: 1em;
  padding: 6px 5px;
  width: 290px;
  margin-bottom: 25px;
}

#contact #cont01 .wpcf7-form input.long, #contact #cont01 form p.long {
  width: 570px !important;
}

#contact #cont01 .wpcf7-form textarea {
  border: #000000 solid 1px;
  font-size: 1em;
  padding: 10px;
  width: 558px;
  min-height: 290px;
  margin-bottom: 20px;
}

#contact #cont01 form p.textarea {
  border: #000000 solid 1px;
  font-size: 1em;
  padding: 10px;
  width: 558px;
  min-height: 290px;
  margin-bottom: 20px;
}

#contact #cont01 form p.text, #contact #cont01 form p.textarea {
  border-color: #ccc !important;
}

#contact #cont01 .formbtn {
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  line-height: 32px;
}

#contact #cont01 .formbtn p {
  float: left;
  font-weight: bold;
  line-height: 32px;
}

#contact #cont01 .formbtn ul {
  clear: both;
  padding-top: 10px;
  width: 300px;
  margin: 0 auto;
}

#contact #cont01 .formbtn p.center {
  float: none;
  text-align: center;
}

#contact #cont01 .formbtn input {
  float: right;
  width: 130px;
  height: 32px;
  margin-bottom: 0px;
  border: none;
  background-color: gray;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  color: white;
}

#contact #cont01 ul#formtext {
  font-size: .86em;
  line-height: 26px;
  padding-top: 50px;
}

#contact #cont01 ul#formtext li {
  padding-left: 16px;
  line-height: 1.5;
  padding-bottom: .6em;
  color: #808080;
  letter-spacing: -1px;
  background: url(img/contact/circle.png) no-repeat left 3px;
}

#contact #cont01 form p.text {
  border: #000000 solid 1px;
  font-size: 1em;
  padding: 6px 5px;
  width: 290px;
  margin-bottom: 25px;
}

.tableBox .btn {
  padding: 0px 0 80px;
  position: relative;
}

.tableBox .btn p.arrowTop {
  padding-bottom: 0;
  bottom: auto;
  top: 50px;
}

#vacant .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#vacant .flex p {
  font-size: 13px;
}

#vacant .flex figure {
  margin: 0;
}

#vacant .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 20px;
}

#vacant .btns a {
  display: block;
  width: 102px;
  height: 42px;
  background: url(img/vacant/btn_off.png) no-repeat 0 0;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

#vacant .btns a.current {
  color: #fff;
  background-image: url(img/vacant/btn_on.png);
}

#vacant .btns a:hover {
  color: #fff !important;
  background-image: url(img/vacant/btn_on.png);
}

#vacant .btns a + a {
  margin-left: 10px;
}

#vacant .selectBox {
  width: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}

#vacant .selectBox select {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 500px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  color: #fff;
  font-size: 14px;
  background: url(img/vacant/select_bg.png) no-repeat left center;
  background-size: 400px 42px;
}

#vacant .selectBox select option {
  color: #333333;
}

#vacant .timeTable {
  padding-bottom: 50px;
}

#vacant .timeTable table {
  width: 100%;
  font-size: 14px;
}

#vacant .timeTable table thead th:nth-child(1) {
  width: 200px;
}

#vacant .timeTable table thead th {
  background: #e6f0f0;
  height: 32px;
  color: #231815;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

#vacant .timeTable table thead th:nth-child(7) {
  color: #008cd2;
}

#vacant .timeTable table thead th:nth-child(8) {
  color: #d21e1e;
}

#vacant .timeTable table tbody tr.day td {
  vertical-align: middle;
  text-align: center;
  background: #e6f0f0;
  border: #fff solid 1px;
  border-bottom: 0;
}

#vacant .timeTable table tbody tr.day td:nth-child(2) {
  background: #e6f0f0;
  height: 24px;
}

#vacant .timeTable table tbody tr.day td:nth-child(n+2) {
  background: #f0f0f0;
}

#vacant .timeTable table tbody tr.day td:nth-child(7) {
  background: #7cc4e8;
}

#vacant .timeTable table tbody tr.day td:nth-child(8) {
  background: #e26e6e;
}

#vacant .timeTable table tbody tr.day td.holiday {
  background: #e26e6e;
}

#vacant .timeTable table tbody tr.time th {
  vertical-align: middle;
  text-align: center;
  background: #e6f0f0;
}

#vacant .timeTable table tbody tr.time td {
  vertical-align: middle;
  text-align: center;
  background: #fff;
  padding: 5px 0;
}

#vacant .timeTable table tbody tr.time td span {
  line-height: 1;
  padding: 4px;
  background: #32c8c8;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
}

#vacant .timeTable table tbody tr.time td em {
  line-height: 1;
  padding: 4px;
  background: #d21e1e;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
}

#vacant .timeTable table tfoot td {
  background: #e6f0f0;
  padding: 10px;
  border-top: #fff solid 1px;
}

#vacant .timeTable table tfoot td .empty {
  line-height: 1;
  font-size: 10px;
  padding: 2px;
  background: #32c8c8;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin: 0 2px;
  position: relative;
  top: -2px;
}

#vacant .timeTable table tfoot td .holiday {
  line-height: 1;
  font-size: 10px;
  padding: 2px;
  background: #d21e1e;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin: 0 2px;
  position: relative;
  top: -2px;
}

/*
questionnaire
*****************************************************/
#questionnaire ul li {
  background: #e6e6e6;
  margin-bottom: 20px;
}

#questionnaire ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#questionnaire ul li a > div {
  padding: 20px;
}

#questionnaire ul li a > div .title {
  font-size: 20px;
  color: #000;
}

#questionnaire ul li a > div .text {
  font-size: 18px;
  color: #505050;
}

#questionnaire ul li a:after {
  content: "";
  background-image: url(img/questionnaire/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b2b2b2;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
}

#questionnaire ul li a:hover {
  opacity: 0.3;
  background: #fff;
}

/*----------------------------------
2021-09-14 改修
----------------------------------*/
body .wrap article#equip section .inner .hall_detail01 .caption {
  text-align: center;
  margin: 10px 0 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

body .wrap article#access section .inner .accessBox img {
  width: 100%;
}

/*----------------------------------
2021-11-18 management修正
----------------------------------*/
body article#ticketguide section #other .content table tr th.pgname {
  width: 140px;
}

body article#ticketguide section #other .content table tr td.url {
  width: 200px;
}

body article#ticketguide section #other .content table tr td.tel {
  width: 300px;
  line-height: 1.25;
}

body article#ticketguide section #other .content table tr td.tel span {
  font-size: 12px;
}

/*----------------------------------
2022-03-23 フッター調整
----------------------------------*/
body footer #links,
body footer .links {
  float: unset;
}

body footer #links ul,
body footer .links ul {
  margin: 0 !important;
}

/*----------------------------------
2022-03-31 チケット関連の調整
----------------------------------*/
body article#ticketguide section #other .content table tr th.pgname {
  width: 240px;
  font-size: 15px;
}

body article#ticketguide section #other .content table tr td.url {
  width: 300px;
  font-size: 14px;
}

body article#ticketguide section #other .content table tr td.tel {
  width: 200px;
  font-size: 14px;
}

body .wrap #eventDetail section .inner .entry #DetailText .eventTable table ul li {
  min-height: 25px;
}

body .wrap #eventDetail section .inner .entry #DetailText .eventTable table ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .wrap #eventDetail section .inner .entry #DetailText .eventTable table ul li .flex strong.ttl {
  width: 150px;
}

body .wrap #eventDetail section .inner .entry #DetailText .eventTable table ul li .flex p {
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */