﻿body 
{
	margin:0px;
    width: 100%;
	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;*/
    
    -webkit-text-size-adjust: 100%;
}

.bodyIndex
{
    width: 100%;
	margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url('../img/top/background.jpg');
}

input
{
  font-size: 32px;
}

input[type="checkbox"]
{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}


select
{
  font-size: 32px;
}

textarea
{
  font-size: 32px;
}


.highlight { background-color: yellow }/* ハイライト */

*{zoom:1;}

#divContainer
{
	min-height:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	padding-bottom: 80px;
}
#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: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:#116091;
}
a.aLangageSwitch:visited
{
    color:#116091;
}
a.aLangageSwitch:hover
{
	color:#6BC1FF;
}

a.aLangageSwitchIndex:link
{
    color:#116091;
}
a.aLangageSwitchIndex:visited
{
    color:#116091;
}
a.aLangageSwitchIndex:hover
{
	color:#6BC1FF;
}

#divMenu
{
	background-color:#FFFFFF;
	width:1240px;
	margin-right:auto;
	margin-left:auto;
}
#ulMenu
{
	float:left;
	list-style-type:none;
	width:1240px;
	padding:0px;
	margin:0px;
}
#ulMenu li
{
	float:left;
	font-weight:bold;
	font-size:14px;
}
#ulMenu a
{
	text-decoration:none;
	display:block;
	text-align:center;
	color: #EEEEEE;
}

.divMenu
{
	background-color:#FFFFFF;
	width:1240px;
	margin-right:auto;
	margin-left:auto;
}
.ulMenu
{
	float:left;
	list-style-type:none;
	width:1240px;
	padding:0px;
	margin:0px;
}
.ulMenu li
{
	float:left;
	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: 146px; /* 画像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: 185px; /* 画像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: 170px; /* 画像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: 195px; /* 画像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: 160px; /* 画像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;	
}

#txtPass 
{
	width:305px;
	background-color:#ffffff;
	color:#000000;
	font-size:25px;
	outline: none;
}

#btnLogin 
{
	width:60%;
	font-size: 32px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding: 20px 0px;
	background-color: #f6a10c;
	font-weight:bold;
    color: #FFFFFF;
    cursor:pointer;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

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:100vw;
	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
{
}

#divHeaderFixed
{
    position: fixed;
    width: 100%;
    z-index: 300;
    top: 0;
}
    
#divHeader
{
	margin-right:auto;
	margin-left:auto;
	width:100%;
}

#divMainContent
{
	background-color:#FFFFFF;
}

#divScheduleMain
{
	margin-right:auto;
	margin-left:auto;
	width:100%;
}

.divMain
{
	margin-right:auto;
	margin-left:auto;
	width:  100%;
}

.divMainInfo
{
    width: 100%;
    height: 80px;
    position:relative;
    margin-top: 0px;
}

#divDateTitle
{
	background-color: #DBF2FA;
	font-size: 20px;
	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: 100%;
	min-height:300px;
}
/*
#divSessionMainBody
{
	float : left;
	padding:10px 30px;
	background-color:#FFFFFF;
	border:1px solid #C4C4C4;
	border-radius:5px;
	width:700px;
	min-height:300px;
}
*/

#divShareApplicationBoxBodyF,
#divPrintPDFBoxBodyF
{
	background-color:#F7F7F7;
	border:1px solid #EBEBEB;
	border-radius:5px;
	margin-bottom: 10px;
	width:188px;
	min-height:80px;
}


/* 検索領域 */
#divSearchBoxBodyF
{
	background-color:#F7F7F7;
	border:1px solid #EBEBEB;
	border-radius:5px;
	width: 100%;
}

#divSearchBoxBodyM
{
	padding:10px 20px;
	width: 100%;
	display: table;
}

.divSearchBoxBodyTableCell
{
	display: table-cell;
	vertical-align: top;
	font-size: 23px;
}

.divSearchBoxAuthorContents
{
    border: 2px solid #cccccc;
    width: 100%;
    padding-left: 6px;
    padding-top: 5px;
}

.divSearchBoxAuthorCheckContents
{
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    width: 100%; padding-left: 6px;
    padding-top: 5px;
    margin-bottom: 5px;
}


#divSelDate 
{
	position: relative;
	display: table;
	width: 100%;
}
#divMenuBtn 
{
	position: relative;
	display: table;
	width: 100%;
}

.divSearchTitle
{
	background: #CCE9F2;
	color: #000066;
	font-weight: bold;
	font-size: 25px;
	padding: 0.5em;
	cursor: pointer;
}
/*
.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:2px solid #8888DD;*/
	border:0px;
/*	border-radius:4px;*/
/*	margin:15px 1px;*/
	margin:0px 1px;
/*	margin:0px 1px;*/
	padding:3px 30px;
}
.divOneAbstract
{
	margin-left:32px;
}

.pHostGreeting
{
    margin: 8px;
    font-size: 24px;
}

.divOneAbstractDetail
{
	margin-left:60px;
}


.divAbstractTitle
{
	border: 0px;
/*	color:#5588FF;*/
	color: #000000;
	font-weight:bold;
	padding: 4px 4px 4px 4px;
	font-size: 24px;
	line-height: 1.5em;
/*	position:relative;*/
}
.divBookmarkStatusON
{
/*	background-color:#FEEE92;*/
}
.divBookmarkStatusOFF
{
/*	background-color:#DDDDFF;*/
}

.divAbstract
{
	padding: 4px 4px 4px 0px;
	font-size: 24px;
	line-height: 1.5em;
}

.divOneAbstract_SelectTitle
{
/*	background-color:#BBBBFF;
	border:1px solid #8888FF;*/
}

.imgOneBookmark
{
	cursor:pointer;
}

.imgOneBookmarkIcon
{
    width: 72px;
	cursor:pointer;
}

.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;
	border-radius: 3px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	border: 1px solid #333333;
	box-shadow: 1px 2px 1px #555;
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.divNames
{
	color:#795635;
/*	padding:4px 4px 4px 40px;*/
	padding:4px 4px 4px 0px;
	font-size: 20px;
	line-height: 1.5em;
}


.divCommentator
{
    font-size: 24px;
	/* background-image:url('../img/namesCommentator.png'); */
/*	background-image:url('../img/namesPost.png');
	background-repeat:no-repeat;
	background-size:25px 25px;*/
}
.divPost
{
    font-size: 24px;
/*	background-image:url('../img/namesPost.png');
	background-repeat:no-repeat;
	background-size:25px 25px;*/
}
.divAuthor
{
    font-size: 24px;
/*	background-image:url('../img/namesAuthor.png');
	background-repeat:no-repeat;
	background-size:25px 25px;*/
}
.divDate
{
    font-size: 24px;
}
/*
.divDate
{
	background-image:url('../img/date.png');
	background-repeat:no-repeat;
	background-size:20px 20px;
}
*/
.divRoom
{
    font-size: 24px;
	background-size:20px 20px;
}
/*
.divRoom
{
	background-image:url('../img/room.png');
	background-repeat:no-repeat;
	background-size:20px 20px;
}
*/
.divSessionName
{
	font-size: 24px;
	padding:5px 5px 5px 5px;
}

.divSubSessionName
{
	font-size: 28px;
	font-weight: bold;
	padding:5px 1px 0px 0px;
}

.divSubSessionName2
{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	font-weight: bold;
/*	padding:5px;*/
}

.divTime
{
    font-size: 24px;
}

.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;
	width: 72px;
}


.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;
    font-size: 18px;
    font-weight: bold;
    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: -webkit-sticky; /* Safari */
    position: sticky;
    height:100%;
    top: 0;
    border: none;
    background-color: #e2e1e8;
    height: 125px;
    z-index: 250;
}

.divGraphPlace p
{
    margin:0;
    text-align:center;
    font-weight:bold;
    margin-top:8px;
    word-wrap:break-word;
    font-size:15px;
    line-height:17px;
}

.divDataLineContainer
{
    position:absolute;
    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;
    font-size: 20px;
    word-wrap:break-word;
}

.divPresent .pPresentText
{
    margin:4px;
    text-align:left;
    font-size: 18px;
}

.divScheduleStartTime
{
    background: #AAAAAA;
    padding-left:5px;
    padding-right:5px;
    color: White;
    font-size: 16px;
}


#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_Note_Session
{
	color: #333388;
	width: 72px;
	height: 72px;
	border: 0px;
	text-decoration: none;
	/*position:absolute;
	top:0px;
	right:90px;*/
	outline: none;
	cursor:pointer;
}

.btn_Note_Abstract
{
	color:#333388;
	width: 72px;
	height: 72px;
	border:0px;
	text-decoration:none;
	/*position:absolute;
	top:14px;
	right:90px;*/
	outline: none;
	cursor:pointer;
}

.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_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
{
	color: #333388;
	font-size: 25px;
    padding: 10px 30px;
	top: 14px;
	right: 0px;
	border: 1px solid #757575;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.btn_search
{
    padding: 10px 30px;
}

.session_sct
{
	width: 100%;
	margin-bottom :10px
}
.schedule
{
	width: 90%;
	margin-bottom :10px
}
.venue
{
	width: 90%;
	margin-bottom :10px
}
.name
{
	width: 90%;
	margin-bottom :10px
}
.attending
{
	width: 90%;
	margin-bottom :10px
}
.program_name
{
	width: 90%;
	margin-bottom :10px
}
.session_name
{
	width: 90%;
	margin-bottom :10px
}
.abstract
{
	width: 95%;
	margin-bottom :10px
}
.checkbox1
{
	margin-bottom :10px
}
.checkbox2
{
	margin-bottom :10px
}

.selectDate
{
	width: 24%;
	display: table-cell;
	font-size:23px;
	color:#333388;
	height: 90px;
	border: 1px solid #CCCCCC;
	text-decoration:none;
	text-align: center;
	outline: none;
	cursor:pointer;
	vertical-align: middle;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.selectedDate
{
	width: 24%;
	display: table-cell;
	font-size:23px;
	color:#FFFFFF;
	height: 90px;
	border:0px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	outline: none;
	cursor:pointer;
	vertical-align: middle;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e57373+1,b71c1c+100 */
    background: rgb(229,115,115); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229,115,115,1) 1%, rgba(183,28,28,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(229,115,115,1) 1%,rgba(183,28,28,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(229,115,115,1) 1%,rgba(183,28,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57373', endColorstr='#b71c1c',GradientType=0 ); /* IE6-9 */
}

.selectMenu
{
    display: table-cell;
	font-size: 23px;
	color: #333388;
	width: 25%;
	height: 90px;
	border: 1px solid #a4a4a4;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.selectedMenu
{
    display: table-cell;
	font-size: 23px;
	color:#FFFFFF;
	width: 25%;
	height: 90px;
	border: 1px solid #a4a4a4;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e57373+1,b71c1c+100 */
    background: rgb(229,115,115); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229,115,115,1) 1%, rgba(183,28,28,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(229,115,115,1) 1%,rgba(183,28,28,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(229,115,115,1) 1%,rgba(183,28,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57373', endColorstr='#b71c1c',GradientType=0 ); /* IE6-9 */
}

#divCalendarPlaceHolder
{
	position:relative;
	line-height: 17px;
	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
{
	word-break: break-normal;
    margin-bottom: 50px;
}

.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: 24px;
}

.divNoteArea
{
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.textareaNote
{
    width: 90%;
    height: 400px;
    font-size: 32px;
    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: 20px;
     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: 28px;
     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;
 }
 
 .divAuthorData
 {
    width: 45%;
    float: left;
    font-size: 28px;
    padding-left: 10px;
 }

  .divPersonTitle
 {
    width: 100%;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
 }
  
  .imgPersonBookmarkIcon
  {
      position: absolute;
      cursor: pointer;
      top: 0px;
      left: 10px;
      width: 48px;
  }
  .imgPersonBookmarkIcon:hover
  {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
  }
  
  .imgPersonNoteIcon
  {
      position: absolute;
      cursor: pointer;
      top: 0px;
      left: 62px;
      width: 60px;
      height: 60px; 
  }
  .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: 25px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #cccccc;
 }
  
  .divPersonDatetime
 {
    width: 100%;
    font-size: 25px;
    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:15px;
    padding:10px 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: bottom;
    width:30px;
    height:30px;
    background-color: #FFFFFF;
    font-weight: bold;
	margin-left: 10px;
	text-align:center;
    cursor: pointer;
}

.divZoomBtnText
{   
    padding-top:5px;
	border: 1px solid #999;
	border-radius:5px;
	margin: 0 auto;
}

.divZoomBtnText:hover
{
    background-color: #000000;
	border: 1px solid #000000;
    color: #FFFFFF;
}


.divZoomBtnTextSelect
{
    background-color: #000000;
	border: 1px solid #000000;
    color: #FFFFFF;
    cursor: default;
}
.divZoomBtnaSelect
{
    background-color: #000000;
	border: 1px solid #000000;
    color: #FFFFFF;
    cursor: default;
}



/* マイスケジュールタイムライン */
.divTimeLineDate
{
    width: 100%;
    display: table;
}

.divTimeLineDateCell
{
    padding-top: 20px;
    padding-bottom: 20px;
    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;
    font-size: 20px;
}

.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;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder 
{
    font-size: 32px;
    color: #CCC;
    opacity: 0.8;
    font-weight: 100;
    padding-left: 5px;
}

/* Firefox 18- */
:-moz-placeholder 
{
    font-size: 32px;
    color: #CCC;
    opacity: 0.8;
    font-weight: 100;
    padding-left: 5px;
}

/* Firefox 19+ */
::-moz-placeholder 
{
    font-size: 32px;
    color: #CCC;
    opacity: 0.8;
    font-weight: 100;
    padding-left: 5px;
}

/* IE 10+ */
:-ms-input-placeholder
{
    font-size: 32px;
    color: #CCC;
    font-weight: 100;
    padding-left: 5px;
}


/* アプリケーション用ヘッダー */
.divApplicationHeader
{   
    position:relative;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
    text-align: center;
    background-color:#2c9ddd;
}
.divApplicationHeaderTitle
{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF; 
}

/* フッターメニューボタン */
.divFooterButtonContents 
{
    position: -webkit-fixed;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #f9f9f9;
    border-top: 1px solid #a7a7aa;
    display: table;
    z-index: 260;
}

.divFooterButtonCell
{
    width: 20%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    font-size: 16px;
}

.imgFooterButton
{
    width: 90%;
}

/* フィルターボタン */
.btnFilter
{
    width: 70px;
    height: 70px;
}


/* ボタンのかげ */
.btnShadow 
{
    box-shadow: 3px 3px 2px #1a6ea0;
}


/* スケジュールの領域 */
.divScheduleContents
{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* ヘッダーの高さ調整用 */
.divHeaderHeightPadding
{
    
}

/* 前ページ、次ページの文言 */
.aNextPrevPage
{
    font-size: 30px;
    display: block;
}

/* フィルターの領域 */
.divFilterDialogContent
{
    max-height: 600px;
    width: 100%;
    padding-left: 10px;
    overflow: scroll;
}

/* フィルターの項目 */
.divFilterTable
{
    width: 100%;
    margin: 10px 0px;
    padding: 5px 0px;
    font-size: 29px;
    display: table;
}

.divFilterTableCell
{
    display: table-cell;
    vertical-align: middle;
}

.inputCheckBoxFilter
{
    width: 65px;
    width: 65px;
}

.divScheduleBackground
{
    position:fixed;
    top: 0px;
    z-index: 555;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

body.noscroll {
  position: fixed;
  overflow-y: scroll;
}


.divLoginHeader 
{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
