@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  margin: 0;
  padding: 0;
}

html,body{ height:100%;}

/* 背景 */
body {
    line-height: 1.4;
    color: #333333;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    background: url(../img/site-bg.png) no-repeat top center #020017;
    overflow-x: hidden;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
/*  font-size: 100%;*/
/*  font-weight: normal;*/
}
h5 {font-size: 16px;
    color: #1b54c1;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.align-right {
    text-align: right;
}
.news-item ul li {
    margin-bottom: 30px;
}

ul.caution li {
	list-style-type: disc;
}

ul.caution {
	padding-left: 30px;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}


/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5, 5.1 で追加 */
article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, picture, section, summary {
  display: block;
}

/* text */
.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.pl05 {padding-left:0.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.underline {
  text-decoration:underline;
}

span.border {
	position: absolute;
}

span.border::before {
	position: absolute;
}

span.space {
	margin-left: 15px;
}

.del {
   color: #f00;
   text-decoration : line-through ;
 }
 .del span {
   color: #333;
 }

.danraku {
	margin-left: 40px;
}

.red {color: #FF0000;
}
.blue {color: #1d2777;
}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

p {
	text-align: justify;
}
.indent-80 {
    display: block;
    text-indent: -80px;
    margin-left: 80px;
}

.text_c{
  text-align:center;
}

/* クリアフィクス */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}



/* コンテンツ全体 */
#contents_all {
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.top-main {
    min-height: 488px;
    padding: 0px 0 0 6px;
    position: relative;
}
.top-main img {
	pointer-events: none;
}

.jp .top-date {
    margin: 30px 0 0;
}
.eng .top-date {
    margin: 70px 0 20px;
}
.top-date img {
	vertical-align: middle;
	    margin-bottom: 20px;
}
.top-date img:first-child {
	margin-right: 109px;
}
.top-member {
    max-width: 870px;
}
.top-member ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 18px 0 0;
    padding: 0 0 0 17px;
}
.top-member ul li {
    text-align: center;
    padding: 0 5px 0;
}
.top-member ul li img:first-child {
    margin-bottom: 25px;
}

.b_white{background :#ffffff!important;}
/* ヘッダー */
header {
    width: 100%;
    height: 120px;
    background: #11173B;
    display: flex;
    justify-content: center;
    align-items: center;
}
header h1 {
    padding-left: 60px;
    display: inline-block;
}


p.bg-page {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: -1;
}
header > h1 {
  width: 100%;
  white-space: nowrap;
text-align: center;
}
header > h1 > a {
  z-index: 6;
}

#topbanner {
    display: inline-block;
    margin-left: 30px;
    width: calc(100% - 660px);
}
#topbanner img {
    margin-right: 0;
    max-width: 210px;
    width: 100%;
}
#topbanner a {
    width: 32%;
    display: inline-block;
    margin-right: 1%;
}
#topbanner a:nth-child(3) {
    margin-right: 0;
}
#topbanner a:nth-child(3) img {
	margin-right: 0;
}







/* コンテンツ */
.contents {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    background-size: cover;
}

/* 左コンテンツ */
#contents_l {
  float: left;
}

/* メニュー */
nav {
  width: 100%;
  font-size: 14px;
}

.lang {
    display: inline-block;
    margin: 10px auto 5px;
    width: 100%;
}
.lang-jp, .lang-en {
    float: left;
    text-align: center;
    width: 96px;
    height: 24px;
    background-color: #414141;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
    margin: 0 7px 10px;
    padding-top: 4px;
}
.lang-bg {
    background: #009dd9;
}
.lang a {
    text-decoration: none;
    color: #999999;
    display: block;
}
.lang-jp:hover, .lang-en:hover {
    background: #009dd9;
}
ul.menu > li .lang-jp:hover a, ul.menu > li .lang-en:hover a {
    color: #fff;
	background: none;
}


ul.menu {
    width: 220px;
}

ul.menu > li {
    border-bottom: 1px solid #fff;
}
ul.menu > li.lang-item {
	padding-bottom: 10px;
}
ul.menu > li > a {
    display: block;
    color: #fff;
    font-size: 14px;
    align-items: center;
    padding: 15px 10px 14px 15px;
    font-weight: bold;
}
ul.menu > li > a span {
	color: #f00;
}


ul.menu > li a.on {background-color: #D71A19;color:#fff;font-weight: bold;}

ul.menu > li.on a,
ul.menu > li a:hover,
#index ul.menu > li.index a,
#greeting ul.menu > li.greeting a,
#information ul.menu > li.information a,
#organizers ul.menu > li.organizers a,
#program ul.menu > li.program a,
#symposium ul.menu li.symposium a,
#abstract ul.menu > li.abstract a,
#registration ul.menu > li.registration a,
#travel_award ul.menu > li.travel_award a,
#travel_award_en ul.menu > li.travel_award_en a,
#international_travel_award ul.menu > li.international_travel_award a,
#international_travel_award_en ul.menu > li.international_travel_award_en a,
#satelite ul.menu > li.satelite a,
#open_lecture ul.menu > li.open_lecture a,
#brain_science ul.menu > li.brain_science a,
#nursery ul.menu > li.nursery a,
#sponsorship ul.menu > li.sponsorship a,
#links ul.menu > li.links a,
#accommodation ul.menu > li.accommodation a,
#young ul.menu > li.young a,
#venue ul.menu > li.venue a,
#lba ul.menu > li.lba a,
#job_matching ul.menu > li.job_matching a,
#luncheon-seminar ul.menu > li.luncheon-seminar a,
#participants ul.menu > li.participants a,
#presenters ul.menu > li.presenters a,
#jns-can ul.menu > li.jns-can a,
#chair ul.menu > li.chair a,
#abstract_search_system ul.menu > li.abstract_search_system a,
#credits_for_Specialist_Doctors ul.menu > li.credits_for_Specialist_Doctors a,
h2 {
background: linear-gradient(90deg, rgba(1,171,233,1) 25%, rgba(255,255,255,1) 85%);
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 1px 2px #01abe9, -1px -1px 2px #01abe9, 1px -1px 2px #01abe9, 1px 2px 4px #01abe9, 0px 1px 3px #01abe9;
	}


ul.menu > li a:hover span,
#index ul.menu > li.index a span,
#greeting ul.menu > li.greeting a span,
#information ul.menu > li.information a span,
#organizers ul.menu > li.organizers a span,
#program ul.menu > li.program a span,
#symposium ul.menu li.symposium a span,
#abstract ul.menu > li.abstract a span,
#registration ul.menu > li.registration a span,
#travel_award ul.menu > li.travel_award a span,
#travel_award_en ul.menu > li.travel_award_en a span,
#international_travel_award ul.menu > li.international_travel_award a span,
#international_travel_award_en ul.menu > li.international_travel_award_en a span,
#satelite ul.menu > li.satelite a span,
#open_lecture ul.menu > li.open_lecture a span,
#brain_science ul.menu > li.brain_science a span,
#nursery ul.menu > li.nursery a span,
#sponsorship ul.menu > li.sponsorship a span,
#links ul.menu > li.links a span,
#accommodation ul.menu > li.accommodation a span,
#young ul.menu > li.young a span,
#job_matching ul.menu > li.job_matching a span,
#luncheon-seminar ul.menu > li.luncheon-seminar a span,
#presenters ul.menu > li.presenters a span,
#participants ul.menu > li.participants a span,
#jns-can ul.menu > li.jns-can a span,
#chair ul.menu > li.chair a span,
#abstract_search_system ul.menu > li.abstract_search_system a span,
#credits_for_Specialist_Doctors ul.menu > li.credits_for_Specialist_Doctors a span,
#venue ul.menu > li.venue a span {
    text-shadow: 1px 1px 3px #ffffff, -1px -1px 3px #ffffff, 0px 0px 3px #ffffff;
}





ul.menu > li.poster-box > a {
	padding: 0;
    background: none;
	text-align: center;
}



.poster-box {
    background: #E6E6E6;
    border-radius: 6px;
    padding: 10px 10px 10px;
    margin-top: 24px;
}
.poster-btn {
    margin-bottom: 0;
}
.poster-btn a {
    color: #fff;
    background: url(../img/dl-icon.png) no-repeat right 15px center #106638;
    padding: 10px 25px 8px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
}



@media (max-width: 768px){
.layer.visible {
    display: block;
}
	
.layer {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.visible {
    visibility: visible !important;
}
		

}






/*ul.menu > li a:hover {background-color:#F3993E ;}*/
/*ul.menu > li.menu01 > a {background-image: url(../images/menu01.png);}*/

/* 日本肝がん logo */
#contents_l .menu_logo {
  text-align: center;
  margin-bottom: 25px;
}


/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
    float: right;
    width: 100%;
    max-width: 1065px;
    margin: 30px 0 0;
    position: relative;
}

#contents_detail {
	width: 100%;
}



@media screen and (min-width: 960px) {

#contents_r.top {
    margin-left: 30px;
    width: 698px;
}

}
#contents_r .page_theme {
  position: relative;
  top: -15px;
}
#contents_r > h2 {
  font-size: 24px;
  background-color: #eb730f;
  color: #FFFFFF;
  padding: 8px 20px;
  position: relative;
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
  font-weight: 800;

}
.textbox {
    text-align: left;
    line-height: 1.5;
    background: rgba(255,255,255,0.8);
    padding: 40px 60px 100px;
    margin-top: 40px;
    margin-right: 45px;
    margin-left: 10px;
}
.contents2 {
    margin-top: 2em;
    min-height: 30em;
}


.img_right{
/*  float: right;*/
  margin:0 0 1em 1em;}

@media screen and (max-width: 768px)
{
.img_right{
  float: none!important;
  margin:1em auto;
display: block;
  width: 100%;
  text-align: center;
  }
}






.infocont{border-radius: 1em;
border: 2px solid #004098;
padding: 2em;
text-align: center;
margin-top: 2em;}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #contents_r > h2 {
  padding: 10px 20px 5px;
  }
}
#contents_r > h2:before {
  content: '';
  display: inline-block;
/*  background: url("../images/img_h2_boder.png") repeat-x;*/
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 2;
}
#contents_r > h2:after {
  content: '';
  display: inline-block;
/*  background: url("../images/img_h2_boder.png") repeat-x;*/
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 2;
}




#contents_r.top > h2:before,
#contents_r.top > h2:after {
  content: normal;
}
#contents_r.top > h2 {
    margin-bottom: 25px;
    margin-top: 35px;
    background-color: transparent;
    color: initial;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}


.top-info {
    padding: 30px 60px 0 0;
}
.top-endai {
    margin-bottom: 85px;
}


/* oshirase */
div.oshirase {
  border:2px solid #E7242E;
  padding:10px 20px;
	margin: 10px auto 10px;
  background-color:#fffff4;
}
div.oshirase p.title {
	font-weight: bold;
	text-align: center;
}

/* 新着情報 */

#news {
    margin: 34px 0 15px;
    background: rgba(255,255,255,0.8);
    padding: 26px 30px 20px;
    position: relative;
}

.eng #news {
    margin: 115px 0 40px;
}

#news h2 {
    color: #fff;
    background: linear-gradient(90deg, rgba(1,171,233,1) 25%, rgba(255,255,255,1) 85%);
    font-size: 28px;
    line-height: 100%;
    padding: 20px 38px 19px;
}
#newsbox {
    padding: 22px 38px 10px;
    height: 172px;
    overflow-y: scroll;
    overflow-x: visible;
    font-size: 16px;
    margin-top: 12px;
}

/* スクロールの幅の設定 */
#newsbox::-webkit-scrollbar {
width: 10px;
height: 10px;
}

/* スクロールの背景の設定 */
#newsbox::-webkit-scrollbar-track {
border-radius: 5px;
/*box-shadow: 0 0 4px #fbe7eb inset;*/
}

/* スクロールのつまみ部分の設定 */
#newsbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #01abe9;
}

.news-item {
    margin-bottom: 30px;
    color: #11173B;
    font-weight: bold;
    min-height: 42px;
}
.news-item:last-child {
	margin-bottom: 0;
}
.item-date {
    display: inline-block;
    width: 165px;
    vertical-align: top;
}
.item-content {
    width: calc(100% - 175px);
    display: inline-block;
}
.item-content a {
	color: #5EA2FB!important;
}


#news_frame {
  width: 700px;
  margin:0 auto;
  font-size: 16px;
  height:200px;
  height:245px;
  padding:5px 20px;
  overflow:auto;
  background-color: #f7fff0;
  border-bottom: 1px solid #004b7f;
}

#news_frame dt,
#news_frame dd {
  padding-top: 1em;
}
#news_frame dt {
  float: left;
  color: #ff5000;
  font-weight: bold;
}
#news_frame dd {
  padding: 1em 1em 0 7em;
}

#news_frame dt {
  float: left;
  padding-left: 10px;
}
#news_frame dd {
  padding-left: 7em;
  padding-right: 1em;
}

dl {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}

dl dt {
  width: 3em;
}
dl dd {
    width: calc(100% - 3em);
    text-align: left;
    margin-bottom: 10px;
}
dl dt.item-5em {
  width: 5em;
}
dl dd.item-5em {
    width: calc(100% - 5em);
}


.eng dl dt {
    width:4em;
}
.eng dl dd {
    width:calc(100% - 5em);
}

dl.contbox dt {
  width: 30%;
}
dl.contbox dd {
  width: 70%;
}

dl.banquet-info dt {
    width: 5em;
}
dl.banquet-info dd {
    width: calc(100% - 5em);
}
dl.banquet-en-info dt {
    width: 9em;
}
dl.banquet-en-info dd {
    width: calc(100% - 10em);
}




@media screen and (max-width: 768px)
{
  
dl.contbox dt {
  width: 45%;
}
dl.contbox dd {
  width: 55%;
}
}
/* 事務局等 */
#info_pc,#info_sp {
  text-align:left;
  /* padding: 0 0 0 13px; */
  padding:  0 0 0 5px;
}
#info_pc address,#info_sp address {
  font-style: normal;
}
#info_pc address h3,#info_sp address h3 {
  margin: 1em 0 0.5em;
  font-size: 12px;
  font-weight:bold;
  color: #004b7f;
  padding: 0.25em 0 0.15em 0.2em;
  border-top: 1px dotted #004b7f;
  border-bottom: 1px dotted #004b7f;
}
#info_pc address p,#info_sp address p {
  line-height: 1.3;
  font-size: 11px;
}


/* フッター */
footer {
  text-align: center;
  font-size: 12px;
  padding: 1em 1em;
  margin: 0px auto ;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #ccc;
}

.fotteradress{
  border-top: 1px solid #ccc;
  background-color: #ffffff!important;
  text-align: center;
  padding: 1em;
}

/* サブページ内 */
main {
  width: 690px;
  padding: 30px 25px;
  position:relative;
  min-height:600px;
}

/* サブページ大見出し */
.contents2 h3 {
    border-bottom: 2px solid #11173b;
    color: #11173b;
    font-size: 22px;
}

.contents2 h4 {
    color: #0a0c2a;
    font-size: 18px;
    padding: 0 0 5px;
    margin: 30px 0 0;
}

/*
.contents2 h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
  }
*/



/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child {
  margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
  margin-top:0;
}

main h4 {
  margin-top: 1em;
  margin-bottom: 0.25em;
  font-size: 105%;
  border-bottom: 1px dotted #B52D2D;
  font-weight: bold;
  color: #B52D2D;
}

/* サブページ小見出し  */
.textbox h2 {
    font-size: 28px;
    color: #fff;
    background: linear-gradient(90deg, rgba(1,171,233,1) 25%, rgba(255,255,255,1) 85%);
    padding: 10px 15px 10px;
}






/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.han {
  margin-top: 0.5em;
}
main p.zero {
  margin-top: 0;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}

/* 挨拶 */
.greeting-top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.greeting-box img {
    margin-right: 15px;
}

.greeting-box {
    display: flex;
}
@media screen and (max-width:768px) {
.greeting-box {
    display: block;
}
}



main.greet > div {
  display: flex;  /* 画像と文字の横並び */
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 2em;
}
main.greet > div p {
  line-height: 1.6;
}
main.greet img {
  border: 1px solid #cccccc;
  padding: 1px;
  margin-left: 0.75em;
  float:right;
}

/* テーブルで組む場合 */
table.greet_name {
  border: none;
}
table.greet_name td {
  text-align: left;
  vertical-align: bottom;
}
table.greet_name th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  width:160px;
}

/* 開催概要 */
table.hyou_info{
  border-collapse:collapse;
  width:100%;
}
table.hyou_info th{
  border-top:1px solid #a52a2a;
  border-bottom:1px solid #a52a2a;
  padding:1em 1.5em 1em 0.5em;
  vertical-align:top;
  white-space:nowrap;
  text-align:left;
  color:#555;
  width:10%;
}
table.hyou_info td{
  border-top:1px solid #a52a2a;
  border-bottom:1px solid #a52a2a;
  padding:1em 0 1em 0.5em;
  vertical-align:top;
  text-align:left;
}

/* access */
.g_map {
  height: 0;
  overflow: hidden;
/*  padding-bottom: 56.25%;*/
  padding-bottom: 75%;
  position: relative;
}
.g_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* プログラム */
.program h3 {
  margin-bottom:0.75em;
}
.prg {
    border-bottom: 1px dotted #ccc;
    padding: 15px;
    height: auto;
    min-height: 190px;
}
img.pic {
    float: left;
    margin: 0 20px 20px 0;
}

.prg dl {
    display: flow-root;
}

.prg dt {
    display: inline-block;
    vertical-align: top;
}
.prg dd {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: calc(100% - 4em);
}

/*
p.prog_day {
  text-align:right;
  font-size:105%;
  font-weight:bold;
}
table.prog {
  border: none;
  margin-bottom:0.5em;
  width:100%;
}
table.prog th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  width:6%;
}
table.prog td {
  text-align: left;
  vertical-align: top;
  padding-bottom:0.2em;
}
table.prog td.endaititle {
  padding-bottom:0;
  color:#0166b3;
}
table.prog td.name {
  white-space: nowrap;
  width:8%;
}
table.prog td.affi {
  padding-left:1em;
  text-indent:-1em;
}
p.kyosai {
  margin-top:0.5em;
  text-align:right;
}

*/

/* endai */
main ul.endai {
	margin-left: 2em;
}
main ul.endai li {
  margin-bottom: 0.2em;
}
main ol.endai {
  margin-left: 1.5em;
}
main ol.endai li {
  margin-bottom: 0.2em;
}
main ol.endai ul {
  margin-left: 1em;
}
main ol.endai ul li {
  list-style: disc;
}
.endai_kakomi {
	border: 2px solid #c0c0c0;
	background-color: #f2f2f2;
	margin-top: 1em;
	padding: 1em;
}

/* coi */
ul.coi {
  display: flex;
  justify-content: space-around; /*アイテムの両端にスペースを均等に割り付け*/
  margin: 10px 0;
  flex-wrap:wrap; /* 折り返す */
}
ul.coi li {
  list-style: none;
  text-align: center;
}
.coi img {
  border: 1px solid #cccccc;
  padding: 1px;
  margin-top: 0.5em;
}

/* 大会組織 */

#organizers table {
    width: auto;
}
#organizers.eng table {
    width: 100%;
}
#organizers table td:first-child {
    width: 150px;
	vertical-align: top;
}
#organizers table td:last-child {
    width: 450px;
}
#organizers.eng table td:first-child {
    width: 15%;
	vertical-align: top;
}
#organizers.eng table td:last-child {
    width: 50%;
}

#organizers table td h4,
#organizers.eng table td h4 {
    margin-bottom: 10px;
    margin-top: 15px;
}









/* 参加登録 */
.num dt{
	width:1.5em;
	float:left;
  font-weight: bold;
}
.num dd{
	margin-left:1.5em;
	margin-bottom:0.5em;
}

/* 参加者へのご案内 */
.num2b dt{
	width:2.5em;
	float:left;
  font-weight: bold;
}
.num2b dd{
	margin-left:2.5em;
	margin-bottom:0.5em;
}

table.hyou_sanka {
  margin: 0.5em 0;
}
table.hyou_sanka td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
}
table.hyou_sanka td.yen {
  text-align: center;
}
table.hyou_sanka th {
  border: 1px solid #666666;
  background-color: #EEEEEE;
  padding: 0.5em 2em;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
}

.sanka_jimukyoku {
	border: 2px solid #c0c0c0;
	background-color: #f2f2f2;
	margin-top: 1em;
	padding: 0.5em 1em;
}

/* 司会・演者へのご案内 */
.num1 dt{
	width:1.5em;
	float:left;
}
.num1 dd{
	margin-left:1.5em;
}

.num2 dt{
	width:2.5em;
	float:left;
}
.num2 dd{
	margin-left:2.5em;
	margin-bottom:0.5em;
}

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* kigyo */

/* リンク */
p.link {
/*  background:url(../images/icon_link.png) no-repeat left center;*/
  padding-left:15px;
  margin-bottom:0;
}
p.link a:link,p.link a:visited {
  color:#333333;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  color:#666666;
  text-decoration:underline;
}



/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom:40px;
  right:95px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
}

/* 外部リンク */
a.external {
/*  background: url(../images/external.png) no-repeat right center;*/
  padding-right: 20px;
}

/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #666666;
  background-color: #EEEEEE;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}

.btn_wrapper {
  display: flex;
  justify-content: space-around;
}
.btn_wrapper p {
  margin-top: 0;
}

/* PCで非表示 */
.sp_only {
  display: none;
}
.l-footer {
    font-size: 14px;
    color: #fff;
    padding: 40px 15px 20px;
    background: #11173B;
    margin-top: 40px;
}

	.footer-block-l, .footer-block-r {
    display: inline-block;
    vertical-align: top;
}
.footer-block-l {
    margin-left: 220px;
    max-width: 320px;
}
.eng .footer-block-l {
    max-width: 480px;
}
.footer-block-r {
    margin-left: 12%;
    max-width: 540px;
}
.eng .footer-block-r {
    margin-left: 47px;
    max-width: 500px;
}
.copyright {
    text-align: center;
    font-weight: normal;
    margin-top: 60px;
}



@media screen and (max-width:1024px) {
	.footer-block-l {
    margin-left: 0; 
}

}

.foot-title {
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    text-align-last: left;
    margin-bottom: 5px;
}
	
.footer-block-main-right a,
.footer-block-main-left a{
	color: #fff;
}
.footer-block-main-left, .footer-block-main-right {
    display: inline-block;
    vertical-align: middle;
    text-align-last: left;
    width: 100%;
}





@media screen and (max-width:320px){

	.foot-title {
    width: 100%;
	text-align: left;
}
	
	
	
	.foot-title br {
    display: none;
}
	
	.footer-block-l .foot-title {
    padding: 10px 0px 5px;
}
	.footer-block-l, .footer-block-r {
    margin: 8px 32px;
}
	
	
}


/* 一般演題募集 */
.akawaku {
	border:1px solid #fa0000;
	padding:20px;
	text-align: center;
	width:80%;
	margin:0 auto;
}
.font-20 {
	font-size:20px;
}

.font-16 {
	font-size:16px;
}
.absttable td {
	border:1px solid #c5c5c5;
	padding:10px;
	
}

.absttable {
	margin:6px 0 30px 0;
}

.contents2 ul{
	list-style-type:disc;
}

.contents2 ul li{
	list-style-type: disc;
	margin-left:1em;
}

.contents2 ol {
list-style-type: decimal;

}
.contents2 ol li {
	list-style-type: decimal;
	margin-left:1.7em;
		margin-top:20px;
}

.btn a  {
    background: #01abe9;
    text-align: center;
    margin: 0 auto;
    max-width: 240px;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.btns {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btns li {
    list-style: none!important;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0!important;
}
.btns li a {
    margin: 0;
    width: auto;
    min-width: 150px;
}

.postor_btn {
    background: #e35c7c;
    color: #fff;
    padding: 10px;
    text-align: center;
}


.btn.dummy a,
.button.dummy {
	pointer-events: none;
	background:#9d9d9d;
}

.btntable td,
.btntable{
	border:none;
}
.btntable td{
	margin-right:20px;
}
@media (max-width:700px) {
	.btntable td{
	display: inline-block;
	}/*
	.btn a{ 
	max-width:300px;}*/
	}
.tablep {
	margin-top:-16px;
}

h4.h4nobold {
	font-weight:lighter;
}

/* 優秀発表賞セッション */

.contents2 ol li ul li,
.contents2 ol li ul{
	list-style-type: disc;
	margin-top:0;
}

#award ol.award_ol,
#award_en ol.award_ol{
  counter-reset: list-count;
  list-style-type: none;
}

#award ol.award_ol > li,
#award_en ol.award_ol > li{
	list-style-type:none;
}
#award ol.award_ol > li::before,
#award_en ol.award_ol > li::before{
  content: counter(list-count) ".";
  counter-increment: list-count;
  font-size:16px;
	font-weight:bold;
}






@media screen and (max-width:1302px){
.contents {
    max-width: 950px;
}
#contents_r {
    max-width: 710px;
}
}



/*------------------------------------------*/
/* タブレット用 */
/*------------------------------------------*/

@media screen and (max-width:959px){

  /* コンテンツ全体 */
  #contents_all {
    width:100%;
    box-shadow: none;
  }


  /* ヘッダー */
  header {
   }

	
  p.bg-page {
    position: absolute;
    /* top: 8.2%; */
    top: 11%;
    left: 0;
    z-index: -1;
  }


  /* コンテンツ */
  .contents {
    margin:0 auto;
    width: 100%;
  }

  /* 左コンテンツ */
  #contents_l {
    float: left;
  /*  width: 192px;*/
    width: 20%;
  }

  /* メニュー */
  nav {
    width: 100%;
  }

  ul.menu {
    width: 100%;
  }
  ul.menu > li {
  }
ul.menu > li > a {
    display: block;
    width: auto;
	font-size: 14px;
    /* height: 0; */
    /* padding-top: 22.47%; */
    padding: 10px 10px 10px 10px;
}

		


  /* 日本肝がん logo */
  #contents_l .menu_logo {
    margin-bottom: 0;
  }


  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    float: right;
    width: 77%;
    padding: 0 8px;
}
  #contents_r.top {

  }
  #contents_r .page_theme {
    position: relative;
    top: -15px;
  }
  #contents_r > h2 {
    font-size: 24px;
    background-color: #eb730f;
    color: #FFFFFF;
    padding: 8px 20px;
    position: relative;
  }


  /* 新着情報 */

  #news_frame {
  /*  width: 700px;*/
    width: 94.5%;
    height: 230px;
    margin:0 auto;
    font-size: 13px;
    padding:0.67% 2.7%;
  }


  /* 事務局等 */
  #info_pc,#info_sp {
    width: 97%;
    padding: 0 0 0 3%;
  }


/* サブページ内 */
main {
  width: 93%;
  padding: 4% 3.5%;
  position:relative;
  min-height:600px;
}

	
	
	
.footer-block-main-right {
}
	
	
/* 下記は削除しない */
}





@media screen and (max-width:954px){
.footer-block-l, .footer-block-r {
    margin: 0 0 15px;
    width: auto;
    text-align: left;
}
	
}

@media screen and (max-width:767px){
.footer-block-l, .footer-block-r {
    display: block;
	margin: 0 10px 15px;
    width: auto;
    text-align: left;
	font-size: 11px;
}
	
}









@media screen and (min-width:768px){
	nav ul.menu {
		display: block!important;
	}
}

/*------------------------------------------*/
/* スマホ用 767px*/
/*------------------------------------------*/
@media screen and (max-width:767px){
  /* スマホで非表示 */
    .pc_only {
      display: none;
    }
  /* スマホで表示 */
    .sp_only{
      display: inline-block;
    }


  /* ヘッダー */
  header {
    padding: 20px 15px 0;
    width: auto;
}



  /* コンテンツ */
  #contents {
    margin: auto;
    width: 100%;
  }

  /* 左コンテンツ */
  #contents_l {
    float: none;
    width: 100%;
    padding-top: 70px;
  }
  #contents_l.top{
	padding-top: 0;
  }

  /* メニュー */
  nav {
    width: 100%;
  }
  ul.menu {
    border-top: none;
  }
  ul.menu > li {
  }
  ul.menu > li > a {
    display: block;
    width: 100%;
  }


  /* スマホ-menu- */
#btn {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: fixed;
    top: 6px;
    right: 5px;
    margin-left: auto;
    z-index: 999;
    background: #01abe9;
}

  #menu-collapser {
    display: block;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }

  #menu-collapser:before {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }

  #menu-collapser:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }

  #menu-collapser.click {
    background: transparent;
  }

  #menu-collapser.click:before {
    top: 0;
    transform: rotate(45deg);
  }

  #menu-collapser.click:after {
    bottom: 0;
    transform: rotate(135deg);
  }

  /* メニュー */
  nav {
    max-width: 100%;
    margin: auto;
  }
nav ul.menu {
    width: auto;
    padding: 0 15px 0;
    display: none;
}

ul.menu > li > a {
    overflow: visible;
    /* height: 50px; */
    text-indent: 0;
    color: #fff;
    /* padding: 0 0 0 1em; */
    margin-bottom: 0;
    /* display: inline-flex; */
    font-size: 110%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
	
  ul.menu > li > a:hover {
    text-decoration: none;
  }

    ul.menu > li.menu00 > a,ul.menu > li.menu00 > a.on,ul.menu > li.menu00 > a:hover,
    ul.menu > li.menu01 > a,ul.menu > li.menu01 > a.on,ul.menu > li.menu01 > a:hover,
    ul.menu > li.menu02 > a,ul.menu > li.menu02 > a.on,ul.menu > li.menu02 > a:hover,
    ul.menu > li.menu03 > a,ul.menu > li.menu03 > a.on,ul.menu > li.menu03 > a:hover,
    ul.menu > li.menu04 > a,ul.menu > li.menu04 > a.on,ul.menu > li.menu04 > a:hover,
    ul.menu > li.menu05 > a,ul.menu > li.menu05 > a.on,ul.menu > li.menu05 > a:hover,
    ul.menu > li.menu06 > a,ul.menu > li.menu06 > a.on,ul.menu > li.menu06 > a:hover,
    ul.menu > li.menu07 > a,ul.menu > li.menu07 > a.on,ul.menu > li.menu07 > a:hover,
    ul.menu > li.menu08 > a,ul.menu > li.menu08 > a.on,ul.menu > li.menu08 > a:hover,
    ul.menu > li.menu09 > a,ul.menu > li.menu09 > a.on,ul.menu > li.menu09 > a:hover,
    ul.menu > li.menu10 > a,ul.menu > li.menu10 > a.on,ul.menu > li.menu10 > a:hover,
    ul.menu > li.menu11 > a,ul.menu > li.menu11 > a.on,ul.menu > li.menu11 > a:hover,
    ul.menu > li.menu12 > a,ul.menu > li.menu12 > a.on,ul.menu > li.menu12 > a:hover {
    background-image: none;
  }

  #contents_l .menu_logo.sp_only {
    display: block;
    padding-bottom: 10px;
  }


	
	
	
  /* ここからmain部分 */

  /* 右コンテンツ */
#contents_r {
    float: none;
    width: auto;
    padding: 0 15px 0;
}

  #contents_r.top {
    width: 100%;
    margin: 0;
  }
  #contents_r .page_theme {
    position: relative;
    top: -15px;
  }

  #contents_r > h2 {
    font-size: 24px;
    background-color: #eb730f;
    color: #FFFFFF;
    padding: 8px 20px;
    position: relative;
  }
	
	

  /* oshirase 表 */
  .scroll-box {
    display: flex;
    overflow-x: scroll;
  }
  .oshirase  img {
    max-width: initial; /* 初期状態にリセット */
  }

  /* 新着情報 */
  #news {
    margin: 100px auto 0;
    width: 95%;
    margin-bottom: 3em;
}

@media(max-width:959px) {
	#news {
    margin: 50px auto;
    width: auto;
	}
}
	
		
  #news > h3 img {
    transform-origin: center;
    transform: scale(0.9);
  }
  #news_frame {
    width: 95%;
  }

  #news_frame dt {
    float: none;
  }
  #news_frame dd {
    padding: 0.2em 1em 0 0;
  }


  /* 事務局等 */
  #info_sp {
    width:95%;
    margin: 0 2.5%;
    text-align:left;
    padding: 0;
  }

  #info_sp address h3 {
    font-size: 13px;
  }
  #info_sp address p {
    line-height: 1.4;
    font-size: 12px;
  }

	


	
.footer-block-l, .footer-block-r {
    width: 97%;
}
	
	
	
	
/* サブページ内 */
  main {
    width: 100%;
    padding: 4% 0%;
    min-height: 460px;
  }

/* 挨拶 */
  main.greet p.info {
    text-align: center;
  }
  main.greet > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main.greet > div .order1 {
    order: 2;
  }
  main.greet > div .order2 {
    order: 1;
  }
  main.greet img {
    margin-right: 0;
    margin-bottom: 0.5em;
    width:40%;
  }
  main.greet div > p {
    text-align: center;
  }

/* 開催概要 */
  table.hyou_info th{
  padding-right:1em;
}
table.hyou_info td{
  padding-left:0;
}

/* プログラム */
table.prog td {
    display: block;
}

/* 参加者へのご案内 */
table.hyou_sanka td {
  padding: 0.5em 0.3em;
}
table.hyou_sanka th {
  padding: 0.5em 0.3em;
}

  /* pagetop */
  .pagetop {
    bottom: 30px;
    right: 20px;
  }

  p.btn {
    text-align: center;
  }

  .btn_wrapper {
    display: block;
    text-align: center;
  }
  .btn_wrapper p {
    margin-top: 1em;
}

  /* coi */
  ul.coi {
    display: block;
  }
  ul.coi li {
    padding: 7px;
  }
	
dl dd {
    width: 80%;
    text-align: left;
    margin-bottom: 10px;
}
	
	
	
	@media screen and (max-width:450px){
.top-info {
    padding: 30px 45px 95px 5px;
}


		
		#contents_r.top > h2 {
    top: -30px;
    right: 10px;
    z-index: 0;
    width: 40px;
}
	.top-info {
    position: relative;
}
	dl dt {
    width: 20%;
}
		
dl dd {
    width: 82%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 13px;
}		

		
}
	
  
  
/* iphoneSE対応*/
@media screen and (max-width:320px){


	#contents_all {
	flex-direction: column-reverse;
    margin: 0;
	}
	
dl dd {
	width: 100%;
  text-align: left;
}
  #newsbox {
padding: 28px 0px 10px;
}
  .textbox {
    text-align: left;
    line-height: 1.5;
}
  dl.contbox dt {
  width: 45%;
}
dl.contbox dd {
  width: 50%;
}
	
	.footer-block-main-left, .footer-block-main-right {
    display: inline-block;
    vertical-align: middle;
    padding-top: 8px;
	width: 100%;
    border-top: 1px solid #fff;
}
	

.footer {
		margin: 0 auto;
	}
	
.foot-title {
	width: 100%;
    padding: 10px 5px 5px;
	border-right-style: none;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.footer-block-l, .footer-block-r {
    margin: 10px 0;
    width: 100%;
    text-align: left;
    font-size: 13px;
}
	
.l-footer {
    padding: 15px 0 20px;
    font-weight: bold;
}
	.copyright {
    text-align: left;
}
	
	
}	

	
/* 下記は削除しない */
}


.banner-box ul {
	display: block;
	margin-bottom: 30px;
	border: none;
}

.banner {
	margin: 5px 0;
}

@media screen and (max-width: 600px)
{

}

/*-----------会場・交通のご案内------------*/
.google-map{
	margin: 30px auto;
}

.access-img {
	margin: 20px auto;
}

.heading02 {
	position: relative;
	font-size: 14px;
	text-align: center;
	border-bottom: 5px solid #f6f6f6;
	padding-bottom: 5px;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #e35c7c;
}

span.sankaku {
	position: relative;
    padding: 0 0 0 16px;
}

span.sankaku::before {
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #555;   /* 好みで色を変えてください */ 
}



.poster_dl {
	margin-bottom:20px;
}

.poster_dl a:hover {
	text-decoration: none;
	opacity:.8;
}
#intl_session .btn_area {
	text-align: center;
	margin-top:120px;
	border:2px solid #e35c7c;
	padding:30px 20px 20px 20px;
}
#intl_session .btn_area a,
#sponsor_sub .btn_area a{
    margin-bottom: 10px;
    display: block;
	

}
#intl_session .btn_area a .btn,
#sponsor_sub .btn_area a .btn{
	width:40%;
	margin-bottom:10px;
	margin:0 auto;
}
@media (max-width:600px){
	#intl_session .btn_area a .btn,
#sponsor_sub .btn_area a .btn{
	width:70%;
	margin-bottom:10px;
	margin:0 auto;
}
}
#intl_session .btn_area a:hover,
#sponsor_sub .btn_area a:hover{
	text-decoration: none;
	opacity:0.8;
}
.btn_area {
	margin-top:20px;
}
.contents2 h3 {
    margin: 50px 0 25px 0;
}
p {
	margin:10px 0;
}

#sponsor_sub .btn_area {
	margin:50px auto 80px auto;
}
ul.menu > li.posterdl {
	border:none;
}

.btn.sponsor a{
	background:#e35c7c;
	padding:10px;
	color:#fff;
	margin-bottom:10px;
	border-radius:0;
	width:40%;
}
.btn.donate a{
	background:#4169e1;
}
#sponsor_sub .btn.sponsor a {
	margin:0 auto 10px auto;
}


table.information {
    border: 2px solid #11173B;
}
.information tr {}

.information th {
    width: 120px;
    text-align: center;
    background: #11173B;
    color: #fff;
    border-bottom: 2px solid #fff;
    vertical-align: top;
    padding: 14px 10px 14px;
}
.eng .information th {
    width: 180px;
}


.information tr:last-child th {
	border-bottom: 2px solid #11173B;
}
.information td {
    border-bottom: 2px solid #11173B;
    padding: 14px 30px 14px 40px;
}
.information td iframe {
    width: 100%;
    max-width: 500px;
}
.sframe {
    border: 1px solid #333;
    margin: 5px;
    padding: 10px 15px;
}
.font-color-red {
    color: #f00;
}
.waku-red {
    border: 2px solid #f00;
    padding: 8px 10px;
    font-weight: bold;
    margin: 4px auto;
    text-align: center;
}





@media (max-width:1302px) {

.footer-block-l {
    margin-left: 0;
    max-width: 320px;
    margin-right: 40px;
}
.footer-block-r {
    margin-left: 0;
}
.eng .footer-block-l {
    margin-bottom: 15px;
}
.eng .footer-block-r {
    margin-left: 0;
}
	.textbox {
    margin-right: 0;
    margin-left: 0;
}
	
	header h1 {
    padding-left: 0;
		    max-width: 450px;
}
	#topbanner {
    width: calc(100% - 490px);
}
	#topbanner a {
    width: 31%;
}
	
	
	
}



@media (max-width:959px) {
#newsbox {
    padding: 22px 15px 10px;
}
.item-date {
    width: 110px;
}
	.item-content {
    width: calc(100% - 115px);
}
	
	header h1 {
    padding-left: 20px;
}
	.information td {
    padding: 14px 20px 14px 20px;
}
	
#topbanner {
    width: 100%;
    max-width: 630px;
    margin: 10px auto 10px;
    display: table;
}
	header {
    height: auto;
}
	#topbanner a {
    width: 32%;
}
	
}




@media (max-width:768px) {
	.btn.sponsor a {
		width:70%;
	}
}






@media (max-width:767px) {
	
	.top-member ul {
    padding: 0 0 0 0px;
}
	#news {
    padding: 26px 15px 20px;
}
	#news h2 {
    font-size: 24px;
    padding: 15px 15px 14px;
}
	.footer-block-l {
    margin-right: 0;
}
.top-member {
    margin: 10px 0 0;
}
	header h1 {
    padding-left: 0;
}
	.eng .top-date {
    margin: 30px 0 20px;
}

}

@media (max-width:650px) {

.item-content {
    width: 100%;
}
	#newsbox {
    height: 150px;
}
	.contents2 h3 {
    padding: 10px 15px 10px;
    font-size: 20px;
}
	.top-member ul {
    display: block;
    width: 100%;
}
.top-member ul li {
    padding: 0 5px 20px;
    display: inline-block;
    width: 46%;
    vertical-align: top;
}
	#organizers.eng table td:first-child {
    width: 100%;
    display: block;
}
#organizers.eng table td:last-child {
    width: 100%;
    display: block;
}
	
	#organizers table td:last-child {
    width: 100%;
    display: block;
}
	#organizers table td:first-child {
    width: 100%;
    display: block;
}
	
	.textbox {
    padding: 30px 20px 100px;
}
.eng .information th,
	.information th {
    width: auto;
    display: block;
    border: none;
}
.information td {
    padding: 14px 20px 14px 20px;
    width: auto;
    display: block;
}	
	
	.copyright {
    font-size: 12px;
}
	
	img.pic {
    float: none;
}
	
	
	
}





/* 共産のご案内 */
.aowaku {
    border: 1px solid #01abe9;
    padding: 20px 40px;
    text-align: left;
    width: 80%;
    margin: 20px auto;
}


.btn-area-flex {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

@media (max-width:830px) {
	.btn-area-flex {
    display: block;
    justify-content: space-between;
}
}

#sponsorship .contents2 h3 {
    border-bottom: 2px solid #e91e63;
    color: #e91e63;
    font-size: 22px;
}
table.std {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #fff;
    margin: 40px 0;
}
table.std tr th {
    padding: 10px 10px;
    font-size: 1em;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #11173B;
    line-height: 20px;
}
table.std tr th {
        color: #fff;
    font-size: 1em;
    border-right: none;
    min-width: 96px;
}
table.std tr td {
    padding: 10px 20px;
    font-size: 1em;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    line-height: 20px;
    line-height: 140%;
}
#travel_award .award-list span.name,
#travel_award_en .award-list span.name {
    width: 10em;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

#travel_award .award-list span.shozoku,
#travel_award_en .award-list span.shozoku {
    margin-bottom: 10px;
    width: calc(100% - 11em);
    display: inline-block;
}






table.abstract-table {
    border-collapse: collapse;
    border: 1px #fff solid;
    margin: 15px 0;
}
table.abstract-table tr th {
    border: 1px #fff solid;
    background: #11173B;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    border-right: none;
    vertical-align: middle;
    font-weight: bold;
}
table.abstract-table tr td {
    border: 1px #ffffff solid;
    padding: 10px 5px;
    font-size: 1em;
    vertical-align: middle;
}
table p {
	text-align: left;
}



ul.menu > li.poster-block {
    margin: 50px 0 20px;
	text-align: center;
	border: none;
}
ul.menu > li.poster-block a {
	padding: 0;
}
ul.menu > li.poster-block a:hover {
	background: none;
}
ul.menu > li.poster-block .btn a {
    width: 100%;
    padding: 12px 0px 12px;
    border-radius: 5px;
    margin-top: 0;
    font-size: 16px;
}
ul.menu > li.poster-block .btn a:hover {
	background: #50d0ff;
}
.poster-block img {
	border: 1px solid #fff;
}

ul.menu > li.menu-sub {
	border-bottom: none;
}
.menu li.menu-sub label {
    display: block;
    padding: 17px 10px 16px 15px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
.menu li.menu-sub input {
    display: none;
}
.menu-sub ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block!important;
}
.menu-sub li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li {
    min-height: 48px;
    opacity: 1;
    border-bottom: 1px solid #fff;
}
#menu_bar01:checked ~ #links01 li a {
    font-size: 14px;
    align-items: center;
    padding: 15px 10px 14px 15px;
    font-weight: bold;
    display: block;
    color: #fff;
}
.pro_no {
    margin-bottom: 30px;
}
.pro_no dl {
	border: none;
}
.pro_no dt, .pro_no dd {
    display: inline-block;
    vertical-align: top;
}
.pro_no dt.organizers-jp {
    width: 128px;
}
.pro_no dd.organizers-jp {
    width: calc(100% - 128px);
}
.pro_no dt.speakers-jp {
    width: 48px;
}
.pro_no dd.speakers-jp {
	width: calc(100% - 48px);
}
.pro_no dt.organizers-en {
    width: 104px;
}
.pro_no dd.organizers-en {
    width: calc(100% - 104px);
}
.pro_no dt.organizer-en {
    width: 96px;
}
.pro_no dd.organizer-en {
    width: calc(100% - 96px);
}
.pro_no dt.chairs-en {
    width: 70px;
}
.pro_no dd.chairs-en {
	width: calc(100% - 70px);
}
.pro_no dt.speakers-en {
    width: 92px;
}
.pro_no dd.speakers-en {
	width: calc(100% - 92px);
}
.pro_no dt.specify-jp {
    width: 98px;
}
.pro_no dd.specify-jp {
    width: calc(100% - 100px);
}
.pro_no dt.specify-en {
    width: 106px;
}
.pro_no dd.specify-en {
    width: calc(100% - 108px);
}








/*プログラムのトップボタン用*/
.button {
    display: flex;
    width: 260px;
    height: auto;
    background: #01ABE9;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
    margin: 10px auto;
    vertical-align: top;
    justify-content: space-around;
}
.button a {
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 22px 10px;
    line-height: 140%;
    text-decoration: none;
}
.button:hover,
.btn a:hover {
	opacity:0.5;
}



@media (max-width:650px) {
.item-sp-br {
	display: none;
}

}

@media (max-width:500px) {
#topbanner a {
    width: 49%;
    margin-bottom: 10px;
}

}



/**/
table.ltb{
	text-align: center;
	border:1px solid gray;
	margin:20px auto;
}
table.ltb th,table.ltb td {
    padding: 10px;
    font-size: 1em;
    line-height: 20px;
	border:1px solid gray;
	taxt-align:center;
}
table.ltb th {
	background:#9BCFFF;
	width:50px;
}

table.ltb td{
	background:#fff;
	color:orangered;
}

	

/*下記、トップページのアコーディオン部分*/
/*
span.sankaku {
    position: relative;
    vertical-align: middle;
    display: block;
    padding: 6px 20px 5px 35px;
    color: #393939;
    background-color: #fff;
}*/
.registration-kaisai .switch {
    font-size: 24px;
    text-align: center;
    display: block;
    /*background-color: #393939;
     height: 50px; */
}
.switch {
    cursor: pointer;
    font-size: 14px;
    padding-left: 15px;
}
.registration-kaisai {
    border: 3px solid #393939;
    margin: 0px 0 30px;
    max-width: 630px;
    background-color: rgba(255,255,255,0.7);
    position: relative;
    z-index: 1;
}
.hides {
    padding: 30px 80px;
    border-top: solid 3px #393939;
}
@media (max-width:767px){
.hides {
	padding:30px 20px;
	}
	}
	
.switch{
	background:#fff;
	padding:10px 0;
}
.important-message-en{
	margin-top:30px;
}
.job_match {
	font-size:24px;
	
}
#nursery table {
    width: 100%;
}
#nursery table tr th {
    min-width:7em;
}
#nursery table tr td ol li {
    margin-top:5px;
}
#nursery table tr td ol {
    margin-top:20px;
}

#nursery .nursery_td_icon {
    display:flex;
}
#nursery .nursery_td_icon img {
    margin-left:20px;
    width:30%;
}#nursery tr td ul li {
    margin-bottom:10px;
}
@media (max-width:500px) {
    #nursery table tr th {
        min-width:0;
        padding:5px;
    }
    #nursery table tr td {
        padding:5px;
    }
    .button {
        width:180px;
    }
    #nursery .nursery_td_icon {
    flex-direction: column;
}
    #nursery .nursery_td_icon img {
    margin:0;
    width:100%;
}
}

#nursery.eng .button {
    display:block;
}

#nursery.eng ol {
    margin-top:0;
}

#nursery.eng .nursery_td_icon_en p {
    width:70%;
    display:inline-block;
}
#nursery.eng .nursery_td_icon_en img {
    width:25%;
    display:inline-block;
}

@media (max-width:800px){
    #nursery.eng .nursery_td_icon_en p {
    width:100%;
    display:block;
}
#nursery.eng .nursery_td_icon_en img {
    width:100%;
    display:block;
}
}

#luncheon-seminar dl dt {
    width:18%;
}

#luncheon-seminar dl dd {
    width:75%;
}

@media (max-width:540px){
    #luncheon-seminar dl dt {
    width:20%;
}
    #luncheon-seminar dl dd {
    width:70%;
}

}

#travel_award .award-list .sponsor_logo span.shozoku, #travel_award_en .award-list .sponsor_logo span.shozoku {
    width: calc(100% - 16em);
}

.pl_presenter{
    margin-bottom:70px;
}
.pl_presenter img {
    float:left;
    width:100px;
    margin-right:20px;
    margin-bottom:20px;
}

.pl_presenter .title {
    font-weight:bold;
    font-size:18px;
    color:#11173b;
}

.pl_presenter .prof{
    clear:both;
}
.align-center {
    text-align: center;
}
#open_lecture table.std tr th,
#brain_science table.std tr th{
    text-align: center;
}

#brain_science table.std tr th {
    width:160px;
}

.highlight {
    background:rgb(249 255 199 / 80%);
}

.presenters_poster {
    display:flex;
    justify-content: center;
    margin:20px 0;
}
.color_red {
    color:#ff0000;
}
.scroll-table {
  overflow: auto;
}

.suppouter {
    text-align:center;
}
.suppouter p {
    text-align: center;
}

.luncheon_box {
    border:1px solid #11173B;
    padding:20px;
}


#satelite table.std tr th {
    min-width:136px;
}

.longurl {
    word-break: break-all;
}

.jns-can-prog-long{
    width:8em;
}
.jns-can-prog-long+dd {
    width:calc(100% - 8em);
}
.eng dl dt.jns-can-prog-long {
    width:7em;
}
.eng dl dt.jns-can-prog-long+dd {
     width:calc(100% - 7em);
}
.jns-can-prog-long-long{
    width:10em;
}

.jns-can-prog-long-long+dd{
    width:calc(100% - 10em);
}
.eng dl dt.jns-can-prog-special {
    width:11em;
}
.eng dl dt.jns-can-prog-special+dd{
    width:calc(100% - 11em);
}

.eng dl dt.jns-can-prog-14em {
    width:14em;
}
.eng dl dt.jns-can-prog-14em+dd {
    width:calc(100% - 14em);
}
.imgs {
    display:flex;
    justify-content: space-between;
    margin:40px 0;
}
.imgs img {
    width:48%;
}




@media screen and (max-width: 500px) {
dl.banquet-info dd {
    width: 100%;
}
dl.banquet-en-info dd {
    width: 100%;
}
}

/*トップページボタン*/
.top-topics-btn a {
	font-size:24px;
	border:2px solid red;
	text-align: center;
	background:#fff;
	padding:10px;
	max-width:800px;
	margin:30px auto;
	display: block;
}
.top-topics-btn a {
	color:#000;
}
.top-topics-btn a:hover {
	text-decoration:none;
}
.top-topics-btn:hover {
	cursor:pointer;
	opacity:0.8;
}

a{
	word-break: break-word;
	}
#job_matching .std th{
	max-width:130px;
}