/*!
* ress.css ? v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/


/* # =================================================================
# Global selectors
# ================================================================= */

html {
    box-sizing: border-box;
    overflow-y: scroll;
    /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust: 100%;
    /* iOS 8+ */
}

*, ::before, ::after {
    box-sizing: inherit;
}

::before, ::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}


/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements */
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
}


/* # =================================================================
# General elements
# ================================================================= */


/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
}


/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

summary {
    display: list-item;
    /* Add the correct display in all browsers */
}

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden], template {
    display: none;
    /* Add the correct display in IE */
}

abbr[title] {
    border-bottom: 1px dotted;
    /* Add a bordered underline effect in all browsers */
    text-decoration: none;
    /* Remove text decoration in Firefox 40+ */
}

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
    -webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

b, strong {
    font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
    font-style: italic;
    /* Address styling not present in Safari and Chrome */
}


/* Address styling not present in IE 8/9 */

mark {
    background-color: #ff0;
    color: #000;
}


/* https://gist.github.com/unruthless/413930 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* # =================================================================
# Forms
# ================================================================= */

input {
    border-radius: 0;
}


/* Apply cursor pointer to button elements */

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
    cursor: pointer;
}


/* Replace pointer cursor in disabled elements */

[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto;
    /* Firefox 36+ */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Safari 8 */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}


/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}


/* Replace focus style removed in the border reset above */

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button, html [type="button"],
/* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */

[type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

button, select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}


/* Remove the default button styling in all browsers */

button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}


/* Style select like a standard input */

select {
    -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */
}


/* # =================================================================
# Specify media element style
# ================================================================= */

img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}


/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */
}

audio, canvas, progress, video {
    display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */
}


/* # =================================================================
# Accessibility
# ================================================================= */


/* Hide content from screens but not screenreaders */

@media screen {
    [hidden~="screen"] {
        display: inherit;
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}


/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
    cursor: progress;
}


/* Specify the pointer cursor of trigger elements */

[aria-controls] {
    cursor: pointer;
}


/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
    cursor: default;
}


/* # =================================================================
# Selection
# ================================================================= */


/* Specify text selection background color and omit drop shadow */

::-moz-selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}


/* # =================================================================
# for hosp.tsukuba.ac.jp
# ================================================================= */

body {
    font-family: "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
    font-size: 20px;
    background: #fff;
    color: #333;
    line-height: 1.4;
}

.bgBlack {
    background: #222;
    color: #f0f0f0;
}

small {
    font-size: 1em;
}

small::before {
    content: "（";
}

small::after {
    content: "）";
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

cite{
    font-style: normal;
}

/* layout frame */

.row .main {
    width: 75%;
}

.main>section {
    margin-bottom: 40px;
}

.sideNav {
    width: 25%;
}


/* utility
-------------------------------*/

.utility {
    background: #f5f5f5;
    font-size: 0.6em;
    font-weight: bold;
    line-height: 2.1667em;
}

.bgBlack .utility {
    color: #333;
}

.utility a {
    text-decoration: none;
    color: #333;
}

.utility a:hover, .utility a:active {
    text-decoration: none;
    color: #333;
}

.bgBlack .utility a {
    text-decoration: none;
    color: #333;
}

.bgBlack .utility a:hover, .bgBlack .utility a:active {
    text-decoration: none;
    color: #333;
}

.utility .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.utility dl, .utility a {
    float: left;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.utility dl:first-child {
    border-left: none;
}

.utility dt, .utility dd {
    float: left;
}

.utility dd {
    cursor: pointer;
}

.fontSize {
    padding-right: 5px;
}

.fontSize dt {
    background: url(../img/icon_fontSize.png) no-repeat left center;
    padding-left: 30px;
    padding-right: 30px;
}

.fontSize dd {
    margin-right: 25px;
}

.zoom {
    font-size: 1.3333em;
}

.bgColor {
    padding-left: 30px;
    cursor: pointer;
}

.bgColor dt {
    background: url(../img/icon_bgColor.png) no-repeat left center;
    padding-left: 35px;
    padding-right: 30px;
}

.bgColor dd {
    font-size: 1.1667em;
    margin-right: 30px;
    width: 26px;
    text-align: center;
    color: #fff;
    background: #424242;
}

.bgBlack .bgColor dd {
    color: #333;
    background: #fff;
}

.multilingual {
    padding: 0 20px 0 30px;
}

.multilingual dt {
    padding: 0 30px;
    background: url(../img/icon_multilingual.png) no-repeat left center;
}

.multilingual dd {
    margin-right: 30px;
}

.utility .access {
    width: 130px;
    text-align: center;
    border-right-width: 2px;
}

.search {
    display: none;
    float: right;
    position: relative;
    height: 45px;
}

.search label {
    display: inline-block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.search input[type=text] {
/*
    position: absolute;
    top: 26px;
    right: 0;
*/
    display: none;
    border-color: #424242 !important;
    width: 235px;
    min-height: 36px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    line-height: 30px;
    padding-left: 10px;
    background-position: 8px center !important;
}

.search label .search-img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 5px 0;
    background: #424242;
    overflow: hidden;
    box-sizing: border-box;
}


/* header
-------------------------------*/

header {
    padding: 20px 0;
}

.bgBlack header {
    background: #fff;
    color: #333;
}

.logo {
    float: left;
}

.logo img {
    display: block;
}

.info {
    float: right;
    font-size: 0.7em;
    font-weight: bold;
	margin-top: 18px;
	margin-left: 12px;
	
}

.info dt {
    clear: left;
    color: #19b8c8;
    float: left;
    margin-right: 1em;
}

.info .closed {
    clear: none;
    margin-left: 2em;
}

.info dd {
    float: left;
}

.search-btn {
float: right;
display: none;
cursor: pointer;
}
.close-btn {
float: right;
display: none;
cursor: pointer;
}
.show {
display: block;
}

/* globalNav
-------------------------------*/

/*
.globalNav {
    padding: 28px 0 0 0;
}
*/

.globalNav {
    padding: 0;
}

.globalNav > ul {
    width: 1000px;
    margin: 0 auto;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    transition: opacity 0.3s;
}

.globalNav li {
    float: left;
    width: 16.66666666666667%;
    text-align: center;
}

.globalNav a {
    display: block;
    line-height: 1.625;
    color: #313131;
    text-decoration: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.globalNav > ul > li > a {
    position: relative;
    height: 100%;
    padding: 30px 0;
    border: none;
    z-index: 2;
}

.globalNav > ul > li > a > span {
    display: inline-block;
    width: 100%;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.globalNav > ul > li:hover > a:not(:last-child):after {
    content: "";
    position: absolute;
    top: calc(100% - 27px);
    left: calc((100% - 30px) / 2);
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
    overflow: hidden;
    transition: opacity .3s ease-in;
}

.globalNav > ul > li:hover {
    background: #12b9c9;
}

.globalNav > ul > li:hover > a {
    color: #fff;
}

.globalNav > ul > li:hover > a,
.globalNav > ul > li:hover > a > span {
    border: none;
}

.bgBlack .globalNav a {
    color: #f0f0f0;
}

.globalNav a:hover,
.globalNav a:active {
    text-decoration: none;
    color: #19b8c8;
}

.active > a {
    color: #19b8c8;
}

.globalNav li:first-child a {
    border-left: none;
}

.globalNav li:last-child a {
    border-right: none;
}

.megamenu ul {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    padding: 1px;
    background: #fff;
    transition: opacity .3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 4px #eee;
}

.bgBlack .megamenu ul {
    background: #222;
    color: #f0f0f0;
}

.megamenu:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.megamenu li {
    float: left;
    width: auto;
    min-width: 33.33%;
    border: none;
    text-align: left;
}

.megamenu li a {
    padding: 16px 22px;
    margin: 1px;
    transition: opacity .3s ease;
    background-position: 98% center;
}

.megamenu li a:hover {
    background-color: #f8f8f8;
}

.bgBlack .megamenu li a:hover {
    background-color: #333;
}

.menu-item ul {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #fff;
    transition: opacity .3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    /*    box-shadow: 0 0 4px #eee;*/
    box-shadow: 0px 23px 60px -10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 23px 60px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 23px 60px -10px rgba(0, 0, 0, 0.6);
    border: 3px solid #19b8c8;
}

.bgBlack .menu-item ul {
    background: #222;
    color: #f0f0f0;
}

.menu-item:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.menu-item li {
    float: left;
    width: auto;
/*    min-width: 33.33%;*/
    border: none;
    text-align: left;
    padding: 0;
	text-indent: 0;
}


.menu-item li a {
    padding: 16px 22px;
    margin: 1px;
    transition: opacity .3s ease;
    background-position: 98% center;
    border: none;
}

.menu-item li a::before {
    content: "\f105";
    padding: 0px 5px 0 0;
    color: #19b8c8;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
}

.menu-item:hover > a {
    color: #19b8c8;
}

.menu-item li a:hover {
    background-color: #f8f8f8;
}

.bgBlack .menu-item li a:hover {
    background-color: #333;
}


.heading1 {
    color: #fff;
    background: #19b8c8;
}

/* breadcrumb
-------------------------------*/

.breadcrumb ol {
    margin: 0 auto 40px;
    width: 1000px;
    font-size: 0.6em;
}

.breadcrumb li {
    float: left;
    margin-right: 0.5em;
}

.breadcrumb li:not(:last-child)::after {
    content: ">"
}

.breadcrumb a {
    margin-right: 0.5em;
}


/* localNav
-------------------------------*/

.localNav {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 6px 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

.bgBlack .localNav {
    background: #666;
}

.localNav ul {
    margin: 0;
}

.localNav li {
    float: left;
    padding-right: 28px;
    margin: 12px 0;
	text-indent: 0px!important;
}

.localNav li:before {
	display:none;
}


.localNav li:not(:last-child) {
    border-right: 2px solid #e0e0e0;
    margin-right: 20px;
}

.localNav a {
    color: #333;
    text-decoration: none;
}

.localNav a:hover, .localNav a:active {
    color: #19b8c8;
    text-decoration: none;
}

.bgBlack .localNav a {
    color: #f0f0f0;
}
.bgBlack .localNav a:hover, .bgBlack .localNav a:active {
    color: #19b8c8;
}
.anchorLink {
    padding-right: 20px;
    background: url(../img/icon_anchor_green.png) no-repeat right center;
}
.localNav .anchorLink {
    padding-right: 30px;
}

.localNav .internalLink {}

.localNav .externalLink {
    padding-right: 30px;
}


/* footer */

footer {
    margin-top: 130px;
    position: relative;
    background: #f5f5f5;
}

.bgBlack footer {
    background: #333;
}

.backTop {
    position: absolute;
    top: -30px;
    right: -80px;
}

footer address {
    font-size: 0.7em;
    font-style: normal;
    display: block;
    padding-top: 40px;
    margin-bottom: 20px;
}

footer b {
    display: block;
}

footer address span {
    color: #19b8c8;
    font-weight: bold;
    margin-right: 1.5em;
}

footer address span span {
    color: #333;
    font-size: 1.1429em;
    font-weight: normal;
    margin-left: 1em;
    margin-right: 0;
}

.bgBlack footer address span span {
    color: #f0f0f0;
}

footer .access {
    margin: 0 0 20px;
}

footer .access dt {
    font-size: 0.6em;
    font-weight: bold;
    background: url(../img/icon_car.png) no-repeat left center;
    padding-left: 30px;
}

footer img {
    width: 100%;
    height: auto;
    display: block;
}

#map a{
    display: block;
    position: relative;
    text-decoration: none
}
#map a::before{
    opacity: 0;
    display:block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    content: "GoogleMapのページで地図を見る";
    color: #fff;
    line-height: 380px;
    font-weight: bold;
    background: rgba(40,40,40,0.5);
    transition: 0.5s;
    transition-property: opacity;
}
#map a:hover::before{
    opacity: 1;
}



footer nav {
    font-size: 0.8em;
    line-height: 26px;
    padding: 30px 0;
    color: #fff;
    background: #19b8c8;
}

.copyright {
    float: left;
    margin-bottom: 0;
}

footer nav ul {
    margin-bottom: 0;
    padding-left: 0;
}

footer li {
    float: left;
}

footer li:not(:first-child) {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 2px solid rgba(224, 224, 224, 0.2);
}

footer nav a {
    text-decoration: none;
    color: #fff;
}

footer nav a:hover, footer nav a:active {
    color: #fff;
}
.bgBlack footer nav a {
    color: #fff;
}

.bgBlack footer nav a:hover, footer nav a:active {
    color: #fff;
}


/* heading
-------------------------------*/

h1 {
    line-height: 100px;
    font-size: 1.2em;
    width: 1000px;
    margin: 0 auto 20px;
}

h2 {
    font-size: 1.2em;
    border-top: 4px solid #9ee1e8;
    border-bottom: 4px solid #9ee1e8;
    line-height: 56px;
    margin-bottom: 20px;
}

.bgBlack h2 {
    color: #9ee1e8;
}

h3 {
    font-size: 1.2em;
    color: #19b8c8;
    margin-bottom: 20px;
}

h4 {
    font-size: 0.8em;
    color: #19b8c8;
    margin-bottom: 20px;
}


/* main */

.text {
    margin-bottom: 20px;
}

p {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 1.6;
}

.leadCopy {
    font-size: 0.85em;
    font-weight: bold;
    margin-bottom: 10px;
}

.author {
    text-align: right;
    margin-bottom: 30px;
}

ul, ol {
    font-size: 0.75em;
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px;
}
ul ul,
ul ol,
ol ul,
ol ol{
    font-size: 1em;
}

ol {
    counter-reset: my-counter;
}

/* .list>li {
    position: relative;
    padding-left: 1.1em;
    margin-bottom: 0.2em;
    line-height: 1.8;
}

.list>li::before {
    display: block;
    float: left;
    margin-left: -1.1em;
}
ul.list>li::before {
    content: "・";
    color: #19b8c8;
}

ol.list>li::before {
    content: counter(my-counter)".";
    counter-increment: my-counter;
}
 */
.checkList>li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    line-height: 1.8;
	text-indent: 0!important;
}

.checkList>li::before {
    content: "";
    width: 24px;
    height: 22px;
    display: block;
    float: left;
    background: url(../img/icon_check.png) no-repeat;
    margin-left: -40px;
}
.checkList li li {
    padding-left: 1.1em;
    margin-top: 0.2em;
    margin-bottom: 0;
	text-indent: 0!important;
}

.checkList li li::before {
    content: "・";
    color: #19b8c8;
    margin-left: -1.1em;
    background: none;
    width: auto;
    height: auto;
}



/* table */

table {
    font-size: 0.75em;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 20px;
}

.tbl_head {
    width: 255px;
}

th, td {
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    vertical-align: top;
}

th {
    text-align: left;
    background: #f5f5f5;
}
.bgBlack th {
    background: #333;
}

td ul {
    font-size: 1em;
}

.history th {
    background: none;
    font-weight: normal;
}

.history td::before {
    content: "◎";
}

.bgBlack .officer th {
    background: #666;
}

.officer .tbl_item col {
    width: 245px;
}
.staff .tbl_head {
    width: auto;
}
.staff thead th, .ward thead th {
    background: #9ee1e8;
}

.bgBlack .staff thead th, .bgBlack .ward thead th {
    color: #333;
}

.staff tfoot th, .staff tfoot td {
    background: #f5f5f5;
}

.bgBlack .staff tfoot th, .bgBlack .staff tfoot td {
    background: #666;
}

.staff tbody th, .ward tbody th {
    background: none;
    font-weight: normal;
}

.staff th:last-child, .staff td:last-child {
    text-align: right;
}

.staff small {
    margin-left: 1em;
}

.staff small::before, .staff small::after {
    display: none;
}

.ward col {
    width: 20%;
}

.ward th, .word td {
    white-space: nowrap;
}

.ward td:nth-last-child(-n+3) {
    text-align: right;
}

/*.ward .total th,
.ward .total td ,*/
.ward .subtotal th,
.ward .subtotal td {
    background: #f5f5f5;
    font-weight: bold;
}

/*.bgBlack .ward .total th,
.bgBlack .ward .total td ,*/
.bgBlack .ward .subtotal th,
.bgBlack .ward .subtotal td {
    background: #666;
}

.research, .research th, .research td {
    border: none;
    background: none;
}

.research {
    counter-reset: my-counter;
    width: auto;
}

.research caption {
    line-height: 1.3;
    padding-left: 1.4em;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}

.research caption::before {
    display: block;
    float: left;
    content: counter(my-counter)"";
    counter-increment: my-counter;
    text-align: center;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2;
    border: 1px solid #333;
    border-radius: 50%;
    margin-left: -1.4em;
}

.research th {
    padding: 5px 0;
}

.research td {
    padding: 5px 0 5px 2em;
}

.research th {
    font-weight: normal;
}

.research th::before {
    content: "・";
}

.research dt {
    float: left;
    margin-right: 2em;
}

.research dd {
    float: right;
}


/* contact */

.contact {
    background: #e8f8f9;
    padding: 20px 20px 0;
}

.bgBlack .contact {
    background: #336666;
}

.contact dt {
    width: 235px;
    float: left;
    border-top: 4px solid #19b8c8;
    font-size: 0.9em;
    font-weight: bold;
    padding: 25px 0;
}

.contact dd {
    border-top: 4px solid #fff;
    font-size: 0.9em;
    padding: 25px 20px;
}

.contact small {
    display: block;
}


/* sideNav */

.sideNav>dl {
    background: #9ee1e8;
    padding: 0 0 4px;
}

.sideNav a {
    text-decoration: none;
}
.sideNav .anchorLink {
    margin-right: 10px;
    padding-right: 0;
}

.sideNav>dl>dt {
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: #19b8c8;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 4px;
}

.sideNav .active dt,
.sideNav .active {
    border-bottom: 1px solid #e0e0e0;
    background: #9ee1e8;
}
.sideNav .active span{
    color: #19b8c8;
    padding: 8px 8px 8px 1em;
    display: block;
}
.sideNav .active dd {
    border-bottom: 1px solid #e0e0e0;
}

.sideNav .active .active {
    color: #19b8c8;
    padding: 8px 8px 8px 3em;
}

.sideNav a {
    display: block;
}

.sideNav dd a {
    padding: 8px 8px 8px 1em;
}

.sideNav .active dd a {
    padding-left: 3em;
}

.sideNav>dl>dt a {
    color: #fff;
}

.sideNav>dl>dt a:hover, .sideNav>dl>dt a:active {
    color: #fff;
}

.sideNav dd a {
    color: #333;
}
.sideNav dd a:hover, .sideNav dd a:active {
    color: #19b8c8;
}

.sideNav .sideHead{
	cursor: pointer;
}

.sideNav .sideHead+div {
	display: none;
}


.bgBlack .sideNav dd a {
    color: #f0f0f0;
}
.bgBlack .sideNav dd a:hover, .bgBlack .sideNav dd a:active {
    color: #19b8c8;
}

.bgBlack .sideNav .active dt a, .bgBlack .sideNav .active dt a:hover, .bgBlack .sideNav .active dt a:active {
    color: #333;
}

.sideNav>dl>dd {
    font-size: 15px;
    margin: 0 4px;
    background: #fff;
	font-weight: bold;
}

.bgBlack .sideNav>dl>dd {
    background: #222;
}


/* links */

a {
    color: #2549af;
}

a:hover, a:active {
    color: #2549af;
    color: #19b8c8;
}

.bgBlack a {
    color: #659cef;
}

.bgBlack a:hover, .bgBlack a:active {
    color: #19b8c8;
}

.wordLink {
    padding-right: 22px;
    background: url(../img/icon_word.png) no-repeat right center;
}
.excelLink {
    padding-right: 24px;
    background: url(../img/icon_excel.png) no-repeat right center;
}

.externalLink {
    padding-right: 22px;
    background: url(../img/icon_external.png) no-repeat right center;
}

.pdfLink {
    padding-right: 22px;
    background: url(../img/icon_PDF.png) no-repeat right center;
}

.pdf-list li {
    margin: 25px 0;
}

.pdf-list a {
    display: inline-block;
}

.pdf-list .pdfLink {
	background: url(../img/icon_PDF.png) no-repeat right 0;
}

.pdf-list img {
    float: left;
    margin-right: 10px;
}

.fileSize {
    font-size: 1em;
    margin-right: 1em;
}

.fileSize::before {
    content: "(";
}

.fileSize::after {
    content: ")";
}

.rssReader {
    padding-left: 22px;
    background: url(../img/icon_rss.png) no-repeat left center;
    font-size: 0.6em;
    font-weight: bold;
    color: #000;
    line-height: 16px;
    text-decoration: none;
}


/* btn */

.btn {
    display: inline-block;
    width: 218px;
    height: 46px;
    line-height: 42px;
    background: #fff;
    border: 4px solid #9ee1e8;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #313031;
    text-decoration: none;
}

.btn:hover, .btn:active {
    color: #19b8c8;
}

.bgBlack .btn {
    color: #fff;
    background: #222;
}

.bgBlack .btn:hover, .bgBlack .btn:active {
    color: #19b8c8;
}

/* box */
.columnBox{
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}
.downloadAdobeReader{
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}
.bgBlack .columnBox{
    background: #333;
}
.bgBlack .downloadAdobeReader{
    background: #333;
}
.downloadAdobeReader figure{
    float: left;
    margin-right: 10px;
}
.downloadAdobeReader p{
    margin-bottom: 0;
    overflow: hidden;
}
.note{
    padding-left: 1.1em;
}
.note::before{
    content: "※";
    float: left;
    margin-left: -1.1em;
}
.note::after{
    content: "";
    display: block;
    clear: both;
}

/* スケジュール表 */
.legend{
    font-size: 0.75em;
}
.legend::before{
    content: "※";
}
.legend li,
.legend dl,
.legend dt,
.legend dd{
    display: inline-block;
}
.schedule{
    position: relative;
}

.schedule dt{
    display: inline;
    cursor: pointer;
}
.schedule dt::before{
    color: #19b8c8;
    content: "?";
}
.schedule dt.active{
    font-weight: bold;
    font-size: 2em;
    color: #19b8c8;
    cursor: default;
}
.schedule dt.active::before{
    content: "";
}
.schedule dd+dt::before{
    color: #333;
    font-weight: normal;
    content: "｜";
    font-size: 15px;
}
.schedule dd+dt::after{
    color: #19b8c8;
    content: "?";
}
.schedule dd+dt.active::after{
    content: "";
}
.schedule dd{
    position: absolute;
    top:3em;
    left: 0;
    width: 100%;
}
.schedule table{
    width: 100%;
    font-size: 0.7em;
    position: absolute;
}
.schedule dd:not(.active) table{
    display: none;
}
.schedule table:not(.active) th,
.schedule table:not(.active) td{
    display: none;
}
.schedule caption{
    width: 113px;
    text-align: center;
    background: #f5f5f5;
    padding: 5px 0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #19b8c8;
    position: relative;
    cursor: pointer;
    z-index: 10;
}
.schedule table.active caption{
    border-left: 1px solid #19b8c8;
    border-right: 1px solid #19b8c8;
    border-bottom-color: #fff;
    background: #fff;
}
.schedule table.active caption::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #19b8c8;
    display: block;
}
.bgBlack .schedule caption{
    background: #333;
}
.bgBlack .schedule table.active caption{
    border-bottom-color: #333;
    background: #333;
}
.week1 caption{
    margin-left: 180px;
}
.week2 caption{
    margin-left: 293px;
}
.week3 caption{
    margin-left: 406px;
}
.week4 caption{
    margin-left: 519px;
}
.week5 caption{
    margin-left: 632px;
    border-right: 1px solid #e0e0e0;
}
.schedule .room col{
    width: 90px;
}
.schedule .day col{
    width: 113px;
}

.schedule th,
.schedule td{
    padding-left: 5px;
    padding-right: 5px;
}
.schedule td{
    background: #fff;
}
.schedule .holiday{
    background: #fde;
    color: #c00;
    text-align: center;
}
.bgBlack .schedule td{
    background: #333;
}
.bgBlack .schedule .holiday{
    background: #fde;
}
.schedule thead th:nth-child(-n+2){
    border-top: 1px solid #19b8c8;
}
.schedule thead th:nth-child(n+3){
    text-align: center;
    font-weight: normal;
    background: #fff;
}
.bgBlack .schedule thead th:nth-child(n+3){
    background: #333;
}
.schedule tbody th{
    font-weight: normal;
}


/* clearfix */

.utility div::after, header::after, .info::after, .globalNav ul::after, .breadcrumb ol::after, .localNav ul::after, .row::after, .research dl::after, .contact dl::after, footer nav .container::after, .downloadAdobeReader::after {
    content: "";
    display: block;
    clear: both;
}


/* common class */

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col25 {
    width: 25%;
}
.col33 {
    width: 33.333333%;
}
.col50 {
    width: 50%;
}
.col100{
    width: 100%;
}

.block {
    display: block;
}

.floatLeft {
    float: left;
    margin-right: 20px;
}

.floatRight {
    float: right;
    margin-left: 20px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


.arrow ul {
    position: relative;
    top: -90px;
    width: inherit;
    overflow: auto;
}
.arrow .prev {
    height: 21px;
    width: 12px;
    padding: 30px;
    background: url(../img/prev_arrow.png) no-repeat center;
    float: left;
    cursor: pointer;
    background-color: #99dde6;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}
.arrow .prev:hover, .arrow .next:hover {
	opacity: 0.9;
	background-color: #2ec9d9;
}
.arrow .next {
    height: 21px;
    width: 12px;
    padding: 30px;
    background: url(../img/next_arrow.png) no-repeat center;
    float: right;
    cursor: pointer;
    background-color: #99dde6;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}

.center_text {
    float: left;
    width: 83%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-left: 8.5%;
    background-color: #19b8c8;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
}
.list_box {
	width: 100%;
}
.list_box  h4 {
	color: #000;
	font-size: 18px;
}
.list_box ul {
	padding: 0;
	margin: 0;
}
.list_box ul li {
	float: left;
	width: 48%;
	height: 282px;
	position: relative;
}
.list_box ul li:nth-child(odd) {
	margin-right: 1.5%;
}
.list_box ul li:nth-child(even) {
	margin-left: 1.5%;
}
.list_box ul li img {
	width: 100%;
	height: 210px;
	margin: 0.6%;
}
.list_box ul li a {
	text-decoration: none;
}
.list_box ul li a p {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.list_box ul li .new {
    width: 100%;
    content: "";
    display: block;
    height: 63px;
    position: absolute;
    top: 0;
    background: transparent url(../img/new.png) no-repeat 0px;
}

.list_box ul a:hover >  img {
	opacity: 0.8;
}
.list_box ul a:hover >  p {
	color: #19b8c8;
}
.top_list {
	margin-top: 10px;
	background-color: #f5f5f5;
	text-align: center;
}
.top_list .crown {
	font-size: 14px;
	background: url('../img/crown.png') no-repeat center 15px;
	padding: 45px 0px 0px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inner_list {
	background-color: #fff;
	box-sizing: border-box;
	border: 3px solid #ffecb3;
}
.inner_list table td, .inner_list table {
	border: none;
}
.inner_list table td:first-child {
	padding: 0px;
}
.inner_list table td:last-child {
	text-align: left;
	padding: 10px 20px 5px 10px;
	font-size: 14px;
}
.inner_list table td a {
	color: #000;
}
.inner_list table td a:hover {
	color: #19b8c8;
}
.inner_list table td:first-child p {
	margin: 10px 10px 10px 0px;
	padding: 2px 10px;
	background-color: #f5f5f5;
	color: #62338f;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 45px;
	font-size: 14px;
	font-weight: bold;
}
.sideNav>dl.topNew {
    background: #9ee1e8;
    padding: 4px 0 4px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.mt10 {
	margin-top: 10px;
}
.disp_none {
	display: none;
}
#schedule table td {
	width: 18%;
}
#schedule .table {
	clear: both;
	width: 745px;
}
#schedule #tab {
	width: 745px;
	float: left;
	color: #000;
	margin: 0;
}
#schedule #tab .current {
	border-left: 1px solid #19b8c8;
    	border-right: 1px solid #19b8c8;
	border-top: 3px solid #19b8c8;
    	border-bottom-color: #fff;
    	background: #fff;
}
#schedule #tab td {
	background-color: #f5f5f5;
	text-align: center;
	padding: 0;
}
#schedule #tab td a {
	text-decoration: none;
	color: #000;
	width: 100%;
	padding: 10px 30px;
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
#schedule #tab td a:hover {
	color: #19b8c8;
}
#schedule #week5.table {
    display: none;
}
#schedule .tab_bg ul {
	overflow: hidden;
	margin: 0;
}
#schedule .tab_bg ul li {
	float: left;
}
#schedule .tab_bg .now {
    font-weight: bold;
    font-size: 2em;
    color: #19b8c8;
    cursor: default;
}
#schedule .tab_bg li.next {
    font-size: 1.2em;
    padding: 10px;
}
#schedule .tab_bg li.next a {
	color: #000;
}
#schedule .table td.holiday {
    color: #8c1b5b;
    background: #faebf8;
    vertical-align: top;
    text-align: center;
}
#focus {
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}
#focus input.txt_box, #focus select {
    border: 1px solid #19b8c8;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    width: 420px;
    height: 44px;
}
#focus select {
	    -webkit-appearance: menulist;
}
#sch table td {
	width: 18%;
}
#sch .table {
	clear: both;
}
#sch #tab {
	width: 80%;
	float: right;
	color: #000;
	margin: 0;
}
#sch #tab .current {
	border-left: 1px solid #19b8c8;
    	border-right: 1px solid #19b8c8;
	border-top: 3px solid #19b8c8;
    	border-bottom-color: #fff;
    	background: #fff;
}
#sch #tab td {
	background-color: #f5f5f5;
	text-align: center;
	padding: 0;
}
#sch #tab td a {
	text-decoration: none;
	color: #000;
	width: 100%;
	padding: 10px 30px;
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
#sch #tab td a:hover {
	color: #19b8c8;
}
#sch #week5.table, #week3, #week4 {
    display: none;
}
#sch .tab_bg ul {
	overflow: hidden;
	margin: 0;
}
#sch .tab_bg ul li {
	float: left;
}
#sch .tab_bg .now {
    font-weight: bold;
    font-size: 2em;
    color: #19b8c8;
    cursor: default;
}
#sch .tab_bg li.next, #schedule .tab_bg li.back {
    font-size: 1.2em;
    padding: 10px;
}
#sch .tab_bg li.next a, #schedule .tab_bg li.back a {
	color: #000;
}
#sch .table td.holiday {
    color: #8c1b5b;
    background: #faebf8;
    vertical-align: top;
    text-align: center;
}
#scrollUp::before {
	display: block;
    content: "\f077";
    font-family: FontAwesome;
    position: fixed;
    bottom: 100px;
    right: 10%;
    background-color: #19b8c8;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px;
    box-shadow: 0px 2px 3px #ccc;
}
#scrollUp:hover {
	opacity: 0.75;
	-webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}
/*
.row dd {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.6;
}

.row dt {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
*/

/*ヘッダー玄関施錠時間*/
dt.fontcolor-green {
    color: green;
}

#tabClinicalInformation h2,
#tabClinicalDay h2,
#tabOutpatientClinic h2,
#tabStaffList h2
{
    padding-left: 10px;
}

h2.widgettitle {
	display: none;
}

/*dlタグ、dtタグ、ddタグ*/

.main dl {
    font-size: 15px;
    line-height: 2;
}

.main dt {
    font-weight: bold;
}

.main .sideNav dl {
    font-size: 15px;
    line-height: 2;
}

.main .sideNav dt {
    font-weight: bold;
}

hr {
    height: 0px;
    border-radius: 2px;
    border: 2px solid hsl(185, 78%, 44%);
    width: 100%;
    text-align: center;
    margin: 1em 0;
}

figcaption {
    font-size: 12px;
}

h5 {
    margin: 0.5em 0;
}

.sideNav dd dd {
    padding-left: 1em;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
}

.sideNav dd dd:first-child {
	border-top: 1px solid #e0e0e0;
	
}

.sideNav dd dt {
    font-weight: bold;
    font-size: 15px;
	padding: 8px 8px 8px 1em;
}

div.logo span {
    padding: 6px 5px 0px;
    display: block;
    float: left;
}

.logo span a {
    color: black;
    font-size: 13px;
    text-decoration: none;
}

.logo span a:hover {
    color: #19b8c8;
}

/** facility button**/
.f_button, .c_button {
	position:relative;
    display: inline-block;
    padding: 0 20px 0 58px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #19b8c8;
    border: 2px solid #19b8c8;
    color: #fff;
    line-height: 50px;
    border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c_button{
	margin-left: 15px;
}

.f_button:hover, .c_button:hover {
  background-color: #fff;
  border-color: #19b8c8;
  color: #19b8c8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.f_button:before{
	content:url(http://www.hosp.tsukuba.ac.jp/wp-content/uploads/2019/03/facility_ico.png);
	position: absolute;
	top: 8px;
    left: 16px;
}

.c_button:before{
	content:url(http://www.hosp.tsukuba.ac.jp/wp-content/uploads/2019/03/contact_ico.png);
	position: absolute;
	top: 8px;
    left: 16px;
}

.f_button:hover:before{
	content:url(http://www.hosp.tsukuba.ac.jp/wp-content/uploads/2019/03/facility_ico_h.png);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.c_button:hover:before{
	content:url(http://www.hosp.tsukuba.ac.jp/wp-content/uploads/2019/03/contact_ico_h.png);
    -webkit-transition: all .3s;
    transition: all .3s;
}


/* wysiwyg新スタイル */
.main h3 {
	padding-top: 15px;
    margin: 0;
    margin-bottom: 25px;
    line-height: 1.2;
    position: relative;
}

.main h3:before {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #9ee1e8;
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.main h4 {
	padding-top: 8px;
    font-size: 1.2em;
    color: #333;
    margin-bottom: 20px;
	border-left: 5px solid #9ee1e8;
    padding-left: 10px;
}

.main h5 {
	padding-top: 5px;
    margin: 0.5em 0;
    font-size: 1em;
    margin-bottom: 15px;
    color: #19b8c8;
}

.main h6 {
	padding-top: 5px;
    margin: 0.5em 0;
    font-size: 1em;
    margin-bottom: 15px;
    color: #313131;
}

.main > ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.2em;
    width: 8px;
    height: 8px;
    background: rgb(25, 184, 200);
    transform: translateY(-50%);
    border-radius: 20px;
}
	
.main > ul li{
    position: relative;
    text-indent: 2em;
    line-height: 1.7;
}

.main ol {
    counter-reset: item;
}

.main > ol li{
    position: relative;
    text-indent: 2em;
    line-height: 1.7;
}

.main ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    font-weight: bold;
    position: absolute;
    color: #19b8c8;
    left: -28px;
}

.main ol.ml0 li:before {
    counter-increment: item;
    content: counter(item)'.';
    font-weight: bold;
    position: absolute;
    color: #19b8c8;
    left: 0px;
}
 



/* by sanuki */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #ccc;
    color: #000;
    width: 90%;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}