<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin: 30px 0 50px;
}
.con_int h3 {
  text-align: center;
}

/* -----------------------------------------------------------
	.con_cal
----------------------------------------------------------- */
.con_cal {
  margin: -80px auto 50px;
  padding: 80px 0 0;
  width: 960px;
}
.con_cal .tab_nav {
  background: url(../event/images/st_cal.png) no-repeat 0 0;
  padding: 80px 0 0;
}
.con_cal .tab_nav ul {
  width: 901px;
  margin: 0 auto;
  overflow: hidden;
}
.con_cal .tab_nav ul li {
  float: left;
}
.con_cal .tab_nav ul li a {
  display: block;
  height: 0;
  padding: 49px 0 0;
  overflow: hidden;
}
.con_cal .tab_nav ul li.tab_01 a {
  width: 75px;
  background: url(../event/images/tabnav_01.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_01 a:hover, .con_cal .tab_nav ul li.tab_01 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_02 a {
  width: 76px;
  background: url(../event/images/tabnav_02.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_02 a:hover, .con_cal .tab_nav ul li.tab_02 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_03 a {
  width: 75px;
  background: url(../event/images/tabnav_03.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_03 a:hover, .con_cal .tab_nav ul li.tab_03 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_04 a {
  width: 75px;
  background: url(../event/images/tabnav_04.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_04 a:hover, .con_cal .tab_nav ul li.tab_04 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_05 a {
  width: 75px;
  background: url(../event/images/tabnav_05.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_05 a:hover, .con_cal .tab_nav ul li.tab_05 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_06 a {
  width: 75px;
  background: url(../event/images/tabnav_06.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_06 a:hover, .con_cal .tab_nav ul li.tab_06 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_07 a {
  width: 75px;
  background: url(../event/images/tabnav_07.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_07 a:hover, .con_cal .tab_nav ul li.tab_07 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_08 a {
  width: 75px;
  background: url(../event/images/tabnav_08.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_08 a:hover, .con_cal .tab_nav ul li.tab_08 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_09 a {
  width: 75px;
  background: url(../event/images/tabnav_09.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_09 a:hover, .con_cal .tab_nav ul li.tab_09 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_10 a {
  width: 75px;
  background: url(../event/images/tabnav_10.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_10 a:hover, .con_cal .tab_nav ul li.tab_10 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_11 a {
  width: 75px;
  background: url(../event/images/tabnav_11.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_11 a:hover, .con_cal .tab_nav ul li.tab_11 a.selected {
  background-position: 0 -49px;
}
.con_cal .tab_nav ul li.tab_12 a {
  width: 75px;
  background: url(../event/images/tabnav_12.png) no-repeat 0 0;
}
.con_cal .tab_nav ul li.tab_12 a:hover, .con_cal .tab_nav ul li.tab_12 a.selected {
  background-position: 0 -49px;
}
.con_cal .pager {
  overflow: hidden;
  margin: 0 0 10px;
  position: relative;
}
.con_cal .pager .prev {
  width: 70px;
  float: left;
  margin-left: 30px;
}
.con_cal .pager .prev a {
  color: #fcf89c;
}
.con_cal .pager .year {
  position: absolute;
  left: 47%;
  color: #fcf89c;
  font-size: 20px;
  font-weight: bold;
}
.con_cal .pager .next {
  width: 70px;
  float: right;
  margin-right: 20px;
}
.con_cal .pager .next a {
  color: #fcf89c;
}
.con_cal .cal_area {
  width: 960px;
}
.con_cal .cal_area .txt_att {
  margin: 25px 0 15px;
  text-align: center;
}
.con_cal .cal_area table {
  font-size: 12px;
  color: #333;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
  width: 960px;
}
.con_cal .cal_area table th {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px;
  font-weight: normal;
  background: #f3f3f3;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.con_cal .cal_area table th.sun {
  background: #f8c5c4;
  color: #fff;
}
.con_cal .cal_area table th.sun a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.con_cal .cal_area table th.sat {
  background: #8dc5de;
  color: #fff;
}
.con_cal .cal_area table th.sat a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.con_cal .cal_area table th.today {
  background: #de902b;
  color: #fff;
}
.con_cal .cal_area table th.today a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.con_cal .cal_area table th.det {
  width: 20%;
}
.con_cal .cal_area table th a {
  text-decoration: none;
}
.con_cal .cal_area table td {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px;
  text-align: center;
}
.con_cal .cal_area table td.today {
  background: #de902b;
  color: #fff;
}
.con_cal .cal_area table td.left {
  text-align: left;
}
.con_cal .cal_area table td.hover {
  background: #fbddb6;
}
.con_cal .cal_area table td a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.con_cal .cal_area table td .item {
  background: white !important;
}

/* -----------------------------------------------------------
	.con_eve
----------------------------------------------------------- */
.con_eve {
  width: 960px;
  margin: -80px auto 50px;
  padding: 80px 0 0;
}
.con_eve .tit_area {
  margin: 0 0 50px;
  padding: 40px 0;
  background: url(../event/images/bg_tit.png) no-repeat 0 0;
}
.con_eve .tit_area h4 {
  font-size: 24px;
  text-align: center;
}
.con_eve .box_eve {
  overflow: hidden;
  border-bottom: 1px solid #bfbfbf;
  padding: 80px 0 50px;
  margin: -80px 0 50px;
}
.con_eve .box_eve .wrp_eve {
  width: 480px;
  float: left;
}
.con_eve .box_eve .wrp_eve .st {
  color: #1574ab;
  font-size: 18px;
  padding: 0 0 15px;
  background: url(../images/common/line_dot_w.png) repeat-x 0 bottom;
  font-weight: bold;
}
.con_eve .box_eve .wrp_eve .st span {
  font-size: 13px;
}
.con_eve .box_eve .wrp_eve .txt {
  margin: 20px 0 0;
}
.con_eve .box_eve .wrp_eve .tbl_basic {
  margin: 20px 0 0;
  font-size: 12px;
}
.con_eve .box_eve .wrp_eve .tbl_basic th {
  text-align: center;
}
.con_eve .box_eve .wrp_eve .tbl_basic th.det {
  width: 94px;
}
.con_eve .box_eve .wrp_eve .tbl_basic td.left {
  text-align: left;
}
.con_eve .box_eve .img_pho {
  width: 450px;
  float: right;
  text-align: center;
}
.con_eve .box_eve.nophoto .wrp_eve {
  width: auto;
  float: none;
}

.btn_re {
  text-align: center;
  margin: 0 0 50px;
}
</pre></body></html>