@charset "utf-8";


.scrollbox h2.noline,
.table-events + h2.noline {
	margin-top: 60px;
}

.table-events a {
	color: #000;
	text-decoration: none;
}

.table-events a:after {
	content: "\f101";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
	text-indent: 0.5em;
	color: #00a6f9;
	align-self: flex-end;
	align-self: center;
}

.table-events a:visited:after {
	color: #999;
}

.table-events {
	width: 100%;
	margin-bottom: 0;
	border-collapse: collapse;
	border: solid #333;
	border-width: 1px 0;
	line-height: 1.4;
}


.table-events tr {
	border-bottom: 1px solid #999;
}

.table-events th {
	padding: 4px 7px;
	font-size: 1.1rem;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	background: #eaeaea;
}

.table-events td:nth-child(n+2) {
	border-left: 1px dotted #ccc;
}

.table-events thead tr:before {
	content: "";
}

.table-events tbody tr:before {
	content: "";
	display: block;
	float: left;
	width: 1px;
	height: 50px;
	vertical-align: middle;
}

.table-events .evD {
	padding: 7px 0;
	font-size: 1.3rem;
	text-align: center;
}

.table-events.international .evD {
	padding: 7px 7px;
}


.table-events td:nth-last-child(2) {
	padding: 12px 12px;
}

.table-events .JSAP-PR .evT {
	/* 太字にしない */
}

.flags {
	margin-top: 0;
	line-height: 1.0;
}

.jsapPR, 
.membership {
	display: inline-block;
	position: relative;
	margin-top: 1px;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.2;
	vertical-align: bottom;
	opacity: 0.6;
	transition: background 0.2s linear 0s;
}

.jsapPR,
.membership:hover {
	opacity: 1.0;
}

.jsapPR > .label, 
.membership > .label {
	position: relative;
	display: inline-block;
	margin-right: 4px;
	padding: 1px 6px 2px;
	border-radius: 3px;
	color: #fff;
	background: #002360;
	font-weight: bold;
}

.jsapPR > .label {
	background: #f00;
}

.membership > .label:before {
/*
	content: "\025ba";
	margin-right: 5px;
*/
}

.membership:after {
	content: "応用物理学会会員には割引価格が適用されます";
	position: absolute;
	z-index: 100;
	display: none;
	padding: 1px 0px 2px;
	font-size: 1.2rem;
	color: #c00;
	white-space: nowrap;
	left: 95px;
	padding: 1px 8px 2px;
/*
	top: 1.4em;
	left: 0px;
*/
}

.membership:hover:after {
	display: inline-block;
}

.canceled .membership {
	display: none !important;
}


.table-events td:nth-last-child(1) {
	width: 140px;
	font-size: 1.3rem;
}

.international .membership {
	display: none !important;
}

/*
.table-events .get-hide td > div {
	max-height: 0;
	height: 0;
	padding: 0;
	opacity: 0;
}
*/

.get-hide {
	display: none;
}

.ontestsite .new {
	background: rgba(255,255,0,0.2);
}

/**/



#searchMeetingFormBlock {
	text-align: center;
	top: 0;
	z-index: 20000;
}

#searchMeetingFormBlock.FX {
	width: 100%;
	max-width: 960px;
}

.TB #searchMeetingFormBlock.FX {
	width: calc(100% - 20px);
}

#searchMeetingFormBlock.FX + #pubdate {
	display: block;
}

#searchIcon {
	float: right;
	margin-top: -60px;
	margin-top: 0px;
}

.FX #searchIcon {
	margin-top: 0;
}

#searchIcon a {
	position: relative;
	display: inline-block;
	height: 24px;
	padding: 5px 12px 5px 38px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 24px;
	border-radius: 17px;
	background: #dadada;
}

#searchIcon a:hover {
	text-decoration: none;
}

#searchIcon a .fa {
	position: absolute;
	top: 5px;
	left: 12px;
	margin-right: 2px;
	font-size: 2.4rem;
}

#searchClose {
	position: absolute;
	top: 0;
	right: 0;
}

#searchClose a {
	display: inline-block;
	padding: 6px;
	color: #999;
}

#searchClose a .fa {
	font-size: 2.8rem;
	line-height: 1.0;
}

#searchMeetingForm {
	display: none;
	position: relative;
	max-width: 920px;
	margin: 0 auto;
	padding: 5px 50px 5px 20px;	/* 2021-06-07 */
	padding: 5px 30px 5px 14px;	/* 2021-06-07 */
	text-align: center;
	color: #fff;
}

.OP #searchMeetingForm {
	display: inline-block;
}

#searchMeetingForm:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	max-width: 960px;
	min-height: 100%;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
}

input[type="radio"], 
input[type="checkbox"] {
	display: none;
}

/*
#searchMeetingForm label {
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: left;
}
*/

.radio, 
.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 0 8px 0;
	padding: 6px 0 0 24px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;

}
.radio:hover, 
.checkbox:hover input[type="checkbox"] {
	background-color: #0096e9;
}
.radio:hover:after, 
.checkbox:hover:after {
	border-color: #0096e9;
}
.radio:after, 
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 61%;
	left: 0;
	display: block;
	margin-top: -9px;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(0,0,0,0);
	border-radius: 4px;
	content: '';
	background: #f2f2f2;
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #53b300;
	content: '';
	opacity: 0;
}

input[type=radio]:checked + .radio:before {
	opacity: 1;
}

.checkbox:before {
	z-index: 1000;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 60%;
	left: 7px;
	display: block;
	margin-top: -12px;
	width: 6px;
	height: 14px;
	border-right: 4px solid #333;
	border-bottom: 4px solid #333;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="checkbox"]:checked + .checkbox:before {
	opacity: 1;
}



#searchMeetingForm > .formRow {
	margin: 0;
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.4;
}

#searchMeetingForm > div#d { margin-left: 0; }
#searchMeetingForm > div#b {
	margin-top: 12px;
	margin-right: 0;
	margin: 8px 0;		/* 2021-05-20 */
	vertical-align: 1px;
	position: relative;
}

#searchMeetingForm input[type="text"] {
	height: 24px;
	line-height: 20px;
	margin: 0 4px;
	padding: 3px 2px;
	text-indent: 2px;
	font-size: 1.6rem;
	border: 1px solid #dadada;
	border-radius: 3px;
	background: #f2f2f2;
	outline: none;
	transition: box-shadow 0.2s linear;
}

#searchMeetingForm input[type="text"]#srcTermY,
#searchMeetingForm input[type="text"]#srcTermM {
	text-align: center;
	text-indent: -2px;
}

#searchMeetingForm input[type="text"]::placeholder {
	padding: 2px;
	line-height: 20px;
	font-size: 1.4rem;
	color: #969696;
}

#searchMeetingForm input[type="text"]:focus {
	box-shadow: 0 0 0 3px #0096e9;
}

#searchMeetingForm select {
	margin: 0;
	padding: 0 12px 0;
	font-size: 1.6rem;
	line-height: 32px;
	border: none;
	outline: none;
	background: rgba(255,255,255,0.2);
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 3px;
}

.safari #searchMeetingForm select {
	padding: 4px 12px 0px;
	line-height: 28px;
}

#searchMeetingForm select:before {
	content: "▼";
}

#searchMeetingForm option {
	font-size: 1.6rem;
}

input[type="text"]#srcTermY	{ width: 94px; }
input[type="text"]#srcTermM	{ width: 52px; }
input[type="text"]#srcTermY	{ width: 50px; }
input[type="text"]#srcTermM	{ width: 28px; }
select#srcTermY				{ width: auto; }
select#srcTermM				{ width: auto; }
#srcKW		{ width: 116px; }
#srcLocate	{ width: 100px; }
#srcPromote	{ width: 100px; }



#ys, #ms, #kw {
	position: relative;
	display: inline-block;
}

.selectPanel {
	position: absolute;
	top: 100%;
	left: 50%;
	display: inline-flex;
	margin: 5px 0 0;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 1.5rem;
	transform: translateX(-50%);
	background: #0b8bd3;
	border-radius: 4px;
}

#ys .selectPanel { min-width: 199px; width:auto; min-height: 39px; }
#ms .selectPanel { width: 150px; min-height: 156px; }
#kw .selectPanel { width: 150px; min-height: 156px; }

.selectPanel > .selectOpt {
	display: inline-block;
	margin: 1px;
	padding: 8px 8px;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
	cursor: pointer;
	background: #0096e9;
	z-index: 21000;
}

#ms .selectPanel > .selectOpt {
	min-width: 32px;
}

#kw .selectPanel > .selectOpt {
	display: block;
	min-width: 130px;
	margin: 1px;
}

.selectPanel > .selectOpt:hover {
	color: #0096e9;
	background: #fff;
}

#searchMeetingForm #b a {

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	vertical-align: baseline;

	display: inline-block;
	min-width: 60px;
	margin: 0 2px;
	padding: 0 0 2px ;
	text-align: center;
	font-size: 1.3rem;
	line-height: 30px;
	color: #fff;
	border-radius: 3px;
	background: #0096e9;
}

#searchMeetingForm a:hover {
	text-decoration: none;
	color: #fff;
}

#searchMeetingForm #b a:hover {
	color: #fff !important;
	transform: translateY(-2px);
}

#submitBtn {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}

#searchMeetingFormBlock label {
	margin-right: 8px;
	margin-right: 4px;
}

#r1 > div, 
#r3 > div {
	display: inline-block;
}


.firefox #r1 > #d3, 
.firefox #r1 > #d4 {
	margin: -0.1px 0;
}

#r1 > #d2, 
#r1 > #b {
	margin-left: 12px;
}

#r1 > #d3 {
	margin-left: 18px !important;
}

#r1 > #d4 {
	margin-left: 8px !important;
}

#d3 .checkbox:after, 
#d4 .checkbox:after {
	margin-top: -9px;
}

.firefox #d3 .checkbox:after, 
.firefox #d4 .checkbox:after {
	margin-top: -8px;
}

#d3 .checkbox, 
#d4 .checkbox {
	padding-top: 7px;
	margin-bottom: 7px;
}

#d6 {
	padding-left: 32px;
	border-left: 1px solid rgba(255,255,255,0.2);
}

.formRow {
	padding: 2px 0 0;
}

.formRow#r1 {
	display: flex;
	padding-top: 0;
}

.formRow + .formRow {
}


.formGroup {
	display: flex;
}

.formGroup .major {
	display: inline-block;
	margin-right: 16px;
	white-space: nowrap;
}

.formGroup#r4 > div {
	display: flex;
}

.formGroup .formFlex {
	margin: 3px 0 3px;
	font-size: 1.2rem;
}

.formGroup .formFlex .checkbox {
	color: #999;
	margin: 0 12px 2px 0;
	padding: 4px 6px 3px 22px;
	border-radius: 4px;
}

.formGroup .formFlex .checkbox:before {
	left: 9px;
	width: 4px;
	height: 12px;
	border-right: 3px solid #fff;
	border-bottom: 4px solid #fff;
}

.formGroup .formFlex .checkbox:after {
	top: 60%;
	left: 4px;
	width: 10px;
	height: 10px;
	border: 2px solid rgba(0,0,0,0);
	border-radius: 3px;
	background: rgba(255,255,255,0.15);
}

.formGroup .formFlex input:checked + .checkbox {
	color: #fff;
}

.formGroup .formFlex .checkbox:hover {
	color: #fff;
	background: #0096e9;
}

.formGroup .formFlex input:checked + .checkbox:after {
	background: rgba(255,255,255,0.10);
}

.formGroup .formFlex .checkbox:hover:after {
	background: rgba(255,255,255,0.4);
}


#mask {
	position: fixed;
	top: 0;
	left: 0;

	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: none;
}

#help {
	position: absolute;
	top: 12px;
	left: -18px;
	left: -22px;
	display: inline-block;
	text-align: left;
	color: #000;
}

#help .fa {
	cursor: pointer;
	font-size: 1.8rem;
	opacity: 0.5;
	transition: all 0.2s ease-out 0s;
}

#help:hover .fa {
	opacity: 1.0;
}

#help p {
	display: none;
	margin: 12px 0 0 18px;
	margin: 12px 0 0 22px;
	padding: 8px 16px;
	background: rgba(0,0,0,0.6);
	border-radius: 5px;
	color: #fff;
}

#help:hover p {
	display: block;
}

#searchMeetingForm {
	z-index: 200;
}
#searchMeetingForm:before {
	z-index: -1;
}
.selectPanel { 
	z-index: 20000;
}
.selectOpt { 
	z-index: 30000;
}
#mask {
	z-index: 10000;
}


@media screen and (max-width:480px) {

	#searchMeetingForm {
		padding: 10px 15px;
	}

	.formRow#r1 {
		flex-direction: column;
	}

	#r1 > div {
		display: block;
		margin: 0 0 8px 0 !important;
	}

	#srcKW {
		width: calc(100% - 40px);
	}

	#r1 > #d3 {
		margin-left: 0 !important;
		text-align: center;
	}

	#r1 > #b {
		margin: 0 !important;
		text-align: center;
	}
	
	.table-events {
		display: block;
		font-size: 1.4rem;
	}

	.table-events th {
		padding: 4px 2px;
	}
	.table-events .evD {
		font-size: 1.1rem;
	}

	.table-events td:nth-last-child(1) {
		width: auto;
		font-size: 1.2rem;
	}
	.table-events td:nth-last-child(1) br {
		display: none;
	}

	.table-events .evT {
		display: inline-block;
		min-width: 150px;
	}

	.membership:after {
		top: 17px;
		left: -8px;
	}

}

.sw .btn:before {
	content: "終了したイベントを非表示にする";
}

.past_close .sw .btn:before {
	content: "これまでのイベントを表示する";
}

.sw.open {
	display: table-row;
}

.sw .btn {
	display: block;
	text-align: center;
	cursor: pointer;
	color: #999;
}