@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    ファイル名: custom.css
    説明: コンテンツデザイン用
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* 共通テキスト */
.page-read{
	color:#cc3300;
	margin-bottom:10px;
	font-size:117%;
	font-weight:bold;
}
.readbox{
	border:5px solid #DDD;
	margin:0 0 20px;
	padding:10px 20px;
	overflow:hidden;
}
.readbox p{
	padding:0.4em 0;
}

/* head */
#HeadInner h1{
	/*display: inline-block;*/
}
.heldOnline{
	background-color: #004853;
	font-weight: bold;
	color:#fff;
	padding:0 10px;
	/*margin:-20px 0 0 0px;*/
	font-size: 20px;
	margin:30px 0 0 0;
	display: block;
}

/* 開催概要 */
.theme-title {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 20px;
	background-color:#f1f1f1;
	border-radius: 5px;
	
}
.lecture {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom:10px;
	padding-bottom: 20px;
	/*border-top: 1px solid #eee;*/
	/*border: 1px solid #ccc;*/
	/*padding: 20px;*/
	/*background-color: #f8f8f8;*/
}
.lecture-box{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin: 20px 0 30px 0;
}
.lecture.flex{
	display:flex;
	justify-content:space-between;
	border:none;
}

.lecture .img {
	/*float:left;*/
	float:right;
	/*width:300px;*/
}
.lecture .img img {
	/*width:300px;*/
}
.lecture .profile {
	/*width: 540px;*/
		width: 300px;
	/*float:right;*/
}
.lecture .profile.large {
	width: 100%;
	float:none;
}
.lecture .solo {
	float:left;
/*	width: 425px;*/
}
.lecture .solo .img {
	float:left;
	margin-right: 10px;
}
.lecture .solo .profile {
	float:left;
	width: 500px;
}
.lecture .left {
	float:left;
	width: 425px;
}
.lecture .right {
	float:right;
	width: 425px;
}
.lecture .profile ul {
	list-style:none;
	margin:0;
	padding:0;
}
.lecture .profile li {
	list-style:none;
	background: none;
	margin:0;
	padding:0 0 5px 0;
}
.lecture .profile li.theme {
	background-color: #ea5014;
	color:#fff;
	padding:5px 5px 3px 5px;
	margin-bottom: 10px;
	display: inline-block;
	line-height:1.1;
}

.lecture .profile li.title {
	font-size:14px;
	font-weight:bold;
}

.lecture .profile li.name {
	font-size: 15px;
	font-weight:bold;
}
	
table.info{
	width:100%;
}
table.info th,
table.info td{
	border:none;
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
}
.picture{
	margin: 10px 0 20px 0;
}
.picture ul{
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
}
.picture ul li{
	position:relative;
	list-style:none;
	background:none;
	float:left;
	margin: 0 10px 0 0;
	padding:0;
	border:1px solid #ebebeb;
	width: 210px;
	height:210px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.picture ul li.last{
	margin:0;
}
.picture ul li a{
	display: 	block;
	width: 		100%;
	height: 	100%;
}
.picture ul li img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

	max-width: 100%;
	max-height: 100%;
	display: none;
}


/* 開催企業・ソリューション */
.company-box{
	clear:both;
	border-top:1px solid #CCC;
	padding:8px 0;
	overflow:hidden;
}
.company-box h3{
	float:left;
	width:260px;
	margin:0;
	padding:2px 5px;
	font-size:13px;
}
.company-box ul{
	float:left;
	width:600px;
	margin:2px 0;
}
.cmp-even{
	background-color:#f6f6f6
}

.i-life,
.i-green{
	color:#FFF;
	margin:0 0 0 5px;
	padding:0 0.6em;
	font-size:11px;
}
.i-life		{ background:#0066CC; }
.i-green	{ background:#4B6B48; }

/* タイムテーブル */
table.time{
	width:100%;
}
table.time th,
table.time td{
	border:1px solid #BBB;
	padding:0.5em 0.6em;
}
table.time tbody th{
	color:#333;
	background:none;
}
table.time tr.even{
	background-color: #f6f6f6;
}
table.time .theme {
	font-weight: bold;
	font-size:14px;
}
table.time .theme-icon {
	background-color: #ea5014;
	display: inline-block;
	line-height: 1;
	padding:4px 5px;
	color:#fff;
	font-size:11px;
	border-radius: 3px;
}

table.time .theme-icon--blue {
	background-color: #1479ea;
	background-color: #129dd3;
	
}

table.time .theme-icon--default {
	background-color:#004853;
}

/* 略歴・概要 */
.box {
	overflow: auto;
	margin: 0 0 20px 0;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
.box:last-child {
	border-bottom: none;
}
.box .theme-icon {
	background-color: #ea5014;
	display: inline-block;
	line-height: 1;
	padding:4px 5px;
	margin-bottom: 4px;
	color:#fff;
	font-size:11px;
	border-radius: 3px;
}
.pict {
	float: right;
	/*width: 200px;*/
	margin:0 0 20px 20px;
}
.profile {
	/*float: left;*/
	/*width: 684px;*/
}
.profile h3 {
	margin: 0 0 5px;
	font-size: 15px;
}
.profile h3 span {
	font-size: 13px;
}
.profile dt {
	font-weight: bold;
	font-size: 14px;
}
.profile dd span {
	font-weight: bold;
}

/* 登壇者紹介 */
.box2 {
	overflow: hidden;
	width: 425px;
	float: left;
	margin-bottom: 30px;
}
.box2 .pict {
	float: left;
	width: 130px;
}
.box2-right {
	float: right;
}
.box2 .profile {
	float: left;
	width: 250px;
}
.box2 .profile h3 {
	margin: 0 0 5px;
	font-size: 15px;
}
.box2 .profile h3 span {
	font-size: 13px;
}
.box2 .profile dt {
	font-weight: bold;
	font-size: 14px;
}
.box2 .profile dd span {
	font-weight: bold;
}


/* ボタンエリア */
.btn-box{
	padding:20px 0;
	text-align:center;
}
.btn-box img{
	padding:0 15px;
}

/* 注釈ボックス */
.note-box{
	background:#EEE;
	margin:10px 0;
	padding:12px 20px;
}

/* お問い合わせ */
.contact-box{
	border-top:1px solid #CCC;
	margin-top:15px;
	padding-top:20px;
}
.contact-box dl{
	background:#E3E3E3;
	margin:15px 0;
	padding:10px 20px;
	font-size:109%;
	overflow:hidden;
}
.contact-box dt{
	float:left;
	color:#004853;
	border-right:1px solid #AAA;
	margin-right:20px;
	padding:0.8em 1.0em;
	padding-right:20px;
	font-weight:bold;
}
.contact-box dd{
	float:left;
	margin-right:20px;
	padding:0.8em 0.5em;
}
/* 閉会のご案内 */
.close-message{
  color: #cc0000;
  text-align:center;
  font-size: 16px;
  font-weight:bold;
}