/*----------------------------------------------------------------------------******************************************************************************PC******************************************************************************----------------------------------------------------------------------------*/

@media screen and (min-width: 769px){

/*----------------------------------------------------------------------------

******************************************************************************

Layout

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Base === */

body {

background: url(../images/common/body_box_bg.png) top center,#98CF37;

}

#body_box {

	width:1000px;

	margin:0 auto;

	background:#fff;

	padding-bottom:20px;

	box-shadow:0 0 4px rgba(0,0,0,1.0);



}

.layout {

	max-width: 960px;

	margin: 0 auto;

	overflow: hidden;

}

/* ==== Backgraund === */

#wrap {

	background: #fff;

	border-top: 3px solid #98CF37;

}

/* ==== Header === */

#hd {

	height: 90px;

	position: relative;

	border-bottom:1px solid #98CF37;

}

header {
    position: relative;
}

header .lang {
    position: absolute;
    top: 30px;
    right: 0;
    border: 1px solid #98CF37;
    display: flex;
}

header .lang a {
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#98CF37;
    font-weight: bold;
}

header .lang a.current {
    background: #98CF37;
    color: #fff;
}

.header_en h1 {
    font-size: 1.4rem;
}

/* ==== Navigation === */

#nav {

	height: 58px;

	margin-top:20px;

}

#nav_bg {



}

#nav ul {

}

#nav li {

	float: left;

	width: 19%;

	margin:0 0.5%;

	line-height: 50px;

	border: 1px solid rgba(0,0,0,0.8);

	border-radius:60px;

	box-shadow:0 2px 4px rgba(0,0,0,0.2);



}

#nav li a {

	color: #fff;

	text-decoration: none;

	display: block;

	text-align: center;

	font-size: 14px;

	font-weight: bold;

	text-shadow : 1px 1px 2px rgba(0,0,0,0.8);

	border: 1px solid rgba(255,255,255,0.8);

background: url(../images/common/nav_bg.png) top center,-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #98CF37), color-stop(0.00, #d6ecaf));

background: url(../images/common/nav_bg.png) top center,-webkit-radial-gradient(50% 100%, circle, #d6ecaf, #98CF37);

background: url(../images/common/nav_bg.png) top center,-moz-radial-gradient(50% 100%, circle, #d6ecaf, #98CF37);

background: url(../images/common/nav_bg.png) top center,-o-radial-gradient(50% 100%, circle, #d6ecaf, #98CF37);

background: url(../images/common/nav_bg.png) top center,-ms-radial-gradient(50% 100%, circle, #d6ecaf, #98CF37);

background: url(../images/common/nav_bg.png) top center,radial-gradient(50% 100%, circle, #d6ecaf, #98CF37);

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

	border-radius:60px;

}

#nav li a:hover {

	color:#020;

	text-shadow : 1px 1px 2px rgba(255,255,255,0.8);

background: url(../images/common/nav_bg.png) top center,-webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(1.00, #96cb3a), color-stop(1.00, #c9e499), color-stop(0.00, #fff));

background: url(../images/common/nav_bg.png) top center,-webkit-radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,-moz-radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,-o-radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,-ms-radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%);





}

nav .current {

	color:#020!important;

	text-shadow : 1px 1px 2px rgba(255,255,255,0.8)!important;

background: url(../images/common/nav_bg.png) top center,-webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(1.00, #96cb3a), color-stop(1.00, #c9e499), color-stop(0.00, #fff))!important;

background: url(../images/common/nav_bg.png) top center,-webkit-radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,-moz-radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,-o-radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,-ms-radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,radial-gradient(50% 0%, circle, #fff 0%, #c9e499 100%, #96cb3a 100%)!important;

}

#nav .lang {
    display: none!important;
}

#nav .long_en {
    line-height: 1.9em;
}

#menu {

	display:none;

}

/* ==== Content === */

#con_bg {

	background: url(../images/common/con_bg.jpg) repeat-x top center;

	margin-top:10px;

}

#con {

}

#sidenav {

	width:23%;

	max-width: 220px;

	float: left;

	margin-top: 20px;

	border:1px solid #98CF37;

}

#sidenav ul {

	padding: 0px;

}

#sidenav li {

}

#sidenav li a {

	width:100%;

	box-sizing: border-box;

	height: auto;

	padding: 12px 5px 5px 23px;

	display: block;

	text-decoration: none;

	background: url(../images/common/sidenav_icon.png) no-repeat 6px 16px;

	font-size: 12px;

	color: #333333;

	border-bottom: dotted 1px #CCC;

}

#main {

	width:75%;

	max-width: 720px;

	float: right;

	margin-top: 20px;

}

/* ol,ul */

#main ol, #main ul {

	padding: 5px 0px 5px 25px;

}

#main ul {

	list-style-type: disc;

}

#main ol li, #main ul li {

	padding: 5px 0px;

}

/* table */

#main table {

	margin: 10px 0px;

}

#main table th, #main table td {

	padding: 5px;

}

/* img */

#main img {

	max-width:100%

}

#main a img {

	display: inline-block;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

#main a img:hover, .shrink:focus, .shrink:active {

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

}




/* ==== Footer === */

#ft {

	margin-top: 20px;

	padding-top: 25px;

	padding-bottom: 25px;

	text-align: center;

	color: #fff;

	background: #274B12;

}

/*----------------------------------------------------------------------------

******************************************************************************

Head

******************************************************************************

----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

}

h1 {

	position: absolute;

	top: 25px;

	left: 0px;

	line-height: 1.0em;

}

h1 a {

	color: #000!important;

	text-decoration: none;

}

h1 span {

	display: block;

	font-size: 0.65em;

}

h2 {

	color: #fff;

	border:1px solid #98CF37;

	font-size: 34px;

	font-weight:normal;

	text-shadow : 0px 0px 5px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	height:80px;

	padding: 0.9em 0 0.0em 0.5em;

	background: url(../images/i_img.jpg);

	background-position: center;

}

#sidenav h2 {

	color: #fff;

	border:1px solid #98CF37;

	text-align: center;

	font-size: 16px;

	font-weight:bold;

	padding:10px;

	height:50px;

	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	background: url(../images/nav_bag.png) top center #98CF37;

}

h3 {

	margin: 0.8em 0 0.4em 0;

	font-size: 1.4em;

	font-weight: normal;

	height: 40px;

	padding: 0.4em 0 0.0em 1.5em;

	background: url(../images/common/h3_bg.png) left center no-repeat;

}

h4 {

	font-size: 1.2em;

	font-weight: normal;

	padding: 0.0em 0 0.0em 0.4em;

	border-left: 5px double #98CF37;

	margin: 0.6em 0 0.4em 0;

}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {

	margin: 0;

	padding: 0;

	background: none;

	border: none;

}
h5 {
	border-bottom: double 5px #b5d280;
	font-size: 1.3rem;
	margin: 20px;
	display: inline-block;
}

/*----------------------------------------------------------------------------

******************************************************************************

Original

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Index === */

#i_img {

	margin-top:20px;

}

#i_img img {

	width: 100%;

}

#i_main {

	width:100%;

	max-width: 960px;

	float: left;

	padding: 20px;

}

#i_main .main_list {
    list-style:  none;  /* デフォルトのアイコンを消す */
	font-size: 1rem;
	margin: 0 0 0 50px;
	line-height: 1.5;
}

#i_main .main_list li {
    display: flex;
}

#i_main .main_list li:before {
    content:  "〇";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  block;     /* インラインブロックにする */
    background-color: #fff;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: 0px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

#i_news {

	height: 300px;

	overflow:auto;

	border: none;

}

#i_news table {

}

#i_news table td {

	vertical-align: top;

	font-size: 0.8em;

	padding: 10px;

}

#i_news table tr {

	border-bottom: 1px dotted #CCC;

}

#i_news table td.date {

	width: 140px;

	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;

	padding-left: 20px;

}

#i_bnr {

	margin-top: 20px;

	width:23%;

	max-width: 220px;

	float: right;

}

#i_bnr ul {

}

#i_bnr li {

	float: left;

	margin-bottom: 4px;

	width:100%;

}

#i_bnr li a {

	display: block;

	width: 100%;

	text-decoration: none;

	color: #000;

	padding: 15px 0 15px 30px;

	border: 1px solid #98CF37;

	border-radius: 3px;

	background: url(../images/common/bnr_bg.png) 8px center no-repeat;

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

}

#i_bnr li a:hover {

	color: #fff;

	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #98CF37;

}

/*----pagetop----*/

#page-top {

	position: fixed;

	bottom: 5px;

	right: 20px;

	font-size: 77%;

}

#page-top a {

	background: #274B12;

	border: #fff 1px solid;

	text-decoration: none;

	color: #fff;

	width: 120px;

	padding: 20px 0;

	text-align: center;

	display: block;

	border-radius: 5px;

}

#page-top a:hover {

	text-decoration: none;

}

/*--------page--------*/
.page p:before {
    content: "　";
}


/*symposium*/


.page .list_symposium {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0!important;
}

.page .list_symposium li {
    list-style: none;
    align-self: center;
}

.page .list_symposium li img {
    width: 150px;
    border: 1px solid #ccc;
}


.page .table_symposium {

	border-top: 1px solid #cccc;

	border-left: 1px solid #ccc;

    width: 100%;

}

.page .table_symposium td {

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	vertical-align: top;

}

.page .table_symposium th {

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	background-color: #F2F2F2;

	text-align: center;

	font-weight: bold;

    width: 100px;

    background: #3333332e;
    color: #000;


}

.page .table_symposium_en {

	border-top: 1px solid #cccc;

	border-left: 1px solid #ccc;

    width: 100%;

}

.page .table_symposium_en td {

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	vertical-align: top;

}

.page .table_symposium_en th {

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	background-color: #F2F2F2;

	text-align: center;

	font-weight: bold;

    width: 20%;

    background: #3333332e;
    color: #000;


}

.page .table_symposium_en  table th, .page .table_symposium_en table td{
    border: none;
}

.page .table_symposium .title {
    font-weight: bold;
    padding-bottom: 5px;
}

.page .table_symposium ul {
padding: 5px 0px 10px 25px!important;
}
.page .table_symposium ul li {
    padding: 0 0 5px 0!important;

}

.page .table_symposium .sub_list {
    padding-left: 45px!important;
}


/*record*/

.page .record_table tr {
    border-bottom: 1px solid #ccc;
}


.page .record_table th, .record_table td{
    display: block;
}

.page .record_table th{
    padding: 15px 0 5px 0!important;
}

.page .record_table td{
    padding: 0 0 10px 15px!important;
}

/*document*/

.page .document_table tr {
    border-bottom: 1px solid #ccc;
}


.page .document_table th, .document_table td{
    display: block;
}

.page .document_table th{
    padding: 15px 0 5px 0!important;
}

.page .document_table td{
    padding: 0 0 10px 15px!important;
}

}

/*----------------------------------------------------------------------------******************************************************************************スマートフォン******************************************************************************----------------------------------------------------------------------------*/

@media screen and (max-width:769px){

/*----------------------------------------------------------------------------

******************************************************************************

Layout

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Base === */

body {

	background: url(../images/body_bg.jpg);

}

.layout {

	width: 100%;

	overflow: hidden;

}

/* ==== Backgraund === */

#wrap {

	background: #fff;

	border-top: 3px solid #98CF37;

}

/* ==== Header === */

#hd {

	height: 100px;

	position: relative;

	background: url(../images/hd_bg.jpg) no-repeat;

}

header .lang {
    display: none;
}

.header_en h1 {
    font-size: 1rem;
    padding-right: 10%;
}
.header_en_size {
	font-size: 0.7em;
}

/* ==== Navigation === */

#nav {

	position: fixed;

	top: 0px;

	right: -200px;

	height: 100%;

	z-index: 100;

	width: 200px;

	overflow-x: none;

	overflow-y: auto;

	font-size: 16px;

	background: url(../images/common/nav_bg.png) top center #000;

	color: #fff;

	-webkit-box-shadow: inset 0 0 5px 5px #222;

	-moz-box-shadow: inset 0 0 5px 5px #222;

	box-shadow: inset 0 0 5px 5px #222;

}



#nav ul {

	display: block;

	margin: 0 0 15px;

	padding: 0;

	border-top: 1px solid #1a1a1a;

	border-bottom: 1px solid #4d4d4d

}

#nav ul li {

	display: block;

	margin: 0;

    line-height: 2rem;

	border-top: 1px solid #4d4d4d;

	border-bottom: 1px solid #1a1a1a;
    font-size:0.95rem;
}



#nav ul li img {

	max-width:100%;

	margin: 0 auto;

	padding:10px 0;

}



#nav ul li:hover>a {

	-webkit-box-shadow: inset 0 0 15px 3px #222;

	-moz-box-shadow: inset 0 0 15px 3px #222;

	box-shadow: inset 0 0 15px 3px #222

}

#nav ul li a {


	display: block;

	text-decoration: none;

	color: #fff;

	text-shadow: 2px 2px 0 rgba(0,0,0,1.0);
    padding: 10px;

}

#nav ul li ul {

	border-bottom: none;

	margin: 0

}

#nav ul li ul li {

	line-height: 40px;

	font-size: 13px

}

#nav ul li ul li:last-child {

	border-bottom: none

}

#nav li a:hover {
    background:none;
}

#nav .lang {
    display: flex;
    justify-content: center;
}

#nav .lang a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: #000;
}

#nav .lang .current {
    background: #777!important;
}

#nav ul .current {
    background: #666;
}

#nav li a:hover {
   background: #666;
}

#menu {

	cursor:pointer;

	position:fixed;

	top:10px;

	right:10px;

	z-index: 1000;

}

/* ==== Content === */

#con_bg {

}

#con {

}

#sidenav {

	width: 220px;

	float: left;

	margin-top: 20px;

	border:1px solid #98CF37;

	display:none;

}

#main {

	width: 100%;

	margin-top: 20px;

}

/* ol,ul */

#main ol, #main ul {

	padding: 5px 0px 5px 25px;

}

#main ul {

	list-style-type: disc;

}

#main ol li, #main ul li {

	padding: 5px 0px;

}

/* table */

#main table {

	margin: 10px 0px;

}

#main table th, #main table td {

	padding: 5px;

}

/* img */

#main img {

	max-width:100%;

	display:block;

	margin:5px auto;

	float:none;

}



#main a img {

	display: inline-block;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

#main a img:hover, .shrink:focus, .shrink:active {

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

}

/* ==== Footer === */

#ft {

	margin-top: 0px;

	padding-top: 25px;

	padding-bottom: 25px;

	text-align: center;

	color: #fff;

	background:#274B12;

}

/*----------------------------------------------------------------------------

******************************************************************************

Head

******************************************************************************

----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

}

h1 {

	position: absolute;

	top: 30px;

	left: 20px;

	line-height: 1.0em;

	font-size:  1.7em;

}

h1 a {

	color: #000!important;

	text-decoration: none;

}

h1 span {

	display: block;

	font-size: 0.5em;

}

h2 {

    color: #fff;
    border: 1px solid #98CF37;
    font-weight: normal;
    text-shadow: 0px 0px 5px rgb(0 0 0), 2px 2px 2px rgb(255 255 255 / 50%);
    height: 80px;
    padding: 0 0.5em ;
    background-image: url(../images/i_img.jpg);
	background-position: center;
    line-height: 2rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

#sidenav h2 {

	color: #fff;

	border:1px solid #98CF37;

	text-align: center;

	font-size: 16px;

	font-weight:bold;

	padding:10px;

	height:50px;

	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	background: url(../images/nav_bag.png) top center #98CF37;

}

h3 {

	margin: 0.8em 0 0.4em 0;

	font-size: 1.4em;

	font-weight: normal;

	height: 40px;

	padding: 0.4em 0 0.0em 1.5em;

	background: url(../images/common/h3_bg.png) left center no-repeat;

}

h4 {

	font-size: 1.2em;

	font-weight: normal;

	padding: 0.0em 0 0.0em 0.4em;

	border-left: 5px double #000D1C;

	margin: 0.6em 0 0.4em 0;

}
h5 {
	border-bottom: double 5px #b5d280;
	display: inline-block;
	margin: 0 10px;
    font-size: 0.8rem;
}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {

	margin: 0;

	padding: 0;

	background: none;

	border: none;

}

/*----------------------------------------------------------------------------

******************************************************************************

Original

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Index === */

#i_img {

}

#i_img img {

	width: 100%;

	margin-top: 10px;

}

#i_main {

	width: 100%;

	margin-top: 20px;

}

#i_main .main_list {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
    margin-left:1rem;
}


#i_main .main_list li {
    display: flex;
}

#i_main .main_list li:before {
    content:  "〇";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  block;     /* インラインブロックにする */
    background-color: #fff;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: 0px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

#i_news {

	height: 300px;

	overflow:auto;

	border: none;

}

#i_news table {

}

#i_news table td {

	vertical-align: top;

	font-size: 0.9em;

	padding: 10px;

	display:block;

}

#i_news table tr {

	border-bottom: 1px dotted #CCC;

}

#i_news table td.date {

	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;

	padding-left: 20px;

}

#i_bnr {

	margin-top: 20px;

	width: 100%;

}

#i_bnr ul {



}

#i_bnr li {

	width: 100%;

	margin-bottom: 4px;

}

#i_bnr li a {

	display: block;

	width: 100%;

	text-decoration: none;

	color: #000;

	padding: 15px 0 15px 30px;

	border: 1px solid #98CF37;

	border-radius: 0px;

	background: url(../images/common/bnr_bg.png) 8px center no-repeat;

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

}

#i_bnr li a:hover {

	color: #fff;

	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #98CF37;

}

/*----pagetop----*/

#page-top {

	width:100%;

}

#page-top a {

	background: #666;

	border: none;

	text-decoration: none;

	color: #fff;

	width: 100%;

	padding: 20px 0;

	text-align: center;

	display: block;

}

#page-top a:hover {

	text-decoration: none;

}

/*--------page--------*/
.page p:before {
    content: "　";
}


/*symposium*/

.page .list_symposium {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0!important;
}

.page .list_symposium li {
    list-style: none;
    align-self: center;
}

.page .list_symposium li img {
    padding: 0 20px;
}



.page .table_symposium {

	border-top: 1px solid #cccc;

	border-left: 1px solid #ccc;

    width: 100%;

}

.page .table_symposium td {

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	vertical-align: top;

    display: block;
    width: 100%;

}

.page .table_symposium th {

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	background-color: #F2F2F2;

	text-align: center;

	font-weight: bold;

    width: 100%;

    background: #3333332e;
    color: #000;
    display: block;


}

.page .table_symposium .title {
    font-weight: bold;
    padding-bottom: 5px;
}

.page .table_symposium ul {
    padding: 5px 0px 10px 25px!important;
}
.page .table_symposium ul li {
    padding: 0 0 5px 0!important;

}

.page .table_symposium .sub_list {
    padding-left: 45px!important;
}

.page .table_symposium_en {

	border-top: 1px solid #cccc;

	border-left: 1px solid #ccc;

    width: 100%;

}

.page .table_symposium_en td {

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	vertical-align: top;

    display: block;
    width: 100%;

}

.page .table_symposium_en th {

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	background-color: #F2F2F2;

	text-align: center;

	font-weight: bold;

    width: 100%;

    background: #3333332e;
    color: #000;
    display: block;


}

.page .table_symposium_en .title {
    font-weight: bold;
    padding-bottom: 5px;
}

.page .table_symposium_en  table tr {
    display: flex;
}

.page .table_symposium_en  table th, .page .table_symposium_en table td{
    border: none;
}

.page .table_symposium_en  table td:first-child {
    width: 5%;
}



.page .table_symposium ul {
    padding: 5px 0px 10px 25px!important;
}
.page .table_symposium ul li {
    padding: 0 0 5px 0!important;

}

.page .table_symposium .sub_list {
    padding-left: 45px!important;
}



/*record*/

.page .record_table tr {
    border-bottom: 1px solid #ccc;
}


.page .record_table th, .record_table td{
    display: block;
}

.page .record_table th{
    padding: 15px 0 5px 0!important;
}

.page .record_table td{
    padding: 0 15px 10px 15px!important;
}

/*document*/

.page .document_table tr {
    border-bottom: 1px solid #ccc;
}


.page .document_table th, .document_table td{
    display: block;
}

.page .document_table th{
    padding: 15px 0 5px 0!important;
}

.page .document_table td{
    padding: 0 15px 10px 15px!important;
}
}