@charset "utf-8";
/*---- Universal Reset STA ----*/
* {
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body {
	margin: 0 auto;
	line-height:1.5;
	width: 100%;
	font-size:84%;
	font-family: Verdana, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
hr {
	display:none;
}
img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul, ol {
	list-style:none outside;
}
fieldset {
	border:0 none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}
a {
	text-decoration:underline;
}
a:link {
	color:#052F83;
}
a:hover, a:active, a:focus {
	color:#3366cc;
}

.pc{
	display: none !important;
}
/*---- margin ----*/
.mb30{
	margin-bottom: 30px;
}

/*---- Universal Reset END ----*/

/*	float
---------------------------------------------------------------*/
.fl{
	float: left;
}
.fr{
	float: right;
}

/*	cf
---------------------------------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf { display: inline-block; }
/* Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */

/*	共通部 見出し
---------------------------------------------------------------*/
.title_h1{
	margin-bottom: 5%;
	width: 100%;
	position: relative;
}
.title_h1::before{
	content:"";
	display:inline-block;
	width:4px;
	height:15px;
	background-color:#036997;
	position:absolute;
	top: 11px;
	left: 5px;
}
.title_h1 h1{
	padding-left: 4%;
	width: 96%;
	display: block;
	height: 2em;
	line-height: 2em;
	color: #444444;
	font-size: 160%;
	font-weight: bold;
	border-top: 2px solid #036997;
	border-bottom: 1px solid #d8d7d6;
}

/*---- h2----*/
h2{
	margin-bottom: 20px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #666666;
	display: inline-block;
}

/*	ITフェアトップ
---------------------------------------------------------------*/
/*---- ヘッダー----*/
#header{
	/*margin-bottom: 40px;*/
}
	#header .main_visual {
		width: 100%;
		height: auto;
	}
		#header .main_visual img{
			width: 100%;
			height: auto;
		}

#globalnav.fixed{
	/*position: fixed !important;
	top: 0;*/
}
#globalnav.fixed ul{
	margin-bottom: 0;
}
#header .logo{
	margin: 15px 0 26px 0;
}
#header .logo a:hover{
	opacity: 0.7;
}

/*---- グローバルナビー----*/
#globalnav{
	margin-bottom: 40px;
}
#globalnav ul{
	/*padding: 0 1px;
	background-position: 36px center;*/
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	box-sizing: border-box;
	display: flex;
}
#globalnav ul li{
	width: 50%;
	height: 40px;
	float: left;
	text-align: center;
	display: block;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	box-sizing: border-box;
	background: #036997;
	/*background: url(../img/list_line.png) no-repeat left center;*/
}
#globalnav ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	line-height: 40px;
	display: block;
	cursor:pointer;
}
#globalnav ul li a:hover{
	color: #326476;
	cursor:pointer;
}

#globalnav ul li.contact a:hover{
	margin: 12px auto 8px;
	box-shadow: 0 1px 0 rgba(136,136,136,1);
}
span.menu_dummy{
	margin-top: -20px;
	padding-top: 20px;
	display: block;
}

/*---- 社長あいさつー----*/
#contents{
	margin: 0 2% 0 2%;
	width: 96%;
}
#contents .president_greeting{
	margin-bottom: 8%;
}
#contents .president_greeting .left_box{
	float: left;
	background-color: #036997;
	width: 30%;
	padding: 5% 1%;
	color: #fff;
	text-align: center;
}
#contents .president_greeting .left_box span{
	font-weight:
	bold;
	font-size: 16px;
}

#contents .president_greeting .right_box{
	font-size: 110%;
	margin-right: 5px;
	text-align: center;
}
#contents .president_greeting .right_box p{
	margin-bottom: 10px;
	color: #444444;
}
#contents .president_greeting .right_box img{
	float: right;
}


/*	特別講演・基調講演
---------------------------------------------------------------*/
#lecture_guide{
	margin-bottom: 80px;
}
/*----特別講演----*/
#lecture_guide .special_lecture{
	margin-bottom: 10%;
	padding: 2%;
	width: 96%;
	background: #f5faff;
}
#lecture_guide .special_lecture  p{
	font-size: 120%;
}
	#lecture_guide .special_lecture>.fl{
		width: 25%;
		height: auto;
	}
		#lecture_guide .special_lecture>.fl img{
			width: 100%;
			height: auto;
		}
#lecture_guide .special_lecture .text{
	width: 73%;
}
#lecture_guide .special_lecture .text .title{
	margin-bottom: 2%;
	font-size: 140%;
	font-weight: bold;
}
#lecture_guide .special_lecture .text .title span{
	font-weight: normal;
}
#lecture_guide .special_lecture .text .managerial_position{
	margin-bottom: 6px;
	font-size: 120%;
}
#lecture_guide .special_lecture .text .name{
	margin-bottom: 6%;
	font-size: 140%;
}
#lecture_guide .special_lecture .text .name span{
	font-size: 80%;
}
#lecture_guide .special_lecture .text .about{
	margin-bottom: 20px;
}
#lecture_guide .special_lecture .text .guest_data .fl{
	width: 100%;
}
#lecture_guide .special_lecture .text .guest_data .fr{
	width: 100%;
}
#lecture_guide .special_lecture .text .guest_data p{
	font-size: 120%;
}

#lecture_guide .special_lecture .text .labelRed {
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #b34f35;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*----基調講演----*/
#lecture_guide .keytone_lecture>.fl{
	margin-bottom: 10%;
	padding: 2%;
	width: 96%;
	background: #f5faff;
}
#lecture_guide .keytone_lecture .about_box{
	margin-bottom: 4%;
}
#lecture_guide .keytone_lecture .about_box .fl{
	width: 25%;
	height: auto;
}
#lecture_guide .keytone_lecture .about_box .fl img{
	width: 100%;
	height: auto;
}
#lecture_guide .keytone_lecture .about_box .fr{
	width: 73%;
}
#lecture_guide .keytone_lecture .about_box .fr .title{
	margin-bottom: 20px;
	font-size: 140%;
	font-weight: bold;
}
#lecture_guide .keytone_lecture .about_box .fr .managerial_position{
	margin-bottom: 6px;
	font-size: 110%;
}
#lecture_guide .keytone_lecture .about_box .fr .name{
	font-size: 140%;
}
#lecture_guide .keytone_lecture .about_box .fr .name span{
	font-size: 80%;
}

.labelRed{
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #b34f35;
	display: inline-block;
	margin-bottom: 0px;
	float: left;
    margin-right: 10px;
}

.labelOrange{
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #d0802f;
	display: inline-block;
	margin-bottom: 0px;
	float: left;
    margin-right: 10px;
}

.labelYellow{
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #d5a535;
	display: inline-block;
	margin-bottom: 0px;
	float: left;
    margin-right: 10px;
}

.labelPurple{
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #a475a3;
	display: inline-block;
	margin-bottom: 0px;
	float: left;
    margin-right: 10px;
}

.labelPink{
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #ca6c8c;
	display: inline-block;
	margin-bottom: 0px;
	float: left;
    margin-right: 10px;
}

.labelSky{
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #4d97ba;
	display: inline-block;
	margin-bottom: 0px;
	float: left;
    margin-right: 10px;
}

#lecture_guide .keytone_lecture .guest_data p{
	font-size: 120%;
}
#lecture_guide .keytone_lecture .guest_data .post{
	margin-bottom: 4%;
}
#lecture_guide .keytone_lecture .guest_data .logo{
	text-align: center;
}


#lecture_guide .wide4{
	margin-bottom: 80px;
	padding: 2%;
	width: 96%;
	background: #fff6f5;
}
#lecture_guide .wide4 .title{
		margin-bottom: 5%;
		font-size: 140%;
		font-weight: bold;
	}
	#lecture_guide .wide4 .intro{
		margin-bottom: 5%;
		font-size: 120%;
	}
	#lecture_guide .wide4 .profile_list{}
		#lecture_guide .wide .profile_list li{
			margin-bottom: 5%;
			width: 100%;
		}
			#lecture_guide .wide4 .profile_list li .managerial_position{
				margin-bottom: 4px;
				font-size: 110%;
			}
			#lecture_guide .wide4 .profile_list li .name{
				font-size: 140%;
			}
			#lecture_guide .wide4 .profile_list li .name span{
				font-size: 80%;
			}
			#lecture_guide .wide4 .profile_list li .position{
				margin: 0 0 20px 0;
				min-height: 80px;
			}
					#lecture_guide .wide4 .profile_list li .position .visual{
						margin: 0 14px 0 0;
						height: auto;
					}
						#lecture_guide .wide4 .profile_list li .position img{
							width: 100px;
							height: auto;
						}

				#lecture_guide .wide4 .profile_list li .detail p{
					font-size: 120%;
				}










/*----講演・セミナーのタイムテーブル----*/
#time_table {
    margin-bottom: 10%;
}
#time_table .about{
	margin-bottom: 4%;
	font-size: 120%;
}
#time_table table{
	width: 100%;
	margin-bottom: 20px;
	color: #444444;
}
	#time_table .about span{
		color: #ff0000;
		font-weight: bold;
	}
	.label-warning{
		margin-right: 5px;
		margin: 0 5px 20px 0;
		color: #fff;
		background: #F89406;
		border-radius: 3px;
		width: 1rem;
		height: 1rem;
		display: inline-block;
		line-height: 1rem;
		text-align: center;
		font-size: 117%;
	}
	.ss_error_msg{
		margin: 0 0 20px 0;
		color: #F89406;
		font-size: 117%;
	}

#time_table table tr{
	display: block;
}
#time_table table th,
#time_table table td{
	display: list-item;
	list-style-type: none;
	border: none;
}


#time_table table th{
	border-bottom: 1px solid #fff;
}
#time_table table th span.small{
	font-size: 80%;
	font-weight: normal;
}
#time_table table td{
	padding: 10px;
	border-bottom: 1px solid #fff;
	background: #f1f1f1;
}
#time_table table td.tableContents{
	margin-bottom: 2%;
	vertical-align: top;
	/*width: 100%;*/
}
#time_table table td.tableContents .exhibition{
	font-size: 90%;
}
#time_table table th.time{
	/*width: 100%;*/
	background: #248cb0;
	color: #fff;
	font-weight: bold;
}
#time_table table th.time p{
	text-align: center;
	font-size: 120%;
	line-height: 18px;
}
#time_table table th.time p span{
	font-size: 100%;
	line-height: 14px;
}
#time_table table th.lecture{
	padding: 8px 0;
	width: 212px;
	color: #fff;
	background: #ef8336;
	font-size: 14px;
	font-weight: bold;
}
#time_table table th.charge{
	padding: 8px 0;
	width: 211px;
	color: #fff;
	background: #d7a510;
	font-size: 14px;
	font-weight: bold;
}

#time_table table tr td .icon table{
	width: 100%;
	margin-bottom: 10px;
}

#time_table table tr td .icon .cat01{
	background: #f1c780; /*政策（物流2024）*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .cat02{
	background: #c5cd50; /*ITトレンド*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .cat03{
	background: #96ae78; /*ユーザ事例*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .cat04{
	background: #507793; /*sx*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .cat05{
	background: #7096a8; /*人的資本*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .cat06{
	background: #82c025; /*特別講演*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}











#time_table table tr td .icon .number{
	background: #d0802f; /*Dセミナーのカラー*/
	padding: 2px 0px;
	color: #fff;
	font-size: 100%;
	font-size: 120%;
	vertical-align: middle;
}
#time_table table tr td .icon .smallTitle{
	background: #d99a53; /*Dセミナーのカラー*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .icon .numberRed{
	background: #b34f35; /*Aセミナーのカラー*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .smallTitleRed{
	background: #c07252; /*Aセミナーのカラー*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .icon .numberPink{
	background: #ca6c8c; /*Bセミナーのカラー*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .smallTitlePink{
	background: #d38ca2; /*Bセミナーのカラー*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .icon .numberYellow{
	background: #d5a535; /*Cセミナーのカラー*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .smallTitleYellow{
	background: #ddb75c; /*Cセミナーのカラー*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .icon .numberOrange{
	background: #d0802f; /*オレンジ*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .smallTitleOrange{
	background: #d99a53; /*オレンジ*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .icon .numberPurple{
	background: #a475a3; /*パープル*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .smallTitlePurple{
	background: #b590b6; /*パープル*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .icon .numberSky{
	background: #76b6c9; /*みずいろ*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .smallTitleSky{
	background: #95c5d4; /*みずいろ*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .icon .numberWork{
	background: #8d8d8d; /*働き方DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}
#time_table table tr td .icon .smallTitleWork{
	background: #94cbe6; /*働き方DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .numberSpecial{
	background: #8d8d8d; /*特別講演*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	width: 38px;
}
#time_table table tr td .icon .smallTitleSpecial{
	/*特別講演*/
	background: -moz-linear-gradient(left, #63bdca, #166ca6);
	background: -webkit-linear-gradient(left, #63bdca, #166ca6);
	background: linear-gradient(to right, #63bdca, #166ca6);
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .numberHanbai{
	background: #8d8d8d; /*販売DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	width: 38px;
}
#time_table table tr td .icon .smallTitleHanbai{
	background: #c3d600; /*販売DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .numberKeiei{
	background: #8d8d8d; /*経営DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	width: 38px;
}
#time_table table tr td .icon .smallTitleKeiei{
	background: #6e95a8; /*経営DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .smallTitleJinzai{
	background: #9fd2af; /*人材育成*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .numberLogitec{
	background: #8d8d8d; /*物流DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	width: 38px;
}
#time_table table tr td .icon .smallTitleLogitec{
	background: #efc77f; /*物流DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .numberSeisan{
	background: #8d8d8d; /*生産DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
#time_table table tr td .icon .smallTitleSeisan{
	background: #b0bde1; /*生産DX*/
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .icon .category{
	background: #717070;
	padding: 2px 0px;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .icon .category{
	background: #717070;
	padding: 3px 0;
	color: #fff;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}

#time_table table tr td .title{
	margin-bottom: 10px;
	display: inline;
}
#time_table table tr td.spacial .title a{
	font-size: 130%;
}
#time_table table tr td .text{
	font-size: 83%;
}
#time_table table tr td .title a{
	color: #003ecc;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
#time_table table tr td .title .subTItle{
	font-weight: bold;
}

#time_table table tr td input{
	width: 16px;
	height: 16px;
	margin-bottom: 8px;
	display: block;
}
#time_table table tr td .title a{
	color: #003ecc;
	font-size: 140%;
	line-height: 20px;
	font-weight: bold;
}
#time_table table tr td .time{
	margin-top: 2%;
	font-size: 120%;
}
#time_table table tr td .post{
	margin-top: 2%;
	font-size: 120%;
	font-weight: bold;
}
#time_table table tr td .name{
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
}
#time_table table tr td .name span{
	font-size: 120%;
	font-weight: bold;
}
#time_table table tr td .red{
	font-size: 120%;
	color: #ff0000;
}
#time_table table tr td .human .profImg{
	text-align: center;
}
#time_table table tr td .human span{
	color: #d7833f;
	font-size: 83%;
}
#time_table table tr td .human p{
	font-size: 75%;
}
#time_table table tr td .company_list{
	margin-bottom: 9px;
	font-size: 12px;
	font-weight: bold;
}

#time_table table tr td.rest_time{
	padding: 10px;
	/* height: 30px; */
	color: #444444;
	text-align: center;
	font-weight: bold;
	background: #dddddd;
	/* font-size: 120%; */
	/* display: none; */
	margin-bottom: 10px;
}



/*----申込ボタン----*/
.bg_orange{
	margin-top: 10%;
	margin-bottom: 10%;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	background: #ffe4d0;
}
.ss_form_btn button{
	margin: 0 auto 4% auto;
	display: block;
	background: #ffe4d0;
	width: 80%;
	height: auto;
	border: none;
}
.ss_form_btn button:hover{
	cursor: pointer;
	opacity: 0.7;
}
.ss_form_btn button img{
	width: 100%;
	height: auto;
}
p.caution{
	font-size: 120%;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

/*----オンラインセミナー告知----*/
.bg_online{
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 30px 0;
	background: #e5f1f4;
}

.bg_online span {
	font-weight:
	bold;
	font-size: 14px;
	background:
	linear-gradient(transparent 60%, #7ad3ff 60%);
}

/*----ミニセミナー----*/
#mini_seminar{
	margin-bottom: 80px;
}
#mini_seminar .seminar_icon table{
	margin-right: 20px;
	width: 150px;
	margin-bottom: 10px;
}

#mini_seminar .seminar_icon table tr td.numberYellow{
	background: #caa42b;
	padding: 2px 0px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#mini_seminar .seminar_icon table tr td.smallTitleYellow{
	background: #d4b555;
	padding: 2px 0px;
	color: #fff;
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
}
#mini_seminar .seminar_icon table tr td.category{
	background: #717070;
	padding: 3px 0;
	color: #fff;
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
}

#mini_seminar .about{
	margin-bottom: 20px;
}

#mini_seminar table{
	color: #444444;
}
#mini_seminar table th{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#mini_seminar table td{
	padding: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f1f1f1;
}

#mini_seminar table th.time{
	background: #3e3a3a;
	color: #fff;
}

#mini_seminar table tr td .icon table{
	width: 20%;
	margin-bottom: 20px;
}
#mini_seminar table tr td .icon .number{
	background: #d7833f;
	padding: 2px 0px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#mini_seminar table tr td .icon .smallTitle{
	background: #de9c61;
	padding: 2px 0px;
	color: #fff;
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
}
#mini_seminar table tr td .icon .spacialTable{
	width: 234px;
}

#mini_seminar table tr td .icon .numberYellow{
	background: #caa42b;
	padding: 2px 0px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#mini_seminar table tr td .icon .smallTitleYellow{
	background: #d4b555;
	padding: 2px 0px;
	color: #fff;
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
}

#mini_seminar table tr td .icon .category{
	background: #717070;
	padding: 3px 0;
	color: #fff;
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
}

#mini_seminar table th.time p{
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
#mini_seminar table th.time p span{
	font-size: 10px;
	line-height: 14px;
}
#mini_seminar table th.program{
	padding: 8px 0;
	width: 841px;
	color: #fff;
	background: #d7a510;
	font-size: 14px;
	font-weight: bold;
}

#mini_seminar table .title{
	margin-bottom: 15px;
}
#mini_seminar table tr td .title a{
	color: #003ecc;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#mini_seminar table .company{
	margin-bottom: 25px;
	font-size: 12px;
	font-weight: bold;
}
#mini_seminar table .explanation{
	font-size: 12px;
}


/*----展示コーナーのご案内----*/
#exhibition_guide{
	margin-bottom: 10%;
}
#exhibition_guide .about{
	margin-bottom: 20px;
	color: #444444;
	font-size: 120%;
}
#exhibition_guide .visual_map{
	width: 100%;
	height: auto;
}
	#exhibition_guide .visual_map img{
		width: 100%;
		height: auto;
	}

#exhibition_guide ul{
	margin: 0 1px;
	width: 912px;
}
#exhibition_guide ul li{
	margin: 0 0 20px 50px;
	float: left;
}
#exhibition_guide ul li.left{
	margin-left: 0;
}

/*----展示コーナー一覧表----*/
#exhibition_guide .exhibition_table{
	margin-bottom: 50px;
	border-left: 1px solid #fff;
}
	#exhibition_guide .exhibition_table th{
		color: #fff;
		background: #278baf;
		height: 30px;
		text-align: center;
	}
	#exhibition_guide .exhibition_table th.zone{
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table th.number{
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table th.item{
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table th.company{
	}

	#exhibition_guide .exhibition_table tr td{
		padding: 6px 10px;
		border-bottom: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table tr td.kikankei{
		background: #6e95a8;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table tr td.tenpo{
		background: #bbaad2;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table tr td.keikaku{
		background: #ecafbb;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table tr td.seizougenba{
		background: #94a8e0;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table tr td.souko{
		background: #f0c06c;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table tr td.ryuthu{
		background: #8bae5e;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table tr td.kikenrenkei{
		background: #7cbcc6;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table tr td.hatarakikata{
		background: #7ac2e6;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #fff;
	}

	#exhibition_guide .exhibition_table tr td.number{
		border-right: 1px solid #fff;
	}

	#exhibition_guide .exhibition_table tr td.item01,
	#exhibition_guide .exhibition_table tr td.item02{
		border-right: 1px solid #fff;
	}
	#exhibition_guide .exhibition_table tr td.company{
		border-right: 1px solid #ffffff;
	}
	
	#exhibition_guide .exhibition_table tr td.item01,
	#exhibition_guide .exhibition_table tr td.item02{
		background: #e5f1f4
	}
	#exhibition_guide .exhibition_table tr td.company{
		background: #e5f1f4
	}
	#exhibition_guide .exhibition_table tr:nth-child(odd)  td.item01,
	#exhibition_guide .exhibition_table tr:nth-child(odd)  td.item02{
		background: #fff
	}
	#exhibition_guide .exhibition_table tr:nth-child(odd) td.company{
		background: #fff
	}
/*----展示コーナー一覧表 ここまで----*/

/*----開催概要----*/
#event_outline{
	margin-bottom: 80px;
}

#event_outline .tokyo_outline{
	margin: 0 0 6% 0;
	width: 100%;
}
#event_outline .tokyo_outline p{
	margin: 0 0 4% 0;
	font-size: 120%;
	font-weight: bold;
}
#event_outline .tokyo_outline a {
	color:#052F83;
}
#event_outline .tokyo_outline a:hover,
#event_outline .tokyo_outline a:active,
#event_outline .tokyo_outline a:focus {
	color:#3366cc;
}

#event_outline .tokyo_outline table{
	width: 100%;
}
#event_outline .tokyo_outline table th,
#event_outline .tokyo_outline table td{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#event_outline .tokyo_outline table th{
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background: #666666;
}
#event_outline .tokyo_outline table td{
	padding: 2%;
	font-size: 120%;
	width: 90%;
}
#event_outline .tokyo_outline table span a:hover{
	cursor: pointer;
}

#event_outline .access_map{
	width: 100%;
}
#event_outline .access_map p{
	margin: 0 0 4% 0;
	font-size: 120%;
	font-weight: bold;
}
#event_outline .access_map .img_map{
	width: 100%;
	height: auto;
}
	#event_outline .access_map .img_map img{
		width: 100%;
		height: auto;
	}
#event_outline .access_map ul li{
	font-size: 140%;
}


/*主催・協賛*/
.sponsor{
	margin-top: 8%;
}
	.sponsor a:hover{
		opacity: 0.6;
	}
	.sponsor .main{
		margin-right: 20px;
		float: left;
	}
		.sponsor .main p{
			margin: 0 0 4px 0;
			font-weight: bold;
		}
	.sponsor .sub{
		margin-right: 20px;
		float: left;
	}
		.sponsor .sub p{
			margin: 0 0 4px 0;
			font-weight: bold;
		}
				.sponsor .sub .cf a{
					margin-right: 10px;
					float: left;
				}


/*----お問い合わせ----*/
#contact_button{
	margin-bottom: 80px;
}

#contact_button a{
	margin: 50px auto 40px auto;
	padding-top: 16px;
	width: 530px;
	height: 84px;
	color: #ffffff;
	background: #f0914d;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 20px;
	box-shadow: 0 6px 0 rgba(210,110,42,1);
}
#contact_button a span{
	font-size: 18px;
}
#contact_button a:hover{
	margin: 54px auto 36px auto;
	box-shadow: 0 2px 0 rgba(210,110,42,1);
}

#contact_button p{
	text-align: center;
}


/*	ITフェアフォーム
---------------------------------------------------------------*/

/*----セミナー----*/
.form_seminar{
	margin-bottom: 0 !important;
}
#ITfair_form #mini_seminar .title{
	font-size: 14px;
	font-weight: bold;
}
#ITfair_form #mini_seminar table tr td input{
	width: 15px;
	height: 15px;
	margin-bottom: 8px;
}

/*----展示コーナー----*/
#mini_seminar .exhibition p.title{
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: bold !important;
}

.form_mb80{
	margin-bottom: 80px !important;
}

/*----お申し込みボタン----*/
#next_button a{
	margin: 50px auto 50px auto;
	padding-top: 16px;
	width: 530px;
	height: 84px;
	color: #ffffff;
	background: #f0914d;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 20px;
	box-shadow: 0 6px 0 rgba(210,110,42,1);
}
#next_button a span{
	font-size: 18px;
}
#next_button a:hover{
	margin: 54px auto 46px auto;
	box-shadow: 0 2px 0 rgba(210,110,42,1);
}

#next_button p{
	text-align: center;
}

/*----ポップアップ概要下マージン----*/
.ss_detailPop{
	margin-bottom:40px;
}