@charset "UTF-8";

/* ------------------------------------------------------------------------------------------
ET 2014 開催概要
------------------------------------------------------------------------------------------ */
/* PDFダウンロード */
.pdf_dl_guide {
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	padding: 2px;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	}
.pdf_dl_guide .bgs {
	}
.pdf_dl_guide a {
	text-decoration: none;
	outline: none;
	display: block;
	color: #c33;
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background: linear-gradient(to eeeeee, #f0f8ff 0%, #cccccc 100%);
	padding: 5px 0 25px;
	}
.pdf_dl_guide a:hover {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
	}
.pdf_dl_guide a:before {
	content: url(./images/pdf-logo-36px.png);
	margin-right: 8px;
	position: relative;
	top: 10px;
	}

/* 来場者数 */
.visitors2014_num {
	padding: 0px;
	margin-bottom: 20px;
	}
.visitors2014_num h2 {
	background: #00ae45;
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.0;
	padding: 0.5em;
	border-radius: 6px;
	margin-bottom: 8px;
	}

.visitors2014_num table {
	border: solid #ddd;
	border-width:1px 0 0 1px;
	border-collapse: collapse;
	width: 100%;
	}
.visitors2014_num table th {
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	line-height: 1.0em;
	padding: 1em;
	font-weight: bold;
	padding: 1em 0.5em;
	text-align: center;
	background: #f6f6f6;
	}
.visitors2014_num table th.weather {
	min-width: 3em;
	}
.visitors2014_num table td {
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	line-height: 1.0;
	padding: 8px 0.5em;
	text-align: center;
	}
.visitors2014_num table td.num {
	font-size: 18px;
	font-family: Helvetica, sans-serif;
	}
.visitors2014_num table td.num span.min {
	font-size: 13px;
	padding-left: 2px;
	}
.visitors2014_num table td.num span.last {
	margin-top: 3px;
	display: block;
	font-size: 12px;
	}
/* 追記・変更（2014年12月25日木曜日） */
.index_open h2.last_greeting {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
	}
.visitors2014_num .middle_box {
	margin-bottom: 25px;
	}
.visitors2014_num .days_report {
	width: 400px;
	}
.visitors2014_num .days_report p.tt {
	color: #007fff;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #aaa;
	margin-bottom: 6px;
	font-weight: bold;
	}
.visitors2014_num .days_report ul {
	margin: 0 5px;
	}
.visitors2014_num .days_report ul li {
	float: left;
	margin: 0 3px;
	}
.visitors2014_num .days_report ul li a {
	display: block;
	background: #fff;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	text-align: center;
	width: 124px;
	padding: 3px 0px;
	text-decoration: none;
	font-size: 16px;
	border-radius: 4px;
	}
.visitors2014_num .days_report ul li a:hover {
	background: #ebf4fd;
	}
.visitors2014_num .days_report ul li a span {
	font-size: 11px;
	}
.visitors2014_num .final_report {
	width: 270px;
	}
.visitors2014_num table td.plus_tt {
	font-size: 18px;
	font-weight: bold;
	color: #007fff;
	background: #cce5ff;
	padding:8px 0;
	}
.visitors2014_num table th {
	background: #e9f3fe;
	}

.visitors2014_num table td.num span.lastD {
margin-top: 3px;
display: block;
font-size: 12px;
}
/*----------------------------------------
カンファレンス一覧／受講者数
et2014_conf.html
----------------------------------------*/
.h3_et2014_conf {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.3em;
	}
.h3_et2014_conf span.session_ids {
	font-size: 14px;
	padding: 2px 0;
	text-align: center;
	display: block;
	width: 4em;
	float: left;
	margin-right: 8px;
	border-radius: 4px;
	color:#fff;
	}
	


table.et2014_confData {
	border: solid #ddd;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 60px;
	}

table.et2014_confData th {
	color:#666;
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0.4em 1em;
	text-align: center;
	background: #f6f6f6;
	}
table.et2014_confData th.session {
	width: 3em;
	}
table.et2014_confData th.num {
	width: 4em;
	}

table.et2014_confData td {
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	line-height: 1.5em;
	padding: 0.6em 0;
	text-align: center;
	font-size: 13px;
	}
table.et2014_confData td.title {
	text-align: left;
	padding: 0.6em 1.2em;
	}
table.et2014_confData td.title span.sub{
	display:block;
	font-size: 12px;
	}

.cL2014 .colorLabel-k {background: #a25373;}
.cL2014 .colorLabel-ts {background: #556b2d;}
.cL2014 .colorLabel-iot {background: #b26cb3;}
.cL2014 .colorLabel-ss {background: #dc163a;}
.cL2014 .colorLabel-hu {background: #dd8200;}
.cL2014 .colorLabel-sej {background: #007b7d;}
.cL2014 .colorLabel-cs {background: #00679c;}
.cL2014 .colorLabel-jasa {background: #2c0064;}
.cL2014 .colorLabel-ipa {background: #fb5c5b;}
.cL2014 .colorLabel-digi {background: #79CB45;}





/* ------------------------------------------------------------------------------------------
前回風景
------------------------------------------------------------------------------------------ */
ul.report_photo li {
	width: 32%;
	float: left;
	height: 156px;
	overflow: hidden;
	margin: 0 0.5% 1%;
	}
ul.report_photo li img {
	width: 100%;
	}




/*----------------------------------------
展示会／来場者プロフィール
et2014_guest.html
----------------------------------------*/
.boxQA {
	margin-bottom: 80px;
	}
.boxQA h3.title {
	font-size: 18px;
	padding: 3px 0;
	border-top: 2px dotted #007fff;
	border-bottom: 2px dotted #007fff;
	margin-bottom: 8px;
	line-height: 1.5;
	}
.boxQA h3.title span.num {
	display: block;
	float: left;
	background: #007fff;
	color:#fff;
	font-size: 16px;
	padding: 1px 0.75em;
	border-radius:3px;
	margin-right: 8px;
	}
	
.boxQA .txt {
	margin-bottom: 2em;
	}
.boxQA .graph {
	box-shadow: 0 0 4px  rgba(0,0,0,0.15);
	text-align:center;
	background: #fff;
	border-radius: 6px;
	margin: 0 20px;
	padding: 20px 0;
	}
.boxQA .graph img {
	max-width: 100%;
	}


.boxQA .clearfix .f_left {
	width: 280px;
	}
.boxQA .clearfix .f_left img {
	width: 100%;
	}
.boxQA .clearfix .f_right {
	width: 390px;
	}
.boxQA .clearfix .f_right img {
	width: 100%;
	}
.boxQA .clearfix .f_right p.tt {
	font-weight: bold;
	color: #063;
	}
	


ul.event2014 {
	margin-bottom: 500px;
	}
ul.event2014 li {
	margin: 0.5em 0;
	}
ul.event2014 li a {
	font-size: 16px;
	font-weight: bold;
	margin-left: 1em;
	}
