@charset "utf-8";
/* CSS Document */


/* ----------------------
   event detail
---------------------- */

#contents {
	padding-bottom: 0;
	background: none;
}

#contents #main_contents {
	width: auto;
	padding-bottom: 0;
	letter-spacing: normal;
	float: none;
}

#main_contents #event_detail {
	padding: 0 30px;
	line-height: 1.7;
}

#event_detail div {
	padding-bottom: 0;
}




#event_detail h1 {
	margin: 0 -30px 35px -30px;
	padding: 0;
	border: none;
}

#event_detail h1 img {
	margin-bottom: 0;
	vertical-align: bottom;
}

#event_detail h2 {
	padding: 7px 0;
	margin: 0 -30px 30px -30px;
	background: #002855;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

#event_detail h3 {
	padding-left: 10px;
	margin-bottom: 18px;
	border-left: 3px solid #002855;
	color: #002855;
	font-size: 21px;
	line-height: 1.4;
}

#event_detail h4 {
	margin-bottom: 6px;
	color: #726e4b;
	font-size: 17px;
	line-height: 1.4;
}

#event_detail #thanks_text {
	width: 680px;
	margin: 5px auto 30px;
	padding: 20px 35px;
	border: 6px solid #ff8585;
	font-size: 17px;
	line-height: 1.6;
}

#event_detail #main_read {
	padding-bottom: 55px;
	font-size: 15px;
	line-height: 1.6;
}

#event_detail .section {
	padding-bottom: 70px;
}

#event_detail .t_align_right {
	text-align: right;
}


/* theme */
#event_detail #theme .theme_read {
	margin: 0 0 0 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 22px !important;
}

#event_detail #theme .theme_sec {
	padding: 30px 30px 0;
	margin: 0 -30px;
	overflow: hidden;
}

#event_detail #theme .theme_sec_last {
	padding-top: 30px;
	overflow: hidden;
}

#event_detail #theme .theme_sec .thumb {
	padding-left: 30px;
	text-align: center;
	float: right;
}

#event_detail #theme .theme_sec p {
	padding-bottom: 0;
}

#event_detail #theme .theme_sec p:after {
	display: none;
}

#event_detail #theme .btn_gray {
	float: left;
	margin-right: 20px;
	padding: 1.6em 0 0 0;
}
#event_detail #theme .btn_youtube {
	padding:0 0 0 0;

}

#event_detail #theme .presentation {
	padding: 15px 30px;
	margin-top: 30px;
	background: #f2f2f2;
}

#event_detail #theme .presentation .title {
	padding-bottom: 10px;
}

#event_detail #theme .presentation .movie {
	padding-top: 20px;
	text-align: center;
}


/* booth */
#event_detail #booth .booth_inner {
	overflow: hidden;
}
#event_detail #booth .booth_inner .left {
	width: 320px;
	padding: 5px 0 0 0;
	float: left;
}
#event_detail #booth .booth_inner .right {
	width: 550px;
	padding: 0;
	float: right;
}

#event_detail #booth h3 {
	padding: 0;
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	border: none;
}

#event_detail #booth .table_blue {
	width: 100%;
	padding-bottom: 15px;
}


/* contact */
#event_detail #contact #contact_tell {
	padding: 5px 0 20px 0 !important;
	line-height: 20px;
}

#event_detail #contact #contact_tell img {
	margin: 0;
	vertical-align: middle;
}

#event_detail #contact #contact_tell .time {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 8px 0 0 0;
	font-size: 12px;
	letter-spacing: normal;
	vertical-align: middle;
}


#event_detail #contact #contact_form {
	padding: 5px 0 45px !important;
}



/* ---- parts ---- */

/* layout */
#event_detail .floatbox {
	overflow: hidden;
}

#event_detail .floatbox .left {
	padding-right: 20px;
	float: left;
}

#event_detail .floatbox .right {
	padding-left: 20px;
	float: right;
}


/* table */
#event_detail .table_borderless,
#event_detail .table_borderless th,
#event_detail .table_borderless td {
	border: none;
	background: #fff;
	text-align: left;
	vertical-align: top;
}

#event_detail .table_borderless {
	padding-bottom: 30px;
	font-size: 14px;
}

#event_detail .table_borderless th {
	padding: 7px 60px 7px 10px;
	font-weight: bold;
}

#event_detail .table_borderless td {
	padding: 7px 10px;
}


#event_detail .table_blue {
	border: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	line-height: 1.5;
}

#event_detail .table_blue th,
#event_detail .table_blue td {
	padding: 7px 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
}

#event_detail .table_blue th {
	background: #8298af;
	color: #fff;
	font-weight: bold;
}

#event_detail .table_blue td {
	background: #ededed;
}


/* btn */
#event_detail .btn_gray a {
	display: inline-block;
	padding: 0 35px 0 33px;
	background: url(../img/icon_arrow_w01.gif) no-repeat right center #8c8c8c;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms;
}
#event_detail .btn_gray a:hover {
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.70;
}
#event_detail .btn_youtube a {
	display: inline-block;
	padding: 6px 15px 5px 22px;
	border: solid 1px #c00a18;
	color: #c00a18;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms;
}
#event_detail .btn_youtube a:hover {
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.70;
}

#event_detail .btn_youtube a.movie_btn {
	background: url(../img/icon_arrow_r_red.png) no-repeat right 4px center,url(../img/icon_video_red.png) no-repeat left 4px center;
}
#event_detail .btn_youtube a.detail_btn {
	background: url(../img/icon_arrow_r_red.png) no-repeat right 4px center;
	display: inline-block;
	margin-left: 30px;
	padding: 0 30px 0 15px;
}


#event_detail .pdf_link {
	display: inline-block;
	min-height: 25px;
	padding: 2px 35px 2px 0;
	background: url(../img/icon_pdf.gif) no-repeat right center;
}

#event_detail .pdf_link a {
	padding-left: 12px;
	background: url(../img/icon_arrow_b01.gif) no-repeat left 4px;
}

/* text */
#event_detail .txt_h {
	padding-bottom: 7px;
	font-size: 105%;
	font-weight: bold;
}

#event_detail .txt_em {
	font-weight: bold;
}

#event_detail .txt_indent_1 {
	text-indent: 1em;
}

#event_detail .cup10 {
	font-size: 10px;
}

#event_detail .cup11 {
	font-size: 11px;
}

#event_detail .cup12 {
	font-size: 12px;
}

#event_detail .textlink {
	padding-left: 11px;
	background: url(../img/icon_arrow_b01.gif) no-repeat left 4px;
}

/* list */
#event_detail .list_midashi {
	padding: 0 0 1.5em 1em;
}

#event_detail .list_midashi li {
	padding: 0 0 12px 18px;
	background-position: left 12px;
}


/* padding */
#event_detail .pl_1em {
	padding-left: 1em;
}

#event_detail .pl_2em {
	padding-left: 2em;
}



/* table */
.list_midashi .photo {
	float: right;
	margin: 0 0 20px 20px;
}

.list_midashi table {
	font-size: 100%;
	border: none !important;
}
.list_midashi table th {
	white-space: nowrap;
	background: #fff !important;
	border: none !important;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.list_midashi table td {
	border: none !important;
	vertical-align: top;
}
.list_midashi table td.title {
	font-weight: bold;
}
/*-- ceatec japan 2016 --*/

#event_detail #theme .theme_read {
	font-weight: bold;
	color: #726e4b;
    font-size: 19px;
    line-height: 1.4;
}

.text_area1{
	width: 60%;
	float: left;
}
.pb20 {
	padding-bottom: 20px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}
.text_area2{
	width: 70%;
	float: left;
}

.theme_tit {
	color: #002855;
    font-size: 18px;
    line-height: 1.3;
	font-weight: bold;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	display: table-cell;
}
.pad_style01 {
	padding: 1rem 0;
}
.pad_style02 {
	padding: 0.2rem 0;
}
.txt_cover {
	margin-top: 20px;
	margin-bottom: 20px;
}
.txt_cover_b40 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.cel {
	margin-bottom: 40px;
}
.cel02 {
	margin-bottom: 10px;
}
.text_indent01 {
	margin-left: 50px;
}
.event_map {
	display: block;
	margin: 0 auto;
}


/* aword */
table.aword {
	margin: -30px auto 40px;
	border: none !important;
}
table.aword th {
	padding: 10px 30px 20px 10px !important;
	background: #fff !important;
	border: none !important;
	vertical-align: top !important;
}
table.aword th p {
	padding-top: 1em;
	font-weight: normal;
}
table.aword td {
	padding: 0 0 20px 10px !important;
	border: none !important;
	font-size: 14px;
	vertical-align: top !important;
}
#event_detail .btn_aword a {
	float: right;
	display: inline-block;
	margin-top: 20px;
	padding: 0 35px 0 33px;
	background: url(../img/icon_arrow_r_red.png) no-repeat right 4px center;
	border: solid 1px #c00a18;
	color: #c00a18;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms;
}
#event_detail .btn_aword a:hover {
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.70;
}

/* et2016_横並びテーブル */
.pic3line_table {
	margin: 0 auto;
	padding-bottom: 30px;
}

.pic3line_table table {
	 border: none !important;
}
.pic3line_table table td {
	 border: none !important;
		vertical-align: bottom;
		text-align: center;
}

#event_detail #theme .theme_read_center-large {
	font-weight: bold;
	color: #726e4b;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
				padding-bottom: 1em;
				margin-bottom: 0;
}


/* IB2016 h4内プレーンテキスト */
.smalltext {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
}


/*--- 171004 ceatec2017 ---*/
#boothmap .boothmap_pic {
	margin: 0 auto;
	display: block;
}

.flex {
	width: 960px;
	margin: 20px auto;
	box-sizing: border-box;
	overflow: hidden;
	display: flex
}
.flex .flex_cel {
	width: 297px;
	padding: 10px;
	box-sizing: border-box;
	padding-bottom: 10px !important;
	border: 1px solid #ccc;
	margin-right: 5px;
	overflow: hidden;
}
.flex .flex_cel.wide {
	width: 447px;
}
.flex .flex_cel:last-child {
	margin-right: 0;
}
.flex .flex_cel:empty {
	border: none;
}
.flex .flex_cel .movie_title {
	color: #c00a18;
	font-size: 14px;
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 6px;
}
.flex .flex_cel.wide .movie_title {
	width: 300px;
}
.flex .flex_cel .btn_youtube {
	float: right;
	vertical-align: top;
}

/*--- 171110_ET2017 ---*/
.theme_tit_w-ico {
	margin-bottom: 2rem;
	padding: 1rem 0;
	color: #002855;
    font-size: 18px;
    line-height: 1.3;
	font-weight: bold;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	display: table-cell;
}
.indent18 { padding-left: 18px
}

/*--- 171130_TRON2017 ---*/
p span.bold_text {
	font-weight: bold;
	font-size: 120%;
	display: inline-block;
	padding-bottom: 10px;
}

h4.mt40 {
	margin-top: 20px;
}
.mt20 {
	margin-top: 20px;
}

/*--- 180207_HANABI ---*/
.img_center img {
	display: block;
	margin: 0 auto;
}
.lead_text {
	font-size: 19px;
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	line-height: 1.6;
	font-weight: bold;
}

.flex_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.flex_box .text_box {
	width: 440px;
}
.flex_cel {
	display: flex;
	justify-content: space-between;
}
p.text {
	margin-bottom: 20px;
}
p.title_d {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
/*-- btn_style --*/
.btn_style {
	width: 265px;
	margin-bottom: 20px;
}
.btn_style.wide {
	width: 370px;
	margin-bottom: 20px;
}
.btn_style.wide-w{
	width: 470px;
	margin-bottom: 20px;
}
.btn_style a {
	width: 100%;
	display: block;
	border: 2px solid orange;
	background: white;
	border-radius: 10px;
	box-sizing: border-box;
	text-decoration: none !important;
	color: orangered;
	font-size: 14px;
	padding: 10px;
	position:relative;
	transition: ease-in-out 0.3s;
}
.btn_style.type_blue a {
	border: 2px solid dodgerblue;
	color: blue;
}
.btn_style a:after {
	position: absolute;
	content: "▶";
	right: 10px;
	top: calc( 50% - 11px);
}
.btn_style a:hover {
	background: orange;
	color: #fff;
}
.btn_style.after_pdf a:after {
   content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    background: url("/jp/event/img/icon_pdf2.png");
    background-size: 16px 18px;
}
.btn_style.after_youtube a:after {
	position: absolute;
	content: url("/jp/event/img/icon_video_red.png");
	right: 10px;
	top: calc( 50% - 11px);
}
.btn_style.type_blue a:hover {
	background: dodgerblue;
	color: #fff;
}
.btn_style a.letter {
	letter-spacing: -0.08em;
}
.btn_style a.type_flex {
	display: flex;
	align-items: center;
}
.btn_style a.type_flex span {
	display: block;
	width: 100%;
}
.btn_style a.type_flex span.title {
	width: 170px;
}
.text .caption {
	display: inline-block;
	padding-top: 20px;
	font-size: 13px;
}
.text.int {
	padding-left: 18px;
	box-sizing: border-box;
}
.nopadding {
	padding-bottom: 0 !important;
}


/*--- 181109_ET展 ---*/

#event_detail #eventinfo a{
	color: #0084FF;

}

#event_detail #eventinfo a span{
	display: inline-block;
	padding: 2px 6px;
	background-color: #F39B0C;
	color:#ffffff;
	margin-left: 8px;
	font-size: 13px;
	font-weight: 400;
	vertical-align: middle;
}

/*--- 190311_Medtech2019 ---*/

.text.inner_narrow {
	width: calc( 100% - 30px );
	margin: 15px auto;
}

h3 .new_logo {
	display: inline-block;
	padding: 4px 5px;
	box-sizing: border-box;
	font-size: 14px;
	background: red;
	color: #fff;
	vertical-align: top;
}
.mar_enp {
	margin-top: -20px !important;
}
.clearfix .margin_on {
	margin-left: 15px;
}


/*---19.06.21映像技術展---*/

.text02 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
    margin-left: 70px;
}

#event_detail .th02 {
    display: inline-block;
    margin:5px 0 18px;
    border-left: none;
    color: #002855;
    font-size: 21px;
    line-height: 1.4;
}

.th_no {
    display: inline-block;
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    background: #002855;
    vertical-align: top;
}



#main_contents .area_box01 .ab_table {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#main_contents .area_box01 .ab_table tr th {
    font-size: 16px;
    color: #555;
					white-space: nowrap;
}

#main_contents .area_box01 .ab_table tr .th_arrow {
    border-bottom: none;
}

#main_contents .area_box01 .ab_table tr td {
    padding: 0;

}

#main_contents .area_box01 .ab_table tr .td01 {
    width: 300px;
}
#main_contents .area_box01 .ab_table tr .td02 {
    width: 100px;
        border-right: none;
}
#main_contents .area_box01 .ab_table tr .td03 {
    width: 100px;
    border-right: none;
}
#main_contents .area_box01 .ab_table tr .td04 {
    width: 100px;
}
#main_contents .area_box01 .ab_table tr .td05 {
    width: 80px;
    border-right: none;
}
#main_contents .area_box01 .ab_table tr .td06 {
    width: 80px;
    border-right: none;
}
#main_contents .area_box01 .ab_table tr .td07 {
    width: 80px;

}

#main_contents .area_box01 .ab_table tr td a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #888;
    padding: 5px 0;
    transition: all .3s ease;
    text-decoration: none;
}

#main_contents .area_box01 .ab_table tr td a:hover {
    color: #fff;
    background: #002855;
}

#main_contents .area_box01 img {
    display: block;
    margin: 0 auto;
}

.img_list_box {
    letter-spacing: -5px;
}

.img_list_box .img_list {
    display: inline-block;
    width: 48%;
    letter-spacing: normal;
    vertical-align: top;
    margin: 4% 1%;
}

.img_list_box dd img {
    width: 100%;
}

.img_list_box dd span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #002855;
}


.tag_blue {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 4px 20px;
    margin-left: 20px;
    background: #00b0f0;
    border-radius: 8px;
}

.tag_red {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 4px 20px;
    margin-left: 20px;
    background: #953735;
    border-radius: 8px;
}

.pagetop {
    margin: 20px 0;
    text-align: right;
}




/* ----------------------
   tkn_add
---------------------- */

#main_contents .area_box01 {
	margin: 60px 0;
}

#main_contents .area_box01 .ab_table {

    border: none;
}

#main_contents .area_box01 .ab_table th {
    font-size: 16px;
    color: #555;
    border: 3px solid #888;
    border-bottom: none;
    padding: 5px 10px;
}

.area_box01 .ab_table tr th.th-img1 {
				padding: 0 !important;
					background: #fff !important;
    border: none !important;
}

#main_contents .area_box01 .ab_table tr td {
    padding: 0;
    border: 3px solid #888;
}
#main_contents .area_box01 .ab_table tr td a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #888;
    padding: 5px 0;
    transition: all .3s ease;
    text-decoration: none;
}

#main_contents .area_box01 .ab_table tr td a:hover {
    color: #fff;
    background: #002855;
}

#main_contents .area_box01 img {
    display: block;
    margin: 0 auto;
}


/* ----------------------
   tkn_add ceatec2019
---------------------- */
.theme_tit_ceatec {
	padding: 1rem 0;
	color: #002855;
font-size: 20px;
    line-height: 1.3;
	font-weight: bold;
	float: left;
	box-sizing: border-box;
	vertical-align: middle;
	display: table-cell;
}
.ver_ceatec .theme_tit_style01 {
	padding: .8rem 0;
}
.ver_ceatec .theme_tit_style02 {
	padding: 0.2rem 0;
}
#main_contents aside.event_h3 {
					display: inline-block;
					margin: 1em 0;
					padding: 0.4em 1em;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: #8b8c8b;
    border-radius: 8px;
}
#main_contents aside.event_h3_b {
					display: block;
					margin: 1em 0;
					padding: 0.4em 1em;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: #8b8c8b;
    border-radius: 8px;
}
.ver_ceatec h5 {
				margin-bottom: 0.5em;
    font-size: 14px;
}

.group101 {
    
}
