/*
Theme Name: tsukuba-itra-seishin-gp
Theme URI: http://www.itra.co.jp
Author: ITRA
Version: 1.0.0
*/

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

/*!
* 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 */
}

li{
	list-style: none;
}


/*
* 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;
}


/* layout frame */

.row .main {
    width: 100%;
}

.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;
}

.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 {
    float: right;
    position: relative;
}

.search label {}

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


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

header {
    padding: 20px 0;
}

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

.logo {
    float: left;
}

.logo img {
    display: block;
}

.info {
    float: right;
    font-size:15px;
    font-weight: bold;

}

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

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

.info dd {
    float: left;
}
.inquiry {
	position: relative;
	float: right;
	text-align: center;
}
.inquiry i {
	font-size: 44px;
	color: orange;
	vertical-align: top;
	margin-top: -4px;
	padding-right: 10px;
}
.inquiry .call {
	font-size: 24px;
	font-weight: bold;
}
.inquiry .timing {
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 20px;
	padding: 4px 30px;
	font-size: 12px;
	margin-top: -15px;
	background-color: #f8f8f8;
}
.inquiry .title {
	margin-bottom: 0px;
	text-align: right;
	margin-right: 7px;
}
.inquiry_page {
	position: relative;
	margin-top: 30px;
}
.inquiry_page i {
	font-size: 34px;
	color: orange;
	vertical-align: top;
	margin-top: -4px;
	padding-right: 10px;
}
.inquiry_page .call {
	font-size: 20px;
	font-weight: bold;
	width: 34%;
}
.inquiry_page .timing {
	position: absolute;
	top: 16px;
	left: 250px;
	width: 32.5%;
	border: 1px solid #dedede;
	border-radius: 20px;
	padding: 4px 30px;
	font-size: 12px;
	margin-top: -15px;
	background-color: #f8f8f8;
}
.inquiry_page span {
	position: absolute;
	top: -14px;
	left: 150px;
	font-size: 11px;
}
.web{
position: absolute;
top: 10px; right:40 px;	
}



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

.globalNav {
    padding: 10px 0;
}

.globalNav ul {
    width: 1000px;
    margin: 0 auto;
    font-size: 0.8em;
    font-weight: normal;
}

.globalNav li {
    float: left;
    width: 16.66666666666667%;
    text-align: center;
/*     border-left: 1px solid #e0e0e0; */
    border-right: 1px solid #e0e0e0;
	line-height: 1;
	padding-left: 0px;
}

.globalNav li:before{
	display:none;
}

.globalNav a {
    display: block;
    line-height: 1.625;
    color: #313131;
    text-decoration: none;
    height: 55px;
}

.globalNav li > a {
	height: 55px;
	line-height: 55px;
}

.bgBlack .globalNav a {
    color: #f0f0f0;
	transition: all .2s ease-out;
}

.globalNav a:hover, .globalNav a:active {
    text-decoration: none;
    color: #19b8c8;
	transition: all .2s ease-out;
}

.active a {
    color: #19b8c8;
}



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

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

.heading1 {
    color: #fff;
	background: -webkit-linear-gradient(90deg, #4ad7cd 0%, #19b8c8 20%, #30bfce 80%) no-repeat;
	background: linear-gradient(90deg, #4ad7cd 0%, #19b8c8 20%, #30bfce 80%) no-repeat;
}


/* breadcrumb
-------------------------------*/
.breadcrumb {
    background-color: #f6f6f6;
    height: 40px;
    padding-top:12px;
	margin-bottom: 38px;
}

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

.breadcrumb li {
    float: left;
    margin-right: 0.5em;
	line-height: 1;
	padding-left: 0px;
}

.breadcrumb li:before{
	display: none;
}

.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;
}

.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: #333;
    text-decoration: none;
}

.bgBlack .localNav a, .bgBlack .localNav a:hover, .bgBlack .localNav a:active {
    color: #f0f0f0;
}
.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: 1em;
    font-style: normal;
    display: block;
    padding-top: 40px;
    margin-bottom: 40px;
}

footer address p.title{
	font-size: 1em;
	margin-bottom: 5px;
}

footer b {
    display: block;
}

footer address span {
    color: #19b8c8;
    font-weight: normal;
    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(common/img/icon_car.png) no-repeat left center;
    padding-left: 30px;
}

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

#map {
    height: 382px;
}

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

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

footer nav{
	background: -webkit-linear-gradient(90deg, #4ad7cd 0%, #19b8c8 20%, #30bfce 80%) no-repeat;
	background: linear-gradient(90deg, #4ad7cd 0%, #19b8c8 20%, #30bfce 80%) no-repeat;
}

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;
}


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

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

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

.bgBlack h2 {
    color: #9ee1e8;
}

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

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

h5 {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #19b8c8 ;
  margin-bottom: 20px;
}


/* main */

.text {
    margin-bottom: 20px;
}

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

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

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

ul, ol {
    font-size: 0.7em;
    list-style: none;
    padding-left: 0;
    margin: 0 0 50px;
}

ul li{
	line-height: 2;
    padding-left: 32px;
    position: relative;
}

ol li{
	line-height: 2;
	padding-left: 0px;
	position: relative;
}

ul li::before {
    position: absolute;
    content: '';
    display: block;
    top: 0.8em;
    left: 0.7em;
    width: 7px;
    height: 7px;
    border-right: 3px solid #00BCD4;
    border-bottom: 3px solid #00BCD4;
    transform: rotate(-45deg);
}

ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol ol{
  padding-left: 1em;
}

ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #00BCD4;
}

.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;
}

.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;
}

.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;
}

td ul, td ol {
    font-size: 1em;
	margin-bottom: 10px;
}

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

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

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

.officer .tbl_item col {
    width: 245px;
}

.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 .subtotal th, .ward .subtotal td {
    background: #f5f5f5;
    font-weight: bold;
}

.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.8em;
    font-weight: bold;
    padding: 25px 0;
}

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

.contact small {
    display: block;
}


/* sideNav */

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

.sideNav a {
    text-decoration: none;
}

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

.sideNav .active dt {
    border-bottom: 1px solid #e0e0e0;
    background: #9ee1e8;
}
.sideNav .active span{
    color: #19b8c8;
    padding-left: 1em;
}
.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, .sideNav dd a:hover, .sideNav dd a:active {
    color: #333;
}

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

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

.sideNav>dl>dd {
    font-size: 0.7em;
    margin: 0 4px;
    background: #fff;
}

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


/* links */

a {
    color: #2549af;
}

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

.bgBlack a {
    color: #659cef;
}

.bgBlack a:hover, .bgBlack a:active {
    color: #659cef;
}

.wordLink {
    padding-right: 22px;
    background: url(img/icon_word.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;
}

.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: #313031;
}

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

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

/* box */
.columnBox{
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}
.downloadAdobeReader{
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}
.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;
}

/* 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;
}

.col50 {
    width: 50%;
}

.block {
    display: block;
}

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

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

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




/* Styles.css */
h1{
    /*width:auto;
    margin: 0;
    height: auto;*/
}
/* .slider{
    border-top: 4px solid #19b8c8;
    border-bottom: 4px solid #19b8c8;
}
.slider img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height:auto;
} */
.navByVisitor {
    position: relative;
    top: -18px;
/*     margin-bottom: 22px; */
	overflow: hidden;
}
.navByVisitor ul {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0.8em;
	margin-bottom: 25px;
}
.navByVisitor ul::after{
    content: "";
    display: block;
    clear: both;
}
.navByVisitor li{
    float: left;
    padding: 0 10px;
    width: 25%;
    text-align: center;
}

.navByVisitor li:before{
	display: none;
}

.navByVisitor a{
    display: block;
    height: 198px;
/*     border: 4px solid #9ee1e8; */
	box-shadow:0px 0px 50px -9px #efefef;
	opacity: 0.8;
    padding-top: 21px;
    background: #fff;
    color: #313031;
    font-weight: bold;
    text-decoration: none;
    background-position: center 53px;
    background-repeat: no-repeat;
	transition: all 0.2s ease-out;
}

.navByVisitor a:hover {
    background: #fff;
    opacity: 1;
    transition: all 0.2s ease-out;
}

.firstVisit a {
    background-image: url(img/pict_firstVisit.png);
}
.outvisit a {
    background-image: url(img/pict_outvisit.png);
}
.hospitalizationSympathy a {
    background-image: url(img/pict_hospitalizationSympathy.png);
}
.medicalInstitutions a {
    background-image: url(img/pict_medicalInstitutions.png);
}
.update {
    margin-bottom: 40px;
    position: relative;
}
.update dt {
    float: left;
    width: 25%;
    font-size: 0.8em;
    font-weight: bold;
}
.update dd {
    margin-left: 25%;
    margin-bottom: 40px;
    font-size: 0.7em;
}

.update .rssReader {
    position: absolute;
    top: 3em;
    left: 0;
}

.notification{
    position: relative;
}
.tabNotification{
/*     background: #f5f5f5; */
/*     border: 1px solid #e0e0e0; */
    margin-bottom: 30px;
    padding: 0px 85px 0 15px;
    font-weight: bold;
}
.tabNotification::after{
    content: "";
    display: block;
    clear: both;
}
.tabNotification li{
    width: 25%;
    float: left;
    padding: 0 5px;
}
.tabNotification div{
    text-align: center;
    background: #fff;
    line-height: 47px;
    cursor: pointer;

    position: relative;
    top:-4px;
    border-top: 4px solid #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: -5px;
    transition: 0.5s;
}
.tabNotification div:hover,
.tabNotification .active{
    border-top-color: #19b8c8;
    border-bottom-color: #fff;
}
.contentsNotification{
    font-size: 0.7em;
    line-height: 1.4286;
    margin-bottom: 8px;
}
.contentsNotification::after{
    content: "";
    display: block;
    clear: both;
}
    .contentsNotification dt{
    float: left;
    clear: left;
    margin-right: 18px;
    margin-bottom: 22px;
}
.contentsNotification dd{
    float: left;
    margin-bottom: 22px;
}
.contentsNotification dd::before{
    font-size: 0.85714em;
    font-weight: bold;
    border-radius: 0.8333em;
    display: block;
    width: 7em;
    line-height: 1.6667em;
    text-align: center;
    margin-right: 18px;
    float: left;
}
.contentsNotification .catEvent::before{
    content: "ニュース";
    background: #bbdefb;
}
.contentsNotification .catNews::before{
    content: "イベント";
    background: #ffecb3;
}
.contentsNotification .catRecruit::before{
    content: "採用情報";
    background: #dcedc8;
}
.contentsNotification+.btn{
    display: block;
    margin: 0 auto 60px;
}

/***********************
 * コンテンツナビゲーション
 * ******************************/



.notification .rssReader{
    position: absolute;
    left: 925px;
    top: 38px;
}
.navBanner ul{
    font-size: 0.7em;
}
.navBanner .col{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.navBanner a{
    text-decoration: none;
    color: #313031;
    display: block;
}
.navBanner img{
    display: block;
    margin-bottom: 20px;
}
.navIcon ul{
    font-size: 0.8em;
    font-weight: bold;
}
.navIcon li{
    width: 20%;
    float: left;
    text-align: center;
}
.navIcon a{
    text-decoration: none;
    color: #313031;
    display: block;
}
.navIcon img{
    display: block;
    margin: 0 auto 20px;
}
.navBox{
    padding: 20px 20px 0;
}
.navBox dt{
    width: 235px;
    float: left;
    border-top: 4px solid #19b8c8;
    font-size: 0.8em;
    font-weight: bold;
    padding: 25px 0;
}
.navBox dl{
    margin-bottom: 17px;
}
.navBox dl::after{
    content: "";
    display: block;
    clear: both;
}
.navBox dd{
    overflow: hidden;
    border-top: 4px solid #f5f5f5;
    padding: 25px 20px;
    font-size: 0.7em;
}
.navBox ul{
    font-size: 1em;
    margin-bottom: -16px;
}
.navBox ul::after{
    content: "";
    display: block;
    clear: both;
}
.navBox li{
    float: left;
    margin-bottom: 16px;
    line-height: 1.857;
    position: relative;
    margin-right: 62px;
}
.navBox li::after{
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: -30px;
    background: #e0e0e0;
}
.navBox a{
    color: #313031;
    text-decoration: none;
}
footer{
    margin-top: 35px;
}



/* Prevent Medicine */
.navByVisitor li {
    width: 33%;
}

.top_visual img {
    width: 100%;
}

.top_visual {
    margin-bottom: -80px;
}

.top_visual li{
	padding-left:0px;
}

.top_visual li:before{
	display:none;
}

.tab_only li {
    width: 100%;

}

.tab_only {
    padding-right: 0px;
    padding-left: 0px;
}

.tabNotification div:hover, .tab_only .active {
    border-bottom-color: #19b8c8;
    border-top-color: #fff;
}

.tab_only div {
    border-top: 1px solid #f5f5f5;
    border-bottom: 3px solid #e0e0e0;
}

.align_left {
     padding-right: 900px;
}

.tab_only div {
    cursor: default;
}

/*----20170110追加------*/

.yobou {
    font-size: 10px;
    padding-left: 145px;
}

/* --- リストエリア --- */
ul.thumbnail {
width: 700px; /* リストエリアの幅 */
margin: 0;
padding: 0;
border-top: 2px dotted #9ee1e8; /* リストエリアの上境界線 */
list-style-type: none;
}

/* --- リスト項目 --- */
ul.thumbnail li {
padding: 20px 15px; /* リスト項目のパディング（上下、左右） */
border-bottom: 2px dotted #9ee1e8; /* リスト項目の下境界線 */
}

/* --- 項目内容 --- */
ul.thumbnail dl {
width: 100%;
margin: 10;
font-size: 150%;
}

/* --- 写真エリア --- */
ul.thumbnail dt.photo {
width: 220px; /* 写真エリアの幅 */
float: left;
}
ul.thumbnail dt.photo img {
border: 1px #808080 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dt.title,
ul.thumbnail dd {
margin: 0 0 0 240px; /* キャプションエリアのマージン（上右下左） */
}

/* --- タイトルエリア --- */
ul.thumbnail dt.title {
margin-bottom: 5px; /* タイトルエリアの下マージン */
line-height: 120%;
}

/* --- コメントエリア --- */
ul.thumbnail dd {
line-height: 150%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* bnr e-ラーニング */
.bnr-elearn{
  color: #FFF;
  border-radius: 45px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 190px;
  text-align: center;
  font-size: 16px;
	letter-spacing: 0.1em;
  line-height: 50px;
  vertical-align: middle;
  background: -webkit-linear-gradient(90deg, #4e3a93 0%, #19b8c8 90%) no-repeat;
  background: linear-gradient(90deg, #4e3a93 0%, #19b8c8 90%) no-repeat;
  overflow: hidden;
  text-decoration:none;
  opacity: 0.7;
  transition: .5s;
}

.bnr-elearn span {
  display:inline-block;
  position: relative;
  transition: .5s;
}

.bnr-elearn span:before{
	content: '';/*何も入れない*/
  	display: inline-block;/*忘れずに！*/
  	width: 32px;/*画像の幅*/
  	height: 32px;/*画像の高さ*/
  	background-image: url(http://www.hosp.tsukuba.ac.jp/seishin-gp/wp-content/uploads/sites/9/2019/01/icon_elearn.png);
  	background-size: contain;
  	vertical-align: middle;
	background-position: -7px 0px;
    background-repeat: no-repeat;
}

.bnr-elearn:hover{
  background: -webkit-linear-gradient(120deg, #19b8c8, 0%, #4e3a93 20%, #19b8c8 100%) no-repeat;
  background: linear-gradient(120deg, #19b8c8, 0%, #4e3a93 20%, #19b8c8 100%) no-repeat;
  transition: .5s;
  opacity:1;
  color: #fff;
}

/* news list */


.news_list {
    overflow: hidden;
    clear: both;
    border-bottom: solid 1px #f6f6f6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.news_list li {
    float: left;
}

.news_list li:first-child {
    padding-left: 0px;
}


.news_list li:before {
	display: none;
}

h2 .date{
	font-size: 18px;
}

/* 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);
}

/** wysiwyg image**/

.container .col{
	
}

.container .alignleft{
	float:left;
	margin-right: 30px;
	margin-bottom: 15px;
}


.container .alignright{
	float:right;
	margin-left: 30px;
	margin-bottom: 15px;
}


.container .aligncenter{
	float:none;
	margin-right: auto;
	margin-bottom: auto;
}


/** Top contents **/

.nav_cotnents p{
	font-size: 1em;
	
}








































/* 初期状態でサブメニューを非表示にしておく */
.sub-menu {
  display: none;
}

/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */
.menu-item-has-children:hover .sub-menu {
  display: block;
  z-index: 100;
}


.menu {
  text-align: center;
}

/* 親メニューをinline-blockにしてセンターに配置 */
.menu > .menu-item {
  display: inline-block;
  padding: .5em .3em;
}

/* リストの記号を消去 */
.menu-item {
  list-style-type: none;
}

/* サブメニューをabsoluteにするため、親メニューをrelativeに */
.menu-item-has-children {
  position: relative;
}

/* 親メニューにマウスオーバーしたときにカーソルを変更 */
.menu-item-has-children:hover {
  cursor: pointer;
}

/* 子を持つ親メニューにマウスオーバーしたときサブメニューを表示 */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* サブメニューをabsoluteにして親メニューの下に配置。スタイルは適宜調整してください */
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 0;
}

/* サブメニューの境目をわかりやすくするため、一番下の項目以外下線を引いた */
.sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* サブニューのリンクタグをmenu-itemの大きさと合わせ、クリックしやすいようにした */
.sub-menu > .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .5em 0;
}

/* サブメニューにマウスオーバーしたときリンクの背景色とテキストカラーを変更 */
.sub-menu > .menu-item a:hover {
  background: black;
  color: white;
}


