@charset "UTF-8";
@import url("main.css");

h2{
	font-weight: bold;
	font-size: 120%;
	line-height: 180%;
	color: #000000;
	letter-spacing: 0;
	margin: 2em 20px 0.5em;
	text-align: center;
	background-color: #ffffff;
	box-shadow: none;
	border-bottom: 1px solid #cc3333;
}

#ICA2018 {
	text-align: justify;
}

h3{
	font-weight: bold;
	font-size: 100%;
	margin: 2em 0px 5px -5px;
	border-bottom: 2px dotted #ccc; 
}

#entry-button   {
	background-color: #fff0f5;
	text-align: center;
	margin: 2em 50px;
	padding: 15px 15px 10px;
}


#ICA2018 em {
	text-decoration: underline;
	padding: 0px 3px;
}

#entry-thanks-msg {
	background-color: #fff0f5;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0;	
}

#entry_toiawase { margin: 15px 0px; }
#entry_toiawase dl { margin-left: 20px; line-height: 150%; }
#entry_toiawase dt { float: left; clear: left; width: 90px; }
#entry_toiawase dd { margin-left : 90px;}

dl:after {
	content: "";
	display: block;
	clear:both;
}

del{
}
ins{
	font-weight: bold;
	text-decoration: none;
	color: red;
}

.reminder{
	border: solid 2px red;
	padding: 5px 6px 5px 10px;
}

#Errormsg {
	text-align: justify;
	* text-justify: inter-ideograph;	/* for IE */
	font-size: 90%;
	line-height: 160%;
	padding: 0.5em;
	border-top: solid 1px #fff;
}

#Errormsg p {
	margin-bottom: 0.5em;
}

#Errormsg span {
	color: #dc143c;
}

/*  === ICA2018 Program === */

#ICA2018Program{
	text-align: left; /* 文字間調整がjustifyだと乱れるため、処置 */
	margin: 4em 0;
}

#ICA2018Program h2{
	font-weight: bold;
	font-size: 120%;
	line-height: 180%;
	color: #ffffff;
	letter-spacing: 0;
	margin: 2em 0 0.5em;
	text-align: left;
	background-color: #cc3333;
	border: none;
	-webkit-box-shadow: 0px -1px 1px 0px rgba(255,255,255,1), 0px 2px 1px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px -1px 1px 0px rgba(255,255,255,1), 0px 2px 1px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         0px -1px 1px 0px rgba(255,255,255,1), 0px 2px 1px 0px rgba(50, 50, 50, 0.6);
}

.program-day { /* （ 第１日目、２日目）  */
	font-weight: bold;
	margin-top: 2em;
}

.table-block{
	margin-bottom: 2em;
	position: relative;
}

#ICA2018Program dl {
	border-bottom: solid 1px #eaeaea;
}

#ICA2018Program dl dt {
	font-weight: bold;
	font-size: 100%;
	border-top: solid 1px #eaeaea;
	padding: 7px 10px 8px 110px;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	background-color: #fff0f5;
	position: relative;
}

#ICA2018Program .schedule {
	font-size: 90%;
	display:inline-block;
	width:100px;
	margin-left: -100px;
}

#ICA2018Program h5 .schedule {
	font-weight: normal;
}

#ICA2018Program dl dd {
	padding: 0px 10px 0px 115px;
	margin-bottom: 1.2em;
	position: relative;
}
#ICA2018Program dl dd h5 {
	font-size: 100%;
	font-weight: bold;
}
#ICA2018Program dl dd i {
	font-size: 84%;
}
#ICA2018Program dl dd i:before {
	content: "⚫";
	color: #dc143c;
	font-style: normal;
	font-size: 140%;
	margin-right: 2px;
}

#ICA2018Program .co-sponsored {
	font-weight: normal;
	font-size: 86%;
	text-align: right;
	margin-left: 1em;
}

/*  === END ICA2018 Program === */