@charset "utf-8";
/* CSS Document */

.subj {
  background: #aaaaaa;
  color: #FFF !important;
  padding: 0.5em; }

.item {
  padding: 1em;
  border-bottom: 1px solid #aaa; }
  .item .authors {
    font-style: italic;
    text-decoration: none; }
    .item .authors em {
      font-style: normal;
      font-weight: bold; }

#apwarticle .subj {
  display: none;
  font-size: 2.5em; }
#apwarticle .source {
  padding: 0.5em 0em; }
  #apwarticle .source:before {
    content: "Source:";
    font-weight: bold; }
#apwarticle .documenttype {
  padding: 0.5em 0em; }
  #apwarticle .documenttype:before {
    content: "Document Type:";
    font-weight: bold; }
#apwarticle .publicationdate {
  padding: 0.5em 0em; }
  #apwarticle .publicationdate:before {
    content: "Publication Date:";
    font-weight: bold; }
#apwarticle .author {
  padding: 0.5em 0em;
  font-style: italic; }
  #apwarticle .author:before {
    content: "Author(s):";
    font-weight: bold;
    font-style: normal; }
#apwarticle .abstract {
  border-top: 1px solid #cccccc;
  margin: 2em 0em;
  padding: 0.5em 0em; }
  #apwarticle .abstract:before {
    content: "Abstract:";
    font-weight: bold; }

/*20170517PW追記*/
#apwarticle .dl_notice {
	color: #ff0000;
	font-size: 20px;
	margin: 0.5em 0;
	text-align: center;
}
#apwarticle .dl_pw {
	font-size: 1.5em;
	font-weight: bold;
}
/*20170517PW追記*/

