<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body 
{
	margin:0px;
	height: 100%;
	font-size:12px;
	background-color: #FFFFFF;
	 /*-ms-content-zooming: none;
	-ms-touch-action: none;*/
	font-family:'Lucida Grande',
                 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
                 Meiryo, メイリオ, sans-serif;
                 
    /* アンカー要素をタップしたときに出てくる枠を見えなくする 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
 
    /* リンクの長押しでメニューを出さないようにする
    -webkit-touch-callout: none;*/

    /* 文字列や画像を選択してコピーなどのメニューを出さないように、選択不可にする 
    -webkit-user-select: none;*/
}

.highlight { background-color: yellow }/* ハイライト */

*{zoom:1;}

#divContainer
{
	min-height:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}
#divContent
{
	padding-bottom: 30px;
}

#divFooter
{
	background: url(images/img_footer.png) repeat;
	position:relative;
	width:100%;
	height:36px;
	bottom:0;
	text-align:left;
	padding:10px 10px;
	background-color:#F7F7F7;
}
a {
    text-decoration: underline;
}
a:link
{
	color:#1887CC;
}
a:visited
{
	color:#116091;
}
a:hover
{
	color:#6BC1FF;
}
a.aboutLink
{
	padding:5px;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}
a:hover.aboutLink
{
	padding:5px;
	font-size:16px;
	font-weight:bold;
	color:#6BC1FF;
	text-align:center;
}

a.aLangageSwitch:link
{
    color:#6BC1FF;
}
a.aLangageSwitch:visited
{
    color:#6BC1FF;
}
a.aLangageSwitch:hover
{
	color:#6BC1FF;
}

a.aLangageSwitchIndex:link
{
    color:#6BC1FF;
}
a.aLangageSwitchIndex:visited
{
    color:#6BC1FF;
}
a.aLangageSwitchIndex:hover
{
	color:#6BC1FF;
}

#divMenu
{
	background-color:#FFFFFF;
	width: 1024px;
	margin-right:auto;
	margin-left:auto;
}

#ulMenu
{
    display: -webkit-flex;
    display: flex;
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#ulMenu li
{
	font-weight: bold;
	font-size: 14px;
}
#ulMenu a
{
	text-decoration:none;
	display:block;
	text-align:center;
	color: #EEEEEE;
}

a#btn_home {
   display: block;
   width: 210px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background: url(images/btn_home.png) no-repeat 0 0; /* 画像ファイル名 */
}
a#btn_home:hover 
{
  background-position: 0 bottom;	
}

#ulMenu .btn_home_select
{
  background-position: 0 bottom;	
}

a#btn_schedule {
   display: block;
   width: 183px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background: url(images/btn_schedule.png) no-repeat 0 0; /* 画像ファイル名 */
}
a#btn_schedule:hover {
  background-position: 0 bottom;	
}

#ulMenu .btn_schedule_select
{
  background-position: 0 bottom;	
}

a#btn_search_session {
   display: block;
   width: 176px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background: url(images/btn_search_session.png) no-repeat 0 0; /* 画像ファイル名 */
}
a#btn_search_session:hover {
  background-position: 0 bottom;	
}

#ulMenu .btn_search_session_select
{
  background-position: 0 bottom;	
}

a#btn_search_subject {
   display: block;
   width: 124px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background: url(images/btn_search_subject.png) no-repeat 0 0; /* 画像ファイル名 */
}
a#btn_search_subject:hover {
  background-position: 0 bottom;	
}

#ulMenu .btn_search_subject_select
{
  background-position: 0 bottom;	
}

a#btn_my_schedule {
   display: block;
   width: 243px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background: url(images/btn_my_schedule.png) no-repeat 0 0; /* 画像ファイル名 */
}
a#btn_my_schedule:hover {
  background-position: 0 bottom;	
}
#ulMenu .btn_my_schedule_select
{
  background-position: 0 bottom;	
}

a#btn_bookmark {
   display: block;
   width: 174px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background: url(images/btn_bookmark_sync.png) no-repeat 0 0; /* 画像ファイル名 */
   cursor:pointer;
}
a#btn_bookmark:hover {
  background-position: 0 bottom;	
}
#ulMenu .btn_bookmark
{
  background-position: 0 bottom;	
}

a#btn_search_Author {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background: url(images/btn_search_author.png) no-repeat 0 0; /* 画像ファイル名 */
   cursor:pointer;
}
a#btn_search_Author:hover {
  background-position: 0 bottom;	
}
#ulMenu .btn_search_Author_select
{
  background-position: 0 bottom;	
}

a#btn_search_all {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 56px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background: url(images/btn_all_search_subject.png) no-repeat 0 0; /* 画像ファイル名 */
   cursor:pointer;
}
a#btn_search_all:hover {
  background-position: 0 bottom;	
}
#ulMenu .btn_search_all_select
{
  background-position: 0 bottom;	
}



#txtPass 
{
	width:305px;
	border:0;
	background-color:#ffffff;
	color:#000000;
	font-size:25px;
	outline: none;
}

#btnLogin 
{
	width:65px;
	text-align:center;
	padding:6.5px 0px;
	background-color: #f6a10c;
	font-weight:bold;
    color:White;
    cursor:pointer;
}

button#btnLogin2
{
	z-index:2;
	position:absolute;
	top: 365px;
	left: 480px;
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
    outline: none;
}

#divBorder1
{
	background: url(images/img_border1.png) repeat;
	font-size:22px;
	width:100%;
	height:29px;
}

#divBorder2
{
	float : left;
	background: url(images/img_border1.png) repeat;
	width:780px;
	height:1px;
}

/*
#ulMenu a:link
{
}
#ulMenu a:visited
{
}
#ulMenu a:hover
{
	text-decoration:underline;
	background-image: -webkit-linear-gradient( #1AA9DF,#0A4E8D );
	background-image: -moz-linear-gradient( #1AA9DF,#0A4E8D );
	background-image: -ms-linear-gradient( #1AA9DF,#0A4E8D );
	background-image: -o-linear-gradient( #1AA9DF,#0A4E8D );
	background-image: linear-gradient( #1AA9DF,#0A4E8D );
}
*/
#ulMenu .selectedMenu
{
	background-image: -webkit-linear-gradient( #1AA9DF,#0A4E8D );
	background-image: -moz-linear-gradient( #1AA9DF,#0A4E8D );
	background-image: -ms-linear-gradient( #1AA9DF,#0A4E8D );
	background-image: -o-linear-gradient( #1AA9DF,#0A4E8D );
	background-image: linear-gradient( #1AA9DF,#0A4E8D );
}

#divHeaderContent
{
}

#divHeader
{
	margin-right:auto;
	margin-left:auto;
	min-width:1024px;
	width:1024px;
}

#divMainContent
{
	background-color:#FFFFFF;
}

#divScheduleMain
{
	margin-right:auto;
	margin-left:auto;
	width:980px;
}

.divMain
{
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}

.divGetTogether
{
	position: absolute;
	right: 20px;
	width: 150px;
	height: 1643px;
	background-color: rgb(246, 200, 220);
	border-color: rgb(0, 0, 0); border-width: 1px; border-style: solid;
	display: none;
}

.divGetTogetherTitleContents
{
	position: fixed;
	bottom: 30px;
	text-align: center;
	font-weight: bold;
	display: none;
}
.divGetTogetherTitle
{
	font-size: 16px;
}
.divGetTogetherSubTitle
{
	font-size: 14px;
}
.divGetTogetherTime
{
	font-size: 14px;
}


#divDateTitle
{
	background-color:#DBF2FA;
	font-size:15px;
	font-weight:bold;
	padding:5px;
}

#divMainTitle
{
	padding:10px 0px;
	font-weight:bold;
}

#divMainBody
{
	padding:10px 30px;
	background-color:#FFFFFF;
	border:1px solid #C4C4C4;
	border-radius:5px;
	min-height:300px;
}

#divScheduleMainBody
{
	background-color:#FFFFFF;
	min-height:300px;
    border:0;
}

#divSessionMainBody
{
	float : left;
	padding:0px 0px;
	background-color:#FFFFFF;
	width:780px;
	min-height:300px;
}
/*
#divSessionMainBody
{
	float : left;
	padding:10px 30px;
	background-color:#FFFFFF;
	border:1px solid #C4C4C4;
	border-radius:5px;
	width:700px;
	min-height:300px;
}
*/

/* PDF作成領域 */
#divShareApplicationBoxBodyF,
#divPrintPDFBoxBodyF
{
	width:188px;
}

.divCreatePdfContents
{
	background-color:#F7F7F7;
	margin-bottom: 10px;
	border:1px solid #EBEBEB;
	min-height:80px;
    
}


#divSearchBoxBodyF
{
	background-color:#F7F7F7;
	border:1px solid #EBEBEB;
	border-radius:5px;
	width:188px;
}

#divSearchBoxBodyM
{
	float : left;
	padding:10px 20px;
	width:180px;
}
#divSelDate 
{
	position: relative;
}
#divMenuBtn 
{
	position: relative;
}
.divSearchTitle {
	background:#CCE9F2;
	color:#000066;
	font-weight:bold;
	padding:0.5em;
	border-radius:5px 5px 0px 0px;
}
/*
.divSearchTtitle {
	border-bottom:1px solid #555588;
	background:#CCE9F2;
	color:#000066;
	font-weight:bold;
	padding:0.5em;
	border-radius:5px 5px 0px 0px;
}
*/
.frmParts
{
	 margin:0px 5% 0px 5%;
	 width:90%;
}

/* index */
#dlgBookmark button
{
	width:140px;
}
.formParts
{
	padding:5px;
}

.formAboutParts
{
	padding:5px;
	text-align:center;
}
/*
#txtPass
{
	border-radius:5px;
}
*/

.divPattern
{
	background-color:#777777;
	border-radius:7px;
	padding:3px;
	width:150px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	margin:5px;
}

/* session */
.liListOneSession
{
	border-right:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;

	font-size:14px;
	padding:12px;
}
.liListStripe_White
{
	background-color:#FFFFFF;
}

.liListStripe_Color
{
	background-color:#EEEEEE;
}

/* abstract */
#searchForm
{
	 margin-top:10px;
	 width:964px;
}
#searchForm label
{
	cursor:pointer;
}

#searchForm td
{
	 border:1px solid #BBBBBB;
	 padding:5px;
}
#searchFormAction
{
	width:160px;
}
#searchFormAction button
{
	width:140px;
}

.formTitle
{
	background-color:#AAAAAA;
	width:120px;
	text-align:center;
	height:30px;
}
#searchFormAction
{
	background-color:#AAAAAA;
	text-align:center;
}
#searchResult
{
	padding:10px 30px;
}

.divOneSession
{
	border:0px;
	margin:0px 1px;
	padding:3px 30px;
}
.divOneAbstract
{
	margin-left:32px;
}

.pHostGreeting
{
    margin:8px;
    font-size:13px;
    line-height:21px;
}

.divOneAbstractDetail
{
	margin-left:60px;
}


.divAbstractTitle
{
	border:0px;
/*	color:#5588FF;*/
	color:#000000;
	font-weight:bold;
	padding:4px 110px 4px 4px;
	font-size:15px;
	line-height:21px;
/*	position:relative;*/
}
.divBookmarkStatusON
{
/*	background-color:#FEEE92;*/
}
.divBookmarkStatusOFF
{
/*	background-color:#DDDDFF;*/
}

.divAbstract
{
/*	padding:4px 4px 4px 40px;*/
	padding:4px 4px 4px 0px;
	font-size:13px;
	line-height:21px;
}

.divOneAbstract_SelectTitle
{
/*	background-color:#BBBBFF;
	border:1px solid #8888FF;*/
}

.imgOneBookmark
{
	cursor:pointer;
/*	height:30px;
	position:absolute;
	top:0px;
	right:0px;
	padding:3px 0px 3px 0px;*/
}
.imgOneBookmarkIcon:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.imgOneBookmarkIcon
{
	cursor:pointer;
	/*
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	padding:3px 3px 3px 1px;*/
}

.imgOneBookmarkIcon:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.divOneAbstractBookmark
{
	position:absolute;
	top:4px;
	right:10px;
	height:32px;
	width:120px;
	font-size:12px;
	border-radius:3px;
	background-color:#FFFFFF;
	color:#333333;
	text-align:left;
	border:1px solid #333333;
	box-shadow:1px 2px 1px #555;
	padding:2px 30px 2px 34px;
	line-height:16px;
}

.divHostGreeting
{
	padding:4px 4px 4px 40px;
	font-size:13px;
	line-height:21px;
}

.imgOneHostGreeting
{
	height:19px;
}

.divOneAbstractHostGreeting
{
	cursor:pointer;
	position:absolute;
	top:4px;
	right:60px;
	width:35px;
	height:19px;
	border-radius:3px;
	background-color:#FFFFFF;
	color:#333333;
	text-align:center;
	border:1px solid #333333;
	box-shadow:1px 2px 1px #555;
}

.divNames
{
	color:#795635;
/*	padding:4px 4px 4px 40px;*/
	padding:4px 4px 4px 0px;
	font-size:13px;
	line-height:21px;
}


.divCommentator
{
	/* background-image:url('../img/namesCommentator.png'); */
/*	background-image:url('../img/namesPost.png');
	background-repeat:no-repeat;
	background-size:25px 25px;*/
}
.divPost
{
/*	background-image:url('../img/namesPost.png');
	background-repeat:no-repeat;
	background-size:25px 25px;*/
}
.divAuthor
{
/*	background-image:url('../img/namesAuthor.png');
	background-repeat:no-repeat;
	background-size:25px 25px;*/
}
.divDate
{
}
/*
.divDate
{
	background-image:url('../img/date.png');
	background-repeat:no-repeat;
	background-size:20px 20px;
}
*/
.divRoom
{
	background-size:20px 20px;
}
/*
.divRoom
{
	background-image:url('../img/room.png');
	background-repeat:no-repeat;
	background-size:20px 20px;
}
*/
.divSessionName
{
	font-size:13px;
/*	font-weight:bold;*/
	padding:5px 280px 5px 5px;
}

.divSubSessionName
{
	font-size:15px;
	font-weight:bold;
	padding:5px 1px 0px 0px;
}

.divSubSessionName2
{
	display: table-cell;
	height:50px;
	vertical-align: middle;
	font-size:13px;
	font-weight:bold;
/*	padding:5px;*/
}

.divTime
{
	padding:5px;
}

.divSocietyLabel
{
	width:60px;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	float:left;
	border-radius:4px;
	border:1px solid #555533;
}
.divSociety1
{
	background-color:#C17480;
}
.divSociety2
{
	background-color:#6D96BE;
}
.divSociety3
{
	background-color:#BDDFA7;
}
.divSociety4
{
	background-color:#F4EAA6;
}
.divMySession
{
	height: 38px;
	width : 150px;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #7777AA;
	border-radius:3px;
	text-align:left;
	padding:2px 42px 2px 42px;
	cursor:pointer;
	box-shadow:1px 2px 1px #555;
	position:relative;
}
.imgMySession
{
	position:absolute;
	height:38px;
	top:0px;
	right:0px;
	padding:2px 1px 2px 1px;
}

.imgMySessionIcon
{
	cursor:pointer;
/*
	position:absolute;
	height:38px;
	top:0px;
	left:0px;
	padding:2px 1px 2px 1px;
*/
}

.imgMySessionIcon:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.divProgramName
{
	color:#000000;
	margin:5px;
	
}

/* schedule */
#pSelDateText
{
    margin:0 8px; 
    padding:0.2em; 
    font-size:20px; 
    font-weight:bold;
}

#divLineContainer
{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
}

.divVerticalLine
{
    position:absolute;
    width:0px;
    height:100%;
}

#divHeaderTimeLine
{
    position:relative;
    width:100%;
}

.divGraphTime
{
    position:absolute;
    width:40px;
    top:0;
}

.divGraphTime p
{
    margin:0;
    text-align:right;
}

#divHeaderLine
{
    position:relative;
    width:100%;
    border:none;
}

.divLine
{
    position:relative;
    width:100%;
    border:none;
}

.divGraphPlace
{
    position:absolute;
    height:100%;
    top:0;
    border:none;
    background-color:#e2e1e8;
}

.divGraphPlace p
{
    margin:0;
    text-align:center;
    font-weight:bold;
    margin-top:8px;
    word-wrap:break-word;
    font-size:12px;
    line-height:17px;
}

.divDataLineContainer
{
    position:relative;
    width:100%;
    left:0;
    top:0;
    border:none;
}

#divFooterLine
{
    position:relative;
    width:100%;
    border:none;
}

#divFooterTimeLine
{
    position:relative;
    width:100%;
}

.divPresent
{
    position:absolute;
    cursor:pointer;
    min-height:100%;
}

.divPresent .pPresentTitle
{
    margin:2px;
    margin-top:4px;
    text-align:left;
    font-weight:bold;
    word-wrap:break-word;
}

.divPresent .pPresentText
{
    margin:4px;
    text-align:left;
    font-size:11px;
}

.divScheduleStartTime
{
    background: #AAAAAA;
    padding-left:5px;
    padding-right:5px;
    color: White;
}




#divCalendar
{
	margin-top:10px;
}

.divOneLine
{
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #AAAAAA;

	height:70px;
}
.divOneCell
{
	position:absolute;
	border:1px solid #C4C4C4;
	padding:4px 0px 4px 0px;
	z-index:0;
	cursor:pointer;
	font-size:12px;
	text-overflow: ellipsis;
	overflow:hidden;

	height:70px;
	width:75px;
}
.divOneCellBox
{
	border-right:1px solid #AAAAAA;
	float:left;

	height:70px;
	width:130px;
}
.divOneCellPlace
{
	background-color:#D5D5D5;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #AAAAAA;
	overflow:hidden;
	height:70px;
	width:110px;
	display:table;
}
.divOneCellPlaceContent
{
	display:table-cell;
	vertical-align:middle;
	height:70px;
}

.divHeaderLine
{
	background-color:#E0EEFF;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;

	height:20px;
}
.divHeaderBox
{
	border-right:1px solid #AAAAAA;
	float:left;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding:4px 0px 4px 0px;
	height:20px;
	width:75px;
}
.divHeaderPlace
{
	background-color: #E0EEFF;
	border:1px solid #AAAAAA;
	float:left;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding:4px 0px 4px 0px;
	height:20px;
	width:110px;
}
.divHeaderTime
{
	float:left;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding:4px 0px 4px 0px;
	height:20px;
	width:131px;
}
.divHeaderDay
{
	background-color:#555599;
	color:#EEEEEE;
	font-weight:bold;
	font-size:12px;
	padding:4px 0px 4px 4px;
	height:20px;
}
.divCol0
{
	background-color:#CCCCCC;
	color:#000000;
	border-color:#AAAAAA;
}
.divCol1
{
	background-color:#E5ABB3;
	color:#000000;
	border-color:#C17480;
}
.divCol2
{
	background-color:#FAC0A6;
	color:#000000;
	border-color:#E39A74;
}
.divCol3
{
	background-color:#ABC7E5;
	color:#000000;
	border-color:#6D96BE;
}
.divCol4
{
	background-color:#CCAECE;
	color:#000000;
	border-color:#9D739F;
}
.divCol5
{
	background-color:#BDDFA7;
	color:#000000;
	border-color:#6FAC65;
}
.divCol6
{
	background-color:#F4EAA6;
	color:#000000;
	border-color:#D7BC70;
}
.divCol7
{
	background-color:#D4B6A6;
	color:#000000;
	border-color:#B88F78;
}

.divShowPDF
{
	text-align:center;
}

.itemName1
{
	font-weight:bold;
	padding:2px;
}
.itemName2
{
	padding:2px;
}
#dlgInfo
{
	position:absolute;
	z-index:20;
	background-color:#DDEEFF;
	border:2px solid #333333;
	padding:8px;
	font-size:12px;
	line-height:14px;
	box-shadow:3px 3px 3px #555;
}

.btn_session
{
	background: url(../img/btn_session.png) no-repeat;
	color:#333388;
	width:94px;
	height:26px;
	border:0px;
	text-decoration:none;
	position:absolute;
	top:0px;
	right:0px;
	outline: none;
	cursor:pointer;
}

.btn_session:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.btn_Note_Session
{
	color:#333388;
	width:30px;
	height:30px;
	border:0px;
	text-decoration:none;
	/*position:absolute;
	top:0px;
	right:90px;*/
	outline: none;
	cursor:pointer;
}
.btn_Note_Session:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.btn_Note_Abstract
{
	color:#333388;
	width:30px;
	height:30px;
	border:0px;
	text-decoration:none;
	/*position:absolute;
	top:14px;
	right:90px;*/
	outline: none;
	cursor:pointer;
}
.btn_Note_Abstract:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.btn_abstract
{
	background: url(../img/btn_abstract_off.png) no-repeat;
	color:#333388;
	width:94px;
	height:26px;
	border:0px;
	text-decoration:none;
	position:absolute;
	top:14px;
	right:0px;
	outline: none;
	cursor:pointer;
}

.btn_abstract:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}


.btn_print
{
	background: url(../img/btn_copy_off.png) no-repeat;
	color:#333388;
	width:94px;
	height:26px;
	border:0px;
	text-decoration:none;
	position:absolute;
	top:14px;
	right:0px;
	outline: none;
	cursor:pointer;
}

.btn_print:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.btn_back
{
	background: url(../img/btn_back_on.png) no-repeat;
	color:#333388;
	width:94px;
	height:26px;
	border:0px;
	text-decoration:none;
	top:14px;
	right:0px;
	outline: none;
	cursor:pointer;
}
.btn_back:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
/*
.btn_forward
{
	background: url(../img/btn_forward_on.png) no-repeat;
	color:#333388;
	width:94px;
	height:26px;
	border:0px;
	text-decoration:none;
	top:14px;
	right:0px;
	outline: none;
	cursor:pointer;
}
*/
.btn_forward:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.btn_search
{
	background: url(images/btn_search_on.png) no-repeat;
	margin-top:0px;
	margin-bottom:10px;
	width:110px;
	height:35px;
	border:0px;
	outline:none;
	cursor:pointer;
}

.btn_search:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.session_sct
{
	width:150px;
	margin-bottom :10px
}
.schedule
{
	width:150px;
	margin-bottom :10px
}
.venue
{
	width:150px;
	margin-bottom :10px
}
.name
{
	width:135px;
	margin-bottom :10px
}
.attending
{
	width:135px;
	margin-bottom :10px
}
.program_name
{
	width:150px;
	margin-bottom :10px
}
.session_name
{
	width:150px;
}
.abstract
{
	width:150px;
	margin-bottom :10px
}
.checkbox1
{
	margin-bottom :10px
}
.checkbox2
{
	margin-bottom :10px
}

.selectDate
{
	font-size:18px;
	background: url(../img/tab_off.png) no-repeat;
	color:#333388;
	width:151px;
	height:28px;
	border:0px;
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
.selectDate:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.selectedDate
{
	font-size:18px;
	background: url(../img/tab_on.png) no-repeat;
	color:#FFFFFF;
	width:151px;
	height:28px;
	border:0px;
	font-weight:bold;
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
.selectedDate:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.selectDateMini
{
	font-size:14px;
	background: url(../img/tab_off.png) no-repeat;
	background-size:contain;
	background-position:bottom;
	color:#333388;
	width:131px;
	height:28px;
	border:0px;
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
.selectDateMini:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.selectedDateMini
{
	font-size:14px;
	background: url(../img/tab_on.png) no-repeat;
	background-size:contain;
	background-position:bottom;
	color:#FFFFFF;
	width:131px;
	height:28px;
	border:0px;
	font-weight:bold;
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
.selectedDateMini:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.selectMenu
{
	font-size: 15px;
	background: url(../img/tab_off.png) no-repeat;
	color:#333388;
	width:151px;
	height:28px;
	border:0px;
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
.selectMenu:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.selectedMenu
{
	font-size:16px;
	background: url(../img/tab_on.png) no-repeat;
	color:#FFFFFF;
	width:151px;
	height:28px;
	border:0px;
	font-weight:bold;
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
.selectedMenu:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}


#divCalendarPlaceHolder
{
	position:relative;
	line-height:13px;
	margin-top:10px
}

#divRoomListPlaceHolder
{
	position:absolute;
	top:24px;
	width:110px;
	height:478px;
	position:absolute;
	overflow:hidden;
	border-right:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
}

#divTimeListPlaceHolder
{
	position:absolute;
	left:112px;
	top:0px;
	overflow:hidden;
	width:850px;
	height:22px;
	border-bottom:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	background-color:#E0EEFF;
}

#divScheduleTablePlaceHolder
{
	height:478px;
	position:absolute;
	left:112px;
	top:24px;
	overflow:hidden;
	width:850px;
	border-bottom:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
}

#shedule_in_frame1
{
    border:0;
}
#shedule_in_frame2
{
    border:0;
}
#shedule_in_frame3
{
    border:0;
}

.off{display:none}

#divSessionList
{
	height: 600px;
	word-break: normal;
    overflow-y: auto;
}

.divSessionListArea
{
    position: relative;
	overflow-y: auto;
	height:600px;
}

.divSessionMemoArea
{
	position: absolute;
	right: 0px;
	width: 400px;
	height:600px;
	border: 2px solid #ccc;
	background: white;
	display: none;
}

.btnNoteClose
{
    margin:10px;
}

.divNoteTitle
{
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.divNoteArea
{
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.textareaNote
{
    width: 90%;
    height: 400px;
    margin-left:auto;
    margin-right:auto;
    resize: none;  
}

#spnCountTop
{
	position:absolute;
	width:780px;
	font-size:15px;
	font-weight:bold;
}

#spnCountAbTop
{
	width:780px;
	/*
	font-size:15px;
	font-weight:bold;*/
}

#spnCount
{
/*	margin-left:100px;*/
	font-size:15px;
	font-weight:bold;
}

@media print {
	 body {
	    zoom: 90%;
	 }
 }
 
 
 /* 人名検索 */
 .divAuthorIndex
 {
    clear: left;
    font-size: 25px;
    font-weight: bold;
 }
 
 .divAuthorSelectIndexTitle
 {
     font-weight: bold;
     font-size:15px;
     margin-top: 5px;
 }
 
 .divAuthorSelectIndexArea
 {
     width: 100%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 5px;
     padding-top: 5px;
     border-top: 1px solid #000;
 }
 
 .divAuthorSelectIndexCell
 {
     width: 30px;
     margin: 3px;
     font-size:17px;
     text-align: center;
     cursor: pointer;
     color: Black;
     text-decoration: underline;
     float:left;
 }
 
 .divAuthorSelectIndexCell_SELECT
 {
     background-color: Black;
     color: White;
 }
 
 .divAuthorSelectIndexCell:hover
 {
     background-color: Black;
     color: White;
 }


.divPersonDataLine
{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 
 .divAuthorData
 {   
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 15px;
 }

  .divPersonTitle
 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
 }
  
  .imgPersonBookmarkIcon
  {
      cursor: pointer;
  }
  .imgPersonBookmarkIcon:hover
  {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
  }
  
  .imgPersonNoteIcon
  {
      cursor: pointer;
  }
  .imgPersonNoteIcon:hover
  {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
  }

    /* 印刷ボタン*/
  .imgPersonPrintIcon
  {
      position: absolute;
      cursor: pointer;
      top: 10px;
      right: 32px;
      font-size: 13px;
      font-weight:normal;
  }
  .imgPersonPrintIcon:hover
  {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
  }
  
  .divPersonPost
 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #cccccc;
 }
  
  .divPersonDatetime
 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eeeeee;
 }



 /* カテゴリーカラー一覧 */
 .divCategoryColorList{
     margin-top: 5px;
     border: 1px solid #ccc;
     padding:3px;
 }

 .divCategoryColorCell{
     float: left;
     padding-top: 5px;
     padding-bottom: 5px;
     display: table;
     margin-left: 10px;
 }

 .divCategoryColor{
     display: table-cell;
     width:18px;
     height:18px;
 }

 .divCategoryColorText{
     display: table-cell;
     padding-left: 2px;
 }
 
 
 /* ノート画面 */
.divNoteMain
{
    
}

.divNoteListIndex
{
    width: 100%;
    background-color: #cccccc;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* 拡大縮小ボタン */
.divZoomBtnArea
{
    position:absolute;
    right: 10px;
    bottom: 10px;
    padding: 7px 2px;
    background-color: #FFF;
	border: 1px solid #999;
    border-radius: 5px;
}

.divZoomBtnTitle
{
    font-size:15px;
    font-weight: bold;
    text-align:center;
}

.divZoomBtnTable
{
	border-spacing: 5px 0px;
	display:table;
	width:100%;
	margin-left:7px;
}

.divZoomBtn
{   
	display:table-cell;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    font-weight: bold;
	margin-left: 10px;
	text-align:center;
    cursor: pointer;
	border: 1px solid #999;
	border-radius:5px;
	margin: 0 auto;
}

.divZoomBtn:hover 
{
    background-color: #000000;
	border: 1px solid #000000;
    color: #FFFFFF;
}

.divZoomBtnText
{   
}
.divZoomBtnText:hover
{
}

.divZoomBtnTextSelect
{
    background-color: #000000;
    color: #FFFFFF;
    cursor: default;
}
.divZoomBtnaSelect
{
    background-color: #000000;
    color: #FFFFFF;
    cursor: default;
}



/* マイスケジュールタイムライン */
.divTimeLineDate
{
    width: 100%;
    display: table;
}

.divTimeLineDateCell
{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    display: table-cell;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
}

.divTimeLineDateCell:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.divTimeLineDateSelect
{
    background-color: Black;
    color: White;
}

.divTimeLineArea
{
    width:100%;
    position:relative;
}

.divTimeLineTable
{
    width:100%;
    display: table;
}

.divTimeLineLeft
{
    width:8%;
    font-size: 15px;
    font-weight: bold;
    position:absolute;
    text-align:right;
    top:20px;
}


.divTimeLineRight
{
    width:92%;
    position:absolute;
    left:8%;
    color:#FFFFFF;
}

.hrTimeLine
{
    border-top:solid 1px #CCC;
    height:1px;
}

.hrTimeLineHarf
{
    border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
}

.divMyScheduleCell
{
    border:1px solid #000;
    font-weight: bold;
    position:absolute;
    left:8%;
    cursor: pointer;
}

.divMyScheduleTitle
{
    margin-top: 5px;
    margin-left: 5px;
}

.divMyScheduleCell:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}


/* アプリケーション・ポスター領域 */
.divPosterArea
{
	width:188px;
    margin-top: 10px;
	border-radius:5px;
	border:1px solid #CCCCCC;
}
.divAppArea
{
    text-align :left;
    padding: 10px;
 }
 
.divAppTitle
{
    margin-top:10px;   
}

.divAppIcon
{
    text-align: center;
}

.imgPoster
{
    height:240px;
    margin-top:10px;
    margin-bottom:10px;
	border:1px solid #CCCCCC;
}

/* すべてのブックマークを表示する領域 */
.divBookmarkContents
{
    margin: 20px 30px;
    display: none;
}

.btnBookmarkAll
{
    width: 210px;
    cursor: pointer;
}

#btnDeleteAllSessionBookmark
{
    margin-left: 10px;   
}</pre></body></html>