﻿@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /*display: inline-block;*/
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: -3px;
}
/* Googleアイコン */
/* アイコンのサイズを変更するためのルール */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* 明るい背景の場合に黒色でアイコンを表示するためのルール */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
/* 暗い背景の場合に白色でアイコンを表示するためのルール */
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

body {
	color: #666666;
	font-size: 12px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	width: 96%;
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
}

body.timetable_body {
	max-width: 100vw;
	width: 96%;
	padding: 20px;
	box-sizing: border-box;
}

.page_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	width: 560px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #E7E7E7;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #02508E;
	margin-top: 0px;
	margin-left: 0px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #02508E;
	box-sizing: border-box;
}

.blue_fit2013 {
	color: #004689;
}

#pagebody {
	background-color: #FFF;
	max-width: 760px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

main {
	display: flex;
	justify-content: space-between;
}

#contents {
	width: 570px;
	margin: 10px;
}

.page_contents {
	padding-top: 5px;
	width: 560px;
	padding-left: 5px;
	box-sizing: border-box;
}

#contents {
	width: 570px;
	margin-top: 10px;
}

#contents {
	max-width: 572px;
	margin-top: 10px;
	margin-right: 0px;
}

#menu {
	max-width: 200px;
	margin-top: 10px;
}

#footer {
	padding-top: 1em;
	margin: 0px;
}
#footer p {
	clear: both;
	background-color: #EFEFEF;
	color: #666666;
	font-size: 10px;
	padding: 1em 0 0 0;
	text-align: center;
	margin: 0px;
}
#footer p.p2 {
	clear: both;
	background-color: #EFEFEF;
	color: #666666;
	font-size: 10px;
	padding: 0.5em 0 1em 0;
	text-align: center;
	margin: 0px;
}

#pagebody #menu img {
	float: left;
	margin-right: 5px;
}

#menu {
	float: left;
	width: 170px;
	margin-top: 10px;
}

#contents-left {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
}

#contents_right {
	float: right;
	margin-top: 10px;
	width: 280px;
	margin-bottom: 10px;
}

#contents_left {
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page_middle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #02508E;
	margin-top: 15px;
	background-color: #EBEBEB;
	padding-left: 5px;
	padding-top: 3px;
	box-sizing: border-box;
}

.color_blue {
	color: #02508E;
}

.color_red {
	color: #C03;
}

.bold {
	font-weight: bold;
}

.head_menu {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	list-style-type: none;
	width: auto;
	font-size: 12px;
	line-height: 125%;
	overflow: hidden;
	font-weight: normal;
	box-sizing: border-box;
	float: none;
}

.head_menu li {
	white-space: nowrap;
	margin: 0px;
	padding: 0px 10px 0px 12px;
	clear: none;
	float: left;
	width: auto;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: list-item;
	text-align: -webkit-match-parent;
	list-style-type: none;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	box-sizing: border-box;
}

.head_menu li a {
	text-decoration: none;
}

.head_menu li a:visited, a:link {
	color: #2e89d9;
}

.header_img_left {
	margin: 0px;
	padding: 0px;
	float: left;
	/*height: 300px;*/
	width: 370px;
}

.header_img_right {
	margin: 0px;
	padding: 0px;
	float: right;
	/*height: 300px;*/
	width: 390px;
}

.header_img_down {
	clear: both;
	height: auto;
	width: 760px;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #4684BB;
	border-bottom-color: #4684BB;
}

.color_white {
	color: #FFF;
	text-align: left;
}

.middle_contents {
	max-width: 560px;
	width: 100%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 30px;
	padding-top: 0px;
}

#pagebody .header_img_right table tr {
	margin: 0px;
	padding: 0px;
}

#pagebody .header_img_right table tr td noscript {
	margin: 0px;
	padding: 0px;
}

#pagebody .header_img_right table tr td {
	margin: 0px;
	padding: 0px;
}

.header_temp_img_top {
	/*height: 158px;*/
	width: 760px;
}

.middle_title {
	max-width: 535px;
	width: 100%;
	font-size: 135%;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 10px;
	padding: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-color: #e8380d;
	border: none;
	z-index: 0;
}

.middle_title a {
	text-decoration: none;
	color: #ffffff;
}

.middle_title a:hover {
	opacity: 0.5;
	transition-duration: 600ms;
}

.contents {
	float: right;
	width: 572px;
	margin-top: 10px;
	margin-right: 0px;
}

#pagebody .contents .middle_title img {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
}

.small_title {
	width: 560px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #999900;
	padding-left: 5px;
	font-weight: bold;
	color: #FFF;
	background: #0A6462;
	box-sizing: border-box;
}

#pagebody .contents .middle_contents p {
	color: #FFC535;
}

#event_contents {
	width: 760px;
	margin-top: 10px;
}

#event_title {
	max-width: 560px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #c4c5c4;
	padding: 5px;
	margin-bottom: 0px;
	box-sizing: border-box;
	display: block;
}

#pagebody #event_contents #event_title img {
	float: left;
	padding-right: 3px;
	box-sizing: border-box;
}

#pagebody #event_contents #event_title img {
	float: left;
	padding-bottom: 3px;
	padding-top: 2px;
	box-sizing: border-box;
}

#title_name_date_place {
	max-width: 560px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #c4c5c4;
	padding: 5px;
	margin-bottom: 0px;
	box-sizing: border-box;
	display: block;
}

.color_blue2 {
	color: #e8380d;
	font-weight: bold;
}

.abstract_header {
	color: #e8380d;
	font-weight: bold;
	display: block;
}

#abstract_title {
	background-color: #00784F;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px;
	width: 560px;
	box-sizing: border-box;
}

#abstract_author {
	border-bottom: 3px double #00784F;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px 5px 0;
	width: 560px;
	box-sizing: border-box;
}

#event_ditale_program {
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

#pagebody .contents .middle_contents .fontstyle10 tr td strong img {
	
}

#pagebody .contents .middle_contents .fontstyle10 tr td strong img {
	vertical-align: text-bottom;
}

#pagebody .contents .middle_contents strong img {
	vertical-align: text-bottom;
}

#fontsize_9 {
	font-size: 9px;
}

.fontstyle_9 {
	font-size: 9px;
}

#pagebody .contents .middle_contents .middle_contents img {
	float: right;
	padding-left: 5px;
	box-sizing: border-box;
}

#pagebody .contents .middle_contents img {
	float: right;
	padding-left: 5px;
	box-sizing: border-box;
}

#pagebody .contents .middle_contents table tr td img {
	float: left;
}

#pagebody .contents .middle_contents table tr td p img {
	float: right;
}

#pagebody-wide {
	max-width: 790px;
	width: 100%;
	background-color: #fff;
	padding-bottom: 15px;
}

#event_contents {
	width: 760px;
	margin-top: 10px;
}

#event_contents {
	width: 760px;
	margin-top: 10px;
	float: left;
}

.menu_box_index {
	height: auto;
	margin: 0 0 10px;
	overflow: auto;
	padding: 5px 0 5px 20px;
	box-sizing: border-box;
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.menu_box_index ul {
	margin: 0;
	padding: 0;
}

.menu_box_index li {
	display: block;
	float: left;
	height: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 24px;
}

.menu_box_index a:link, .menu_box_index a:visited {
	color: #00784F;
	text-decoration: none;
}

.menu_box_index a:hover {
	color: #006253;
	text-decoration: none;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.presenter {
	font-family: "ＭＳ ゴシック", "MS Gothic", Osaka-mono, monospace;
}

#timetable_date_title {
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
	max-width: 570px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

#timetable_date_title .previous {
	float: left;
	height: 28px;
	box-sizing: border-box;
	text-align: center;
}

#timetable_date_title .middle {
	color: #333333;
	float: left;
	font-size: 12pt;
	height: 24px;
	text-align: center;
}

#timetable_date_title .next {
	float: right;
	height: 28px;
	text-align: center;
	box-sizing: border-box;
}

#timetable_date_title .previous a {
	background-position: left center;
	background-repeat: no-repeat;
	color: rgba(19,95,140,1.00);
	height: 24px;
	text-decoration: none;
	vertical-align: middle;
}

#timetable_date_title a:hover {
	opacity: 0.5;
	transition-duration: 500ms;
	text-decoration: none;
}

#timetable_date_title .next a {
	background-position: left center;
	background-repeat: no-repeat;
	color: #e8380d;
	height: 24px;
	text-decoration: none;
	vertical-align: middle;
}

table.time_table {
	border: 3px solid #ABAFB2;
	font-size: 8pt;
	line-height: 12pt;
	margin-right: 5px;
	margin-bottom: 5px;
	z-index: 0;
}

table.time_table th {
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

table.time_table td {
	word-break: break-all;
}

table.time_table.time_all {
	width: 100%;
	table-layout: fixed;
	display: table;
	white-space: normal;
}

table.time_table.time_all th, table.time_table.time_all td {
	word-break: normal;
	width: 150px;
}

table.time_table.time_all th {
	position: sticky;
	left: 0;
	color: #333;
	background: rgba(246,206,185,1.00);
	width: 100px;
}

table.time_table.time_all th::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

table.time_table.time_all td.timetable_cell_date_1 {
	width: 150px;
}

.time_table a, .time_table a:link, .time_table a:visited {
	color: rgba(19,95,140,1.00);
	font-weight: bold;
	text-decoration: none;
}

.time_table a:hover, .time_table a:active {
	opacity: 0.5;
	transition-duration: 500ms;
	font-weight: bold;
}

a.event:link, a.event:visited {
	color: #FFFFFF;
}

a.event:hover, a.event:active {
	color: #993300;
}

a#keynote_link {
	color: #00784F;
	text-decoration: none;
}

a#keynote_link:hover {
	color: #00784F;
	background-color: #C0FFB9;
	text-decoration: none;
	font-weight: bold;
}

#table_exhibition a:hover {
	color: #EFAF19;
}

#table_index a {
	color: rgba(19,95,140,1.00);
	text-decoration: none;
}

#table_index2 a {
	color: #0A6462;
}

#table_index a:hover {
	opacity: 0.5;
	transition-duration: 500ms;
	text-decoration: none;
}

#table_index2 a:hover {
	background-color: #EFAF19;
	text-decoration: none;
}

/* インフォメーション */

.information_header {
	padding: 3px;
	color: #fff;
	font-size: 120%;
	background-color: #c4c5c4;
	box-sizing: border-box;
}

.information_header a:link {
	color: #ffffff;
}

.information_header a:visited {
	color: #ffffff;
}

div.contents .information_body {
	margin: 10px 0;
	display: block;
}

.info-table {
	width: 80%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.info-table td {
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #666;
}

.info-table-title {
	text-align: left;
	font-weight: bold;
}

.info-table td:nth-of-type(1) {
	background-color: #EFEFEF;
	width: 50%;
}

.info-table td:nth-of-type(2) {
	text-align: center;
}

/* 展示会 */

.exhibition_body {
	margin-top: 5px;
	margin-bottom: 20px;
}

.exhibition_body a:link {
	color: #2e89d9;
}

.exhibition_body a:visited {
	color: #2e89d9;
}

.person_name a:link, a:visited {
	font-weight: bold;
	color: #D92D30;
	text-decoration: none;
}

.event_bold a:link, a:visited {
	font-weight: bold;
	color: #D92D30;
	text-decoration: none;
}
.abstract a:link, a:visited {
	font-weight: bold;
	color: #021986;
	text-decoration: none;
}
.event_person_name a:link, a:visited {
	font-weight: bold;
	color: #D92D30;
	text-decoration: none;
}

/* 一般講演プログラム */

.bunya_index {
	width: 100%;
}

.bunya_index a {
	color: rgba(19,95,140,1.00);
	text-decoration: none;
}

.bunya_index a:hover {
	opacity: 0.5;
	transition-duration: 500ms;
	text-decoration: none;
}

.bunya_index a:visited {
	text-decoration: none;
}

.bunya_index a:active {
	text-decoration: none;
}

.session_title {
	background-color: #e8380d;
	color: #FFF;
	font-size: 15px;
	padding: 5px;
	box-sizing: border-box;
}

.session_date_time_room_chair {
	background-color: #c4c5c4;
	color: #fff;
	padding: 4px;
	box-sizing: border-box;
}

.program_no {
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	box-sizing: border-box;
	font-weight: bold;
}

.program_no a {
	padding: 1px;
	color: #e8380d;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: bold;
}

.program_no a:hover {
	opacity: 0.5;
	transition-duration: 500ms;
	box-sizing: border-box;
	text-decoration: none;
}

.program_no a:visited {
	text-decoration: none;
}

.program_no a:active {
	text-decoration: none;
}

.program_award {
	font-weight: bold;
	color: #00784F;
	border: solid #B0D0A2 2px;
	padding: 1px;
	box-sizing: border-box;
}

/* この講演論文集について */

table.index_table {
	font-size: 9pt;
	line-height: 12pt;
	margin-right: 5px;
	border: 3px solid #C1C1C1;
	box-sizing: border-box;
}

table.index_table th {
	border-bottom: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

table.index_table td {
	border-bottom: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	box-sizing: border-box;
}

/* イベント企画マトリックス */

.event_matrix_header_room {
	width: 100px;
	height: 90px;
	color: #fff;
	background-color: #999;
	text-align: center;
	vertical-align: middle;
}

.event_matrix_header_date_1 {
	width: 35px;
	height: 90px;
	color: #555;
	background-color: #f7cdb9; /* DIC-N706 */
	text-align: center;
	vertical-align: middle;
}

.event_matrix_header_date_2 {
	width: 35px;
	height: 90px;
	color: #555;
	background-color: #c6dfbf; /* DIC-N839 */
	text-align: center;
	vertical-align: middle;
}

.event_matrix_header_date_3 {
	width: 35px;
	height: 90px;
	color: #555;
	background-color: #c2b4e1; /* DIC-N904 */
	text-align: center;
	vertical-align: middle;
}

.event_matrix_cell {
	width: 104px;
	height: 90px;
	color: #777;
	background-color: #F0F0F0;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

#table_event td a {
	color: #00784F;
	text-decoration: none;
}

#table_event td a:hover {
	background-color: #C0FFB9;
	color: #00784F;
	text-decoration: none;
}

/* 船井ベストペーパー賞/FIT論文賞 */

.paper_award_program_no {
	vertical-align: top;
	white-space: nowrap;
	padding-right: 5px;
	box-sizing: border-box;
}

.paper_award_program_no a {
	color: #00784F;
	text-decoration: none;
}

.paper_award_program_no a:hover {
	background-color: #C0FFB9;
	color: #fff;
	text-decoration: none;
}

.paper_award_title_author {
	vertical-align: top;
}

.paper_award_title_author a {
	color: #00784F;
	text-decoration: none;
}

.paper_award_title_author a:hover {
	background-color: #C0FFB9;
	color: #fff;
	text-decoration: none;
}

/* 日程表 */

.timetable_header_date_1 {
	width: 120px;
	color: #555;
	background-color: #f7cdb9; /* DIC-N706 */
	border-left: solid 1px #fff;
}

.timetable_header_date_2 {
	width: 120px;
	text-align: center;
	vertical-align: top;
	color: #555;
	background-color: #c6dfbf; /* DIC-N839 */
	border-left: solid 1px #fff;
}

.timetable_header_date_3 {
	width: 185px;
	text-align: center;
	vertical-align: top;
	color: #555;
	background-color: #c2b4e1; /* DIC-N904 */
	border-left: solid 1px #fff;
}

.timetable_event_room_date_1 {
	width: 110px;
	color: #333333;
	background-color: #EAEBF9;
	/*border-bottom: 1px solid #ABAFB2;*/
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_event_room_date_2 {
	width: 110px;
	color: #333333;
	background-color: #EAEBF9;
	/*border-bottom: 1px solid #ABAFB2;*/
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_event_room_date_3 {
	width: 110px;
	color: #333333;
	background-color: #EAEBF9;
	/*border-bottom: 1px solid #ABAFB2;*/
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_general_room_date_1 {
	width: 108px;
	background-color: #E0E0E0;
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_general_room_date_2 {
	width: 108px;
	background-color: #E0E0E0;
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_general_room_date_3 {
	width: 108px;
	background-color: #E0E0E0;
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_event_cell_date_1 {
	width: 114px;
	height: 80px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_cell_date_1 {
	width: 114px;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_event_cell_date_2 {
	width: 114px;
	height: 80px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_cell_date_2 {
	width: 114px;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_event_cell_date_3 {
	width: 114px;
	height: 80px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_cell_date_3 {
	width: 114px;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #ABAFB2;
	border-right: 1px solid #ABAFB2;
	text-align: center;
	vertical-align: middle;
}

.timetable_session_class {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
    /*padding: 2px;*/
	color: #ffffff;
	background-color: #666666;
	font-size: 110%;
	font-weight: normal;
	box-sizing: border-box;
}

.event_header2 {
	padding: 3px;
	color: #ffffff;
	background-color: #e8380d;
	font-weight: bold;
	box-sizing: border-box;
}

.title_color {
	text-align: left;
	padding: 3px;
	color: #ffffff;
	background-color: #e8380d;
	font-weight: bold;
}

#event_date_place, #date_place {
	font-size: 13px;
	font-weight: bold;
	max-width: 560px;
	width: 100%;
	padding: 5px 5px 0 5px;
	border-bottom: 4px double #e8380d;
	margin-bottom: 15px;
	box-sizing: border-box;
	justify-content: flex-start;
}

#event_ditails {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: block;
	text-align: left;
}

#event_ditails table .photo img {
	width: auto;
}

#event_ditails div {
	display: block;
	text-align: left;
}

.event_person_name {
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.zm {
	width:18px;
    height:18px;
}
.zoom_second_line_4 {
	margin-top: 2px;
	margin-right: 5px;
	margin-left: -3px;
}

.zoom_top_left_5 {
	position: absolute;
	top: 3px;
	left: 3px;
}
/*-------スポンサー----------*/
/*.sponsor_area a:link, .sponsor_area a:visited {
    color: #ffffff;
    text-decoration: none;
	
}*/

.contents div.sponsor_area {
	display: block;
}

.contents div.sponsor_area article {
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
	border-bottom: dashed 1px #CCC;
}

.contents div.sponsor_area article h4 {
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 1.0rem;
	position: relative;
  color: #001871;
}

.contents div.sponsor_area article p {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	box-sizing: border-box;
}

.contents div.sponsor_area article .sponsor {
	display: flex;
	/*justify-content: flex-start;*/
	align-content: stretch;
	align-items: stretch;
	flex-grow: 1;
  padding: 0 2rem;
}

.sponsor figure {
	margin: 0;
	margin-right: 20px;
	padding: 0;
	padding-bottom: 25px;
	position: relative;
}

.sponsor figure img {
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 2px;
}

.sponsor figure:hover {
	transition-duration: 500ms;
	transform: scale(1.1);
}

.sponsor figure figcaption {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #555;
	font-weight: 300;
	width: 100%;
	line-height: 1.2;
	/*background-color: #EFEFEF;*/
	/*position: absolute;*/
	bottom: 0px;
	padding: 3px 0;
}

.sponsor.gold figure {
	width: 48%;
}

.sponsor.silver figure {
	width: 38%;
}

.sponsor.bronze figure {
	width: 28%;
}

.sponsor.silver figure figcaption {
	font-size: 10px;
}

.sponsor.bronze figure figcaption {
	font-size: 10px;
}

/*------アンダーライン---------*/

.under {
	border-bottom: solid 3px #D1C87D;
}

.box-g1, .box-g2, .box-g3 {
	float: left;
	text-align: center;
	width: 33%;
}

.w90p {
	text-align: center;
	width: 90%;
}

.spo_n {
	text-align: center;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.box-s1, .box-s2, .box-s3, .box-s4, .box-s5 {
	float: left;
	text-align: center;
	width: 20%;
}

.support {
	margin-bottom: 15px;
	text-align: left;
	font-size: 18px;
	position: relative;
	border-top: solid 3px #000000;
	margin-top: 20px;
}

.sponsor {
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
}

.issu {
	padding-left: 190px;
	border-top: 1px dotted #BBBBBB;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

/*
2021年度追加*/

.title-img {
	max-width: 70%;
	height: auto;
}

.forum_date {
	text-align: center;
	font-size: 17px;
	padding: 1em 0;
}

#menu {
	max-width: 200px;
	width: 30%;
	box-sizing: border-box;
	margin-top: 10px;
}

#menu a {
	display: block;
}

.contents {
	max-width: 560px;
	width: 70%;
	margin-top: 10px;
	margin-right: 0px;
	padding: 10px;
	box-sizing: border-box;
}

.contents div {
	display: flex;
	justify-content: center;
	/*width: 100%;*/
}

.contents div.text_r {
	display: flex;
	justify-content: flex-end;
	/*width: 100%;*/
}

.contents div.event_header2 {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.contents td.session_date_time_room_chair div {
	display: block;
}

.contents div.day {
	display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 1rem;
}

.contents div.dayday {
	display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 1rem;
  /*margin-bottom: -1rem;*/
}

/*.contents div img {
	width: 100%;
	height: 100%;
}*/

.header_temp_img_top {
	max-width: 760px;
	width: 100%;
	height: auto;
}

img#header {
	width: 100%;
	height: 100%;
}

table.welcome_table td img {
	width: 100%;
	height: auto;
}

ul.category {
	padding: 0px;
}

ul.category li.category-title {
	list-style-type: none;
	margin: 10px 0;
}

ul.category li.category-title a {
	background-color: #e8380d;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 0.5em;
	border-radius: 3px;
	box-shadow: 0px 0px 15px -6px rgba(10,10,10,0.5);
	font-weight: bold;
	box-sizing: border-box;
}

ul.category li.category-title a:hover {
	background-color: rgba(123,123,123,0.35);
	color: #333;
	transition-duration: 800ms;
}

.bunya_area {
	padding-top: 20px;
}

.welcome_table {
	width: 100%;
	border-collapse: collapse;
}

.welcome_table td {
	
}

.welcome_table td:nth-of-type(1) {
	width: 25%;
	padding: 0;
	margin: 0;
}

.welcome_table td:nth-of-type(1) img {
	padding: 5px;
	box-sizing: border-box;
	border: 1px #DDD solid;
}

.welcome_table td:nth-of-type(2) p {
	padding: 0px;
	margin: 3px 0px;
	padding-left: 8px;
	box-sizing: border-box;
}

.contents div.aisatsu {
	display: block;
}

.aisatsu p {
	padding: 0px 10px;
	box-sizing: border-box;
}

.mem_table, .mem_table2 {
	margin: 0px 0px 20px 0;
	width: 100%;
	border-collapse: collapse;
}

.mem_table th, .mem_table2 th, .mem_table td, .mem_table2 td {
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}

.mem_table th {
	width: 25%;
	background-color: #EFEFEF;
  text-align: left;
  font-weight: 500!important;
}

.mem_table2 th {
	width: 50%;
	background-color: #EFEFEF;
  text-align: left;
  font-weight: 500!important;
}

.mem_table td.information_header, .mem_table2 td.information_header {
	background-color: #c4c5c4;
	cursor: pointer;
}

.mem_table td.information_header:hover, .mem_table2 td.information_header:hover {
	transition-duration: 500ms;
}

/*モーダルウィンドウ*/

div.modal-article {
	display: block;
}

.contents div.modal {
	display: block;
	width: 100%;
}

/* モーダル全体(背景＋本体) */

.contents div.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}

/* モーダル背景 */

.modal-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */

.contents div.modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: scroll; /* はみ出た部分はスクロールさせる */
	height: 60%;/* これが無いと「overflow:scroll」が利かない */
	width: 40%;/* これが無いと「overflow:scroll」が利かない */
	background: white;
	padding: 40px;
	display: block;
}

p.close-btn {
	text-align: right;
}

.contents div.modal .modal-content a {
	color: #e8380d;
	font-size: 2rem;
	text-decoration: none;
}

.contents div.modal .modal-content a:hover {
	opacity: 0.5;
	transition-duration: 300ms;
}

 /*モーダルウィンドウ表示中に記事本体を固定 */

body.fixed {
	/*position: fixed;*/
	width: 100%;
	height: 100%;
	left: 0;
}

.contents div.modal-title {
	display: block;
	background-color: #e8380d;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
}

.contents div.modal-author {
	display: block;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #caa72c;
	padding: 5px 5px 2px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.modal-title span {
	display: block;
}
/*モーダルここまで*/


/*モーダルここまで*/
/*ここからはスマホ用*/
@media screen and (max-width:500px) {
	/*の後に以下を追加

	/*の後に以下を追加

/* モーダル全体(背景＋本体) */
	
	.contents div.modal {
		top: 0;
		left: 0;
		width: 100%;
	}
/*	
	.contents div.modal .modal-content {
		left: 50%;
		width: 60%;/* これが無いと「overflow:scroll」が利かない */
	/*
	}
}
*/
/*モーダルここまで*/

	main {
		display: block;
	}
	
	main .contents {
		display: block;
		width: 100%;
	}
	
	.event_matrix_cell {
		word-break: break-all;
	}
	
	table.face-in td {
		display: block;
		width: 100%;
	}
	
	table.mem_table th, table.mem_table2 th, table.mem_table td, table.mem_table2 td {
    border-bottom: 1px solid #ccc;
    border-top: none;
	}
  
  table.mem_table th, table.mem_table2 th, table.mem_table td, table.mem_table2 td {
		display: block;
		width: 100%;
	}
	
	table.mem_table td.information_header, table.mem_table2 td.information_header {
		background-color: session_date_time_room_chair;
    width: 100%;
	}
	
	table.mem_table td:nth-child(odd), table.mem_table2 td:nth-child(odd) {
		background-color: rgba(20,20,20,0.05);
    width: 100%;
	}
	
	table.mem_table td.information_header, table.mem_table2 td.information_header {
		background-color: #c4c5c4;
    width: 100%;
	}
}

/* 2022年 追加 */
.overview {
  text-align: left;
}
.c-hdgMd {
border-left: 10px solid #e8380d;
border-bottom: 1px solid #e8380d;
padding: 5px 10px;
text-align: left;
color: #e8380d;
font-size: 1.0rem;
}
.overview_tit {
  font-size: .8rem;
  font-weight: 700;
  margin-top: .6rem;
  display: block;
}
.overview_date {
	font-size: .9rem;
  font-weight: 600;
	padding: 1em 0;
}

/* 2023年追加 プログラムtable */
.program_table_wrap {
  margin-bottom: 2rem;
}
.program_table_wrap div {
 /*display: flex;*/
 justify-content: center;
 width: 100%;
}
.table_information {
  padding: .5rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #c4c5c4;
  box-sizing: border-box;
}
.program_table {
  width: 100%;
  margin-bottom: 2rem;
}

.program_table_wrap table {
  table-lauout: fixed;
}
.program_table_wrap th {
  /*width: calc(100%/7);*/
  height: auto;
  padding: .5rem;
  line-height: 2;
  color: #fff;
  font-weight: 400;
  background-color: #999;
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap_dvd th {
  width: calc(100%/4);
  height: auto;
  padding: .5rem;
  line-height: 2;
  color: #fff;
  font-weight: 400;
  background-color: #999;
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap td, .program_table_wrap_dvd td {
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  font-size: .8rem;
  line-height: 1.5;
  padding: .2rem;
}
.program_table_wrap td.table_date_1, .program_table_wrap_dvd td.table_date_1 {
  color: #555;
  padding: .4rem;
  line-height: 1.5;
  background-color: #f7cdb9; /* DIC-N706 */
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap td.table_date_2, .program_table_wrap_dvd td.table_date_2 {
  color: #555;
  padding: .4rem;
  line-height: 1.5;
  background-color: #c6dfbf; /* DIC-N839 */
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap td.table_date_3, .program_table_wrap_dvd td.table_date_3 {
  color: #555;
  padding: .4rem;
  line-height: 1.5;
  background-color: #c2b4e1; /* DIC-N904 */
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .program_table{
    width: 100%; 
  }
  .program_table_wrap th {
    width: 180px!important;
  }
  .program_table_wrap td {
    width: 180px!important;
  }
}

.ce {
  display: block;
  text-align: center;
}

/* flexbox */
.frame_box {
  display: flex;
  justify-content: space-between;
  /*border-bottom: #ddd dotted 1px;*/
}
.frame_box:last-child {
  border-bottom: none;
}
.left_box, .right_box {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8;
}
.left_box {
  width: 14%;
  padding: .5rem 1rem 0 .5rem;
  color: #0D053C;
  font-size: .9rem;
  text-align: right;
}
.right_box {
  padding: .5rem 1rem 0 .5rem;
  width: 86%;
}

/* 2023年追加 研究会table */
.program_table_wrap_k {
  margin-bottom: 2rem;
}
.program_table_wrap_k div {
 display: flex;
 justify-content: center;
 width: 100%;
}
.table_information_k {
  padding: .5rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #c4c5c4;
  box-sizing: border-box;
}
.program_table_k {
  width: 100%;
  margin-bottom: 2rem;
}
.program_table_wrap_k th {
  width: calc(100%/4);
  height: auto;
  padding: .5rem;
  line-height: 2;
  color: #fff;
  font-weight: 400;
  background-color: #999;
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap_k td {
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  font-size: .7rem;
  line-height: 1.5;
  padding: .4rem;
}
.program_table_wrap_k td.table_date_1 {
  color: #555;
  font-size:.7rem;
  padding: .4rem;
  line-height: 1.5;
  background-color: #f7cdb9; /* DIC-N706 */
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap_k td.table_date_2 {
  color: #555;
  font-size:.7rem;
  padding: .4rem;
  line-height: 1.5;
  background-color: #c6dfbf; /* DIC-N839 */
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap_k td.table_date_3 {
  color: #555;
  font-size:.7rem;
  padding: .4rem;
  line-height: 1.5;
  background-color: #c2b4e1; /* DIC-N904 */
  text-align: center;
  vertical-align: middle;
}


/* 2024年追加 イベント企画table */
.program_table_wrap_e {
  margin-bottom: 2rem;
}
.program_table_wrap_e div {
 display: flex;
 justify-content: center;
 width: 100%;
}
.table_information_e {
  padding: .5rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #c4c5c4;
  box-sizing: border-box;
}
.program_table_e {
  width: 100%;
  margin-bottom: 2rem;
}
.program_table_wrap_e th {
  width: calc(100%/7);
  height: auto;
  padding: .5rem;
  line-height: 2;
  color: #fff;
  font-weight: 400;
  background-color: #999;
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap_e td {
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  font-size: .8rem;
  line-height: 1.5;
  padding: .4rem;
}
.program_table_wrap_e td.table_date_1 {
  color: #555;
  padding: .4rem;
  line-height: 1.5;
  background-color: #f7cdb9; /* DIC-N706 */
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap_e td.table_date_2 {
  color: #555;
  padding: .4rem;
  line-height: 1.5;
  background-color: #c6dfbf; /* DIC-N839 */
  text-align: center;
  vertical-align: middle;
}
.program_table_wrap_e td.table_date_3 {
  color: #555;
  padding: .4rem;
  line-height: 1.5;
  background-color: #c2b4e1; /* DIC-N904 */
  text-align: center;
  vertical-align: middle;
}

/* button */
.container {
  margin: 0 auto 2rem auto;
  text-align: center;
}
.inner {
  display: inline-block;
  text-align: left;
}
/* ボタンのスタイル */
.buttonJoin {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 100%;*/
  max-width: 200px;
  padding: 1rem 2rem;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #e8380d;
  vertical-align: middle;
  border-radius: 30px;
}
a.buttonJoin {
  color: #fff;
  text-decoration: none;
}

/* 2024/4/24追加  */
@media print {
  #main {
    padding-left: 0;
  }
}
@media print {
  #contents {
    padding-top: 0;
  }
}
@media print {
  #menu {
    display: none;
  }
}
/* 2024/4/24ここまで  */

/* 2024/8/2 追加 */
/* PCの時表示 */
.pc_pic { display: block !important; }
.sp_pic { display: none !important; }
 
/* SPの時表示 */
@media only screen and (max-width: 750px) {
    .pc_pic { display: none !important; }
    .sp_pic { display: block !important; }
}

.scrl:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .scrl {
        width: 100%;
        overflow-x: auto;
    }
  .program_table_wrap_e th {
    width:50% !important;
  }
}

/* 2024/8/2 ここまで */
