﻿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
{
	/*display: flex;*/
	min-height:100vh;
	position:relative;
}
#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;
}*/
#divFooter
{
	position:relative;
	height:36px;
	bottom:0;
	text-align:left;
	background-color: #edeeee;
    padding: 10px 0 0 32px;
    color: #394147;
}

.pHeaderTitle
{
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    padding: 30px;
}

a {
    text-decoration: underline;
}
a:link
{
	color:#1887CC;
}
a:visited
{
	color:#0A4E8D;
}
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:#FFF;
}
a.aLangageSwitch:visited
{
    color:#FFF;
}
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: 1100px;
	margin-right:auto;
	margin-left:auto;
}

#ulMenu
{
}

#ulMenu li
{
	font-weight: bold;
	font-size: 14px;
}
#ulMenu a
{
	text-decoration:none;
	display:block;
	text-align:center;
	color: #EEEEEE;
}

.menuButton {
    position: relative;
    width: 100%;
    height: 100px;
}
    .menuButton:hover {
        background-color: rgba(255,255,255,0.1);
    }

    .menuButton.current {
        background-color: rgba(255,255,255,0.1);
    }

.menuIcon
{
    position:absolute;
    height: 41px;
    margin: 0 auto;
    top:10px;
    left: 0;
    right: 0;
}

.menuTitle {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 10pt;
    font-weight: normal;
}

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_my_schedule_sub1 {
    position: absolute;
    display: block;
    width: 60px; /* 画像1枚分の横幅 */
    height: 24px; /* 画像1枚分の高さ */
    bottom: 6px;
    text-indent: -1000px; /* 文字を見えなくする */
    background: url(images/btn_sub_schedule1.png) no-repeat 0 0; /* 画像ファイル名 */
}

a#btn_my_schedule_sub1:hover {
    background-position: 0 bottom;
}

#ulMenu .btn_my_schedule_sub1_select {
    background-position: 0 bottom;
}

a#btn_my_schedule_sub2 {
    position: absolute;
    display: block;
    width: 60px; /* 画像1枚分の横幅 */
    height: 24px; /* 画像1枚分の高さ */
    bottom: 6px;
    text-indent: -1000px; /* 文字を見えなくする */
    background: url(images/btn_sub_schedule2.png) no-repeat 0 0; /* 画像ファイル名 */
}

    a#btn_my_schedule_sub2:hover {
        background-position: 0 bottom;
    }

#ulMenu .btn_my_schedule_sub2_select {
    background-position: 0 bottom;
}

a#btn_my_schedule_sub3 {
    position: absolute;
    display: block;
    width: 60px; /* 画像1枚分の横幅 */
    height: 24px; /* 画像1枚分の高さ */
    bottom: 6px;
    text-indent: -1000px; /* 文字を見えなくする */
    background: url(images/btn_sub_schedule3.png) no-repeat 0 0; /* 画像ファイル名 */
}

    a#btn_my_schedule_sub3:hover {
        background-position: 0 bottom;
    }

#ulMenu .btn_my_schedule_sub3_select {
    background-position: 0 bottom;
}

a#btn_bookmark {
    background-color: #FB972A;
    border: 1px solid #FB972A;
    color: #FFF;
    vertical-align: middle;
    width: 150px;
    height: 40px;
    font-size:12pt;
    font-weight: bold;
    padding-top: 8px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto;
    display: none;
}
    a#btn_bookmark:hover {
        background-color: #B6BABC;
        border: 1px solid #B6BABC;
        color: #000;
    }
#ulMenu .btn_bookmark
{
  background-position: 0 bottom;	
}

a#btn_search_Author {
   display: block;
   width: 168px; /* 画像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;	
}

a#btn_search_Poster {
    display: block;
    width: 228px; /* 画像1枚分の横幅 */
    height: 56px; /* 画像1枚分の高さ */
    text-indent: -1000px; /* 文字を見えなくする */
    background: url(images/btn_poster.png) no-repeat 0 0; /* 画像ファイル名 */
    cursor: pointer;
}

a#btn_search_Poster:hover {
    background-position: 0 bottom;
}

#ulMenu .btn_search_Poster_select {
    background-position: 0 bottom;
}

#txtPass 
{
	width:305px;
	border:0;
	background-color:#ffffff;
	color:#000000;
	font-size:25px;
	outline: none;
}

#txtLoginID {
    width: 305px;
    border: 1;
    background-color: #ffffff;
    color: #000000;
    font-size: 25px;
    outline: none;
}

#txtLoginPass {
    width: 305px;
    border: 1;
    background-color: #ffffff;
    color: #000000;
    font-size: 25px;
    outline: none;
}

#btnPasswordEye {
    scale: 1.5;
    width: 25px;
    height: 25px;
    margin-left: -25px;
    margin-top: -5px;
}

::-ms-reveal {
    display: none;
}

#btnLogin {
    width: 65px;
    text-align: center;
    padding: 6.5px 0px;
    background-color: #f6a10c;
    font-weight: bold;
    color: White;
    cursor: pointer;
}

#btnUserLogin {
    width: 305px;
    text-align: center;
    padding: 6.5px 0px;
    background-color: #d31554;
    font-weight: bold;
    color: White;
    cursor: pointer;
    font-size: 14pt;
}

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:960px;
	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 );
}
*/

/*leftNavigation*/
#leftNavigation{
    position:absolute;
    width: 180px;
    text-align: center;
    background-color: #2569d6;
    float: left;
    min-height: 1024px;
    top: 107px;
    left: 0;
    right: 0;
    bottom: 0;
}

#leftNavigation .Gnavi ul{
    width:100%;
    overflow:hidden;
    position:relative;
    padding-left: 0;
}
#leftNavigation .Gnavi ul li{
    position: relative;
    height:100px;
    overflow:hidden;
}
.Gnavi ul li a.current img{
    margin-top:-100px;
    display:block; /* IE6隙間防止 */
}
#leftNavigation .Gnavi ul li a {
    position: absolute;
    width: 100%;
    top: 0;
    display: block;
}
#leftNavigation .Gnavi ul li a:link    {}
#leftNavigation .Gnavi ul li a:visited {}
/*#leftNavigation .Gnavi ul li a:hover   {margin-top:-100px;}*/
/*#leftNavigation .Gnavi ul li a:active  {margin-top:-100px;}*/

#leftNavigation2{
    width: 160px;
    text-align: center;
    background-color: #2569d6;
    float: left;
    height: 132vh;
}

#leftNavigation2 .Gnavi ul{
    width:160px;
    overflow:hidden;
    position:relative;
    padding-left: 0;
}
#leftNavigation2 .Gnavi ul li{
    height:100px;
    overflow:hidden;
}

#leftNavigation2 .Gnavi ul li a{
    display:block;
}
#leftNavigation2 .Gnavi ul li a:link    {}
#leftNavigation2 .Gnavi ul li a:visited {}
#leftNavigation2 .Gnavi ul li a:hover   {margin-top:-100px;}
#leftNavigation2 .Gnavi ul li a:active  {margin-top:-100px;}

#leftNavigation3{
    width: 160px;
    text-align: center;
    background-color: #2569d6;
    float: left;
    height: 200vh;
}

#leftNavigation3 .Gnavi ul{
    width:160px;
    overflow:hidden;
    position:relative;
    padding-left: 0;
}
#leftNavigation3 .Gnavi ul li{
    height:100px;
    overflow:hidden;
}

#leftNavigation3 .Gnavi ul li a{
    display:block;
}
#leftNavigation3 .Gnavi ul li a:link    {}
#leftNavigation3 .Gnavi ul li a:visited {}
#leftNavigation3 .Gnavi ul li a:hover   {margin-top:-100px;}
#leftNavigation3 .Gnavi ul li a:active  {margin-top:-100px;}


#leftNavigation4{
    width: 160px;
    text-align: center;
    background-color: #2569d6;
    float: left;
    height: 410vh;
}

#leftNavigation4 .Gnavi ul{
    width:160px;
    overflow:hidden;
    position:relative;
    padding-left: 0;
}
#leftNavigation4 .Gnavi ul li{
    height:100px;
    overflow:hidden;
}

#leftNavigation4 .Gnavi ul li a{
    display:block;
}
#leftNavigation4 .Gnavi ul li a:link    {}
#leftNavigation4 .Gnavi ul li a:visited {}
#leftNavigation4 .Gnavi ul li a:hover   {margin-top:-100px;}
#leftNavigation4 .Gnavi ul li a:active  {margin-top:-100px;}


#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
{
	background-color: #005da0;
	height: 108px;
}
#divHeader img.hd_title{
	margin: 10px 40px;
	width: 648px;
}

#divMainContent
{
	width: 100%;
    max-width: 1280px;
    min-height: 1024px;
}

#divScheduleMain
{
	width:980px;
	margin: 0 40px;
}

.divMain
{
    flex: 1;
    background-color: #f9f9fa;
    /*margin-left: 180px;*/
}

.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
{
	height: 88px;
	background-color:#FFFFFF;
	box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.1);
}
#divMainTitle p{
	font-weight:bold;
	font-size: 32px;
	color: #394147;
	padding-left: 48px;
    padding-top: 20px;
}
.divMain .divArea{
	margin-left: 4%;
	float: left;
	width: 92%;
	background-color: #f9f9fa;
}
.divMain .divArea2{
	margin-left: 48px;
	float: left;
	background-color: #f9f9fa;
}

#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;
	border: 1px solid #e6e6e7;
	border-radius: 4px;
	margin-bottom: 40px;
}
.btn_backArea{
	margin-bottom: 24px;
}
/* Chairs&Speakers */
.divMain .divContents{
	width: 720px;
	border:1px solid #e6e6e7;
	background-color:#FFFFFF;
	border-radius:4px;
	padding-bottom: 24px;
}

.divContents .ContentsTitle{
	border-bottom:1px solid #cfd2d8;
	padding: 14px 24px;
	font-size: 14px;
	font-weight: bold;
}

/*
#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;
    background-color: #DDD;
}
.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:14px;
	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;
	width: 32px;
	height: 28px;
	margin-top: 8px;
	/*
	position:absolute;
	top:0px;
	left:0px;
	padding:3px 3px 3px 1px;*/
}

.imgOneBookmarkIcon:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.imgShowPDFIcon {
    height: 36px;
    /*width: 75px;*/
}

.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:#656f81;
/*	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;
	width:30px;
	margin-bottom:4px;
	margin-top:4px;
/*
	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:150%;
    background-color:#e6ebec;
    margin-bottom:-5px;
}

.divGraphTime
{
    position:absolute;
    width:40px;
    top:0;
}

.divGraphTime p
{
    margin:0;
    text-align:right;
    margin-top:6px;
}

#divHeaderLine
{
    position:relative;
    width:150%;
    border:none;
}

.divLine
{
    position:relative;
    width:150%;
    border:none;
}

.divGraphPlace
{
    position:absolute;
    height:100%;
    top:0;
    border:none;
    background-color:#e6ebec;
}

.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:150%;
    border:none;
}

#divFooterTimeLine
{
    position:relative;
    width:150%;
}

.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;
    color: rgba(0,0,0,1);
}

.divPresent .pPresentText
{
    margin:4px;
    text-align:left;
    font-size:11px;
    color: rgba(0,0,0,1);
}

.divScheduleStartTime
{
    padding-left:1px;
    padding-right:100%;
    color: rgba(0,0,0,0.5);
}




#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:32px;
	height:28px;
	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;
    display: none;
}

.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: 78px;
    height: 38px;
    border: 0px;
    text-decoration: none;
    top: 14px;
    right: 0px;
    outline: none;
    cursor: pointer;
    background-size: contain;
    padding-left: 25px;
}
.btn_back:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.btn_back2
{
	background: url(../img/btn_back_on.png) no-repeat;
	color:#333388;
	width:78px;
	height:38px;
	border:0px;
	text-decoration:none;
	top:14px;
	right:0px;
	outline: none;
	cursor:pointer;
	background-size: contain;
}
.btn_back2: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
}

.chkbox {
    margin: 5px 0 0 0;
}
/* ラベルのスタイル　*/
.chkbox label {
    padding-left: 30px; /* ラベルの位置 */
    font-size: 18px;
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

/* ボックスのスタイル */
.chkbox label:before {
    content: '';
    width: 22px; /* ボックスの横幅 */
    height: 22px; /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    box-shadow: inset 1px 2px 3px 0px #000;
    border-radius: 6px 6px 6px 6px;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
    display: none;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
    content: '\2713'; /* チェックの文字 */
    font-size: 22px; /* チェックのサイズ */
    color: #fff; /* チェックの色 */
    background-color: #06f; /* チェックした時の色 */
}

.chkbox_small {
    margin: 5px 0 0 0;
}
/* ラベルのスタイル　*/
.chkbox_small label {
    padding-left: 24px; /* ラベルの位置 */
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

/* ボックスのスタイル */
.chkbox_small label:before {
    content: '';
    width: 16px; /* ボックスの横幅 */
    height: 16px; /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    box-shadow: inset 1px 2px 3px 0px #000;
    border-radius: 6px 6px 6px 6px;
}
/* 元のチェックボックスを表示しない */
.chkbox_small input[type=checkbox] {
    display: none;
}
/* チェックした時のスタイル */
.chkbox_small input[type=checkbox]:checked + label:before {
    content: '\2713'; /* チェックの文字 */
    font-size: 14px; /* チェックのサイズ */
    color: #fff; /* チェックの色 */
    background-color: #06f; /* チェックした時の色 */
}

.selectDate
{
	font-size:16px;
	
	color:#333388;
	width:161px;
	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:16px;
	background-color:black;
	color:#FFFFFF;
	width:161px;
	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;
	color:#333388;
	width:151px;
	height:28px;
	border:0px;
	text-decoration:none;
	outline: none;
	cursor:pointer;
	margin-right:3px;
}
.selectMenu:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.selectedMenu
{
	font-size:15px;
	background-color:black;
	color:#FFFFFF;
	width:151px;
	height:28px;
	border:0px;
	font-weight:bold;
	text-decoration:none;
	outline: none;
	cursor:pointer;
	margin-right:3px;
}
.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;  
}

.divDetailTitle {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.divDetailArea {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.textareaDetail {
    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: 18px;
    font-weight: bold;
    border-bottom: 1px solid #cfd2d8;
    padding: 10px 24px;
 }
 
 .divAuthorSelectIndexTitle
 {
     font-weight: bold;
     font-size:15px;
     margin-top: 5px;
 }
 
 .divAuthorSelectIndexArea
 {
     width: 94% !important;
     margin-left: auto;
     margin-right: auto;
 }
 
 .divAuthorSelectIndexCell
 {
	 width: 32px;
	 height: 32px;
	 line-height: 32px;
     margin: 3px;
     font-size:17px;
     text-align: center;
     cursor: pointer;
     color: Black;
	 float:left;
	 border-radius: 4px;
	 background-color: #ecedef;
	 box-shadow: 0 1px 1px 0 rgba(60,75,100,.14), 0 2px 1px -1px rgba(60,75,100,.12), 0 1px 3px 0 rgba(60,75,100,.2);
 }
 
 .divAuthorSelectIndexCell_SELECT
 {
     background-color: #656f81;
	 color: White;
	 border-radius: 4px;
 }
 
 .divAuthorSelectIndexCell:hover
 {
     background-color: #656f81;
	 color: White;
	 border-radius: 4px;
 }


.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;
	padding-top: 24px;
}
 
 .divAuthorData
 {   
	 width: 30%;
    font-size: 12px;
    padding-left: 8px;
	margin-bottom: 32px;
	color: #2e2bd3;
	border-left: 2px solid #656f81;
	margin-left: 16px;
 }

.divPersonTitle {
    width: calc(100% - 48px);
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    position: relative;
    margin: 24px;
}
#divPersonTitle #spanPersonBookmarkIcon img,
#divPersonTitle #spanPersonNoteIcon img{
	width: 44px;
	height: 38px;
}
#divPersonTitle #spanPersonNoteIcon img{
	margin-right: 24px;
}
  
  .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
 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ecedef;
    margin-left:24px;
	margin-right:24px;
	padding-left: 16px;
 }

  .divPersonDatetime
 {
    font-size: 12px;
	font-weight: bold;
	padding: 16px;
    background-color: #ffffff;
    margin-left:20px;
	margin-right:20px;
	border-bottom: 1px solid #cfd2d8;
 }



 /* カテゴリーカラー一覧 */
 .divCategoryColorList{
     margin-top: 5px;
     margin-left: 48px;
     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: 40px;
    bottom: 30px;
    border-radius: 5px;
}
.divZoomBtnArea .msize{
	margin-top: 5px;
	color: #FFF;
	font-size: 16px;
}

.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;
    font-weight: bold;
	margin-left: 10px;
	text-align:center;
    cursor: pointer;
	border: 1px solid #FFF;
	border-radius:5px;
	margin: 0 auto;
	color: #FFF;
}

.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
{
    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;
}

.imgPoster2 {
    height: 240px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
}

/* すべてのブックマークを表示する領域 */
.divBookmarkContents
{
    margin: 5px 30px;
    display: none;
}

.btnBookmarkAll
{
    width: 210px;
    cursor: pointer;
}

#btnDeleteAllSessionBookmark
{
    margin-left: 10px;   
}

.divOtherLink
{
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
    font-size:20pt;
}

.createPDFBtn {
    width: 170px;
    height: 65px;
    margin: 15px 0px 5px 0px;
    cursor: pointer;
    background: url(../img/btn_createpdf.png) no-repeat;
    background-size: contain;
}

.createPDFTitle {
    color: #FFF;
    font-size: 11pt;
    font-weight: bold;
    width: 120px;
    height: 50px;
    text-align: center;
    margin-left: -42px;
    margin-top: 7px;
    position: absolute;
}

/* バルーン */
.balloon {
    position: relative;
    background: #ffffff;
    width: 84%;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 8%;
    margin-right: 8%;
    border: 1px solid #999999;
    border-radius: 2px;
}

.balloon:after, .balloon:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 4px;
    margin-left: -4px;
}

.balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #999999;
    border-width: 5px;
    margin-left: -5px;
}

/*アイコン付きボタン*/
a.likeButton {
    width: 84%;
    display: block;
    box-sizing: border-box;
    margin-left: 8%;
    margin-right: 8%;
    text-align: center;
    border: 1px solid #015f9f;
    color: #FFF;
    border-radius: 5px;
    box-shadow: inset -1px -1px 2px rgba(0,0,0, 0.6),inset 1px 1px 2px rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    background-color: #fff;
}
/*.likeButton.liked {
    background-color: #015f9f;
}
.likeButton.liked .likeTitle{
    color: #fff;
}*/

a.linkButton {
    width: 94%;
    display: block;
    box-sizing: border-box;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
    /*border: 1px solid #015f9f;*/
    color: #FFF;
    /*border-radius: 5px;*/
    /*box-shadow: inset -1px -1px 2px rgba(0,0,0, 0.6),inset 1px 1px 2px rgba(255,255,255,0.8);*/
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    background-color: #fff;
}
.linkButton.liked {
    background-color: #015f9f;
}
.linkButton.liked .likeTitle{
    color: #fff;
}

.divOneLineMessage {
    overflow: hidden;
    width: 640px;
}
.divOneLineMessage p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ログアウトボタン */
.divLogoutBtnArea {
    position: absolute;
    right: 40px;
    bottom: 70px;
    border-radius: 5px;
}

.divLogoutBtn {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 30px;
    color: #FFF;
    font-weight: bold;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin: 0 auto;
}

.divLogoutBtn:hover {
    background-color: #B6BABC;
    border: 1px solid #B6BABC;
    color: #000;
}


#overlay {
    /* viewpointを相対位置にし、全画面表示にする */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); /* 背景を半透明にする */
    /*display: none;*/ /* HTML要素を非表示にする */
    z-index: 1 /* 「メインのHTML要素」よりもスタックレベルを高くする */
}

#modalWindow {
    width: 640px;
    height: 360px;
    position: fixed; /* viewpointを相対位置にする */
    border: 2px solid #D04255;
    background-color: #FFF;
    /*display: none;*/
    z-index: 2 /* 「オーバーレのHTML要素」よりもスタックレベルを高くする */
}

.divBorderBtn {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 44px;
    color: #000;
    font-weight: bold;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #000;
    border-radius: 5px;
    margin: 0 auto;
}

.divCommonMenuBtn {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 44px;
    font-weight: bold;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto;
}

.divCommonMenuOrangeBtn {
    background-color: #FB972A;
    border: 1px solid #FB972A;
    color: #FFF;
}

.divCommonMenuOrangeBtn:hover {
    background-color: #B6BABC;
    border: 1px solid #B6BABC;
    color: #000;
}

.divCommonMenuGreenBtn {
    background-color: #5DA838;
    border: 1px solid #5DA838;
    color: #FFF;
}

.divCommonMenuGreenBtn:hover {
    background-color: #B6BABC;
    border: 1px solid #B6BABC;
    color: #000;
}

.divCommonMenuBlueBtn {
    background-color: #0A76B8;
    border: 1px solid #0A76B8;
    color: #FFF;
}

.divCommonMenuBlueBtn:hover {
    background-color: #B6BABC;
    border: 1px solid #B6BABC;
    color: #000;
}

.divCommonMenuWhiteBtn {
    background-color: #FFFFFF;
    border: 1px solid #0A76B8;
    color: #000;
}

    .divCommonMenuWhiteBtn:hover {
        background-color: #B6BABC;
        border: 1px solid #B6BABC;
        color: #FFF;
    }

.divCommonMenuRedBtn {
    background-color: #E84F5F;
    border: 1px solid #E84F5F;
    color: #FFF;
}

    .divCommonMenuRedBtn:hover {
        background-color: #B6BABC;
        border: 1px solid #B6BABC;
        color: #000;
    }

.divCommonMenuDisableBtn {
    background-color: #B6BABC;
    border: 1px solid #B6BABC;
    color: #FFF;
    cursor: default;
}

#divVideoViewCode {
    font-weight:bold;
}

#divVideoCtrlArea {
    background-color: #aaa;
    padding: 5px;
    text-align: left;
    transition: opacity 1s;
}

.divCommonVideoCtrlBtn {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 44px;
    font-weight: bold;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding-top: 15px;
    font-size: 12pt;
}

.divVideoCtrlPlayBtn {
    background-color: #FF0000;
    border: 1px solid #FFF;
    color: #FFF;
    width: 100px;
    height: 50px;
    display: inline-block;
}

    .divVideoCtrlPlayBtn:hover {
        background-color: #B6BABC;
        border: 1px solid #000;
        color: #000;
    }

.divVideoCtrlPlayBtnDisable {
    background-color: #CCC;
    border: 1px solid #CCC;
    color: #FFF;
    width: 100px;
    height: 50px;
    display: inline-block;
    cursor:default;
}

.divVideoCtrlFinishBtn {
    background-color: #2569d6;
    border: 1px solid #FFF;
    color: #FFF;
    width: 100px;
    height: 50px;
    display: inline-block;
}

    .divVideoCtrlFinishBtn:hover {
        background-color: #B6BABC;
        border: 1px solid #B6BABC;
        color: #000;
    }

.divVideoCtrlFinishBtnDisable {
    background-color: #CCC;
    border: 1px solid #CCC;
    color: #FFF;
    width: 100px;
    height: 50px;
    display: inline-block;
    cursor: default;
}

.divVideoCtrlPauseBtn {
    background-color: #FFF;
    border: 1px solid #000;
    color: #000;
    width: 100px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
}

    .divVideoCtrlPauseBtn:hover {
        background-color: #B6BABC;
        border: 1px solid #FFF;
        color: #FFF;
    }

.divVideoCtrlPauseBtnDisable {
    background-color: #CCC;
    border: 1px solid #CCC;
    color: #FFF;
    width: 100px;
    height: 50px;
    display: inline-block;
    cursor: default;
}

.divVideoCtrlResumeBtn {
    background-color: #FFAEC9;
    border: 1px solid #FFF;
    color: #FFF;
    width: 100px;
    height: 50px;
    display: inline-block;
    cursor:pointer;
}

    .divVideoCtrlResumeBtn:hover {
        background-color: #B6BABC;
        border: 1px solid #000;
        color: #000;
    }

.divVideoCtrlResumeBtnDisable {
    background-color: #CCC;
    border: 1px solid #CCC;
    color: #FFF;
    width: 100px;
    height: 50px;
    display: inline-block;
    cursor: default;
}

.divVideoCtrlAppliedViewCodeBtn {
    background-color: #FFF;
    color: #000;
    width: 100px;
    height: 50px;
    display: inline-block;
    cursor: default;
}

#viewingHistoryList th {
    text-align:center;
}

#viewingHistoryList td {
    height: 28px;
}

.divMyPageBtn {
    background-color: #EFEFEF;
    border: 1px solid #AAA;
    color: #000;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    position: relative;
    vertical-align: middle;
    padding: 2px;
    cursor: pointer;
}

    .divMyPageBtn:hover {
        background-color: #E5E5E5;
        border: 1px solid #AAA;
        color: #000;
    }

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

.divCommonDevBtn {
    /*display: table-cell;*/
    vertical-align: middle;
    width: 120px;
    height: 36px;
    font-weight: bold;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding-top: 8px;
}

.divCommonBtn {
    position: relative;
    width: 200px;
    height: 50px;
    border: solid 2px #444;
    border-radius: 7px;
    cursor: pointer;
}

    .divCommonBtn .txtCommonTitle {
        position: absolute;
        margin-top: 12px;
        left: 0;
        right: 0;
        font-size: 16pt;
        font-weight: bold;
        color: #444;
    }

.divAbstractLinkBtn {
    display: table;
    background-color: #eee;
    margin: 5px auto;
    position: relative;
    width: 250px;
    height: 50px;
    border: solid 1px #444;
    border-radius: 7px;
    cursor: pointer;
}
    .divAbstractLinkBtn span {
        color: #444;
        font-size: 15pt;
        font-weight: bold;
        text-decoration: none;
        display: table-cell;
        vertical-align: middle;
    }

.ui-dialog {
    z-index: 1000 !important;
}

.itemLinkList {
    border: solid 1px #007bff;
    padding: 10px;
}

.item_link {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .item_link li {
        position: relative;
        padding: 0px 0px 0px 1em;
        margin: 0 20px 3px 0;
    }

        .item_link li::before {
            position: absolute;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
            width: 0px;
            height: 0px;
            border: 0.3em solid transparent;
            border-left: 0.4em solid #3388dd;
            content: "";
        }
    .item_link > li a{
        color: #000;
        font-size:15px;
    }