  .breadcrumb{
    font-size: 14px;
	background: #FFFFFF;
    color: #666;
    margin: 6px 0 10px;
  }
  .breadcrumb a{ color:#666; text-decoration:none; }
  .breadcrumb a:hover{ text-decoration:underline; }

  .page-header h1{
    margin: 0 0 6px;
    font-size: 22px; /* newsに合わせて調整OK */
  }
  .lead{
    margin: 0 0 8px;
    color:#555;
    font-size: 16px;
    line-height: 1.7;
  }
  .subnav{
    margin-bottom: 2px;
    font-size: 13px;
    color:#666;
  }
  .subnav a{ color:#1a73e8; text-decoration:none; }
  .subnav a:hover{ text-decoration:underline; }

  .text{
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0 0 6px 4px;
    font-size: 16px;

  }

  .rule{
    border: none;
    border-top: 1px solid #e6e6e6;
    margin: 14px 0;
  }

  .block{ margin: 0 0 6px; }
  h2{
    margin: 0 0 10px;
    font-size: 16px;
  }


  .block h2{
    margin: 0 0 10px;
    font-size: 16px;
  }

  h3{
	position: relative;

	color: #333;
	font-size: 15px;
	font-weight: bold;
	background: #FFFFFF;
    margin: 0 0 3px;
  }

  .block h3{
	position: relative;
	padding-left: 10px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	background: #FFFFFF;
    margin: 0 0 3px 8px;
  }

	.block h3:before {
		content: "";
		margin-top: -7px;
		position: absolute;
		top: 50%;
		left: 0;
		width: 5px;
		height: 14px;
		background: #333;
	}  

  .block-head{
    display:flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
  }
  .more{
    font-size: 13px;
    color:#1a73e8;
    text-decoration:none;
    white-space: nowrap;
  }
  .more:hover{ text-decoration:underline; }

  .linklist{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .linklist li{
    list-style: none;
	margin-left: 0.5em;
	font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px dotted #e6e6e6;
  }
  .linklist li:last-child{ border-bottom:none; }
  .linklist a{
    font-weight: 700;
    text-decoration:none;
  }
  .linklist a:hover{ text-decoration:underline; }
  .note{
    color:#666;
    font-size: 12px;
    margin-left: 8px;
  }

  .postlist{
    list-style:none;
    padding:0;
    margin:0;
  }
  .postlist li{
    list-style:none;
	margin-left: 1em;
    border-bottom: 1px solid #eee;
  }
  .postlist li:last-child{ border-bottom:none; }

  .post{
    display:block;
    padding: 10px 0;
    text-decoration:none;
  }
  .post:hover { text-decoration: none; }  
  .post:hover .title { text-decoration: underline; }

  .post .date{
    display:inline-block;
    font-size: 12px;
    color:#666;
    min-width: 92px; /* newsの表示に合わせて調整 */
  }
  .post .title{
    display:block;
    font-size: 16px;
	color: #022EB0;
    font-weight: bold;
    margin-top: 2px; 
  }
  .post .desc{
    display:block;
    font-size: 12px;
    color:#666;
    margin-top: 3px;
    line-height: 1.6;
	text-decoration: none
  }

  /* スマホ：日付の幅を小さくして詰まり回避 */
  @media (max-width: 640px){
    .page-header h1{ font-size: 20px; }
    .post .date{ min-width: auto; margin-right: 6px; }
    .note{ display:block; margin: 4px 0 0 0; }
  }
  
.f-header {
	position: fixed;
	width: 980px;
	top: 0px;
	padding:2px 10px 0px 10px;
}
