@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style_mit.css
 Style Info:     図書館で追加したオリジナルCSS
----------------------------------------------------------- */


/*----------------------------------------------------
	学位論文論文表示用
----------------------------------------------------*/

.tArticle{
width: 100%;
margin: 0 0 0.8em 0;
border: 0;
border-spacing: 0;
font-size: 1.0em;
}

.tTitle{
width: 70%;
padding-bottom: 0.6em;
height: 100%;
}

.tAuthor{
padding-left: 20px;
padding-bottom: 0.8em;
font-style: italic;
vertical-align: top;
color: #666666;
border-bottom: 1px dotted #cccccc;
}

.tFullTextLink{
width: 30%;
padding-bottom: 0.6em;
text-align: right;
}

.tAbstLink{
padding-bottom: 0.8em;
text-align: right;
vertical-align: middle;
border-bottom: 1px dotted #cccccc;
}

dl.usrguide {
　padding: 1em;
}
dl.usrguide dt {
  font-weight: bold;
}
dl.usrguide dd {
  margin-left: 2em;
}

ul.list li {
  list-style-type: circle;
}