/* 論文誌ページ用css */

/* 基本設定 */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','ms p gothic', Osaka, Arial, Helvetica,sans-serif;
	max-width: 800px;
	background-color: white;
}

.main{
    margin: 0 auto;
	padding-right: 1em;
}

/* N巻M号 */
#vol {
    float: left;
}

/* 発行日 */
p#pubtime { 
    float: right;
}


h1,h2,h3 {
    clear:both;
}
h1 { font-size:larger; text-align: center;}
h2 { font-size:large;}

/* タイプ：　巻頭言、論文、解説*/
p.type {
    color: red;
    font-size:medium;
    float:left;
    clear:both;
    margin-bottom: 0;
}

/*ページ番号*/
p.pages {
    clear:both;
    text-align: right;
    border-bottom:1px dotted ;
}


/* PDFリンク */
a{
    text-decoration: none;
    color: black;
}
a[href$=".pdf"] {   
    background: url(../img/icons/icon_pdf.gif) no-repeat 100% 50%;
    padding-right: 20px;  
} 

/* 論文以外 */
.short dt{
    padding-left: 1em;
    float:left;
}
.short dd{
    margin-left: 0.5em;
    margin-right: 2em;
    float: left;
}
.short dt:after {
  content: ":";
}

/* ポップアップ */
p.popup {
	float: right;
	background-color: DarkCyan;
	border-radius:10px;
	padding:10px;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.3)
}
p.popup a{
	color: white;

}
