<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
    font-family: 'Hiragino Mincho ProN','Baskerville','Georgia',sans-serif;
	margin: 0 auto;
    width: 960px;
}

.clear {
	clear: both;
}

.header_img {
	width: 100%;
}
.header{
    position: relative;
}

.main {
    height: 305px;
    margin-top: 5px;	
}

.content {
	border: 1px solid #656565;	
    width: 741px;
    float: right;
}

.content2 {
    margin-top: 5px;
	border: 1px solid #656565;	
    width: 741px;
    float: right;     
}

.content_title {
    margin: 5px;
    padding: 1px;
    color: #fff;
/*     background: #0090a4; */
    background: linear-gradient(to right, #173956, #dc5b09);
    height: 60px;
    font-size: 25px;    
}

.content_title p {
    margin: auto;
    padding-top: 10px;	
}

.content_about {
    font-size: 15px;
	margin: 15px;
}

.leftbox {
    float: left;
    width: 180px;
    display: block;
}

.sidebar{
    float: left;
    width: 160px;
    display: block;
}

.sidebar ul.nl {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar ul.nl li {
	text-align: center;	
    margin: 0px;
    display: block;
    margin-bottom: 2px;    
}

.sidebar ul.nl li a {
    text-decoration: none;	
    color: #000;    
}

.links{
    width: 200px;
    height: 40px;	
	border: 1px solid #656565;
	background: linear-gradient(to bottom, #2ba2b3, #FFF);
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.links:hover {
	background: linear-gradient(to bottom, #1b93a5, #FFF);
}

footer {
	text-align: right;
}

.fs23 {
	font-size: 23px;
}

.editors td{
    padding-left: 5px;
}

.ang_link {
    color: #0b9ca6;
}

.pagetop {
    float: right;
    margin: 10px;    
}
/* ▼pagetopボタン */
.pagetop p{
   position: relative;
   display: inline-block;
   font-weight: bold;
   padding: 0.25em 0;
   text-decoration: none;
   color: #0b9ca6;   
}

.pagetop p:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:100%;
   left: 0;
   border-radius: 3px;
   background:#0b9ca6;
   transition: .2s;
}

.pagetop p:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
}

/*
.pagetop p {
    margin: 0;
    padding: 4px 8px;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #f5f5f5;    
}
*/

/* ▲pagetopボタン */

.DLbox {
    margin-bottom: 5px !important;
    margin: 0 0 20px 0;
    padding: 10px;
    border: 3px solid #ddd;    
}

.read_more {
    color:#3f90a3;
    transition: .7s; 
}

.read_more:hover {
    color: #5fc3da;  
    transition: .5s;      
}

/*--2019_new_class--*/
.journal_text{
    position: absolute;
    padding: 5px;
    top: 8px;
    left: 690px;
    text-align: right;
    color:#1d707b;
}
.journal_text .notes_lage{
    line-height: 1.2em;
    font-size: 24px;
}
.journal_text .notes_small{
    line-height: 1em;
    font-size: 12px;
}</pre></body></html>