/* basic >>> */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p{
	letter-spacing: 1px;
	line-height: 1.4;
	/*text-align: justify;*/
	font-size: 17px;
	/*font-family: 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho' , 'ＭＳ 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif;*/
}
body{
	margin:0px;
	font-size: 16px;
	color:#333333;
}
a{
	color:#333333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.container{
/*	width: 960px;	*/
	width: 1070px;	/* edit okabe 2021/05/12 @@@@@ 1160 */
	margin:auto;
}
header{
	margin-bottom:10px;	/* edit okabe 50px -> 10px 2021/06/03 */
}
.left-box{
	width: 70%;
	/*display: inline-block;*/
	float:left;
	box-sizing: border-box;
	padding-right: 20px;
}
.right-box{
	/*display: inline-block;*/
	width: 30%;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 15px;
	background-color: white; /* add 2025/07/07 */
}

ul{
	list-style: none;
	padding: 0px;
}
.clearfix:after{
	contents:"";
	display:table;
	clear:both;
}
@media (min-width:768px){
	p{
		/*text-align: justify;*/
	}
}
/*@media (max-width: 991px){*/
@media (max-width: 1101px){/* edit okabe 2021/05/12 @@@@@ 1191 */
	.container{
		width: 95%;
		margin:auto;
	}
}
@media (max-width: 767px){
	.left-box{
		width: 100%;
		padding-right: 0px;
	}
	.right-box{
		width: 100%;
		padding-left: 0px;
	}
}
/*<<<*/
/* global >>> */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.main-color{
/*	color:rgb(138,23,40);	//edit 2021/03/03 */
/*color:rgb(39,94,224);*/	/* @@@@@ */
/*color: #275EEA;	*/
/*	color: #816e08;*/	/* edit okabe 2023/01/18 for LET62 */
	color: #1437a0;	/*test edit okabe 2023/10/06 for LET63 */
	color: #28a8e7;/*edit itami 2024/2/28 for LET64 */

}
.serif{
	font-family: 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho' , 'ＭＳ 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif;
}
.tecen{
	text-align: center;
}
.teright{
	text-align:right;
}
.text-underline{
	text-decoration: underline;
}
.excerpt{
	font-size: 15px;
	padding-left: 30px;
}
.link-box{
	text-align: right;
	/*margin-right: 5%;*/
	margin-top: 15px;
}
.button{
	-webkit-appearance: none;/*appleで表示が崩れるため*/
	display: inline-block;
	padding:3px 10px;
	color:white;
/*	background-color: rgb(138,23,40);*/
	background-color: #1452d6;
	border-radius: 5px;
/*	border:1px solid rgb(109,18,32); edit bellow okabe 2022/03/04 */
	border:1px solid rgb(88, 118, 122);
}
/* edit itami 2025/03/03 検索窓・検索ボタンのスタイル変更*/
.button-search{
	background-color: black;
	border-color: grey;
	border: none;
	border-radius: 8px;
}
.search-window{
	width: 120px;
	margin-right: 3px;
	border-radius: 8px;
	border: none;
	/* border-color: white; */
}

a.btn,
button,
input.btn {
	padding: 5px 10px;

/*	background: #ba1f22;
	background: -moz-linear-gradient(top, #ba1f22 0%, #8a1728 100%);
	background: -webkit-linear-gradient(top, #ba1f22 0%,#8a1728 100%);
	background: linear-gradient(to bottom, #ba1f22 0%,#8a1728 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba1f22', endColorstr='#8a1728',GradientType=0 );
edit bellow okabe 2022/03/04 */
/*
	background: #7dc3c6;
	background: -moz-linear-gradient(top, #7dc3c6 0%, #517dcd 100%);
	background: -webkit-linear-gradient(top, #7dc3c6 0%,#517dcd 100%);
	background: linear-gradient(to bottom, #7dc3c6 0%,#517dcd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc3c6', endColorstr='#517dcd',GradientType=0 );
*/
/* edit okabe 2023/01/18 for LET62 */
/*	background: #d6b57f;
	background: -moz-linear-gradient(top, #d6b57f 0%, #816e08 100%);
	background: -webkit-linear-gradient(top, #d6b57f 0%,#816e08 100%);
	background: linear-gradient(to bottom, #d6b57f 0%,#816e08 100%);
*/
/* edit okabe 2023/10/10 for LET63 */
	background: #0c307e;
	background: -moz-linear-gradient(top, #0c307e 0%, #1452d6 100%);
	background: -webkit-linear-gradient(top, #0c307e 0%,#1452d6 100%);
	background: linear-gradient(to bottom, #0c307e 0%,#1452d6 100%);

	border: none;
	border-radius: 11px; /* edit itami2025/03/03 for LET64 */
	text-decoration: none;
	font-size: 16px;
	color: white;
	text-shadow: 1px 1px 0px #000000;
	cursor: pointer;
}
a.btn:hover {
	text-decoration: none;
}

.dlt-link{
	color:rgb(138,23,40);
}
.dlt-link::after{
	content:"";
	width:0px;
	height:0px;
	display: inline-block;
	border-top:4px solid rgb(109,18,32);
	border-right:4px solid rgb(109,18,32);
	border-bottom:4px solid transparent;
	border-left:4px solid transparent;
	transform: rotate(45deg);
	margin-left: 5px;
}
.black-link{
	color: #333333;
}
.black-link::after{
	border-color: #333333 #333333 transparent transparent;
}
.triangle_icon::before{
	content:"";
	width:0px;
	height:0px;
	display: inline-block;
	border-top:3px solid #a5a5a5;
	border-right:3px solid #0c0c0c;
	border-bottom:7px solid transparent;
	border-left:7px solid transparent;
	transform: rotate(45deg);
	margin-right: 20px;
}
.pagination{
	border-top:1px solid #a5a5a5;
	padding-top: 10px;
	text-align: center;
}
.page-title{
	margin:0 0 15px 0;
}
.page-title::before{
	content: '';
	width: 12px;
	height: 12px;
	margin-right:10px;
	margin-bottom:3px;
	display: inline-block;
/*	background-color: rgb(138,23,40);	//edit 2021/03/03 */
/*background-color: rgb(39,94,224);*/	/* @@@@@ */
/*	background-color: #275EEA;	*/
/*	background-color: #816e08;*/	/*edti okabe 2023/01/18 for LET62 */
	/* background-color: #1437a0;	test edit okabe 2023/10/06 for LET63 */
	background-color: #28a8e7; /*edti itami 2024/2/28 for LET64 */
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.article-title{
	margin:0px;
	font-weight: bold;
	border-bottom: 3px double #b7b7b7;
	line-height: 1;
	font-size: 15px;
	margin: 20px 0 10px;
}
.article-title:first-letter{
	font-size: 25px;
/*	color:rgb(138,23,40);	//edit 2021/03/03 */
/*	color:rgb(39,94,224)	*/
/*	color: #816e08;*/	/* edit okabe 2023/01/18 for LET62 */
	/* color: #1437a0;	test edit okabe 2023/10/06 for LET63 */
	color: #28a8e7;	/*edit itami 2024/2/28 for LET64 */
}
.colouring-title{
	background-color:#f7f7f7;
	padding:5px;
	box-shadow: 2px 2px 4px -2px gray;
	display:inline-block;
}
.detailed-contents{
	font-size:15px;
	line-height: 23px;
	padding: 0 0 0 15px;
}
.pagination a{
	display: inline-block;
	width: 25px;
}
.pagination .current{
	color:rgb(109,18,32);
	border-bottom:1px solid;
}
.container li a{
	display: block;
}
.container li a.triangle_icon{
	text-indent: -30px;
    padding-left: 30px;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.disp-ib{
	display: inline-block;
}
.post-area p a{
	color:rgb(109,18,32);
	font-size:15px;
}
.post-area p a.btn {
	color: white;
}
.section{
	margin-bottom: 50px;
}
.bullet-list{
	list-style-type: disc;
	list-style-position: outside;
	padding-left:20px;
}
.fbold {
	font-weight:bold;
}
.annotation-s{
	font-size:13px;
	margin:4px 0;
}
.annotation-head{
	font-style:italic;
}
.hidden-anchor {
	position: absolute;
	top: -60px;
}
@media (min-width: 768px){
	.sp-mode{
		display: none;
	}
}
@media (max-width: 767px){
	.pc-mode{
		display: none;
	}
	.sp-mode{
		display: block;
	}
	.detailed-contents{
		padding: 0 5px;
	}
	.search-window{
		border: 1px solid;
		border-color: grey;
	}
}
/*<<<*/
/* header >>> */
header .table{
	color:white;
/*	margin:0px 10px 0px 40px;*/
	margin:0px 10px 0px 10px;	/*edit left 40px -> 10px  2021-03-08 */
	float:left;

}
header .table-cell{
	vertical-align: middle;
}
header .title-name {
	font-size: 24px;
	width: 117px;	/* edit 137px-> 117px okabe 2019/07/02 */
	line-height: 1;
}
header .title-name a{
	display: block;
	color:white;
	font-family: 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho' , 'ＭＳ 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif;
}
header .title-name a:hover{
	text-decoration: none;
}
header .title-small{
	font-size: 14px;
	line-height: 1;
	padding-bottom: 5px;
	text-indent: -6px;
}
header .top-line{
/*	background-color: #598eba;*/	/* edit black-> #598eba okabe 2021-05-18 */
/*	background-color: #d6b57f;*/	/* edit okabe 2023/01/18 for LET62 */
/*	background-color: #1452d6;*/	/* edit okabe 2023/10/10 for LET63 */
	background-color: #28a8e7;	/* edit okabe 2023/10/10 for LET63 */
	padding: 0px 0px;	/* edit 5px 0px -> 0px 0px 2021/06/03 okabe */
	position: relative;
}
@media(max-width:767px){
	body{
		padding-top: 42px;
	}
	header .top-line{
		position: fixed;
		top:0;
		left:0;
		right:0;
		z-index: 999;
	}
	header .title-name{
		font-size: 23px;
	}
}

header .search{
	float:right;
	margin-right: 40px;
}
header .search_new {	/* add 2021/06/06 */
	float:right;
	position:absolute;
	right: 10px;
	bottom: 14px;
}
header .xadd_break {	/* add 2021/06/07 */
	diplay:none;
}
@media(max-width:980px){	/* add 2021/06/06 */
header .xadd_break {	/* add 2021/06/07 */
	diplay:block;
}
}

header .img-box{
	/*text-align: center;*/
	color:white;
	/* height:350px; */
	position: relative;
max-width: 1110px;	/* 1200 -> 1000 okabe 2021/03/11 */ /* re-edit -> 1200 edit okabe 2021/05/12 @@@@@ 1200 */
/* min-height: 135px;	*/
margin-left:auto;
margin-right:auto;
	/*z-index: -1;*/
}
header .top-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index:-2;
}
header .img-box .cycle-slide {
	width: 100%;
	height: 100%;
}
header .header-text, .header-text2{	/* add okabe 2023-10-11 header-text2 */
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	/*z-index: -1;*/
}
/* test add start 2021-03-07 */
@media (max-width: 767px){
	header .header-text{
		display:none;
	}
	header .header-text2{
		display:block;
/*		background-color: #e8f4ff;*/	/* del okabe 2023-10-11 */
top:-20px;
	}
}
@media (min-width: 768px){
	header .header-text{
		display:block;
	}
	header .header-text2{
		display:none;
	}
}
/* test add end 2021-03-07 */
header .header-text h2{
	margin:0px;
}
header .big-title{
	font-size: 60px;
	color:#28a8e7;
	/* text-shadow:5px 3px 3px rgb(138,23,40); */
	text-shadow: 6px 2px 1px rgb(231 233 237);/* edit itami 2024/2/28 for LET64 */
  text-shadow:
    2px 2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    2px -2px 2px #ffffff;
}
header .img-box .sub-title{
	font-size:25px;
	text-shadow:-5px -3px 10px rgb(138,23,40),-5px 3px 10px rgb(138,23,40),5px -5px 10px rgb(138,23,40),5px 5px 10px rgb(138,23,40);
	line-height: 1.4;
}
header .menu{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba1f22+0,8a1728+100 */
	background: #ba1f22; /* Old browsers */
	background: -moz-linear-gradient(top, #ba1f22 0%, #8a1728 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ba1f22 0%,#8a1728 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to bottom, #ba1f22 0%,#8a1728 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*background: linear-gradient(to bottom, #d6b57f 0%,#816e08 100%);*/ /* 2023/01/18 okabe for LET62 */
/* background: linear-gradient(to bottom, #0c307e 0%,#1452d6 100%);*/ /* 2023/10/06 test add okabe for LET63 */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba1f22', endColorstr='#8a1728',GradientType=0 );*/  /*IE6-9*/
	/*color:white;
	text-shadow:1px 1px 0px #000000;
	font-size: 18px;
	vertical-align: middle;
	text-align: center; */
background: linear-gradient(to bottom, #80e2ef 0%, #2990db 100%); /* 2023/10/06 test add okabe for LET63 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba1f22', endColorstr='#8a1728',GradientType=0 );  /*IE6-9*/
	color:white;
	text-shadow:1px 1px 0px #000000;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
}
header .menu a{
	color:white;
}
header .menu ul{
	display: inline-block;
	padding: 15px 0px;
	margin: 0px;
	line-height: 1.5;
	position: relative;

}
header .menu li:not(:last-child){
	margin-right :10px;
}
header .menu li:not(:first-child)::before{
	content:"|";
	display: inline-block;
/*	height:25px;
	width:1px;
	background-color: white;*/
	/*margin:0px 10px;*/
	display: inline-block;
	position: absolute;
	top:20px;
	font-size:20px;
}
header .menu li{
	margin:0px;
	font-size: 15px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	text-align: left;
    text-indent: -10px;
    padding-left: 10px;
	/*margin-right: 25px;*/
	/*margin-left: 10px;*/
}
header .menu li:first-letter{
	font-size: 19px;
}

.countdown2{
	margin-top:0px;	/* edit 40px -> 0px okabe 2021-03-07 */
	/*float: right;*/
	text-align: center;
	margin-bottom:15px;	/* add okabe 2021-05-11 */
/* test add start okabe 2023-10-11 */
position: absolute;
right: 10px;
bottom: 10px;
/* test end start okabe 2023-10-11 */
}
.days-list{
	display:table;
	border-collapse: separate;
    border-spacing: 5px 0;
	margin-left:auto;	/* add okabe 2021-03-11 */
	margin-right:auto;	/* add okabe 2021-03-11 */
}
.days-list2{
	display:table;
	border-collapse: separate;
    border-spacing: 5px 0;
	margin-left:auto;
	margin-right:auto;
}
.countdown a{
	color:white;
	text-shadow:2px 2px 2px #000;
	text-decoration: none;
	display:table-cell;
	vertical-align: bottom;
}
.countdown2 a{
/*	color:white;	--del okabe 2021/05/10 */
/*color:#b75d00;*/	/* add okabe 2021/05/10 */
color:#9f5100;	/* edit okabe 2023/10/19 */
/*	text-shadow:2px 2px 2px #000; --del okabe 2021/05/10 */
	text-decoration: none;
	display:table-cell;
	vertical-align: bottom;
font-weight:bold;
}
.countdown-title{
/*	text-shadow:2px 2px 2px #000;	--del okabe 2021/05/10 */
/*text-shadow:1px 1px 1px rgb(156,196,255);*/
text-shadow:1px 1px 1px rgb(156,196,255);	/*edit okabe 2023/10/19 */
/*color: #b75d00;*/
color: #cf9777;
text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #333, -1px 1px 0 #FFF, 1px -1px 0 #333, 0px 1px 0 #FFF, 0-1px 0 #333, -1px 0 0 #FFF, 1px 0 0 #333;

}
.count-frame{
/*	background-color: rgba(0,0,0,0.3); --del okabe 2021/05/10 */
/*background-color: rgba(156,196,255, 0.8);*/	/* add okabe 2021/05/10 */
background-color: rgba(187,209,241, 0.8);	/* add okabe 2023/10/19 */
	display: inline-block;
	box-shadow: 0 2px 4px #424242;
	border:1px solid #fff;
	border-radius: 5px;
	padding: 2px;	/* 5px -> 2px 2021-03-07 */
	box-sizing: border-box;
/*	width: 88px;*/
/*	width: 80px; --del okabe 2021/05/11 */	/*edit 2021-03-08 */
	text-align: center;
}
.count-frame .count-title{
	/*	background-color: red;
		color*/
	font-size: 13px;
	display:inline-block;
/*	height:30px;	*/	/*del 2021-03-08 */
}
.count-frame .count-day{

}
/*@media (min-width: 990px){*/
@media (min-width: 1110px){	/* edit okabe 2021/05/12 @@@@@ 1190*/
	header nav br{
		display: none;
	}
}
/*@media (max-width: 991px){*/
@media (max-width: 1111px){	/* edit okabe 2021/05/12 @@@@@ 1191*/
	header .big-title{
		font-size:50px;
	}
	header .img-box .sub-title{
		font-size:25px;
	}
}
@media (max-width: 767px){
	header .big-title{	/* add okabe 2023-10-11 */
		font-size:30px;
	}

	header{
		margin-bottom: 20px;
	}
	header nav br{
		display: none;
	}
	header .table{
/*		margin: 0px 10px 0px 20px;	*/
		margin: 0px 10px 0px 5px;	/* edit 20px -> 5px 2021-03-08 */
	}
	header .img-box{
		/*padding:5% 0% 10%;*/
/*		height: 320px;	del 2021-03-07 */
		overflow: hidden;
	}
	header .top-img{
width:100%;
/*		height:100%;*/
	}
	header .big-title img{
		max-width: 90%;
	}
	header .img-box .sub-title{
		font-size:20px;
		margin-top: 5%;
	}
	.img-box .countdown {
		margin-top: 0px;	/* edit 25px -> 0px okabe 2019-07-02 */
	}

}
@media (max-width: 340px){
	header .img-box .sub-title{
		font-size:17px;
		margin-top: 3%;
	}
}
/*<<<*/
/* right-box >>> */
.right-box h3{
	margin: 0;
	border-bottom: 1px solid;
}
.right-box img{
	max-width:270px;
	width: 100%;
}
.right-box .news{
/*	background-color: #fff3f3;	edit 2021-03-03 okabe */
/*	background-color: #e4f0ff;	*/
/*	background-color: #fffbf2;*/	/* edit okabe 2023/01/18 for LET62 */
	background-color: #f4fcff;	/* test edit okabe 2023/10/06 for LET63 */
	background-color: #e0f5ff;	/* edit itami 2024/2/28 for LET64 */
	padding: 15px 8px 10px;
	/*border:1px solid #b9b9b9;*/	
	border-radius: 12px;
}
.right-box .news ul{
	padding-left: 0px;
}
.right-box .news .dlt-link{
	font-size: 13px;
}

.right-box .news
,.right-box .bunner
,.right-box .advertising
{
	margin-bottom: 25px;
}
.advertising .ad{
	display: inline-block;
	height:80px;
	text-align: center;
	margin-bottom: 8px;
}
@media(max-width: 767px){
	.right-box{
		margin-top: 40px;
	}
	.right-box img{
		margin-right:5px;
	}
}

/*<<<*/
/* menu modal >>> */
/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 50px;
	float: right;
	margin-right: 20px;
	margin-top:-5px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span {
    height: 3px;
    width: 25px;
    border-radius: 3px;
/*    background: #555;*/
    background: #a79966;
    display: block;
    content: '';
    cursor: pointer;
	margin: 7px auto;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*中身*/
#nav-content {
	display: none;
    overflow: auto;
	height:300px;
    /*position: fixed;*/
	overflow: scroll;
	position: absolute;
    top: 42px;
    right: 0;
    z-index: 999;/*最前面に*/
    /*width: 85%;右側に隙間を作る*/
    background: #fff;/*背景色*/
}
#nav-input:checked ~ #nav-content {
	display: block;
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-content{
	padding: 10px 15px;
/*	background-color: #ffd0d7;	*/
/*	background-color: #d4ebfb;	*/ /* edit 2021-03-08 */
/*	background-color: #fff7e6;*/	/* edit okabe 2023/01/18 for LET62 */
	background-color: #f4fcff;	/* edit okabe 2023/10/10 for LET63 */
}
#nav-content li{
	padding: 5px 0px;
	font-weight: bold;
}

/*<<<*/
/* left-box >>> */
.left-box .map{
	width:100%;
}
.post-area img{
	width: 45%;
	height:auto;
	float:right;
	margin:10px 15px;
	/*margin: 0 5%;*/
}
.post-area .form-text{
	width: 99%;
}
.post-area table{
	width: 100%;
	border-collapse: collapse;
  	border-spacing: 0;
}
.post-area table th
,.post-area table td{
	border:1px solid;
	padding:2px 5px;
}
.post-area table th{
/*	background-color: #fff3f3;	edit 2021-03-11 okabe */
	background-color: #e4f0ff;	/* @@@@@ */
	font-size:14px;
}
.post-area table .col-color th{
/*	background-color:#fbd3d3;	edit 2021-03-11 okabe */
	background-color: #b6d7e6;	/* @@@@@ */
}
.post-area .tb-pattern2{
	width:auto;
	border-collapse: collapse;
  	border-spacing: 0;
}
.post-area .tb-pattern2 td
,.post-area .tb-pattern2 th{
	border:none;
	border-bottom:1px dotted;
	padding:2px 10px;
}
@media (max-width: 767px){
	table.sp-mode{
		display: table;
	}
	.post-area .tb-pattern2{
		width:100%;
	}
}

/*<<<*/
/* general_info >>> */
.what_news li
,.what_news .theme{
	margin-bottom: 10px;
}
.what_news .post-time{
	font-size: 15px;
	/*color:#949494;*/
}
.keynotes{
	/*text-align: center;*/
}
.president,
.keynote{
	text-align: center;
	display: inline-block;
	/*margin: 0 5px;*/
	width: 32%;
	min-width: 150px;
	padding:0 2px;
	vertical-align: top;
}
.president img,
.keynote img{
	width: 100%;
	max-width: 200px;
}
.president .name,
.keynote .name{
	font-size: 19px;
	color: black;
	font-weight: bold;
	line-height: 19px;
}
.president .affiliation,
.keynote .affiliation{
	font-size: 15px;
	line-height: 1;
	padding-top: 5px;
}
.president .affiliation a,
.keynote .affiliation a{
	color:#949494;
}

/*<<<*/
/* footer >>> */
footer{
	clear:both;
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
	background-color: #ececec;
}
.footer-contents{
	padding: 0px 40px;

}
footer p{
	margin: 0;
	font-size: 15px;
}
footer ul{
	padding:10px 0 10px 0;
	margin:0;
}
footer .footer-nav li{
	display: inline-block;
}
footer li:not(:last-child)::after{
	content:"|";
	padding:0px 5px;
}
.copyright{
	font-weight: bold;
	color:white;
	background-color: #949494;
	/*margin: 0 -40px;*/
	padding: 3px 0px;
}
.item-title{
	font-size: 14px;
	padding: 10px 0px 0;
	color:gray;
}
.item-title::first-letter{
	/*font-weight: bold;*/
	font-size: 15px;
}
.contact-item{
	font-size: 13px;
}
@media (max-width: 767px){
	.footer-contents{
		padding: 0px 5%;
	}
	.copyright{
		padding: 13px 0 70px 0;
	}
}
/*<<<*/
/* single keynote >>> */
#president,
#key-note{
	margin-top: 20px;
}
#president .table,
#key-note .table{
	width:100%;
	margin-bottom:30px;
}
#president .table-cell,
#key-note .table-cell{
	vertical-align: bottom;
}
#president .img,
#key-note .img{
	/*float: left;*/
	margin:0 20px 15px 0;
	width: 220px;
}
#president .img img,
#key-note .img img{
	width: 200px;
}
#president .name,
#key-note .name{
	font-size: 25px;
	margin: 0;
	border-bottom: 1px solid;
	/*margin-left: 220px;*/
}
#president .company,
#key-note .school{
	margin: 0 0 10px 0;
	color:#949494;
}
@media (max-width: 560px){
	#president .img,
	#key-note .img{
		/*float: none;*/
		text-align: center;
		margin:0 20px 15px 0;
		width:100%;
	}
	#president .table-cell,
	#key-note .table-cell{
		display: block;
	}
	#president .name,
	#key-note .name{
		margin: 25px 0 0 0;
		text-align: center;
	}
	#president .company,
	#key-note .school{
		text-align: center;
	}
    /* add okb 2024-05-30 */
    #president .name,
    #key-note .name{
	  width: 90%;
    }
}
/*<<<*/
/* single news >>> */
.single .post-time{
	text-align: right;
	margin-top: -20px;
	color:#949494;
}
/*<<<*/
/* Top arraw >>> */
#TopArrowScrollBtn {
	position: fixed;
	right: 15px;
	bottom: 15px;
	text-align: center;
	padding: 5px;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/

	padding:15px;
/*	color: rgb(138,23,40);*/
color: rgb(20,26,34);
/*	border:1px solid rgb(138,23,40);*/
border:1px solid rgb(20,26,34);
	font-weight: bold;
	border-radius: 50%;

	z-index: 109;
}
/* <<< */

/*<<<*/
/* Call for Papers >>> */
.cfp-fontbold {
	font-weight:bold;
}
.cfp-testindent3 {
	text-indent: 3em;
}
.cfp-liststyle {
	list-style-type: disc;
	padding-left: 40px;
}
.cfp-color-red {
	color:red;
}
.cfp-text-underline1 {
	text-decoration: underline;
}

body.call_for_papers .post-area p{
	font-size:16px;
}

/* <<< */
/* registration >>> */
.registration .post-area table td{
	text-align:right;
}
/* <<< */

/* registration-guide-en >>> add okabe 2019/04/11 */
.registration-guide-en .post-area table td,
.registration-guide-ja .post-area table td {
	text-align:right;
}
/* <<< */
/* top-guide-jst >>> add okabe 2019/04/18 */
.top-guide-jst {
/*	background-color: rgba(0,0,0, 0.2);	--del okabe 2021/05/10 */
/*	color: #efc6c6;	--del okabe 2021/05/10 */
/* add start okabe 2021/05/10 */
text-shadow:1px 1px 1px rgb(156,196,255);
color: #1266f2;
/* add end okabe 2021/05/10 */
	font-size: 16px;
	/*margin-left: 2px;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* <<< */
/* important_dates_program >>> */
.important_dates_program .post-area .tb-item{
	width:350px;
}
.important_dates_program .post-area .tb-pattern2{
	margin-left:30px;
}
@media (max-width: 767px){
	.important_dates_program .post-area .tb-item{
		width:50%;
	}
	.important_dates_program .post-area .tb-pattern2{
		margin-left:0px;
	}
}
/* <<< */
/* Organizers >>> */
.organizers .period{
	margin: 15px 30px;
}
.organizers .table{
	width:100%;
	margin: 0px 30px;
	padding-bottom: 5px;
}
.organizers .organization-name{
	width:40%;
}
@media (max-width: 767px){
	.organizers .table{
		padding-bottom: 0px;
	}
	.organizers .table-cell{
		display:table;
	}
	.organizers .organization-name{
		margin-bottom: 3px;
	}
	.organizers .belongs{
		margin-bottom: 15px;
	}
}
/* <<< */
/* Workshops >>> */
.workshops table td.cell-emph{
	font-size:14px;
	font-weight:bold;
}
.workshops .ws-abs-block{
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}
.workshops .ws-teacher{
	margin-top:10px;
	margin-bottom:2px;
}
.workshops .ws-abs{
	margin:0;
	padding-left:20px;
	text-align: justify;
}
@media (max-width: 767px){
	.workshops .ws-abs{
		padding:0;
	}
}
/* <<< */

/* add okb 2019-06-26 >>>*/
.detail-margin-top-xxx {
	margin-top:5px;
}
.detail-display-block-xxx {
	display:inline-block
}
.keynote-titlex {
	font-weight: bold;
	font-size: 17px;
}
/* <<< */
/* add okb 2019-07-02 >>> */
.top-new-logo-pc { display:block; }
.top-new-logo-sp { display:none; }
@media (max-width: 767px){
	.top-new-logo-pc { display:none; }
	.top-new-logo-sp { display:block; }
	.big-title { height: 180px; }
}
@media (max-width: 360px){
	.big-title { height: 165px; }
}
@media (max-width: 340px){
	.big-title { height: 150px; }
}
/* <<< */
/* add okb 2019-07-11 >>> */
.tokyo-half-day-bus-tour-photos > img {
	width: 32%;
	float: left;
	margin: 0 1% 0 0;
	display: block;
}
/* <<< */
/* sponsors  >>> */
/* add start 2021-03-03 @@@@@ */
.banner_normal_sizexx {
	display:block;
}
.banner_smartphone_sizexx {
	display:none;
}
/* add end 2021-03-03 @@@@@ */
.one-box{
	width:33%;
	margin: -1px;
	float:left;
/*	border: 2px solid #c1c1c1; //edit 2021-03-03 */
border: 1px solid #c1c1c1;	/* @@@@@ */
	box-sizing: border-box;
/*	padding: 8px;	//edit 2021-03-03 */
padding: 5px;	/* @@@@@ */
/*	height: 105px;	//edit 2021-03-03 */
height: 130px;	/* @@@@@ */
	font-size: 15px;
	text-align:center;
}
.one-box.small{
	font-size:13px;
}
.sponsors .table-cell{
	vertical-align: middle;
}
.one-box .box-row2{
	color:#8a8a8a;
}
@media (max-width: 767px){
	.one-box{
		width:50%;
	}
}
@media (max-width: 560px){
	.one-box{
		width:100%;
		height:auto;
	}
	.one-box.small{
		font-size:15px;
	}
/* add start 2021-03-03 @@@@@ */
.banner_normal_sizexx {
	display:none;
}
.banner_smartphone_sizexx {
	display:block;
}
/* add end 2021-03-03 @@@@@ */
}
/* <<< */

.temp_dispenv_overlay {
  position: absolute; /* 絶対配置で画像の中央に配置 */
/*  left: 50%;*/
  top: 0px;
/*  transform: translate(-50%, -50%);*/
margin-top: 2px;
margin-left: 2px;
/*  width: 100%;*/
  color: #f90606;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(255,153,51, 0.3);
}

/* add start 2021/03/10 サブメニュー表示制御 */
/* 右サイドの News と サブメニューの制御 */
@media (min-width: 768px){
  .xsub_menu_bottom {
    display: none;
  }
  .xsub_menu {
    display: block;
  }
}
@media (max-width: 767px){
  .xsub_menu_bottom {
    display: block;
  }
  .xsub_menu {
    display: none;
  }
}
/* TOP(HOME)の about 表示用 */
.nc3-img {
	width: 132px;
	height: 132px;
}

.list-style-1 {
	list-style-type: disc;
	padding-left: 2.5em;
	text-indent: -0em;
}
/* add end 2021/03/10 */

/* add okabe 2022/05/27 */
.guide_img {
	width:90%!important;
	border:1px silver solid!important;
	float:initial!important;
	margin:0px 5px!important;
	max-width:422px;
}
.guide_img_arrow {
	width:15%!important;
	float:initial!important;
	margin:0px!important;
}
/* add okabe 2024/05/30 keynote-spealers image stretch in detail */
@media (max-width: 400px){
	.xkeynote_speaker_image {
		width: 40%!important;
	}
}
