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

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 120px){


/*** 一覧表示時 ***/
    
    /* ニュースエリア全体 */
    div.ns_content {
	width: auto;
	/*border-bottom: 1px dashed #777;*/
	    padding: 0 0 1em 0;
	text-align: left;
	font-size: 90%;
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
    }
    /* ヘッダー(日付など) */
    div.ns_header {
	background-image: url(../images/icon-arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
    }
    div.ns_header span.ns_new {
	    color: red;
	    
    }
    div.ns_header span.ns_date {
	width: 7em;
	display: block;
	float: right;

    }
    div.ns_header span.ns_title {
	font-weight: bolder;
	font-size:large;
	float:left;
	display:block;
	border-left:solid 5px #86BE11;
	padding:5px;
	    
    }
    div.ns_header span.ns_title a{
	    
    }
    /* メインコンテンツ */
    div.ns_body {
	    width: auto;
	    color:#333;
    }
	div.ns_body a {
	text-decoration: underline;
}
    div.ns_body div {
	    
    }
    .ns_body {


    }
    
    /* 画像エリア */
    div.ns_image {
	width: auto;
	
	
    }
    div.ns_image div {
	    padding: 0px;
    }
    div.ns_image a {
	    cursor: pointer;
    }
    div.ns_image img {
	    display: block;
	    float: left;
	    padding-right: 5px;
    }
    div.ns_image a.pdf {
	display: block;
	float: left;
	
	width: 40px;
	height: 40px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	background-image: url(images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
	font-weight: bolder;
	text-indent:-9999px;
    }
    
    
    
/*** 単体表示時 ***/
    
    #TB_window {
    }
    /* ニュースエリア全体 */
    #TB_window div.ns_content {
	    width: auto;
	    /*border-bottom: 1px dashed #777;*/
	    padding: 10px 10px;
	    text-align: left;
    }
    /* ヘッダー(日付など) */
    #TB_window div.ns_header {
	    border-bottom: 1px solid #aaa;
    }
    #TB_window div.ns_header span.ns_new {
	    color: red;
	    font-size: 0.8em;
	    padding-left: 5px;
    }
    #TB_window div.ns_header span.ns_date {
	    display: block;
	    color:#333;
    }
    #TB_window div.ns_header span.ns_title {
	    color: #333;
	    font-weight: bold;
    }
    #TB_window span.ns_title a {
	    text-decoration: none;
	    cursor: normal;
    }
    
    /* メインコンテンツ */
    #TB_window div.ns_body {
	    width: auto;
	    color:#333;
    }
    #TB_window div.ns_body div {
	    padding: 10px 15px;
    }
    #TB_window .ns_body {
	display: block;
    }
    
    /* 画像エリア */
    #TB_window div.ns_image {
	width: auto;
    }
    #TB_window div.ns_image div {
	    padding: 0px;
    }
    #TB_window div.ns_image a {
	    cursor: pointer;
    }
    #TB_window div.ns_image img {
	    display: block;
	    float: left;
	    padding: 5px;
    }
    #TB_window div.ns_image a.pdf {
	    display: block;
	    float: left;
	    background: #ddd;
	    border: 1px solid #888;
	    width: 60px;
	    height: 80px;
	    margin: 5px;
	    text-align: center;
	    font-size: 18px;
	    line-height: 80px;
    }
  }  
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.ns_title a{
text-decoration:none;
	
    }
	.ns_content{
	margin-bottom:10px;}
    
    /* 画像エリア */
    div.ns_image {
	width: auto;

	
    }
}</pre></body></html>