@charset "UTF-8";

html, body {
  margin: 0;
  padding: 0;
}

body {
  width: auto;
  color: #333;
  background-color: #f2f5ff;
  font-family:
      'Hiragino Kaku Gothic ProN',
      Meiryo, Helvetica, Arial, sans-serif;
      /* Helvetica, Arial,はZenfone2Laserという端末の不具合対策
         https://goo.gl/IwQZvd */
  font-size:16px;
  -webkit-text-size-adjust: 100%;
}

#main{
  padding: 30px 4%;
  background-color: #fff;
  border: solid 1px #ddd;
  line-height: 180%;
  margin-bottom: 20px;
}

#pgtop {
  font-size: 0.9rem;
  padding: 20px 0 5px 10px;
}
#pgtop,
#pgtop a{
  color: #666;
}
#pgtop a:hover,
#pgbottom a:hover{
  color: #c03;
  text-decoration: none;
}

#pgbottom {
  font-size: 0.9rem;
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}
#pgbottom a{
  color: #999;
}

.move-top{
  display: none;
  margin: 0;
  padding: 0;
}
.move-top p{
  margin: 0;
  padding: 0;
  position: fixed;
  right: 5px;
  bottom: 5px;
}
.btn-move-top{
 display: block;
  background: #339;
  padding: 10px 7px;
  border-radius: 3px;

  color: #fff ;
  font-size: 22px;
  text-decoration: none ;
  text-align: center ;

  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  transition:all 0.3s ;
}

.btn-move-top:hover{
  color: #fff;
  cursor: hand;
  cursor: pointer;
  opacity: 0.75;
}


img{
  border-width:0px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  max-width: 100%;
}
table, th, td{
  border: none;
  border-collapse: collapse;
}
caption{
  font-size : 1rem;
  padding-bottom: 0.5rem;
}

a{
  color: #36c;
  text-decoration : none;
}
a:hover{
  color: #c03;
  text-decoration : underline;
}

h3, h4, h5, h6{
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
h3{ font-size: 1.3rem; }
h4{ font-size: 1.2rem; }
h5{ font-size: 1.1rem; }
h6{ font-size: 1rem; }

blockquote{
  margin-left: 1rem;
  margin-right: 0.5rem;
}

dt{ float: left; }

.small{
  font-size : 0.9rem;
}
.ctr{
  text-align: center;
}
.lft{
  text-align: left;
}
.rgt{
  text-align: right;
}

.bd-btm-sld{ border-bottom: solid 1px #333; }
.bd-btm-dot{ border-bottom: dotted 1px #333; }
.bd-btm-dsh{ border-bottom: dashed 1px #333; }

.bd-top-sld{ border-top: solid 1px #333; }

.bd-rgt-sld{ border-right: solid 1px #333; }

/* 【WP論文ページ用】 */

/* .chuki（転載物の注記） */
.chuki{
  color: #666;
  font-size: 0.9rem;
}

/* .shoshi（書誌情報） */
.shoshi1{
  background-color: #eee;
  color: #666;
  border: none;
  padding: 1rem 0.5rem 1rem 1rem;
}
.shoshi1t{
  border: none;
  padding: 0;
  margin: 2.5rem 0 1rem 0;
}
.shoshi2{
  color: #666;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.shoshi2t{
  color: #666;
}
.shoshi3{
  color: #999;
  text-align: right;
}

/* .mokuji（目次） */
.mokuji{
  color: #666;
  margin-bottom: 3rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-left: dotted 2px #ccc;
  border-right: dotted 2px #ccc;
}

/* .pdfdwn（pdfダウンロードへのリンク） */
.pdfdwn{
  font-size: 0.9rem;
  text-align: right;
}
.pdfdwn a{
  padding-left: 1em;
  padding-right: 0.5em;
  color: #666;
  background-color: #eee;
}
.pdfdwn a:hover{
  text-decoration: none;
  color: #c03;
}

/* a.note（注のリンク） */
a.note{
  vertical-align : 10%;
  font-size : 80%;
}

/* .notess（論文：注一覧の部分） */
.notess{
  font-size: 0.95rem;
  line-height: 180%;
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
.notess li{
  margin-bottom: 0.5em;
}

/* .refss（論文：文献一覧の部分） */
.refss{
  font-size: 0.95rem;
  line-height: 160%;
  list-style-type: none;
  padding-left: 2em;
  text-indent: -2em;
}
.refss li{
  margin-bottom: 0.5em;
}
