#time_main {
	margin-left: 0px;
	margin-bottom: 40px;
	padding: 0;
	text-align: left;
}

#time_main h2 {
	width: 100%;
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 8px 30px 4px;
	background-image: url(../images/common/title.png);
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

#side_r {
	width: 180px;
	float: right;
	margin: 20px 20px 0 0;
	text-align: center;
	background-color: #fff;
}

html #side_r {
	width: 180px;
	float: right;
	margin: 20px 10px 0 0;
	text-align: center;
	background-color: #fff;
}

#side_r h2 {
	width: 180px;
	color: #fff;
	background-color: #3c61ac;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
}

a:link,
a:active,
a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #305bb3;
	text-decoration: none;
}

p {
	margin: 1em 2em 0 2em;
}

	{
	border-top: 1px solid #ccc;
	width: 90%;
}

ul {}

ul li {
	margin-bottom: 0.5em;
}

.target {
	text-align: left;
}

.survey {
	text-align: center;
	color: #ffffff;
	background-color: #003366;
	font-weight: bold;
	font-size: 16px;
}

.right {
	display: inline-block;
	text-align: left;
}

.lead_title {
	font-weight: bold;
	font-size: 16px;
	color: #3c61ac;
	border-left: 10px solid #3c61ac;
	padding-left: 10px;
	margin-bottom: 1em;
}

span.inlinebox {
	background-color: #666;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.inlinebox02 {
	background-color: #003366;
	color: #fff;
	padding: 5px 8px 4px 8px;
	font-weight: bold;
	margin-left: 1em;
}

img {
	border: none;
}

img.waku {
	border: 1px solid #999;
}

.image-box {
	margin: 30px 0;
}

.image-box-left {
	float: left;
	margin: 1em;
}

.image-box-right {
	float: right;
	margin: 1em;
}

.image-box-right2 {
	float: right;
	margin: 0 1em 1em;
}

.image-box-right_matome {
	float: right;
	overflow: hidden;
	width: 60%;
}

.user_box {
	float: left;
	margin: 5px;
}

.logo_box {
	float: left;
	margin: 10px 30px 10px 20px;
}

.register_button {
	text-align: center;
	margin: 20px 0;
}

.kakomi {
	border: 1px solid #999;
	padding: 10px;
	margin: 20px 0 20px 20px;
}

table {
	border-collapse: collapse;
	margin: 10px 10px 10px 15px;
}

table th {
	background-color: #215b95;
	color: #ffffff;
	text-align: center;
	border: 1px solid #ccc;
	padding: 4px 6px;
	font-size: 100%;
	font-weight: bold;
}

table th.midasi {
	background-color: #003366;
}

table td {
	border: 1px solid #ccc;
	text-align: left;
	padding: 10px 0 10px 10px;
}

span.unit {
	font-size: 90%;
}

/*タイムテーブル*/
span.time_right {
	float: right;
	padding-right: 10px;
}

.session {
	background: #1966c2 !important;
	color: #fff;
	padding: 6px 10px !important;
	font-size: 16px;
	font-weight: bold;
	border-top: solid 4px #FFFFFF !important;
	border-bottom: solid 4px #FFFFFF !important;
	border-left: none !important;
	border-right: none !important;
}

.handson {
	background: #FD6CB4 !important;
	color: #fff;
	padding: 6px 10px !important;
	font-size: 16px;
	font-weight: bold;
	border-top: solid 4px #FFFFFF !important;
	border-bottom: solid 4px #FFFFFF !important;
	border-left: none !important;
	border-right: none !important;
}

table.time {
	border-collapse: separate;
	width: 100%;
	margin: 5px 0 0 0;
}

table.time th {
	padding: 0;
}

table.time td {
	padding: 3px 0 6px 4px;
	vertical-align: top;
}

table.time p {
	margin: 1em 0.4em 0.2em 0;
	line-height: 130%;
}

table.time.early td.white,
table.time.H td.white,
table.time.E td.white,
table.time.L td.white,
table.time.K td.white,
table.time.A td.white,
table.time.B td.white,
table.time.C td.white,
table.time.D td.white,
table.time.LT td.white {
	background-color: #fff;
	padding-left: 10px;
}

.tume {
	letter-spacing: -0.8px;
}

/*セッションearly*/
table.time.early th {
	background-color: #9747a8;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #9747a8;
	margin-top: 30px;
}

table.time.early td {
	background-color: #eadaed;
	border: 1px solid #9747a8;
	width: 20%;
}

span.box_early {
	background-color: #9747a8;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_early a {
	color: #fff;
}

span.box_zoom {
	background-color: #ff0000;
	font-size: 18px;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_zoom a {
	color: #fff;
}

p.midasi_early {
	font-weight: bold;
	color: #9747a8;
	margin-right: 0;
}

p.midasi_early a {
	color: #9747a8;
}

/*セッションK*/
table.time th.K {
	background-color: #23448f;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #23448f;
}

table.time td.K {
	background-color: #e6e7ef;
	border: 1px solid #23448f;
	width: 20%;
}

span.box_K {
	background-color: #23448f;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_K a {
	color: #fff;
}

p.midasi_K {
	font-weight: bold;
	color: #23448f;
	margin-right: 0;
}

p.midasi_K a {
	color: #23448f;
}

p.right_K {
	float: right;
	margin: 0 20px 0 0;
}

/*ランチセッション*/
table.time.L th {
	background-color: #0380b7;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #0380b7;
}

table.time.L td {
	background-color: #e6f6f9;
	border: 1px solid #0380b7;
	width: 20%;
}

span.box_L {
	background-color: #0380b7;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_L a {
	color: #fff;
}

p.midasi_L {
	font-weight: bold;
	color: #0380b7;
	margin-right: 0;
}

p.midasi_L a {
	color: #0380b7;
}


/*セッションA*/
table.time th.A {
	background-color: #070031;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #070031;
	margin-top: 15px;
}

table.time td.A {
	background-color: #e6e7e6;
	border: 1px solid #070031;
	width: 20%;
}

span.box_A {
	background-color: #070031;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_A a {
	color: #fff;
}

p.midasi_A {
	font-weight: bold;
	color: #070031;
	margin-right: 0;
}

p.midasi_A a {
	color: #070031;
}


/*セッションB*/
table.time th.B {
	background-color: #ff7f00;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #ff7f00;
	margin-top: 15px;
}

table.time td.B {
	background-color: #fef2e0;
	border: 1px solid #ff7f00;
	width: 20%;
}

span.box_B {
	background-color: #ff7f00;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_B a {
	color: #fff;
}

p.midasi_B {
	font-weight: bold;
	color: #ff7f00;
	margin-right: 0;
}

p.midasi_B a {
	color: #ff7f00;
}


/*セッションC*/
table.time th.C {
	background-color: #007b32;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #007b32;
}

table.time td.C {
	background-color: #e6f5e2;
	border: 1px solid #007b32;
	width: 20%;
}

span.box_C {
	background-color: #007b32;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_C a {
	color: #fff;
}

p.midasi_C {
	font-weight: bold;
	color: #007b32;
	margin-right: 0;
}

p.midasi_C a {
	color: #007b32;
}

/*セッションD*/
table.time th.D {
	background-color: #e60000;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #e60000;
}

table.time td.D {
	background-color: #fee6e4;
	border: 1px solid #e60000;
	width: 20%;
}

span.box_D {
	background-color: #e60000;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_D a {
	color: #fff;
}

p.midasi_D {
	font-weight: bold;
	color: #e60000;
	margin-right: 0;
}

p.midasi_D a {
	color: #e60000;
}

/*E*/

table.time th.E {
	background-color: #E40B72;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #E40B72;
}

table.time td.E {
	background-color: #FDEEE6;
	border: 1px solid #e60000;
	width: 20%;
}

span.box_E {
	background-color: #E40B72;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_E a {
	color: #fff;
}

p.midasi_E {
	font-weight: bold;
	color: #E40B72;
	margin-right: 0;
}

p.schedule_E {
	font-weight: bold;
	font-size: 13px;
	margin-right: 0;
}

p.time_E {
	margin: .5em 0;
}

p.midasi_E a {
	color: #E40B72;
}

/*Handon*/
table.time th.H {
	background-color: #E40B72;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #E40B72;
}

table.time td.H {
	background-color: #FDEEE6;
	border: 1px solid #e60000;
	width: 20%;
}

span.box_H {
	background-color: #E40B72;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

span.box_H a {
	color: #fff;
}

p.midasi_H {
	font-weight: bold;
	color: #E40B72;
	margin-right: 0;
	margin: 0 0 1em 0;
}

p.schedule_H {
	font-weight: bold;
	font-size: 13px;
	margin-right: 0;
}

p.time_H {
	margin: .5em 0;
}

p.midasi_H a {
	color: #E40B72;
}

p.midasi_H2 {
	background: #FFF;
	border: solid 1px #e60000;
	padding: .6em .4em;
	font-weight: bold;
	color: #E40B72;
	margin-right: 0;
	width: 80%;
}

p.midasi_H2 a {
	color: #E40B72;
}


hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	margin: 20px 0 20px 1px;
	clear: both;
	width: 98%;
}

hr.A {
	border-color: #070031;
}

hr.early {
	border-color: #9747a8;
}

hr.A {
	border-color: #070031;
}

hr.B {
	border-color: #ff7f00;
}

hr.C {
	border-color: #007b32;
}

hr.D {
	border-color: #e60000;
}

hr.E {
	border-color: #E40B72;
}

hr.H {
	border-color: #E40B72;
}

hr.K {
	border-color: #23448f;
}

hr.L {
	border-color: #0380b7;
}


.space {
	margin-bottom: 15px;
	height: 15px;
	background-color: #FFF;
}

.noborder {
	border: none;
	outline: none;
}

.enpty {
	background: #FFFFFF !important;
	border: none !important;
	width: 20%;
}

.Lounge {
	background: #dae0f2;
	padding: 8px 10px !important;
	border: solid 1px #1f61ad !important;
}

.Lounge_talk {
	background-color: #1f61ad;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 12px;
	margin-right: 0.4em;
}

span.Lounge_talk a {
	color: #fff;
}

span.Lounge_talk a {
	color: #fff;
}

span.Lounge_talk a:link {
	color: #fff;
	text-decoration: none;
}

span.Lounge_talk a:visited {
	color: #fff;
	text-decoration: none;
}

span.Lounge_talk a:hover {
	color: #fff;
	text-decoration: none;
}

span.Lounge_talk :active {
	color: #fff;
	text-decoration: none;
}

.Lounge_detail {
	color: #1f61ad;
	margin-left: 1em;
	font-weight: bold;
}

span.Lounge_detail a {
	color: #1f61ad;
}

/*ラウンジトーク*/
table.time.LT th {
	background-color: #1f61ad;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #1f61ad;
}

span.box_LT {
	background-color: #1f61ad;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}

p.midasi_LT {
	font-weight: bold;
	color: #1f61ad;
	margin-right: 0;
}

hr.LT {
	border-color: #1f61ad;
}

/* 2023 */
table.time td{
	position: relative;
	padding-bottom: 40px;
}
.popup {
	position: absolute;
	display: block;
	color: #f00 !important;
	background: #fff;
	border: 1px solid #f00;
	text-align: center;
	padding: 5px 0;
	width: 100%;
	max-width: 225px;
	bottom: 10px;
}

table.time .Lounge .popup{
	position: relative;
	display: inline-block;
	bottom: auto;
	margin-left: 10px;
}

.popup:hover {
	color: #fff !important;
	background: #f00;
}

#cboxOverlay {
	background: #000;
}

#cboxLoadedContent {
	background: #fff;
	padding: 24px;
	overflow: auto;
	-moz-box-shadow: 0px 1px 10px #000000;
	-webkit-box-shadow: 0px 1px 10px #000000;
	box-shadow: 0px 1px 10px #000000;
}

#cboxClose {
	top: 0px;
	right: 10px;
	width: 14px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	overflow: visible;
}

#cboxContent{
	margin-top: 0;
}
