body{
    position: relative;
    margin: 0px auto 100px auto;
    padding: 0px;
    top: 0px;
//    max-width: 996px;
//    line-height: 140%;
//    font-size: medium;
}

.setumei {
	display: none;
	position: absolute;
	top: 1em;	/*★省略不可、ブラウザ初期値バラバラ*/
	left: 1em;　	/*★Firefoxでhoverが無効になります*/
}

a:hover {
	position:relative;
	text-decoration:none;
}
a:hover .setumei {
	display: block;
	background-color: #e79221;
	padding:3px;
	color:#ffffff;
	border-top:#ffffff solid 10px;	/*フキダシ用*/
	border-left:#e79221 solid 4px;	/*フキダシ用*/
}

div#logo h1{
    text-align: center;
}
div#logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.done {
    color: silver;
}

p {
    text-indent: 1em;
}

table {
//	margin-left:1em;
}

table td, table th {
    text-align: left;
    padding: 1px 10px;
//    white-space: nowrap;
}

table td.right, th.right {
    text-align: right;
}
table td.left, th.left {
    text-align: left;
}

table.sponsor-inv th, table.sponsor-inv td {
    text-align: center;
}
table.sponsor-inv th, table.sponsor-inv td {
    padding: 0px 10px;
}

table.fee th, table.fee td {
    text-align: center;
}

div.address {
    width: 60%;
    white-space: nowrap;
    margin-left: 20px;
    text-align: center;
    padding: 1px 10px;
    border: gray 1px solid;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

div.contentsbox
{
    border-style: solid;
    border-width: 4px 1px 4px 1px;
    border-color: #000080;
    padding: 0.5em;
}
table.sponsor {
    width: 100%;
}
table.sponsor td {
    font-size: 8pt;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    word-break: break-all;
    padding: 5px 2px;
}
table.sponsor img {
    width: 100%;
}
.sponsor-platinum td {
    width: 33%;
}
.sponsor-gold td {
    width: 25%;
}
.sponsor-silver td {
    width: 20%;
}

/*em {
	color: red;
	font-style: normal;
	font-weight: bold;
}*/

span.strong1 {
	color: red;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0.4em;
	text-decoration:underline;
 
	-moz-text-decoration-color: brown;
	-moz-text-decoration-style:wavy;
	-ms-text-decoration-color: brown; /* reserved IE */
	-ms-text-decoration-style:wavy;
	-o-text-decoration-color: brown; /* reserved Opera */
	-o-text-decoration-style:wavy;
	-webkit-text-decoration-color: brown; /* reserved webkit */
	-webkit-text-decoration-style:wavy;
}

span.strong2 {
    color: black;
    font-style: normal;
    font-weight: bold;
    margin: 0px 0.4em;
}

h1 {
    font-size: xxx-large;
}

h2 {
	font-size: 150%;
	color: #FFF;
	border-left: 0.8em solid black;
	border-bottom: 1px solid gray;
	padding-left: 0.25em;
	margin-top: 2em;
	outline-color: #0CF;
	background-color: #0CF;
}

h3 {
	font-size: 120%;
	color: navy;
	border-left: 0.25em solid black;
	background-color: #CCCCCC;
	padding: 2px 0.25em;
}

h4 {
    font-size: 100%;
    margin-left: 1em;
    color: navy;
    border-bottom: 1px solid gray;
}

dt {
    overflow: visible;
    text-overflow: clip;
}

//a:link {color: navy;}
//a:visited {color: maroon;}

div.session_footer{
	padding-right: 2em;
	text-align: right;
}

footer {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 2px solid black;
}

a img {
    border-style: none;
}

img.photo {
    -webkit-box-shadow: 5px 5px 10px #333;
    -moz-box-shadow: 5px 5px 10px #333;
    box-shadow: 5px 5px 10px #333;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidebar li {
    font-size: 12px;
}

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 0px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

.nav-list > li > a, .nav-list > .active > a {
    padding-top: 1px;
    padding-bottom: 1px;
}

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
//    padding-left: 10px;
//    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
//    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 30px;
  }
  .marketing-byline {
    font-size: 18px;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  /* Tighten up footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* Unfloat the back to top in footer to prevent odd text wrapping */
  .footer .pull-right {
    float: none;
  }
}


.pid {
     color: #404040;
     font-weight: bold;
     width: 4em;
}

.title {
       color: navy;
       font-weight: bold;
}

.session_header {
	margin-bottom: 1em;
}

.session_title {
	font-weight: bold;
}

div.session1, div.session2 {
	margin-right: 1em;
	padding: 1em;
	background-color: white;
}
div.session2 {
	background-color: #e7e7e7;
}

td.program_time{
	text-align: right;
	width: 10%;
}
td.program_oral{
	background-color: #D9EDF7;
	width: 15%;
}
td.program_tutorial{
	background-color: #FCF8E3;
	width: 15%;
}
td.program_poster {
	background-color: #DFF0D8;
	width: 15%;
}
td.program_thematic {
    background-color: #F2DEDE;
    width: 15%;
}
