
/* - ++resource++ocu.site.theme.stylesheets/jquery.treeview.css - */
@media screen, projection {
/* https://www.osaka-cu.ac.jp/portal_css/++resource++ocu.site.theme.stylesheets/jquery.treeview.css?original=1 */
.treeview, .treeview ul {
padding: 0;
margin: 0;
list-style: none;
}
.treeview ul {
background-color: white;
margin-top: 4px;
}
.treeview .hitarea {
background: url(++resource++ocu.site.theme.images/treeview-default.gif) -64px -25px no-repeat;
height: 16px;
width: 16px;
margin-left: -20px;
float: left;
cursor: pointer;
}
/* */
* html .hitarea {
display: inline;
float:none;
}
.treeview li {
margin: 0;
padding: 3px 0pt 3px 20px;
}
.treeview a.selected {
background-color: #eee;
}
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(++resource++ocu.site.theme.images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(++resource++ocu.site.theme.images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.treeview-red li { background-image: url(++resource++ocu.site.theme.images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(++resource++ocu.site.theme.images/treeview-red.gif); }
.treeview-black li { background-image: url(++resource++ocu.site.theme.images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(++resource++ocu.site.theme.images/treeview-black.gif); }
.treeview-gray li { background-image: url(++resource++ocu.site.theme.images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(++resource++ocu.site.theme.images/treeview-gray.gif); }
.treeview-famfamfam li { background-image: url(++resource++ocu.site.theme.images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(++resource++ocu.site.theme.images/treeview-famfamfam.gif); }
.treeview .placeholder {
background: url(++resource++ocu.site.theme.images/ajax-loader.gif) 0 0 no-repeat;
height: 16px;
width: 16px;
display: block;
}
.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(++resource++ocu.site.theme.images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(++resource++ocu.site.theme.images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(++resource++ocu.site.theme.images/file.gif) 0 0 no-repeat; }

}


/* - ++resource++ocu.site.theme.stylesheets/print.css - */
@media print {
/* https://www.osaka-cu.ac.jp/portal_css/++resource++ocu.site.theme.stylesheets/print.css?original=1 */
/* */
/* */
body {
font-size: 0.75em;
}
/* */
#logoH1,
#lang,
#siteSpecialMenu,
#accessibilityPanel,
#targetAndGlobalNav,
#categoryTitle,
#mainContentNav,
#mainImage,
#mainImageFrame,
#mainImageLeftNav,
#mainImageRightNav,
#topMainHeader,
.noticeContentTitleLink,
#importantSelection,
#contentSub,
#footerAreaSub,
#siteMenu,
#siteInformationNav,
#toTop {
display: none;
}
/* */
table {
max-width: 100%;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-top: 25px;
margin-bottom: 18px;
border: 1px solid #ddd;
border-collapse: separate;
*border-collapse: collapsed;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* */
table th, table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #ddd;
font-size: 1em;
}
/* */
table th {
font-weight: bold;
}
/* */
table thead th {
vertical-align: bottom;
background-color: #eee;
}
/* */
table thead:first-child tr th, table thead:first-child tr td {
border-top: 0;
}
/* */
table tbody + tbody {
border-top: 2px solid #ddd;
}
/* */
table th + th,
table td + td,
table th + td,
table td + th {
border-left: 1px solid #ddd;
}
/* */
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
border-top: 0;
}
/* */
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
border-radius: 4px 0 0 0;
}
/* */
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
-webkit-border-radius: 0 4px 0 0;
-moz-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0;
}
/* */
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
-webkit-border-radius: 0 0 0 4px;
-moz-border-radius: 0 0 0 4px;
border-radius: 0 0 0 4px;
}
/* */
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
-webkit-border-radius: 0 0 4px 0;
-moz-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;
}
/* */
p {
margin-bottom: 1.5em;
}
/* */
ol,
ul {
list-style-position: outside;
padding: 0 0 0 20px;
}
/* */
ol,
ol li {
list-style: decimal outside;
}
/* */
del {
color: #999;
}
/* */
strong {
font-weight: bold;
}
/* */
h1 {
font-size: 1.38em;
font-weight: bold;
border-bottom: 3px solid #333;
clear: both;
}
/* */
h2 {
font-weight: bold;
font-size: 1.31em;
border-bottom: 2px solid #666;
clear: both;
}
/* */
h3 {
font-weight: bold;
font-size: 1.25em;
border-bottom: 1px solid #999;
clear: both;
}
/* */
h4 {
font-weight: bold;
font-size: 1.19em;
border-bottom: 1px solid #ccc;
clear: both;
}
/* */
h5 {
font-weight: bold;
font-size: 1.13em;
border-bottom: 1px solid #eee;
clear: both;
}
/* */
h6 {
font-weight: bold;
font-size: 1.06em;
clear: both;
}

}

