@charset "euc-jp";

/*
共通
*/

.subtitle-2nd {
    margin: 30px 0 10px;
}
.subtitle-2nd h3 {
    background: url("//mol.medicalonline.jp/images/stitle_back_2nd.gif") repeat-x scroll left top #FFFFFF;
    border-color: #7884C6;
    border-style: solid;
    border-width: 2px 1px 1px;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 7px 5px;
}

/*
おすすめ文献ページ用
*/
h3.ftr {
    clear: both;
    font-size: 12px;
    border-left: 5px solid #009;
    padding-left: 5px;
}
ul.ftrList {
    float: left;
    margin-bottom: 15px !important;
}
ul.ftrList li {
    clear: both;
    min-height: 18px;
}
a.ftrTitle {
    display: block;
    float: left;
    margin: 0 1px 0 0;
    padding: 0 3px 0 3px;
}
a.ftrIcon {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 0 3px 0 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
a.ftrIcon:link,
a.ftrIcon:visited {
    color: #fff;
    background-color: #999;
}
a.ftrIcon:hover {
    color: #fff;
    background-color: #009;
}
a.ftrIcon:active {
    color: #fff;
    background-color: #00f;
}

#catBtn {
    float: left;
    width: 99%;
    padding-top: 5px;
}
#catBtn li {
    float: left;
    list-style-type: none;
    background-image: none !important;
}
#catBtn li a {
    float: left;
    background-color: #006;
    background: -moz-linear-gradient(top,#ddd,#03c 5%,#0661A1 5%,#022E8A 95%,#022E8A 95%,#006);
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), color-stop(0.05,#03c), color-stop(0.05,#0661A1), color-stop(0.95,#022E8A), color-stop(0.95,#006), to(#006));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    text-align: center;
    width: 150px;
    margin: 5px 5px;
    padding: 10px 0;
    color: #FFF !important;
}
#catBtn li a:hover {
    background-color: #009;
    background: -moz-linear-gradient(top,#ddd,#06c 5%,#46A5B8 5%,#022E8A 95%,#022E8A 95%,#009);
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), color-stop(0.05,#06c), color-stop(0.05,#46A5B8), color-stop(0.95,#022E8A), color-stop(0.95,#009), to(#009));
    text-decoration: none;
}

ul#dItems{		
  min-height: 28em;
  overflow: hidden;
}
ol#pagination {
  padding: 1em 0 1em 25px;
  overflow: hidden;
}
ol#pagination li {
  float: left;
  background-image: none;
  background-color: #ccc;
  list-style: none;
  cursor: pointer;
  margin: 0 0 0 .5em;
  padding: 3px 10px 3px 10px;
}
ol#pagination li.current {
  color: #900;
  font-weight: bold;
}
ol#pagination li a {
  text-decoration: none;
}

/*
ニュース系ページ用
*/

#selectable .ui-selecting { background: #4e58B2; }
#selectable .ui-selected { background: #2e3892; color: white; font-weight: bold;}
#selectable { list-style-type: none; margin: 0 0 0 15px; padding: 0; width: 540px; }
#selectable li { 
  width: 245px;
  float: left; 
  margin: 2px; 
  padding: 3px; 
  background: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.demo { float:left;margin:0 0 15px 30px; }
.datebox { text-align:right; margin: 8px 15px 0 15px; }
.subtitle-2nd h3 {
  background: url("//mol.medicalonline.jp/images/stitle_back_2nd.gif") repeat-x scroll left top #FFFFFF;
  border-color: #7884C6;
  border-style: solid;
  border-width: 2px 1px 1px;
  font-size: 12px;
  margin: 0;
  padding: 7px 5px;
}
hr.divider {
  margin-top: 30px;
  border-top: 1px solid #ccf;
  border-bottom: none;
}
.j_content {
  margin: 10px 0 0 15px;
}
.j_title {
  font-size: 14px;
  padding: 8px 5px;
}
.j_title_org {
  font-size: 11px;
  padding: 0 5px 8px 5px;
}
.j_body {
  margin-top: 10px;
}
.j_info {
  float: right;
  width: 250px;
  margin: 0 auto 5px 20px;
  border-collapse: collapse;
  background-color: #eeeeee;
  padding-bottom: 5px;
}
.j_info th {
  white-space: nowrap;
  text-align: right;
  padding: 5px 10px 0 0;
}
.j_info td {
  padding: 5px 10px 0 0;
}
.j_rel {
  font-weight: bold;
  margin: 30px 0 10px 0;
}
.j_rel_list {
  margin: 0 0 0 10px;
}
.category .list li.listCase {
  margin: 10px 0 10px 0;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */