﻿@charset "utf-8";

/* フロート解除 */
#container { 
  text-align: center;
  overflow: hidden;
  position: relative;
  zoom:1;
}

/* アンカーリンクの体裁 */
#anchor {
  width: 12.5em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 4px 0 4px 0.5em;
  color: #fff;
  background-color :#008080;
  border-radius: 10px;
}

#anchor:after {
  content: "▼";
  color: #cf0010;
  background-color: #fff;
  float: right;
  padding: 0;
  margin: 0 0.5em 0 0;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.4em;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

#anchor + #anchor {
  margin: 0 0 0 0.8em;
}

/* リストアイコンの設定 */
/* 産総研 */
div#poster_menu_aist ol li{
  list-style-type:none;
  counter-increment: cnt;
}

div#poster_menu_aist ol li:before{
  content:"産-0" counter(cnt) " ";
}

div#poster_menu_aist ol li:nth-of-type(9) ~ li:before {
  content:"産-" counter(cnt) " ";
}

/* 農研機構 */
div#poster_menu_naro ol li{
  list-style-type:none;
  counter-increment: cnt;
}

div#poster_menu_naro ol li:before{
  content:"農-0" counter(cnt) " ";
}

div#poster_menu_naro ol li:nth-of-type(9) ~ li:before {
  content:"農-" counter(cnt) " ";
}

/* 道総研 */
div#poster_menu_hro ol li{
  list-style-type:none;
  counter-increment: cnt;
}

div#poster_menu_hro ol li:before{
  content:"道-0" counter(cnt) " ";
}

div#poster_menu_hro ol li:nth-of-type(9) ~ li:before {
  content:"道-" counter(cnt) " ";
}

/* 北大 */
div#poster_menu_hokudai ol li{
  list-style-type:none;
  counter-increment: cnt;
}

div#poster_menu_hokudai ol li:before{
  content:"大-0" counter(cnt) " ";
}

div#poster_menu_hokudai ol li:nth-of-type(9) ~ li:before {
  content:"大-" counter(cnt) " ";
}

/* その他 */
div#poster_menu_other ol li{
  list-style-type:none;
  counter-increment: cnt;
}

div#poster_menu_other ol li:before{
  padding-left:1.5em;
  content:"・ ";
}

/* ポスター未定の際にリストアイコンの消去 */
div ol li#undecided:before {
  content: none !important;
}

div ol li#undecided {
  padding-left: 3.5em;
}

/* リストに下線（点線）の追加、リストアイコン分のタイトル字下げ */
ol#posterlist li {
  border-bottom:1px dotted #999999;
  padding-top: 5px;
  margin-left: 2.5em;
  text-indent: -3em;
}

ol#posterlist li:first-child {
  padding-top: 0px;
}

/* ポスターリストに詳細説明（ツールチップ）を表示 */
.invisible {
 display: none;
}
 
a.PosterTip {
  text-decoration: none;
}
 
p.toolTip {
  margin: 0;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 30px;
  text-indent: 0;
}

/* ポスター発表者の所属 */
ol#posterlist li div.aff {
  text-align: right;
  margin-right: 1em;
  font-size: 90%;
}


.dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}
