@charset "UTF-8";

@media screen and (max-width: 750px) {

.mainContent {
	background: #f9f8f3 !important;
}
.bigEvent {
	padding: 30px 0 0;
}
.otherEvent {
	padding: 40px 0 50px;
}
.mainContent {
  padding-bottom: 0 !important;
}
.sub.eventDetail h1 {
	background-image: url(/kodate2/imgs/event_list/img/bg_mv_sp.jpg);
}
.sub h1 span.pt01 {
	font-size: 15px;
	padding-bottom: 5px;
	display: block;
	height: auto;
	width: auto;
}
.btnGeneral {
	border-radius: 3px;
	background-color: #333;
	color: #fff !important;
	font-size: 14px;
	letter-spacing: 1.8px;
	display: block;
	width: 80%;
	margin: 45px auto ;
	padding: 0;
	text-align: center;
	position: relative;
	border: 1px solid #333;
}
.btnGeneral a {
	display:block;
	padding: 10px 40px;
	color: #fff !important;
}
	
	
/* eventList
  --------------------------------------------------------- */

.inner.medium .eventList table {
	font-size: 12px;
	border-right: 1px solid #dadada;
	width: 100%;
	border-collapse: collapse;
	letter-spacing: normal;
	background: #fff;
	text-align: center;
	line-height: 1.3em;
}
.inner.medium .eventList table tr:nth-child(odd) {
	background: #f2f2f2;
}
.inner.medium .eventList table td, 
.inner.medium .eventList table th {
	padding: 10px 1%;
	border: 1px solid #dadada;
	border-right: none;
	vertical-align: middle;
}
.inner.medium .eventList table th {
	text-align: center;
	border-right: none;
	border-bottom: none;
}
.inner.medium .eventList table td {
	border-top: none;
}

.inner.medium .eventList table td a{
	text-decoration: underline;
}
.inner.medium .eventList table td.icon2.must{
	background: #ffe100;
	font-weight: bold;
}
/* bigEvent
  --------------------------------------------------------- */

.bigEvent table td.date {
	width: 20%;
}
.bigEvent table td.widthm {
	width: 25%;
}
.bigEvent table td.place {
	width: 38%;
	text-align: left;
}
.bigEvent table td.icon2 {
	width: 17%;
}

/* otherEvent
  --------------------------------------------------------- */

.otherEvent table td.icon {
	width: 18%;
}
.otherEvent table td.date {
	width: 20%;
}
.otherEvent table td.widthm {
	width: 18%;
}
.otherEvent table td.place {
	width: 26%;
	text-align: left;
}.otherEvent table td.icon2 {
	width: 18%;
}
.otherEvt table .evtIcon span{
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	padding: 6px 10px;
	background: #000;
}

/* icon color
  ----------------- */
.otherEvent table td.icon span {
	margin: 0 auto;
	width: 100%;
	display: block;
	line-height:  1;
	color: #fff;
	border-radius: 4px;
	padding: 10px 5px;
	vertical-align: middle;
}
.colEvent {
	background: #f06b6b;
}
.colVisit {
	background: #6dc5df;
}
.colSeminor {
	background: #f49e39;
}
.colCounsel {
	background: #8cb725;
}
  /* example
  --------------------------------------------------------- */ 
.example {
  background: #f9f8f3;
  width: 100%;
}
.example h2 {
  width: 175px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  background: #ffe100;
  border-radius: 40px;
  font-size: 18px;
  padding: 10px 0;
}
.example h2 + p {
  text-align: left;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.example:before {
  content: "";
  height: 16px;
  width: 100%;
  display: block;
  background: url(/kodate2/imgs/event/img/bg_example_sp.png);
  background-size: 100% 100%;
}
.example .box {
  overflow: hidden;
  border: 2px solid #ebe7d2;
  border-top: none;
  padding: 5px 9px 0 9px;
  background: #fff;
}
.example .box ul li {
  float: left;
  width: 49%;
  margin-bottom: 35px;
}
.example .box ul li:nth-child(2n) {
  float: right;
}
.example .box ul li img {
  width: 100%;
}
.example .box ul li dl dt {
  border-bottom: 2px solid #ebe7d2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  padding: 9px 0;
  line-height: 1.4;display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: center;
 justify-content: center;
}
.example .box ul li dl dd {
  font-size: 15px;
  line-height: 1.4;
}
  
/* other
  --------------------------------------------------------- */
.other {
  padding: 40px 0 110px;
}
.other h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
.other h2:before {
  content: "●";
  color: #ffe100;
  font-size: 18px;
  vertical-align: middle;
}
.other table {
  border: 2px solid #dddddd;
  width: 100%;
  background: #fff;
}
.other table th, .other table td {
  border-bottom: 1px solid #dddddd;
}
.other table tr:last-child th, .other table tr:last-child td {
  border-bottom: none;
}
.other table th {
  background: #f2f2f2;
  text-align: center;
  width: 80px;
  padding: 10px 0;
  font-size: 18px;
  vertical-align: middle;
}
.other table td {
  padding: 10px 25px;
  font-size: 15px;
  vertical-align: middle;
}
/* sideNav
  --------------------------------------------------------- */

input[type="button"] {
	-webkit-appearance: none;
}
select {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-indent: 1em;
	background:#f0f0f0 ;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 25%;
	vertical-align: middle;
	border:1px solid #CCC;
	border-radius: 4px;
}

#side{
	background: #fff;
	border: 1px solid #b2b2b2;
}
#side .sb {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background-color: #333333;
	padding: 12px 15px;
	position: relative;
}
#side .sb.kikan::before {
	content: "";
	width: 23px;
	height: 26px;
	background: url(/kodate2/imgs/event_list/img/icon_kikan_side.png) no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 4px;
}
#side .sb.area {
}
#side .sb.area::before {
	content: "";
	width: 25px;
	height: 24px;
	background: url(/kodate2/imgs/event_list/img/icon_area_side.png) no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 4px;
}
#side #left_area .sb {
	margin-bottom: 5px;
}
#side .search_area a {
	color: #000;
}

#side .search_area {
	padding: 0 0 10px;
}
#side .search_area_term {
	margin-bottom: 0;
	padding-bottom: 0;
}
#side .search_area_term .search_inner {
	margin:0 auto !important;
}
#side .search_area .termbox {
	vertical-align: bottom;
	margin-bottom: 5px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	font-size: 0;
}
#side .search_area .termbox .box {
	white-space: nowrap;
}
#side .search_area .termbox2 {
	padding-top: 16px;
	background: url(/kodate2/imgs/event_list/img/popup_termbg.png) center top no-repeat;
	background-size: 4px;
}
#side .search_area .termbox * {
	vertical-align: bottom;
}
#side .search_area .termbox select.short {
	width: 3em;
	min-width: 38px;
}
#side .search_area .termbox .termspan {
	vertical-align: middle;
	margin: 0 8px 0 4px;
	font-size: 14px;
}
#side .search_area .term_btns {
	font-size: 0;
	text-align: center;
	padding: 12px 0;
	background: #f6f6f6;
	margin: 20px 0 30px;
}
/* sideBtn
  ----------------- */
.sideBtn {
	cursor: pointer;
	width: 40%;
	padding: 14px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #222222;
	background: #fff;
	border: 1px solid #a2a2a2;
	border-radius: 4px;
	vertical-align: middle;
	transition: background-color .3s;
}
.sideYel {
	background: #ffe100;
	border: 1px solid #ffe100;
}
#side .search_area .term_btns .submit {
	margin-right: 5%;
}
#side .area_all {
	text-align: center;
	margin: 0 auto 16px;
	overflow:hidden;
	zoom:1;
	width: 100%;
	display: table;
	background: #f6f6f6;
	padding: 12px 0;
}
#side .area_all input {
}
#side .area_all input.check {
	margin-right: 10px;
}

#side .search_area .search_inner {
	margin: 0 10px 20px;
}

#side .search_area ul input {
	margin-right: 10px;
}

#side .search_area ul li .area_select {
	font-weight: bold;
	color: #222222;
	margin-bottom: 5px;
	border-bottom: 2px solid #ebe7d2;
}
#side .search_area ul li .area_select > span:before {
	content: "";
	width: 16px;
	height: 20px;
	background: url(/kodate2/imgs/event_list/img/icon_region.png) no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	margin-bottom: 2px;
}
#side .search_area ul li .area_select label {
	cursor: pointer;
	font-weight: normal;
	float: right;
}

html>/**/#side .search_area ul li {
	padding-top: 1px;
}

#side .search_area ul li input {
	position: relative;
	top: 2px;
}
#side .search_area ul ul {
	width: 100%;
	padding: 0;
	background: none;
	overflow: hidden;
}
#side .search_area ul ul li {

	font-weight: normal;
	background: transparent;
	line-height: 1.5;
	margin: 0;
	float: left;
	width: 50%;
}
#side .search_area ul ul li label {
	display: block;
	cursor: pointer;
}
#side .search_area ul ul li label.disabled {
	cursor: default;
}

#side .search_area ul ul li span {
	color: #CCC;
}
#side .search_btn {
	text-align: center;
}
#side .submit_btn {
	text-align: center;
	margin: 0 auto 16px;
	overflow:hidden;
	zoom:1;
	width: 100%;
	display: table;
	padding: 12px 0;
}
#side .submit_btn .sideBtn {
	width: 55%;
	margin: 0 auto;
	padding: 16px 20px;
}
/* checkBox
  ----------------- */
input[type="checkbox"] {
	display: none;
}
label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	cursor: pointer;
}
#side .search_area ul ul li span::before {
	border: 2px solid #eaeaea;
}
label span::before,
label a::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 11px;
	height: 11px;
	margin-top: -8px;
	background: #fff;
	border: 2px solid #bebebe;
	border-radius: 2px;
}
input[type="checkbox"]:checked + span::after,
input[type="checkbox"]:checked + a::after{
	position: absolute;
	content: '';
	top: 7px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}








}
