@charset "UTF-8";
html {
	/* ページに常にスクロールバーを表示 */
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #E7F0F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
text, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
header {
	background-repeat: repeat;
	text-align: center;
	border-bottom: 5px solid #1B3074;
	-webkit-box-shadow: 0px 2px 4px #515467;
	box-shadow: 0px 2px 4px #515467;
	background-image: url(images/bg_s.jpg);
	background-size: auto 100px;
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2rem;
	padding: 0.5em 0.5em 0.8em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2;
}

header div.header-inner{
	max-width: 960px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	text-align: left;
}


header p{
	margin: 0;
	padding: 0;
	font-size: 50%;
	line-height: 1.5;
}

header p:first-child{
	margin-top: 10px;
}

header p::before{
		background-color: #fff;
	color: rgba(1,44,114,1.00);
	border-radius: 13px;
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	margin-right: 10px;
}

header p:first-child::before{
	content: 'Date';
}

header p:nth-child(2)::before{
	content: 'Conference Venue';
}


.title1 {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #002D72;
	margin-top: 1em;
	margin-bottom: 1em;
}
/*幅と背景*/
#wrapper {
	padding: 1em;
	box-sizing: border-box;
	max-width: 780px;
	width: 100%;
	margin: 0px auto;
	text-align: center;

}
.error {
	background-color: #FFEDF3;
	color: #D10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 5px 2px;
	text-align: center;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
table.base {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	padding: 0px;
	text-align: left;
	margin: 0px auto 2em;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 2px #7B86AB;
	box-shadow: 0px 0px 2px #7B86AB;
	width: 100%;
}

table.base td {
	margin: 0px;
}
table.base td p {
	padding-top: 10px;
	padding-left: 1em;
	padding-right: 1em;
}
table.base1 {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	text-align: left;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 1px 4px #7B86AB;
	box-shadow: 0px 1px 4px #7B86AB;
	width: 100%;
}
table.base1 td {
	padding: 8px 10px 8px 1em;
	border: 1px solid #677994;
	vertical-align: middle;
	box-sizing: border-box;
}
table.base1 td.dot {
	border-bottom: 1px dotted #677994;
}
.komoku {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #002D72;
	background-image: url(images/stripe.png);
}
.midashi1 {
	background-color: #002D72;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}
.setsumei {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: auto;
	font-size: 9.5pt;
}
.center {
	text-align: center;
}
.box {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
	background-color: #006432;
	font-size: 11pt;
}
/*span設定*/
.eg {
	color: #7D7D7D;
	font-size: 9pt;
}
/*span設定*/
.red {
	color: #E80000;
	padding-left: 2px;
	padding-right: 2px;
}
/*span設定*/
.blue {
	color: #001F92;
}
input[type="checkbox"], 
input[type="radio"] {
	display: inline-block;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	cursor: pointer;
}
input, text {
	height: 22px;
	padding-right: 0.7em;
	padding-left: 0.7em;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0; /*　枠線 */
	-webkit-border-radius: 4px; /* 角丸 */
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
input, select {
	height: 25px;
	padding: 0px 0.7em;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0; /*　枠線 */
	-webkit-border-radius: 4px; /* 角丸 */
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}
input, textarea {
	padding-right: 0.7em;
	padding-left: 0.7em;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0; /*　枠線 */
	-webkit-border-radius: 4px; /* 角丸 */
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input:focus, textarea:focus {
	border-left: 1px solid #B488FF;
	border-right: 1px solid #B488FF;
	border-bottom: 1px solid #B488FF;
	border-top: 1px solid #B488FF;
}
input.space_tb2,input.space_tb1 {
	padding: 0.5em 2em;
	vertical-align: middle;
	background-color: #FFFFFF;
	height: 30px;
}
input.space_tb2:hover,input.space_tb1:hover {
	background-color: #E3E3E3;
	transition: 0.5s;
}

input[type="file"]{
	border: none;
}

a {
	color: #00A6B9;
	text-decoration: none;
}
a[href] {
	transition: 0.5s;
	cursor: pointer;
}
a[href]:hover {
	color: #00A6B9;
	opacity: 0.6;
	text-decoration: underline;
}
/*スペース*/
.space_tb1 { /* 使い方   class="space_tb1" */
	/*上下に各1文字分のマージン（スペース）*/
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
	padding: 0 0.5em;
	box-sizing: border-box;
}
.space_tb2 { /* 使い方   class="space_tb2" */
	/*上下に各1文字分のマージン（スペース）*/
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0em;
	margin-right: 0em;
}

.w100 {
	width: 170px;
}

.w170 {
	width: 170px;
}
.w480 {
	width: 480px;
}
.w610 {
	width: 610px;
}
.w650 {
	width: 650px;
}
.w780 {
	width: 780px;
}
.f_s {
	font-size: 9pt;
}
.per25 {
	width: 25%;
}
.per50 {
	width: 50%;
}
.per75 {
	width: 75%;
}
.per95 {
	width: 95%;
}

.br_sp{
	display: none;
}




/*レスポンシブ2024*/
@media screen and (max-width:640px){
	
	.br_sp{
		display: block;
	}
	
	.sp_left{
		text-align: left;
	}
	.base1 td.komoku,.base1 td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	table.base1{
		border: 1px solid #677994;
	}
	table.base1 td{
	border: none;
	border-bottom: 1px solid #677994;
}
	
	.per25{
		width: 50%;
	}
	
	.per50{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	
	
	
}




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