@charset 'utf-8';
	html {
		-ms-touch-action: manipulation;
		touch-action: manipulation;
	}
	.caltable-wrap {
	}
	.caltable {
	}
	.caltable * {
	}
	.caltableHead {
	}
	.caltableHead > *,
	.caltableBody li:first-of-type > * {
	}
	.caltableHead > em {
		border-left-width: 0;
		background-color: #85898e;
		color: #fff;
	}
	.caltableHead p:last-of-type {
		border-right-width: 0;
	}
	.caltableHead span {
	}




	.caltableBody {
		overflow-x: scroll;
		padding: 0;
		margin: 0;
	}
	.caltableBody li {
	}
	.caltableBody li > * {
	}
	.caltableBody li:first-of-type {
	}
	.caltableBody li:first-of-type > em {
	}
	.caltableBody li:first-of-type p {
		/* border-bottom-width: 0; */
	}
	.caltableBody li:first-of-type p:last-of-type {
	}
	.caltableBody li em {
	}
	.caltableBody li p {
	}
	.caltableBody li:nth-of-type(2) > * {
		border-top-width: 0;
	}
	.caltableBody li p:last-of-type {
		/* border-right-width: 0; */
	}
	.caltableBody li span {
		word-break: keep-all;
	}
	.caltableBody li .schedule {
		cursor: #fff;
	}
	.caltableBody li .schedule.overMonthStart {
		border-radius: 0 0 6px 6px;
		margin-top: -.2em;
	}
	.caltableBody li .schedule.overMonthEnd {
		border-radius: 6px 6px 0 0;
	}
	.caltableBody li .schedule:hover {
		opacity: 1;
	}
	.caltableBody li .schedule.bookSpan:hover {
		background-color: inherit;
	}

	.no_ipo.active {
	}
	.no_ipo .caltableHead {
	}
	.no_ipo .caltableBody {
	}
	.no_ipo .no_ipo_message {
		width: calc(100vw - 24px);
	}
	.no_ipo .caltableBody li em.calDate {
	}


	.calender-group article {
		position: static;
	}
	.balloon {
		position: fixed;
		left: 5vw;
		z-index: 10001;
		width: 90vw;
		height: auto;
		background: #fff;
		padding: 10px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.balloon_head h4 {
		white-space: inherit;
	}
	.balloon_contents p {
		font-size: 15px;
	}
	.balloon_contents .listing {
		margin-top: 15px;
	}
	#modal_wrap {
		display: flex;
		top: 0;
		width: 100vw;
		height: 100vh;
		position: fixed;
		z-index: 10000;
		background: rgba(0,0,0,.5);
	}


	#calControl {
		width: 100%;
		position: static;
		top: inherit;
		left: inherit;
		display: flex;
		justify-content: space-between;
	}
@media (max-width:375px) and (min-width: 320px) {
	.caltableBody li .schedule {
		word-break: break-word;
    	white-space: normal;
	}
}




/* IPO取扱銘柄スケジュール 
------------------------------------------------------- */
.calendar_wrap {
	overflow: hidden;
}
.calendar_wrap .title {
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
}
.caltableHead,
.no_ipo .caltableHead {
	max-width: 768px !important;
	width: 100% !important;
	border-right: none;
}
.caltableBody {
	display: none !important;
}
.no_ipo .caltableBody {
	display: block !important;
}
.caltableHead dd {
	position: relative;
}
.caltableHead dd:after {
	content: "（企業名をタップすると詳細表示）";
	display: inline-block;
	font-size: 13.6px;
	margin-left: 1em;
}
.caltableHead dd.corp_name:after {
	display: none;
}
.no_ipo .caltable {
	display: block !important;
} 
.no_ipo .caltable .caltableHead {
	height: 45px !important; 
} 
.no_ipo .caltable .caltableHead dd {
	display: none !important;
} 
.no_ipo .caltableBody ul {
	display: none !important;
}
 .no_ipo .caltableBody .no_ipo_message {
	height: 40px !important;
	max-width: 768px;
	width: 95.3% !important;
	display: block !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 10px 0px 0 !important;
	box-sizing: border-box !important;
}
#modal_wrap {
    display: flex !important;
}

/* IPO企業名欄 上場日表示 */
.caltableHead dd.corp_name:hover {
	color: #333333;
}
.caltableHead dd {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.caltableHead dd .company_name {
	width: calc(100% - 160px);
	text-align: left;
	white-space: break-spaces;
}
.caltableHead dd .listing_date {
	display: block;
	width: 160px;
	padding-right: 5px;
	font-size: 13px;
	text-align: right;
}
.caltableHead dd .listing_date span {
	display: inline;
	margin-right: 5px;
	padding: 2px 5px 4px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.0;
	color: #ffffff;
	border-radius: 5px;
	background: #54585E;
}
