@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 ----*/
.mt10{	margin-top: 10px;}
.mt20{	margin-top: 20px;}
.mt30{	margin-top: 30px;}
.mt40{	margin-top: 40px;}
.mt50{	margin-top: 50px;}
.mt60{	margin-top: 60px;}
.mt70{	margin-top: 70px;}
.mt80{	margin-top: 80px;}
.mt90{	margin-top: 90px;}
.mt100{margin-top: 100px;}
.mr10{	margin-right: 10px;}
.mr20{	margin-right: 20px;}
.mr30{	margin-right: 30px;}
.mr40{	margin-right: 40px;}
.mr50{	margin-right: 50px;}
.mr60{	margin-right: 60px;}
.mr70{	margin-right: 70px;}
.mr80{	margin-right: 80px;}
.mr90{	margin-right: 90px;}
.mr100{margin-right: 100px;}
.mb10{	margin-bottom: 10px;}
.mb20{	margin-bottom: 20px;}
.mb30{	margin-bottom: 30px;}
.mb40{	margin-bottom: 40px;}
.mb50{	margin-bottom: 50px;}
.mb60{	margin-bottom: 60px;}
.mb70{	margin-bottom: 70px;}
.mb80{	margin-bottom: 80px;}
.mb90{	margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.ml10{	margin-left: 10px;}
.ml20{	margin-left: 20px;}
.ml30{	margin-left: 30px;}
.ml40{	margin-left: 40px;}
.ml50{	margin-left: 50px;}
.ml60{	margin-left: 60px;}
.ml70{	margin-left: 70px;}
.ml80{	margin-left: 80px;}
.ml90{	margin-left: 90px;}
.ml100{margin-left: 100px;}

/*---- 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 */

/*	共通部 見出し
---------------------------------------------------------------*/
/*---- h1----*/
.title_h1{
	margin-bottom: 5%;
	width: 100%;
	background: url(../img/icon_h1.png) no-repeat 1% center;
}
.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 #cd5652;
	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;
}
#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: #cd5652;
	/*background: url(../img/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: #562322;
	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 .greeting{
	margin-bottom: 10%;
}
#contents .greeting p{
	font-size: 120%;
}
#contents .greeting .left_box{
	float: left;
	width: 25%;
	height: auto;
}
#contents .greeting .left_box img{
	width: 100%;
	height: auto;
}

#contents .greeting .right_box{
	width: 70%;
	float: right;
	font-size: 120%;
}
#contents .greeting .right_box p{
	margin-bottom: 10px;
}
#contents .greeting .right_box img{
	float: right;
}


/*	主なセミナー
---------------------------------------------------------------*/
#contents h2.seminar_date img{
	height: auto;
	width: 30%;
}

#lecture_guide{
	margin-bottom: 20px;
}

/*----基調講演----*/
#lecture_guide .keytone_lecture>.fl{
	margin-bottom: 10%;
	padding: 2% 2% 0 2%;
	width: 96%;
	background: #eee;
}
#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: 10px;
	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%;
}

#lecture_guide .keytone_lecture .about_box .fr .seminar_no{
	margin-right: 5px;
	color: #333;
	float: left;
	font-size: 140%;
	font-weight: bold;
	font-family: Microsoft Sans Serif;
}
#lecture_guide .keytone_lecture .about_box .fr .seminar_no span{
	color: #ea5350;
}

/*セミナーラベルカラー設定*/
.labelBlue,
.labelSkyBlue,
.labelSkyBlue02,
.labelPink,
.labelOrange,
.labelGreen,
.labelYellow,
.labelLimeGreen{
	padding: 2px 10px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	background: #98bfd1;
	display: inline-block;
	margin-bottom: 0px;
}

.labelBlue{
	background: #7f99cf;
}
.labelSkyBlue{
	background: #82c0d5;
}
.labelSkyBlue02{
	background: #99d3c5;
}
.labelPink{
	background: #e699b3;
}
.labelOrange{
	background: #e4a964;
}
.labelGreen{
	background: #c2dd97;
}
.labelYellow{
	background: #fedc5d;
}
.labelLimeGreen{
	background: #d2e046;
}

#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 span{
	color: #ea5350;
}
#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: #3e3a3a;
	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 .numberBlue,
#time_table .numberSkyBlue,
#time_table .numberSkyBlue02,
#time_table .numberPink,
#time_table .numberOrange,
#time_table .numberGreen,
#time_table .numberYellow,
#time_table .numberLimeGreen{
    padding: 2px 0px;
    color: #333;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
#time_table .smallTitleBlue,
#time_table .smallTitleSkyBlue,
#time_table .smallTitleSkyBlue02,
#time_table .smallTitlePink,
#time_table .smallTitleOrange,
#time_table .smallTitleGreen,
#time_table .smallTitleYellow,
#time_table .smallTitleLimeGreen{
	padding: 2px 0px;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/*背景色*/
#time_table .numberBlue{background: #f1f1f1;}
#time_table .smallTitleBlue{background: #7f99cf;}
#time_table .numberSkyBlue{background: #f1f1f1;}
#time_table .smallTitleSkyBlue{background: #82c0d5;}
#time_table .numberSkyBlue02{background: #f1f1f1;}
#time_table .smallTitleSkyBlue02{background: #99d3c5;}
#time_table .numberPink{background: #f1f1f1;}
#time_table .smallTitlePink{background: #e699b3;}
#time_table .numberOrange{background: #f1f1f1;}
#time_table .smallTitleOrange{background: #e4a964;}
#time_table .numberGreen{background: #f1f1f1;}
#time_table .smallTitleGreen{background: #c2dd97;}
#time_table .numberYellow{background: #f1f1f1;}
#time_table .smallTitleYellow{background: #fedc5d;}
#time_table .numberLimeGreen{background: #f1f1f1;}
#time_table .smallTitleLimeGreen{background: #d2e046;}



#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{
	margin-right: 4px;
	width: 16px;
	height: 16px;
	display: inline-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: 0;
	height: 30px;
	color: #444444;
	text-align: center;
	font-weight: bold;
	background: #dddddd;
	font-size: 120%;
	display: none;
}


/*----申込ボタン----*/
.bg_orange{
	margin-top: 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;
}



/*----ミニセミナー----*/
#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: 20px;*/
	border-left: 1px solid #3f3e3c;
}
#exhibition_guide .exhibition_table th{
	color: #fff;
	background: #3f3e3c;
	height: 30px;
	text-align: center;
}
#exhibition_guide .exhibition_table th.zone{
	border-right: 1px solid #fff;
	width: 20%;
	box-sizing: border-box;
}
#exhibition_guide .exhibition_table th.number{
	border-right: 1px solid #fff;
	width: 40%;
	box-sizing: border-box;
}
#exhibition_guide .exhibition_table th.item{
	border-right: 1px solid #fff;
	width: 40%;
	box-sizing: border-box;
}

#exhibition_guide .exhibition_table tr td{
	padding: 6px 10px;
	border-bottom: 1px solid #3f3e3c;
	border-right: 1px solid #3f3e3c;
	text-align: center;
}

#exhibition_guide td.color_Blue,
#exhibition_guide td.color_SkyBlue,
#exhibition_guide td.color_SkyBlue02,
#exhibition_guide td.color_Pink,
#exhibition_guide td.color_Orange,
#exhibition_guide td.color_Green,
#exhibition_guide td.color_Yellow,
#exhibition_guide td.color_LimeGreen{
	/*color: #fff;*/
	font-weight: bold;
}

#exhibition_guide .exhibition_table tr td.color_Blue{
	background: #7f99cf;
}
#exhibition_guide .exhibition_table tr td.color_SkyBlue{
	background: #82c0d5;
}
#exhibition_guide .exhibition_table tr td.color_SkyBlue02{
	background: #99d3c5;
}
#exhibition_guide .exhibition_table tr td.color_Pink{
	background: #e699b3;
}
#exhibition_guide .exhibition_table tr td.color_Orange{
	background: #e4a964;
}
#exhibition_guide .exhibition_table tr td.color_Green{
	background: #c2dd97;
}
#exhibition_guide .exhibition_table tr td.color_Yellow{
	background: #fedc5d;
}
#exhibition_guide .exhibition_table tr td.color_LimeGreen{
	background: #d2e046;
}

#exhibition_guide .exhibition_table tr td.number{
	border-right: 1px solid #3f3e3c;
}

#exhibition_guide .exhibition_table tr td.item01,
#exhibition_guide .exhibition_table tr td.item02{
	border-right: 1px solid #3f3e3c;
}
#exhibition_guide .exhibition_table tr td.company{
	border-right: 1px solid #3f3e3c;
}
#exhibition_guide .table_list table{
	width: 100%;
}
#exhibition_guide .table_list table:nth-child(2n+1){
	margin-right: 4%;
}
/*----展示コーナー一覧表 ここまで----*/

/*----展示企業一覧----*/
#join_company_list{
	margin-bottom: 80px;
}
#join_company_list .join_list{
	padding-left: 20px;
}
#join_company_list .join_list li{
	margin-bottom: 10px;
	padding: 0 10px 0 20px;
	background: url(../img/icon_company_list.png) no-repeat left top 2px;
	background-size: auto 0.8rem;
	width: 100%;
	box-sizing: border-box;
}
/*----展示企業一覧 ここまで----*/

/*----開催概要----*/
#event_outline{
	margin-bottom: 10%;
}

#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{
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #666666;
}
#event_outline .tokyo_outline table td{
	padding: 2%;
	font-size: 120%;
	width: 92%;
}
#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%;
}

#event_outline .access_map dl dt{
	margin: 10px 0 5px 0;
	padding: 2px 5px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	background: #cd5652;
	box-sizing: border-box;
}


/*主催・協賛*/
.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;
}

#mini_seminar .exhibition .check_list{
	margin-bottom: 4px;
}
#mini_seminar .exhibition .check_list li{
	margin-bottom: 10px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#mini_seminar .exhibition .check_list li input{
	margin: 0 6px 0 0;
	vertical-align: text-top;
}

/*.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;
}