@charset "UTF-8";
/* CSS Document */


/* - helpcenter_print.css - */
@media print {
/* http://www.kumamoto-u.ac.jp/portal_css/helpcenter_print.css?original=1 */
/* */
/* */
.link-parent, .link-expand, .jumpBox, .listingBar,
.sectionIndex, .link-anchor {
display: none;
}
/* */
}


/* - helpcenter.css - */
@media all {
/* http://www.kumamoto-u.ac.jp/portal_css/helpcenter.css?original=1 */
/* */
.link-expand {
background: transparent url(http://www.kumamoto-u.ac.jp/arrowDown.gif) 4px 5px no-repeat;
padding: 1px 0px 1px 16px;
display: block;
font-size: 82%;
float: right;
}
.faqMarker {
list-style-type: square;
list-style-image: url(http://www.kumamoto-u.ac.jp/faq_icon.gif);
}
.portletHalfWidth {
width: 45%;
float: left;
margin: 0 1em 1em 0 !important;
}
.portletThirdWidth {
width: 30%;
float: left;
margin: 0 1em 1em 0 !important;
}
/* */
table.sectionIndex {
float: right;
background: White;
border-collapse: collapse;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: 82%;
margin: 0.5em 0em 1em 1em;
}
.sectionIndex th {
background: #eeeeee;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
font-weight: normal;
padding: 0.25em 1em;
text-transform: lowercase;
}
.sectionIndex td {
border-right: 1px solid #ccc;
padding: 0.25em 1em;
}
.sectionIndex a {
text-decoration: none;
}
.sectionIndex a:hover {
text-decoration: underline;
}
/* */
.tutorialAbout {
display: inline;
float: right;
background-color: #eeeeee;
border-color: #ccc;
border-width: 1px;
border-style: solid;
font-size: 82%;
margin: 0.5em 0 0.5em 0.5em;
padding: 1em;
width: 10em;
clear: right;
text-align: center;
}
/* */
.jumpBox {
float: right;
text-align: right;
}
/* */
.outdatedMarker {
}
/* */
.state-hidden {
color: red;
}
.state-in-progress {
color: #74AE0B;
}
.state-obsolete {
color: #cccccc;
}
ul.quickLinks {
margin: 0 0 1em 0;
background-color: #dee7ec;
border: solid 1px #8cacbb;
padding: 1em;
text-align: center;
}
ul.quickLinks li {
display: inline;
margin-right: 1em;
}
dl.topicList {
width: 32%;
display: block;
float: left;
margin: 0 0.5em 1em 0;
/* */
}
dl.topicList dt {
font-size: 120%;
}
dl.topicList dt a {
color: black;
}
dl.topicList dd {
margin: 0;
display: inline;
}
.flatlist li {
display: inline;
margin-right: 2em;
}
.flatlist ul {
margin-left: 0;
margin-bottom: 1em;
}
.doclist dd {
margin-left: 20px;
}
.template-helpcenter_topicview_main .readmore {
text-align: right;
}
h2.section-subheading {
margin-top: 0.5em;
}
/* */
}