@charset "shift_jis";
/* CSS Document */

/* --------------------------------------------------

	PC size CSS

-------------------------------------------------- */

#movieArea {
	padding-top: 18px;
	padding-bottom: 20px;
	line-height: 1.5;
	overflow: hidden;
	zoom: 1;
}
#movieArea .movieContent {
	float: left;
	width: 640px;
	margin-bottom: 20px;
}
#movieArea .movieInfo {
	float: right;
	width: 340px;
	margin-bottom: 20px;
	color: #fff;
}
#movieArea .movieInfo dt {
	font-weight: bold;
}
#movieArea .movieInfo dd {
	margin-bottom: 5px;
}
#movieArea .movieInfo dd:last-child {
	margin-bottom: 0px;
}
#movieArea .date {
	clear: both;
	width: 400px;
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#movieArea .txt {
	padding-top: 30px;
	color: #fff;
	text-align: center;
	word-wrap: break-word;
	font-size: 28px;
	line-height: 1.1;
}
#movieArea .txt-small {
	font-size: 18px;
}

#contents {
	padding-bottom: 100px;
}
#speakersSec .speakersList {
	position: relative;
	width: 1000px;
	height: 330px;
}
#speakersSec .speakersList .btnPrev,
#speakersSec .speakersList .btnNext {
	position: absolute;
	top: 60px;
	cursor: pointer;
}
#speakersSec .speakersList .btnPrev {
	display: none;
	left: 10px;
}
#speakersSec .speakersList .btnNext {
	right: 10px;
}
#speakersSec .speakesInner {
	position: relative;
	width: 840px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#speakersSec .speakesInner ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 50000px;
}
#speakersSec .speakesInner li {
	float: left;
	width: 190px;
	padding-right: 10px;
	padding-left: 10px;
}
#speakersSec .speakesInner li:last-child {
	margin-right: 0px;
}
#speakersSec .speakesInner li a {
	text-decoration: none;
	color: #000;
}
#speakersSec .speakesInner .thumb {
	text-align: center;
}
#speakersSec .speakesInner .name {
	color: #a28419;
	text-align: center;
	font-size: 18px;
}
#speakersSec .speakesInner .position {
	line-height: 1.3;
}
#speakersSec .txt {
	text-align: right;
	font-size: 12px;
}
#btnProfileMore {
	display: none;
}

#recommendSession .sessionMain {
	overflow: hidden;
	zoom: 1;
}
#program .dayDetail {
	overflow: hidden;
	zoom: 1;
}
#program .dayBlock {
	width: 490px;
}
#program .dayBlock .titleDay {
	padding: 5px 12px;
	background-color: #343434;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#program .programList {
	margin-top: 10px;
	border: 3px solid #e6d6bd;
}
#program .schedule {
	font-weight: bold;
	line-height: 1;
	background-color: #e6d6bd;
	padding: 10px 15px;
}
#program .schedule dt {
	font-size: 12px;
	float: left;
	margin-top: 4px;
	margin-right: 1em;
}
#program .schedule dd {
	font-size: 18px;
}
#program .programList .item {
	padding: 10px 15px;
	border-bottom: 1px solid #e6d6bd;
}
#program .programList .item.last {
	border-bottom: none;
}
#program .programList .text01 {
	font-size: 14px;
}
#program .programList .text01 img {
	margin-left: 10px;
	vertical-align: top;
}
#program .programList .text02 {
	font-size: 20px;
	line-height:24px;
	font-weight: bold;
	margin-left: 14px;
}
#program .programList .text03 {
	font-size: 14px;
	margin-left: 14px;
}
#program .programList a {
	color: #000;
}
#program .break {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	margin-top: 10px;
	background-color: #f2eade;
	padding: 15px;
}
#program .break dt {
	display: inline;
	margin-right: 1em;
}
#program .break dd {
	display: inline;
}
#program .break .location01 {
	font-size: 14px;
}

#program {
	margin-top: 30px;
}

#guidemessage {
	margin-top: 20px;
	margin-bottom: 20px;
}
#guidemessage p {
	font-family: "Arial";
	color: #222;
	text-align: center;
	font-size: 28px;
	line-height: 1.0;
}
#guidemessage span {
	font-family: "Arial";
	color: #d8a500;
	font-size: 38px;
	font-weight: bold;
}

#guidemessage .registrantion_btn {
	display: block;
	position: relative;
	width: 400px;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #d82148;
	margin:30px auto;
}
#guidemessage .registrantion_btn:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}

#registration .commingsoon {
	padding-top: 10px;
	font-weight: bold;
	color: #d8a500;
	text-align: center;
	word-wrap: break-word;
	font-size: 16px;
	font-style: italic;
	line-height: 1.1;
}


/**
	2021-08-31 registration用css 追加
*/
#registration{
	margin-bottom: 50px;
}
.leadText {
	font-family: "Arial";
	color: #222;
	text-align: center;
	font-size: 28px;
	line-height: 1.0;
}

.groupLayout01 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 10px;
}

.groupLayout-item + .groupLayout-item {
	margin-left: 60px;
}

.groupLayout-item-text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 18px;
}

.groupLayout-item-button {
	margin-top: 20px;
}

.groupLayout-item-button a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 470px;
	max-width: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	padding: 25px 20px;
	box-sizing: border-box;
}
.groupLayout-item-button a:hover {
	opacity: .7;
}

.groupLayout-item-button.buttonColor01 a {
	background-color: #DC171B;
}

.groupLayout-item-button.buttonColor02 a {
	background-color: #8C1B1F;
}
.groupLayout-item-button span {
	font-size: 16px;
}
#conferenceDetails .detail {
	padding: 0 10px;
}

#conferenceDetails .detail .item {
	display: flex;
}
#conferenceDetails .detail .item + .item{
	margin-top: 10px;
}

#conferenceDetails .detail .item dt {
	flex: 0 0 60px;
	font-size: 14px;
}

#conferenceDetails .detail .item dd {
	font-size: 18px;
	font-weight: bold;
}
#aboutDcmc {
	margin-top: 20px;
	margin-bottom: 20px;
}
#aboutDcmc .text {
	padding: 0 10px;
}