@charset "utf-8";
/* CSS Document */
html{
	font-size: 62.5%;
	color: #000;
	scroll-behavior: smooth;
}
body,button,input,select,textarea{
	font-family:  "Meiryo", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN W3", sans-serif;
	font-size: 1.5rem
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
p{
	margin: 0 0 1em;
	line-height: 1.75em;
}
a.txt{
	color: #20a6a5;
}
a.txt:hover,
.news_txt a:hover{
	text-decoration: none;
	color: #ffc845;
}
ul.txt li,
ol.txt li{
	margin-bottom: 0.5em;
}
ul.txt li ul{
	margin: 0.5em 0 1em;
}
ul.txt li ul li{
	margin-bottom: 0.25em;
}
ul.txt li:last-child{
	margin-bottom: 0em;
}
address{
	font-style: normal;
}
br.sp{
	display: none;
}
@media screen and (max-width:959px) {
	br.sp{
		display: inline;
	}
	
}
/*フォント
-----------------------------------------------------*/
.ff_se{
	font-family:"YuMincho", "Hiragino Mincho ProN W3", "Yu Mincho", "MS PMincho", serif;
}
.fs10{font-size: 1.0rem}
.fs11{font-size: 1.1rem}
.fs12{font-size: 1.2rem}
.fs13{font-size: 1.3rem}
.fs14{font-size: 1.4rem}
.fs15{font-size: 1.5rem}
.fs16{font-size: 1.6rem}
.fs17{font-size: 1.7rem}
.fs18{font-size: 1.8rem}
.fs19{font-size: 1.9rem}
.fs20{font-size: 2.0rem}
.fs22{font-size: 2.2rem}
.fs24{font-size: 2.4rem}
.fs26{font-size: 2.6rem}
.fs28{font-size: 2.8rem}
.fs30{font-size: 3.0rem}
.fw_b{font-weight: bold;}
.txtA_c{text-align: center;}
.txtA_l{text-align: left;}
.txtA_r{text-align: right;}

/*
-----------------------------------------------------*/
.kome{
	padding-left: 1.25em;
	text-indent: -1.25em;
	list-style: none;
}
.kome::before{
	content: "※";
	margin-right: 0.25em;
}
li.kome{
	margin: 0 0 0.5em;
}

/*color
-----------------------------------------------------*/
:root{
	--color-main:#005a96;
	--color-light:#e4f1fa;
}
.red{
	color: #f00;
}

/*wrap
-----------------------------------------------------*/
.wrap{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

/*ボタン
-----------------------------------------------------*/
.btn{
	display: inline-block;
	width: 180px;
	height: 42px;
	border: solid 1px var(--color-main);
	border-radius: 10px;
	background: #fff;
	color: var(--color-main);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
}
.btn:hover{
	background: var(--color-main);
	color: #fff;
}

/*タイトル
-----------------------------------------------------*/
.title_page{
	margin: 0 0 1em;
	font-size: 2.0rem;
}
.title_solid{
	padding: 0.5em 1em;
	background: var(--color-main);
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
.title_square{
	color: var(--color-main);
}
.title_square:before{
	content: "■";
}

/*フォーム
-----------------------------------------------------*/
input[type="text"],
select,
textarea{
	padding: 0.25em;
	border: solid 1px #999;
	background: #fff;
	font-size: 1.4rem;
}
input[type="text"].w100{
	width: 100%;
}
input[type="text"].w50{
	width: 50%;
}
input[type="text"].w30{
	width: 30%;
}
@media screen and (max-width:959px) {
	input[type="text"].w50{
		width: 100%;
	}
	
}
/*header
-----------------------------------------------------*/
.site_hdr{
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 72px;
	margin: 10px 0 0;
	border-bottom: solid 1px var(--color-main);
}
.site_hdr.user{
	height: 80px;
	margin: 0;
	padding: 10px 10px 0;
	background:linear-gradient( var(--color-main), #0074C1);
}
.site_hdr::after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px var(--color-main);
}
.site_hdr_L{
	display: flex;
	align-items: flex-end;
}
.site_title{
	font-size: 2.2rem;
	font-weight: bold;
}
.site_hdr.user .site_title a{
	color: #fff;
	text-decoration: none;
}
.site_title span{
	display: block;
}
.site_title .ishikai{
	font-size: 1.6rem;
	font-weight: normal;
}
.site_hdr_kanri{
	height: 28px;
	margin: 0 0 0.25em 0.5em;
	padding: 0 0.25em;
	border: solid 1px var(--color-main);
	font-size: 1.4rem;
	color: var(--color-main);
	line-height: 28px;
}
@media screen and (max-width:959px){
	.site_hdr.user{
		height: auto;
	}
	.site_title{
		font-size: 1.6rem;
		font-weight: bold;
	}
	.site_title .ishikai{
		font-size: 1.2rem;
		font-weight: normal;
	}
}

/*g-nav
-----------------------------------------------------*/
.site_hdr_nav_top{
	display: flex;
	justify-content: flex-end;
	margin: 0 0 10px;
	font-size: 1.4rem;
}
.site_hdr_nav_top_user{
	height: 30px;
	padding: 0 0.5em 0 30px;
	background: url("../images/icon_user.svg") no-repeat left 10px center #f2f2f2;
	border-radius: 100px 0 0 100px;
	line-height: 30px;
}
.site_hdr_nav_top_logout{
	height: 30px;
	padding: 0 2em;
	color: #000;
	text-decoration: none;
	background: #fff;
	border:solid 1px #f2f2f2;
	border-radius: 0 100px 100px 0;
	line-height: 30px;
}
.site_hdr_nav_top_logout:hover{
	color: #fff;
	background: var(--color-main);
	border:solid 1px var(--color-main);
}
.site_hdr_nav_bottom{
	display: flex;
	margin: 0;
	padding: 0;
	transform: translateY(0);
}
.site_hdr_nav_bottom a{
	display: block;
	height: 30px;
	padding: 0 1em;
	color: var(--color-main);
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}
.site_hdr_nav_bottom .act,
.site_hdr_nav_bottom a:hover{
	color: #fff;
	background: var(--color-main);
}
@media screen and (max-width:959px){
	.site_hdr_nav_top{
		display: block;
		
	}
	.site_hdr_nav_top_user{
		width: 9em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 0 0 20px;
		background: url("../images/icon_user_w.svg") no-repeat left center ;
		border-radius: 0;
		color: #fff;
	}
	.site_hdr_nav_top_logout{
		border-radius: 100px;
	}
}
/*パンくずリスト
-----------------------------------------------------*/
.breadcrumb ul{
	display: flex;
	margin: 1px 0 0;
	padding: 0.5em 0 0;
	font-size: 1.4rem;
}
.breadcrumb li{}
.breadcrumb li::after{
	content: ">";
	margin: 0 0.5em;
}
.breadcrumb li:last-child::after{
	content: none;
}
.breadcrumb a{
	color: #000;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: var(--color-main);
	text-decoration: underline;
}

/*footer
-----------------------------------------------------*/
.site_ftr{
	background: var(--color-light);
	margin: 100px 0 0;
	padding: 1em;
}
.site_ftr.user{
	background:linear-gradient( var(--color-main), #0074C1);
	color: #fff;
}
.site_ftr_nav{
	margin: 0 0 2em;
}
.site_ftr_nav ul{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-align: center;
}
.site_ftr_nav ul::before{
	content: "｜";
	margin: 0 0.5em;
}
.site_ftr_nav ul li::after{
	content: "｜";
	margin: 0 0.5em;
}
.site_ftr_nav ul li a{
	display: inline-block;
	color: var(--color-main);
	text-decoration: none;
}
.site_ftr.user ul li a{
	color: #fff;
}
.site_ftr_nav ul li a:hover{
	text-decoration: underline;
}
.site_ftr small{
	display: block;
	font-size: 1.2rem;
	text-align: center;
}
@media screen and (max-width:959px) {
	.site_ftr_nav ul{
		flex-direction: column;
		margin: 1em 0 0;
	}
	.site_ftr_nav ul::before{
		content: none;
		margin: 0;
	}
	.site_ftr_nav ul li{
		margin: 0 0 1em;
	}
	.site_ftr_nav ul li::after{
		content: none;
		margin: 0;
	}
}
/*main
-----------------------------------------------------*/
.main_page{
	margin: 25px 0;
}
@media screen and (max-width:959px){
	.main_page{
		width: 95%;
		margin: 25px auto 0;
	}
	
}

/*テーブル
-----------------------------------------------------*/
.table_entrylist,
.table_entry,
.table_entryform,
.table_uploadData,
.table_mail,
.table_memberlist,
.table_outline{
	width: 100%;
	max-width: 960px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-size: 1.4rem;
}
@media screen and (max-width:959px){
	.table_entry,
	.table_entryform,
	.table_outline{
		border-left: none;
	}
}

.table_entrylist th,
.table_entrylist td,
.table_entry th,
.table_entry td,
.table_entryform th,
.table_entryform td,
.table_uploadData th,
.table_uploadData td,
.table_mail th,
.table_mail td,
.table_memberlist th,
.table_memberlist td{
	padding: 0.5em;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align: center;
}
@media screen and (max-width:959px){
	.table_entry th,
	.table_entry td,
	.table_entryform th,
	.table_entryform td{
		display: block;
		padding: 1em 0.5em;
		border-right: none;
	}
	.table_entry th,
	.table_entryform th{
		padding: 1em 0.5em 0 0.5em;
		text-align: left;
		border-bottom: none;
		font-size: 1.3rem;
	}
}
/*演題情報　一覧*/
/*催促メール*/
.table_entrylist th,
.table_mail th,
.table_memberlist th{
	background: #f5f5f5;
}

/*演題情報　一覧*/
.table_entrylist td:nth-child(4){
	text-align: left;
}
.table_entrylist a{
	color: var(--color-main);
		text-decoration: none;
}
.table_entrylist a:hover{
	text-decoration: underline;
}
.table_entrylist .id{}
.table_entrylist .ishikai{ width: 9em;}
.table_entrylist .name{ width: 10em;}
.table_entrylist .endai{}
.table_entrylist .bunrui{}
.table_entrylist .touroku{ width: 5em;}
.table_entrylist .saihi{ width: 5em;}
.table_entrylist .joutai{ width: 5em;}
.table_entrylist .data{ width: 5em;}


/*演題情報　詳細*/
/*演題情報　編集*/
.table_entry,
.table_entryform{
	margin: 0 0 50px;
}
.table_entry td,
.table_entryform td{
	text-align: left;
}
.table_entry th,
.table_entryform th{
	width: 200px;
	vertical-align: top;
	text-align: left;
}

/*演題情報　編集*/
.table_entryform textarea{
	width: 100%;
	height: 50px;
}
.table_entryform textarea.name{
	height: 100px;
}
.table_entryform textarea.abstract{
	height: 200px;
}

/*学会概要*/
.table_outline th,
.table_outline td{
	padding: 0.5em;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
@media screen and (max-width:959px){
	.table_outline th,
	.table_outline td{
		display: block;
		padding: 1em 0.5em;
		border-right: none;
	}
	.table_outline th{
		padding: 1em 0.5em 0 0.5em;
		text-align: left;
		border-bottom: none;
		font-size: 1.3rem;
	}
}
/*ログイン*/
/*日付情報管理*/
.table_login,
.table_setdate{
	margin: 0 auto;
}

/*必須*/
.table_entryform .required{
	display: inline-block;
	padding: 0 0.5em;
	background: #aa0000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	float: right;
	border-radius: 6px;
}
@media screen and (max-width:959px){
	.table_entryform .required{
		float: none;
		margin: 0 0 0 0.5em;
	}
}

/*注意書き*/
.table_entry th .note,
.table_entryform th .note{
	color: #f00;
	font-size: 1.2rem;
	font-weight: normal;
}
.table_entry td .note,
.table_entryform td .note{
	margin: 0 0 0 1em;
	color: #666;
	font-size: 1.2rem;
}

/*ページリンク
-----------------------------------------------------*/
.pageLink{
	margin: 1em 0;
}
.pageLink ul{
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
.pageLink li{
	margin: 0 0.25em;
	border: solid 1px var(--color-main);
}
.pageLink a{
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	color: var(--color-main);
	text-decoration: none;
	text-align: center;
	line-height: 1.5em;
}
.pageLink a.act,
.pageLink a:hover{
	background: var(--color-main);
	color: #fff;
}

/*ボタンBOX
-----------------------------------------------------*/
.btnBox{
	margin: 0 0 50px;
}
.btnBox ul{
	display: flex;
	justify-content: center;
}
.btnBox ul li{
	margin: 0 1em;
}
@media screen and (max-width:959px) {
	.btnBox ul{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.btnBox ul li{
		margin: 0 0 20px;
	}
}
/*login
-----------------------------------------------------*/
.table_login th,
.table_login td{
	padding: 0.5em;
}
.table_login th{
	text-align: right;
}
.table_login td input[type="text"],
.table_login td input[type="password"]{
	width: 250px;
}
.table_login .note{
	padding-left: 1em;
	color: #f00;
}
@media screen and (max-width:959px){
	.table_login th,
	.table_login td{
		display: block;
	}
	.table_login th{
		padding: 0.5em 0.5em 0;
		text-align: left;
	}
	.table_login td{
		padding: 0 0.5em 1em;
		text-align: left;
	}
}
/*管理者メニュー
-----------------------------------------------------*/
.admin_menu ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

/*検索条件
-----------------------------------------------------*/
.search{
	width: 960px;
	border-bottom: solid 1px #fff;
	background: var(--color-light);
}
.search td{
	padding: 0.5em 1em 1em;
}
.search label{
	font-size: 1.4rem;
}
.search_submin{
	margin: 0 0 20px;
	padding: 1em 0;
	text-align: center;
	background: var(--color-light);
}

/*催促メールメニュー
-----------------------------------------------------*/
.mailMenu{
	display: flex;
	border: solid 1px var(--color-main);
	border-radius: 10px;
	background: #fff;
}
.mailMenu h2{
	width: 7em;
	border-radius: 8px 0 0 8px;
}
.mailMenu ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn.mail{
	background: url("../images/btn_arrow_b.svg") no-repeat right 15px center;
	width: auto;
	border: none;
	margin: 0 1em;
	padding: 0 2em;
	border-radius: 0;
	color: var(--color-main);
	transition: background .3s;
}
.btn.mail:hover{
	background: url("../images/btn_arrow_kuro.svg") no-repeat right 5px center;
	
	color: #000;
}

/*日付情報管理
-----------------------------------------------------*/
.table_setdate th,
.table_setdate td{
	padding: 0.5em;
}
.table_setdate th{
	text-align: right;
}
.table_setdate td input[type="text"]{
	width: 12em;
}
.table_setdate .note{
	padding-left: 1em;
	color: #f00;
}

/*演者名の入力例
-----------------------------------------------------*/
.entry_ex{
	margin: 0 0 1em;
	padding: 1em;
	border: solid 1px #999;
}
.entry_ex_txt{
	color: #f00;
}
.entry_ex_txt p{
	margin: 0;
}
.entry_ex_txt ul{
	margin: 0;
}

.entry_form_datUp{
	margin: 0 0 30px;
	padding: 1em;
	background: var(--color-light);
	text-align: center;
}

.entry_form_datUp .btn{
	margin: 30px 0 20px;
}

/*ファイルアップロードの注意事項
-----------------------------------------------------*/
.upload_note{
	width: 90%;
	margin: 30px auto 0;
	border: double #f00;
	background: #fff;
}
.upload_note_block{
	padding: 1em;
	text-align: left;
}
.upload_note_block h3{
	font-size: 1.6rem;
	margin: 0 0 0.5em;
}
.upload_note_block li{
	margin: 0 0 0.75em;
}
.upload_note_block li:last-child{
	margin: 0 ;
}