@charset "UTF-8";
/* @group common */
body {
  background: #FCF9E8;
  color: #444444;
  line-height: 1.5;
}

#ie6 {
  text-align: center;
}

/* IE6 */
a:link {
  color: #1e9277;
}

a:visited {
  color: #1e9277;
}

a:hover {
  color: #2ac8a3;
}

a:active {
  color: #1e9277;
}

img {
  vertical-align: middle;
}

a img {
  border: none;
}

a.popup:after {
  content: url(/files/images/icon_popup.gif);
  margin: 0 3px;
  vertical-align: middle;
}

#ie7 a.popup, #ie6 a.popup {
  background: url(/files/images/icon_popup.gif) right center no-repeat;
  padding-right: 15px;
}

/* IE7,IE6 */
#header div, #container, #footer div {
  width: 950px;
  margin: 0 auto;
}

/* @end */
/* @group header */
#header {
  background: url(/files/images/bg_header.gif) repeat-x;
  height: 132px;
}

#header div {
  position: relative;
  z-index: 100;
}

h1 {
  position: absolute;
  top: 20px;
  left: 0;
}

.subLink {
  position: absolute;
  top: 55px;
  right: 0;
}

.subLink li {
  display: inline-block;
  padding-left: 30px;
}

#ie7 .subLink li, #ie6 .subLink li {
  display: inline;
}

/* IE6,IE7 */
/* 140415 */
#header div.subLink {
  position: absolute;
  top: 28px;
  right: 0;
  width: 463px;
}

#header div.subLink .info, #header div.subLink .info_external {
  float: left;
  width: 280px;
}

#header div.subLink .info {
  width: 172px;
}

#header div.subLink li {
  display: inline-block;
  margin: 5px 0 6px;
  padding: 0 5px;
}

#ie7 #header div.subLink li, #ie6 #header div.subLink li {
  display: inline;
}

#header div.subLink .info ul, #header div.subLink .info_external ul {
  background: url(/files/images/bg_headerInfo_right.png) right top no-repeat;
}

#header div.subLink .info a, #header div.subLink .info_external a {
  padding: 5px;
}

#header div.subLink .info a.fwb {
  color: #054435;
}

#header div.subLink .info {
  background: #e9f6f3 url(/files/images/bg_headerInfo_left.png) left top no-repeat;
  margin-right: 10px;
}

#header div.subLink .info li:first-child {
  border-right: 1px solid #bfe3d7;
}

#header div.subLink .info_external {
  background: #f2f2f2 url(/files/images/bg_headerInfo_left.png) left top no-repeat;
}

#header div.subLink .info_external li:first-child {
  border-right: 1px solid #d6d6d6;
}

/* 140522 */
#header .subLink.link140522 {
  top: 0;
  width: 320px;
}

#header div.subLink .info_external {
  width: 320px;
}

#header .subLink.link140522 .info_external, #header .subLink.link140522 .info {
  float: none;
  margin-top: 9px;
}

#header .subLink.link140522 .info {
  margin: 5px 0 0 0;
  width: 320px;
}

#header div.subLink.link140522 .info li {
  border-right: 1px solid #bfe3d7;
  padding: 0 8px;
}

#header div.subLink.link140522 .info li:last-child {
  border-right: none;
}

#header div.subLink .info ul, #header div.subLink .info_external ul {
  margin-left: 15px;
}

/* 150518 */
#header .subLink.link150518 {
  top: 0;
  width: 320px;
}

#header div.subLink .info_external {
  width: 320px;
}

#header .subLink.link150518 .info_external, #header .subLink.link140522 .info {
  float: none;
  margin-top: 9px;
}

#header .subLink.link150518 .info {
  margin: 5px 0 0 0;
  width: 220px;
}

#header div.subLink.link150518 .info li {
  border-right: 1px solid #bfe3d7;
  padding: 0 8px;
}

#header div.subLink.link150518 .info li:last-child {
  border-right: none;
}

#header div.subLink .info ul, #header div.subLink .info_external ul {
  margin-left: 15px;
}

#header .subLink.link150518 .info_language {
  position: absolute !important;
  top: 43px;
  right: 0;
  width: 85px;
}

#header .subLink.link150518 .info_language li a {
  background: #EE560B;
  color: #ffffff;
  font-weight: bold;
  padding: 7px 13px;
  text-decoration: none;
}

/* infoLink
	#header div.infoLink { position:absolute; top:0; right:0; width:500px; }
	#header div.infoLink div { width: auto!important; text-align: right; }
	#header .infoLink li { display: inline-block; }

	#header .infoLink .info_external { position: absolute!important; top: 10px; right: -15px; width:320px!important; }
	#header .infoLink .info_external li:first-child { border-right: 1px solid #afc3bf; }
	#header .infoLink .info_external li { padding: 0 13px; }

	#header .infoLink .info_language { position: absolute!important; top: 45px; right: 0; }
	#header .infoLink .info_language li a { background: #EE560B; color: #ffffff; font-weight: bold; padding: 7px 13px; text-decoration: none; }

	#header .infoLink .info {
		position: absolute!important; top: 40px; right: 90px; width: 210px!important; text-align :center;
		background: #e9f6f3 url(/files/images/bg_headerInfo_left.png) left top no-repeat; margin-right:10px;
	}
	#header .infoLink .info ul { padding: 5px 10px; }
	#header .infoLink .info li {
		background: url(/files/images/bg_list02.gif) left 6px no-repeat;
		margin: 0 7px;
		padding-left: 10px;
	} */
/* @end */
/* @group nav */
#nav {
  position: absolute;
  top: 87px;
  left: 0;
  z-index: 10;
}

#nav li {
  background: url(/files/images/bg_nav.gif) top left no-repeat;
  cursor: pointer;
  float: left;
  margin-right: 4px;
  text-align: center;
  width: 234px;
  height: 40px;
  position: relative;
}

#ie8 #nav li, #ie7 #nav li, #ie6 #nav li {
  margin-right: 3px;
}

/* IE8,IE7,IE6 */
#nav li:hover {
  background: url(/files/images/bg_nav_hover.gif) top left no-repeat;
}

#nav li img {
  margin-top: 13px;
}

#nav li:last-child {
  margin-right: 0;
}

#nav li em {
  display: block;
  width: 234px;
  height: 40px;
  text-indent: -9999px;
}

#nav li.nav01 em {
  background: url(/files/images/title01.gif) 50% 12px no-repeat;
}

#nav li.nav02 em {
  background: url(/files/images/title02.gif) 50% 11px no-repeat;
}

#nav li.nav03 em {
  background: url(/files/images/title03.gif) 50% 12px no-repeat;
}

#nav li.nav04 em {
  background: url(/files/images/title04.gif) 50% 12px no-repeat;
}

#nav li ul li:hover {
  background: none;
}

#nav li.nav01:hover em {
  background: url(/files/images/title01_hover.gif) 50% 12px no-repeat;
}

#nav li.nav02:hover em {
  background: url(/files/images/title02_hover.gif) 50% 11px no-repeat;
}

#nav li.nav03:hover em {
  background: url(/files/images/title03_hover.gif) 50% 12px no-repeat;
}

#nav li.nav04:hover em {
  background: url(/files/images/title04_hover.gif) 50% 12px no-repeat;
}

#nav li ul {
  background: url(/files/images/bg_nav02_body.gif) bottom no-repeat;
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 234px;
}

#nav li ul li {
  background: none;
  height: auto;
  padding: 0;
  display: block;
}

#nav li ul li a {
  border-bottom: 1px dotted #dbdbdb;
  display: block;
  margin: 0 5px;
  padding: 10px;
  text-decoration: none;
  text-align: left;
}

#nav li ul li p.about {
  border-bottom: 1px dotted #dbdbdb;
  cursor: default;
  font-size: 10px;
  margin: -5px 5px 0;
  padding: 0 10px 5px;
}

#nav li ul li p.about a {
  border-bottom: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#nav li ul li:first-child {
  background: url(/files/images/bg_nav02_top.gif) top no-repeat;
}

#nav li ul li:first-child a {
  padding-top: 15px;
}

#nav li ul li:last-child a {
  border-bottom: none;
  padding-bottom: 15px;
}

/* @end */
/* @group Content */
#container {
  margin-top: 20px;
}

#ie6 #container {
  text-align: left;
}

/* IE6 */
#topicPath {
  color: #444444;
  font-size: 85%;
  margin-bottom: 30px;
}

#topicPath a {
  text-decoration: none;
}

#lContent {
  width: 710px;
}

#rContent {
  position: relative;
  width: 220px;
}

#rContent ul li {
  border-bottom: 1px dotted #dbdbdb;
  margin: 0 10px;
}

#rContent ul li p.about {
  margin: -5px 0 5px 20px;
}

#rContent ul li a {
  background: url(/files/images/icon_li.gif) left center no-repeat;
  display: block;
  padding: 10px 10px 10px 22px;
  text-decoration: none;
  text-align: left;
}

#rContent ul li:last-child {
  border-bottom: none;
}

#rContent ul li p.about a {
  background: none;
  display: inline;
  padding: 0;
}

#rContent #sideMenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 220px;
}

#rContent #sideMenu p.back {
  font-size: 100%;
  margin-top: 20px;
  text-align: right;
}

#rContent #sideMenu p.back a {
  background: url(/files/images/bg_back.gif) left center no-repeat;
  padding: 3px 0 3px 20px;
  text-decoration: none;
}

#ie6 #rContent ul li a {
  zoom: 1;
}

/* @end */
/* @group footer */
#footer {
  background: #fdfcf3;
  margin-top: 70px;
  padding: 15px 0;
}

#footer a {
  text-decoration: none;
}

#footer ul {
  border-left: 1px solid #c6c4bb;
  float: left;
}

#footer ul li {
  border-right: 1px solid #c6c4bb;
  display: inline;
  padding: 0 10px;
}

#copyright {
  color: #7a7976;
  float: right;
}

.pagetop {
  font-size: 85%;
  float: right;
  margin-top: -40px;
}

#ie6 .pagetop {
  position: relative;
}

.pagetop a {
  background: url(/files/images/bg_pagetop.gif) left center no-repeat;
  padding: 2px 0 2px 17px;
}

/* @end */
/* @group parts */
.hr01, .hr02, .hr03 {
  clear: both;
}

.hr01 hr, .hr02 hr, .hr03 hr {
  display: none;
}

.hr01 {
  height: 1em;
}

.hr02 {
  height: 1.5em;
}

.hr03 {
  height: 2em;
}

.fwb {
  font-weight: bold;
}

.red {
  color: #cc0000;
}

.blue {
  color: #00008b;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.u {
  text-decoration: underline;
}

.fs85 {
  font-size: 85%;
}

.fs125 {
  font-size: 125%;
}

.fs150 {
  font-size: 150%;
}

h2 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 8px;
}

h3 {
  background: #f3f3f3;
  border-bottom: 1px dotted #d1d1d1;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 10px;
}

h4 {
  border-bottom: 1px dotted #1a876d;
  color: #1a876d;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0;
}

.block, .isfw_detailA {
  background: #ffffff;
  padding: 15px 10px;
  border: 2px solid #efebd3;
}

.block p, .isfw_detailA p {
  margin-bottom: 10px;
}

.block.bnr, .isfw_detailA.bnr {
  padding: 2px;
}

#rContent .block {
  padding: 2px;
  margin-bottom: 5px;
}

#rContent p {
  font-size: 85%;
}

#ie8 #rContent p {
  font-size: 71%;
}

#rContent .title {
  background: #09745a;
  color: #ffffff;
  padding: 12px 10px;
}

#ie6 #rContent .title {
  position: relative;
}

table {
  border: 2px solid #cecece;
  margin-bottom: 10px;
}

table.w100 {
  width: 100%;
}

table th, table td {
  border: 1px solid #dedede;
  padding: 5px 10px;
}

#ie6 table th, #ie6 table td {
  font-size: 100%;
}

/* IE6 */
table th {
  background: #eeeeee;
}

/* table.pure */
table.pure {
  border: none;
}

table.pure th, table.pure td {
  border: none;
  padding: 3px;
}

table.pure th {
  background: none;
}

/* @end */
/* @group post */
.post ul, .post ol {
  margin: 0 0 1em;
}

.post li {
  background: url(/files/images/bg_list.gif) left 6px no-repeat;
  margin-top: 5px;
  padding-left: 15px;
}

.post ol li {
  background: none;
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 0;
}

.post dl {
  margin-bottom: 10px;
}

.post dl dt {
  font-weight: bold;
}

.post dl dd {
  padding-left: 20px;
}

/* ul.pure */
.post ul.pure, .post ol.pure {
  list-style-type: none;
}

.post .pure li {
  background: none;
  list-style-type: none;
  padding-left: 0;
}

.post ol.pure li {
  list-style-type: none;
  margin-left: 0;
}

/* @end */
/* @group index */
.notice {
  background: #fffde1;
  padding: 10px;
}

.inews a {
  color: #b95a20;
}

.inews a:hover {
  color: #ed752c;
}

.news {
  position: relative;
}

.news ul {
  margin-top: -10px;
}

.news li {
  background: none;
  border-bottom: 1px dotted #dbdbdb;
  padding: 8px 0;
}

.news li:last-child {
  border-bottom: none;
  padding: 8px 0 0;
}

.newsList {
  position: absolute;
  top: -35px;
  right: 0;
}

.news_f {
  width: 350px;
}

.news .item-date {
  float: left;
  width: 6.5em;
}
.news .item-cat {
  float: left;
  width: 5em;
  background-color: #9f9f9f;
  font-size: 0.8em;
  padding: 2px 0;
  margin-right: 1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.summon-search-tagline {
  display: none;
}

.summon-search-field {
  background: url(/files/images/bg_search.gif) no-repeat;
  border: 0;
  margin: 0 0 15px;
  padding: 12px 5px;
  width: 540px;
}

.summon-search-submit {
  background: url(/files/images/btn_search.gif) no-repeat;
  border: 0;
  cursor: pointer;
  height: 35px;
  text-indent: -9999px;
  vertical-align: top;
  text-align: left;
  width: 130px;
}

.manual {
  margin: -30px 0 0;
  text-align: right;
}

h3.database {
  background: #f3f3f3 url(/files/images/icon_database.gif) 10px center no-repeat;
  padding-left: 35px;
}

h3.journal {
  background: #f3f3f3 url(/files/images/icon_journal.gif) 10px center no-repeat;
  padding-left: 35px;
}

h3.database .en, h3.journal .en {
  color: #999;
  font-size: 85%;
  font-weight: lighter;
  margin-left: 0.5em;
}

.topResearch {
  overflow: hidden;
  margin: 0 -8px;
  width: 693px;
}

.topResearch dl {
  border: 2px solid #e2e2e2;
  float: left;
  margin: 0 0 10px 10px;
  padding: 2px;
  width: 213px;
}

#ie6 .topResearch dl {
  width: 208px;
}

.topResearch dl dt {
  background: #f3f3f3;
  font-weight: bold;
  padding: 10px 15px;
}

.topResearch dl dt .en {
  color: #999;
  display: block;
  font-size: 85%;
  font-weight: lighter;
  line-height: 1.2;
}

.topResearch dl dd {
  padding: 5px 10px 10px;
}

.topResearch dl dd li {
  background: url(/files/images/bg_list.gif) left 6px no-repeat;
  margin-top: 5px;
  padding-left: 10px;
}

.calendar {
  margin: 2px 0;
  position: relative;
}

#ie8 .calendar iframe, #ie9 .calendar iframe {
  height: 370px;
}

#rContent .calendar ul.tabs {
  background: url(/files/images/bg_tabs.gif) bottom repeat-x;
  position: absolute;
  top: 0;
  left: -2px;
  margin: 0;
  padding: 0 3px;
  width: 211px;
}

.calendar .tabContent {
  padding-top: 40px;
}

#rContent .calendar ul.tabs li {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  float: left;
}

#rContent .calendar ul.tabs li a {
  border: none;
  display: block;
  width: 71px;
  height: 33px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

#rContent .calendar .tabs li a.tab01 {
  background: url(/files/images/title_tabsScheduleTop.gif) 0 0 no-repeat;
}

#rContent .calendar .tabs li a.tab02 {
  background: url(/files/images/title_tabsScheduleTop.gif) -71px 0 no-repeat;
  width: 70px;
}

#rContent .calendar .tabs li a.tab03 {
  background: url(/files/images/title_tabsScheduleTop.gif) -141px 0 no-repeat;
  width: 70px;
}

#rContent .calendar .tabs li.current a.tab01 {
  background: url(/files/images/title_tabsScheduleTop.gif) 0 -33px no-repeat;
}

#rContent .calendar .tabs li.current a.tab02 {
  background: url(/files/images/title_tabsScheduleTop.gif) -71px -33px no-repeat;
}

#rContent .calendar .tabs li.current a.tab03 {
  background: url(/files/images/title_tabsScheduleTop.gif) -141px -33px no-repeat;
}

/* @group research */
.research {
  position: relative;
}

.research ul.tabs {
  background: url(/files/images/bg_tabs.gif) bottom repeat-x;
  position: absolute;
  top: 60px;
  left: -10px;
  margin: 0;
  padding: 0 12px;
  width: 682px;
}

.research .tabContent {
  display: none;
  padding-top: 80px;
}

.research ul.tabs li {
  background: none;
  margin: 0;
  padding: 0;
  float: left;
}

#rContent ul.tabs li {
  float: none;
}

.research ul.tabs li a {
  display: block;
  width: 98px;
  height: 61px;
  text-indent: -9999px;
}

.research .tabs li a.tab01 {
  background: url(/files/images/title_tabsResearch.gif) 0 0 no-repeat;
}

.research .tabs li a.tab02 {
  background: url(/files/images/title_tabsResearch.gif) -98px 0 no-repeat;
  width: 96px;
}

.research .tabs li a.tab03 {
  background: url(/files/images/title_tabsResearch.gif) -194px 0 no-repeat;
}

.research .tabs li a.tab04 {
  background: url(/files/images/title_tabsResearch.gif) -292px 0 no-repeat;
  width: 97px;
}

.research .tabs li a.tab05 {
  background: url(/files/images/title_tabsResearch.gif) -389px 0 no-repeat;
  width: 97px;
}

.research .tabs li a.tab06 {
  background: url(/files/images/title_tabsResearch.gif) -486px 0 no-repeat;
  width: 97px;
}

.research .tabs li a.tab07 {
  background: url(/files/images/title_tabsResearch.gif) -584px 0 no-repeat;
}

.research .tabs li.current a.tab01 {
  background: url(/files/images/title_tabsResearch.gif) 0 -61px no-repeat;
}

.research .tabs li.current a.tab02 {
  background: url(/files/images/title_tabsResearch.gif) -98px -61px no-repeat;
}

.research .tabs li.current a.tab03 {
  background: url(/files/images/title_tabsResearch.gif) -194px -61px no-repeat;
}

.research .tabs li.current a.tab04 {
  background: url(/files/images/title_tabsResearch.gif) -292px -61px no-repeat;
}

.research .tabs li.current a.tab05 {
  background: url(/files/images/title_tabsResearch.gif) -389px -61px no-repeat;
}

.research .tabs li.current a.tab06 {
  background: url(/files/images/title_tabsResearch.gif) -486px -61px no-repeat;
}

.research .tabs li.current a.tab07 {
  background: url(/files/images/title_tabsResearch.gif) -584px -61px no-repeat;
}

.research th {
  text-align: center;
}

/* @group news */
.ddop {
  margin-top: 40px;
}

.ddop ul {
  margin: 0;
}

.ddop li {
  background: none;
  border-bottom: 1px dotted #dbdbdb;
  margin: 0;
  padding: 8px 0;
}

.ddop li:last-child {
  border-bottom: none;
  padding: 8px 0 0;
}

/* @group フロアマップ */
.photo li {
  background: none;
  float: left;
  margin: 0 3px 10px;
  padding: 0;
  width: 164px;
}

.f_map {
  position: relative;
  height: 530px;
}

* html .f_map {
  margin-top: 30px;
}

*:first-child + html .f_map {
  margin-top: 30px;
}

.top {
  height: 270px;
}

.post .f_map li {
  background: none;
  padding: 0;
  margin: 0;
}

div.post .entry .f_map ul li {
  padding: 0;
  list-style-type: none;
}

.f_map ul li.current {
  margin: -2px;
  border: 2px solid #467366;
  z-index: 500;
}

.f_map ul li.map {
  position: absolute;
  left: 0;
  top: 10px;
}

.f_map ul li.map ul {
  margin: -20px 0 0 0;
}

.f_map ul li.map ul li {
  float: left;
  position: relative;
}

.f_map ul li.area1, .f_map ul li.area2, .f_map ul li.area3 {
  position: absolute;
  top: -50px;
  height: 112px;
}

.f_map ul li.area1 {
  left: 554px;
  width: 132px;
}

.f_map ul li.area2 {
  left: 486px;
  width: 68px;
}

.f_map ul li.area3 {
  left: 383px;
  width: 103px;
}

.f_map ul li.areaback {
  position: absolute;
  top: 70px;
  width: 120px;
  height: 35px;
  right: 11px;
}

.f_map ul li a {
  display: block;
}

div.post table.floorguide {
  border: none;
  width: 48%;
}

div.post table.floorguide th {
  background: #ffffff;
  border: none;
  text-align: left;
}

div.post table.floorguide td {
  padding: 4px 6px 2px;
  background: #ffffff;
  border-color: #ffffff;
  border-style: solid none;
  border-width: 1px;
}

/* Cブロック */
div.post table.color_cyan td {
  background: #97daf7;
}

/* Oブロック */
div.post table.color_orange td {
  background: #f7e08e;
}

/* Yブロック */
div.post table.color_yellow td {
  background: #fff1a2;
}

/* Gブロック */
div.post table.color_green td {
  background: #ebf3d9;
}

/* Bブロック */
div.post table.color_blue td {
  background: #d3edfb;
}

/* 受付など */
div.post table.color_sky td {
  background: #ecf6f8;
}

/* データベース一覧 */
span.engc {
  color: #459F84;
}

/* @group schedule */
.schedule {
  position: relative;
}

.schedule ul.tabs {
  background: url(/files/images/bg_tabs.gif) bottom repeat-x;
  position: absolute;
  top: 0;
  left: -10px;
  margin: 0;
  padding: 0 10px;
  width: 686px;
}

.schedule .tabContent {
  padding-top: 70px;
}

.schedule ul.tabs li {
  background: none;
  margin: 0;
  padding: 0;
  float: left;
}

#rContent ul.tabs li {
  float: none;
}

.schedule ul.tabs li a {
  display: block;
  width: 226px;
  height: 61px;
  text-indent: -9999px;
}

.schedule .tabs li a.tab01 {
  background: url(/files/images/title_tabsSchedule.gif) 0 0 no-repeat;
}

.schedule .tabs li a.tab02 {
  background: url(/files/images/title_tabsSchedule.gif) -226px 0 no-repeat;
  width: 228px;
}

.schedule .tabs li a.tab03 {
  background: url(/files/images/title_tabsSchedule.gif) -454px 0 no-repeat;
}

.schedule .tabs li.current a.tab01 {
  background: url(/files/images/title_tabsSchedule.gif) 0 -61px no-repeat;
}

.schedule .tabs li.current a.tab02 {
  background: url(/files/images/title_tabsSchedule.gif) -226px -61px no-repeat;
}

.schedule .tabs li.current a.tab03 {
  background: url(/files/images/title_tabsSchedule.gif) -454px -61px no-repeat;
}

/* 選書ツアー */
.list_tour li {
  background: none;
  float: left;
  margin: 20px 0 0 0;
  padding-left: 7px;
  width: 164px;
}

.list_tour li a {
  background: #fcf9e8;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

/* 選書会 */
.list_select li {
  background: none;
  float: left;
  margin: 10px 0 0 0;
  padding-left: 5px;
  width: 325px;
}

.list_select li a {
  background: #fcf9e8;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

/* lib cafe */
table.libCafe, table.libCafe td {
  border: none;
}

table.libCafe td {
  width: 25%;
}

/* サイトマップ */
#sitemap .box {
  float: left;
  width: 50%;
}

#sitemap .box h3, #sitemap .box ul {
  margin-right: 5px;
  margin-left: 5px;
}

#sitemap .box ul li ul li {
  background: none;
  margin: 0;
  padding: 0;
}

#sitemap .box ul li ul li ul {
  margin: 0;
}

/* デザインなしページ */
body#ndesign {
  background: none;
}

body#ndesign h2 {
  padding: 20px 0 0 10px;
}

body#ndesign .block {
  border: none;
}

/* form修正 */
.researchform div#trust-form.contact-form li {
  float: left;
  width: 50%;
}

.researchform div#trust-form.contact-form li:last-child {
  width: 100%;
}

/* よくある質問 */
.faq h3 {
  background: #f3f3f3 url(../files/images/bg_faq_h3.gif) right center no-repeat;
  cursor: pointer;
}

.faq h3.active {
  background: #f3f3f3 url(../files/images/bg_faq_h3_up.gif) right center no-repeat;
}

.faq dl {
  display: none;
}

.faq dt, .faq dd, .faqContent dt, .faqContent dd {
  margin: 0;
  padding: 5px 0;
}

.faq dt, .faqContent dt {
  background: url(/files/images/bg_faq_q.gif) left 5px no-repeat;
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 5px;
  padding: 5px 0 5px 25px;
}

.faq dd, .faqContent dd {
  background: url(/files/images/bg_faq_a.gif) left 5px no-repeat;
  margin-bottom: 20px;
  padding: 5px 0 5px 25px !important;
}

/* 1409 tab切り替え */
.calendar, .schedule {
  position: relative;
}

.calendar #mainMenu {
  position: absolute;
  top: 0;
  left: 0;
}

.tabMain {
  width: 211px;
  overflow: hidden;
  clear: both;
}

.tabMain ul {
  width: 633px;
}

#rContent .tabMain ul li {
  float: left;
  width: 211px;
  border: 0;
  margin: 0;
  padding-top: 40px;
}

.schedule #mainMenu {
  position: absolute;
  top: 0;
}

.schedule .tabMain {
  width: 705px;
  overflow: hidden;
  clear: both;
}

.schedule .tabMain ul {
  width: 2115px;
}

.schedule .tabMain ul li {
  list-style-type: none;
  float: left;
  width: 705px;
  border: 0;
  margin: 0;
  padding: 70px 0 0 0;
}

/* 1411 https://lib.shibaura-it.ac.jp/inquiries/enquete */
.enquete6312 table th, .enquete6312 table td {
  display: block;
  float: left;
  width: 668px !important;
  padding: 10px 7px !important;
}

.enquete6312 table th {
  border: none;
}

.enquete6312 table td {
  border-left: none;
  border-right: none;
}

.enquete6312 table tr {
  overflow: hidden;
  clear: both;
}

.enquete6312 table th {
  *border-right: 1px solid #dedede;
  *border-bottom: 1px solid #dedede;
}

.enquete6312 .en, .enquete6312 .ja {
  /*color: #00008b;*/
  color: #cc0000;
}

.book_info {
  clear: both;
  width: 100%;
}

.book_info .cover {
  float: left;
  width: 30%;
}

.book_info .cover img {
  border: 1px solid #333;
  height: auto;
  width: 100%;
}

.book_info .cover .caption {
  display: block;
  font-size: 12px;
  padding: 0.5em 0 0 0;
}

.book_info .intro {
  float: right;
  width: 67%;
}

/* test 2017/02/03 */
.top #header {
  background: #fff url("/files/images/bg_header.gif") bottom repeat-x;
  height: 442px;
}

.top #nav {
  top: 397px;
}

.top .mainVisual {
  top: 82px;
  left: -3px;
}

.inews li {
  padding: 4px 0;
}

/* test 2017/04/06 */
.top #lContent.sub {
  width: 220px;
}

.top #lContent.sub .block {
  padding: 2px;
}

.top #lContent {
  padding: 0 10px;
  width: 460px;
}

.top .summon-search-field {
  background: none;
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: 7px 5px;
  width: 280px;
}

.top .topResearch {
  width: 460px;
}

.top .topResearch dl {
  width: 204px;
}

#nav li.nav01 em {
  background: url(/files/images/17/title01.gif) 50% 7px no-repeat;
}

#nav li.nav02 em {
  background: url(/files/images/17/title02.gif) 50% 7px no-repeat;
}

#nav li.nav03 em {
  background: url(/files/images/17/title03.gif) 50% 7px no-repeat;
}

#nav li.nav04 em {
  background: url(/files/images/17/title04.gif) 50% 7px no-repeat;
}

#nav li.nav01:hover em {
  background: url(/files/images/17/title01_hover.gif) 50% 7px no-repeat;
}

#nav li.nav02:hover em {
  background: url(/files/images/17/title02_hover.gif) 50% 7px no-repeat;
}

#nav li.nav03:hover em {
  background: url(/files/images/17/title03_hover.gif) 50% 7px no-repeat;
}

#nav li.nav04:hover em {
  background: url(/files/images/17/title04_hover.gif) 50% 7px no-repeat;
}

.summon-search-submit {
  background: url(/files/images/17/btn_search.gif) no-repeat;
}

/* accordion */
.acc {
  position: relative;
  cursor: pointer;
}

.acc:after {
  content: "▼";
  color: #999;
  font-size: 10px;
  position: absolute;
  top: 13px;
  right: 10px;
}

.acc.active:after {
  content: "▲";
}

/* collection */
.collection01 {
  background: url(/files/img/2018/04/bg_collection01.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
}

.collection01 table {
  background: #fff;
}

/* 重要なお知らせ記事固定 */
.inews .fix_inews {
  display: none;
}

/* 電子書籍一覧（201902追加） */
.ebook_list ul.index {
  overflow: hidden;
  margin: 0;
  clear: both;
}

.ebook_list ul.index li {
  margin: 0;
  padding: 0;
}

.ebook_list ul.index li a {
  display: block;
  background: #e9f6f3;
  float: left;
  padding: 5px 20px;
  margin-right: 15px;
  border-radius: 5px;
}

.ebook_list ul li a {
  position: relative;
}

.ebook_list ul li a.ja:after {
  background: #f4b183;
  border-radius: 3px;
  color: #000;
  content: "和";
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin-left: 10px;
  padding: 5px 8px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: -32px;
}

.ebook_list ul li a.en:after {
  background: #8faadc;
  border-radius: 3px;
  color: #000;
  content: "洋";
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin-left: 10px;
  padding: 5px 8px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: -32px;
}

.ebook_list ul + h3 {
  margin-top: 20px;
}

.ebook_list h4 {
  border-bottom: none;
  background: #e9f6f3;
  float: left;
  padding: 5px 20px;
  margin: 0;
  border-radius: 5px;
  float: right;
}

.ebook_list ul li a.ja:hover:after, .ebook_list ul li a.en:hover:after {
  opacity: 0.6;
  /*-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*図書館年報*/
ul.annual_report {
  overflow: hidden;
}

ul.annual_report li {
  float: left;
  background: none;
  margin: 0 1px 1px 0;
  padding: 15px 0 0 0;
  width: 113px;
  text-align: center;
}

ul.annual_report li img {
  width: 80px;
}

ul.annual_report li a {
  display: block;
  margin: 0;
  color: #fff;
}

ul.annual_report li span {
  display: block;
  margin: 10px 0;
  color: #fff;
  text-align: center;
}

ul.annual_report li.color_01 {
  background: #56c02b;
}

ul.annual_report li.color_02 {
  background: #dd1367;
}

ul.annual_report li.color_03 {
  background: #00689d;
}

ul.annual_report li.color_04 {
  background: #fd6925;
}

#rContent p.annual_report_year {
  background: #e3f4f0;
  font-size: 12px;
  padding: 10px;
}

ul.annual_report.en li {
  width: 136px;
  height: 160px;
}

ul.annual_report.en li span {
  padding: 5px;
}

/*Science Direct ログインボタン*/
.btn_science_direct {
  -webkit-box-shadow: 0px 1px 0px 2px #0e6787;
  box-shadow: 0px 1px 0px 2px #0e6787;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #11799f), to(#11799f));
  background: linear-gradient(to bottom, #11799f 5%, #11799f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11799f", endColorstr="#11799f", GradientType=0);
  background-color: #11799f;
  border-radius: 2px;
  display: inline-block;
  color: #ffffff !important;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #11799f;
  margin-right: 2px;
}

.btn_science_direct:hover {
  opacity: 0.8;
}

/*ガイダンス*/
ul.guidance {
  overflow: hidden;
  margin: 0;
}

ul.guidance li {
  padding: 0;
}

ul.guidance li a {
  float: left;
  list-style-type: none;
  background: unset;
  margin: 0;
  text-align: center;
}

ul.guidance li a img {
  border: 1px solid #333;
  width: 162px;
}

ul.guidance li a span {
  display: block;
  margin: 5px 0 20px 0;
}

ul.guidance li + li a {
  margin-left: 10px;
}

.isfw_detail-header,
.isfw_detailA-cat {
  display: none;
}

#isfw_inquiry .pageTitle {
  font-size: 200%;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 16px;
}
#isfw_inquiry input[type=text],
#isfw_inquiry select,
#isfw_inquiry textarea {
  padding: 3px;
}

.isfw_inquiry_detail {
  border: none;
  width: 100%;
}
.isfw_inquiry_detail tr:nth-child(-n+2) th, .isfw_inquiry_detail tr:nth-child(-n+2) td {
  border: none;
}
.isfw_inquiry_detail th, .isfw_inquiry_detail td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.isfw_inquiry_detail th {
  font-weight: bold;
  width: 15em;
}
.isfw_inquiry_detail th em {
  color: #e55a3b;
  font-style: normal;
  margin-left: 3px;
}
.isfw_inquiry_detail strong {
  color: #e55a3b;
  font-weight: bold;
  margin-left: 3px;
}

.isfw_inquiry_submit .inquiry_buttons li {
  text-align: center;
  margin-bottom: 10px;
}
.isfw_inquiry_submit .inquiry_buttons li button {
  border: none;
  height: 55px;
  padding: 3px;
  width: 300px;
}
.isfw_inquiry_submit .inquiry_buttons li button:hover {
  cursor: pointer;
}
.isfw_inquiry_submit .inquiry_buttons li button span {
  display: block;
  text-indent: -999em;
}
.isfw_inquiry_submit .inquiry_buttons li button#Save {
  background: url(/files/assets/common/img/btn_formSubmit02.gif) no-repeat;
}
.isfw_inquiry_submit .inquiry_buttons li button#Confirm {
  background: url(/files/assets/common/img/btn_formSubmit01.gif) no-repeat;
}
.isfw_inquiry_submit .inquiry_buttons li button#Back {
  background: url(/files/assets/common/img/btn_formBack.gif) no-repeat;
}

.caution_msg {
  color: #e55a3b;
}

.description_text {
  color: #444;
  display: block;
  font-size: 12px;
}
/*# sourceMappingURL=common.css.map */

/* SIT_LIBRARY_ALL-359 */
textarea#ed4686ca-79ee-481d-af54-4b35648f351f {
  width: 20em;
  height: 8em;
}

/* Topics */
.topics ol, .topics ul {
  margin: 1em 1.5em;
}
.topics ol li {
  list-style-type: decimal;
}
.topics ul li {
  list-style-type: disc;
}

/* 芝浦削除 */
#rContent #sideMenu ul li a[href^="/usage/shibaura"] {
  display: none;
}

/* 学外の方用開館スケジュールタブ */
.schedule.gakugai .tabs li a.tab01 {
  background: url(/files/images/title_tabsSchedule_gakugai.gif) 0 0 no-repeat;
}
.schedule.gakugai .tabs li a.tab02 {
  background: url(/files/images/title_tabsSchedule_gakugai.gif) -226px 0 no-repeat;
  width: 228px;
}
.schedule.gakugai .tabs li.current a.tab01 {
  background: url(/files/images/title_tabsSchedule_gakugai.gif) 0 -61px no-repeat;
}
.schedule.gakugai .tabs li.current a.tab02 {
  background: url(/files/images/title_tabsSchedule_gakugai.gif) -226px -61px no-repeat;
}

/* 企画展示アーカイブ */
#exhibition_archive ul {
  overflow: hidden;
}
#exhibition_archive ul li {
  padding-left: 0;
}
#exhibition_archive ul li a {
  display: block;
  float: left;
  width: calc(100%/3 - 7px);
  background: #e9f6f3;
  height: 80px;
  margin-left: 10px;
  font-size: 1.25em;
  text-align: center;
  line-height: 80px;
  border-radius: 10px;
}
#exhibition_archive ul li:first-child a {
  margin-left: 0;
}
#exhibition_archive ul li a span {
  display: block;
  font-size: 0.7em;
  margin-top: -62px;
}

/* インデント */
p.idt-txt {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0;
}


.research table tr td li {
  background: none;
  list-style-type: disc;
  padding-left: 0;
  margin-left: 1.5em;
}

/* 電子ブック一覧 日本語非表示*/
.ebook_list ul li a.ja {
  display: none;
}
/*2018*/
#\32 01804, #\32 01805, #\32 01806, #\32 01807 {
  display: none;
}
#post-11170 ul.index li:nth-child(1), #post-11170 ul.index li:nth-child(2), #post-11170 ul.index li:nth-child(3), #post-11170 ul.index li:nth-child(4) {
  display: none;
}
/*2019*/
#\32 01905 {
  display: none;
}
#post-11893 ul.index li:nth-child(1) {
  display: none;
}

/* utility */
.u-border { border: 1px solid #999; }

/*2025.05.13追加*/
.mt15{
    text-align: left !important;
}