@charset "UTF-8";


.mem .topimg
{
	padding: 1px 10px 10px 10px;
}
.mem .topimg_sitename
{
}

.mem .index_recenttab_news
{
	box-sizing: border-box;
	position: relative;
	padding: 20px;
	background-color: #F5F2E9;

	width: auto;
}
.mem .index_recenttab_hd
{
	font-size: 24px;
	padding-left: 40px;
	margin: 0 0 10px 0;

	background-image: url(../images/ic_news.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.mem .index_recenttab_hd_cfr
{
	background-image: url(../images/ic_conference.png);
}
.mem .index_recenttab_hd span
{
	margin: 0;
	padding: 4px 0;
}
.mem .index_recenttab_bd table
{
	width: 100%;
}
.mem .index_recenttab_more
{
	position: relative;
	top: 0;
	right: 0;
	margin-top: 10px;
}

.mem .index_cats
{
	padding: 20px 10px;
	max-width: 940px;
	margin-left: auto;
	margin-right: 0;
}

.mem .index_cat
{
	float: left;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	vertical-align: middle;
	border: 2px solid #0071BC;
	box-sizing: border-box;
}
.mem .index_cat::after
{
	content: '▶';
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 8px;
}
.mem .index_cat a
{
	padding: 8px 24px 8px 12px;
	display: inline-block;
	width: calc(100% - 30px);
	color: inherit;
}

.mem .index_cat_1
{
	background-color: #0071BC;
	color: #FFFFFF;
	width: 100%;
	margin: 20px 0 10px 0;
}
.mem .index_cat_2
{
	background-color: #FFFFFF;
	color: #0071BC;
	width: calc(50% - 10px);
	min-width: 320px;
	margin: 5px;
}

.mem .study_cats .index_cat
{
	float: none;
	padding: 8px 24px 8px 12px;
}
.mem .study_cats .index_cat_2
{
	width: 100%;
	margin: 20px 0 5px 0;
}
.mem .study_cats .index_cat_3
{
	border: none;
	font-size: 14px;
	line-height: 1;
	height: 36px;
	padding: 2px 0 2px 24px;
	margin-top: 20px;
	color: #666666;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.mem .study_cats .cat3addmod
{
	background-image: url(../images/ic_cat3.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.mem .study_cats .cat3addmod .seq
{
	font-weight: normal;
	color: #AAAAAA;
	margin-right: 10px;
}
.mem .study_cats .cat3addmod a
{
	font-weight: normal;
	color: #0071BC;
	width: auto;
	padding: 2px 4px;
}
.mem .study_cats .index_cat_3_hd_r
{
	display: flex;
	justify-content: flex-start;
	padding: 4px 0;
}
.mem .study_cats .index_cat_3_hd_r a
{
	padding: 0 4px 4px 4px;
}
.mem .study_cats .index_cat_3_bd
{
	padding: 0 10px 15px 10px;
	margin: 20px 0;
	border-bottom: 1px solid #F2F2F2;
}


.mem .index_cat_outer
{
	background-color: #FFFFFF;
	color: #CC74BF;
	border: 2px solid #CC74BF;
}

.mem .index_recenttab_news .wrapper
{
	padding: 20px;
	max-width: 900px;
	margin-left: auto;
	margin-right: 0;
}


.mem .memindex_side_inner
{
	padding: 20px;
}
.mem .index_recenttab_cfr_row
{
	padding: 5px;
	margin: 10px 0 10px 10px;
	border-bottom: 1px solid #0071BC;
}
@media all and (min-width: 1000px)
{
	.mem .memindex
	{
		position: relative;
		display: flex;
		max-width: 1200px;
		margin: 0 auto;
	}
	.mem .memindex_main
	{
		position: relative;
		z-index: 10;
		width: 75%;
	}
	.mem .memindex_side
	{
		position: relative;
		z-index: 10;
		width: 25%;
	}
	.mem .postindex
	{
		max-width: 1200px;
		margin: 0 auto;
	}
}


.mem .attach1addlist th
{
	padding: 2px 8px;
}
.mem .attach1addlist td
{
	padding: 2px 8px;
}

.mem .attach3addlist th
{
	padding: 2px 8px;
}
.mem .attach3addlist td
{
	padding: 2px 8px;
}


.mem .searchmode_hd
{
	border: 1px solid #CCCCCC;
	background-color: #E0E0E0;
	border-radius: 2px;
	margin-bottom: 5px;
	padding: 2px 4px;
	font-weight: bold;
	cursor: pointer;
}
.mem .searchmode_hd.current
{
	pointer-events: none;
}
.mem .searchmode_bd
{
	margin-bottom: 20px;
}


.mem .studyfiles_more
{
	display: none;
}


.article_closemark
{
	display: inline-block;
	color: #FFFFFF;
	background-color: #808080;
	font-size: 12px;
	line-height: 1;
	padding: 2px 4px;
	border-radius: 2px;
}
.article_delmark
{
	display: inline-block;
	color: #FFFFFF;
	background-color: #CC0000;
	font-size: 12px;
	line-height: 1;
	padding: 2px 4px;
	border-radius: 2px;
}
.attonlymode .bbsres_others:not(.hasattach)
{
	display: none !important;
}
.bbslist thead th
{
	border-bottom: 1px solid #999999;
	text-align: left;
	padding: 0 0 4px 4px;
}
@media all and (min-width: 1000px)
{
	.bbslist td:not(.title)
	{
		white-space: nowrap;
	}
}

.resmod_inner
{
	margin-top: 10px;
	padding: 10px;
	background-color: #FFFFF0;
}
.resmod_inner .inputtable
{
	background-color: #FFFFFF;
}

.index_newbbs
{
	border: 2px solid #CC74BF;
	margin: 20px 10px;
}
.index_newbbs_hd
{
	background-color: #CC74BF;
	padding: 8px 12px;
}
.index_newbbs_hd a
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	color: #FFFFFF;
}
.index_newbbs_bd
{
	padding: 8px 12px;
}
.index_newbbs_bd_lead
{
	margin-bottom: 15px;
}
.index_newbbs_line
{
	line-height: 1.25;
	padding: 6px;
	border-bottom: 1px solid #C0C0C0;
}

.study_cattree
{
	background-color: #FFFFFF;
	border: 1px solid #B8B8B8;
	overflow-x: auto;
}
.study_cattree_inner
{
	width: fit-content;
	padding: 5px 10px;
}
.study_cattree_line
{
	white-space: nowrap;
	margin: 4px 0;
	cursor: pointer;
	width: 100%;
}
.study_cattree_line:hover
{
	opacity: 0.75;
}
.study_cattree_name
{
	font-size: 12px;
	line-height: 1.25;

	background-image: url(../images/ic_cat3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.study_cattree_depth_0 .study_cattree_name,
.study_cattree_depth_1 .study_cattree_name
{
	background-image: url(../images/ic_cat1.png);
}

.study_cattree_spacer
{
	display: inline-block;
	width: 12px;
}
.study_cattree_line.hit .study_cattree_name
{
	color: #990000;
}
.study_cattree_line.current
{
	background-color: #F0F0FF;
	pointer-events: none;
}
.study_cattree_line.current .study_cattree_name
{
	font-weight: bold;
}

.study_curcat
{
	border: 1px solid #CCCCFF;
	padding: 10px;
}
.study_attachlist td
{
	padding: 4px 8px;
	vertical-align: top;
	line-height: 1.25;
}
.study_attachlist .name,
.study_attachlist .size
{
	font-size: 13px;
}

.study_attachlist .btns
{
	padding: 0;
}
.study_attachlist .btns button
{
	margin: 0;
}

.catmoveto
{
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	overflow-y: auto;
}
.catmovebtns
{
	box-sizing: border-box;
	padding: 10px;
}
.catmovebtns button.inactive
{
	pointer-events: none;
	background-color: #CCCCCC;
}
.catmoveto option
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}
.catmoveto option.study_cattree_depth_0,
.catmoveto option.inactive
{
	pointer-events: none;
	color: #CCCCCC;
}
.catmoveto option.self
{
	pointer-events: none;
	font-weight: bold;
	color: #0071BC;
}
@media all and (min-width: 1000px)
{
	.catmoveto
	{
		width: 67%;
		min-width: 320px;
	}
	.catmovebtns
	{
		width: 33%;
		min-width: 240px;
	}
	.catmovebtns button
	{
		width: 100%;
	}
}



