<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spnone{
 display:block;
}
.pcnone{
 display:none;
}
.bold{
 font-weight:bold;
}
.red{
 color:#ee0000;
}
.fwN{
 font-weight:normal!important;
}

/* 外部サイトへのリンク */
a.ext--link{
 color:#367cb2
}
/* ここまで */

h3.subtitle{
 margin:35px 0 35px 10px;
}
#conlist{
 float:left;
 width:410px;
 margin-left:12px;
}
#conlist h5{
 font-size:18px;
 font-weight:bold;
 color:#595757;
 padding-bottom:8px;
 border-bottom:#999 1px solid;
 padding-left:7px;
}
#conlist h5 span{
 font-size:15px;
 font-weight:normal;
}
#conlist ul li{
 color:#595957;
 padding:10px 0 10px 7px;
 font-size:16px;
 border-bottom:#999 1px solid;
 line-height:23px;
 font-weight:bold;
}
#conlist ul li span.update{
 color:#777;
 display:block;
 font-size:14px;
}
.leadtxt{
 text-align:center;
 font-size:17px;
 line-height:35px;
 margin-bottom:30px;
}
.subject-left{
 width:340px;
 text-align:center;
}
.subject-right{
 width:98%;
 color:#595757;
 padding-top:35px;
 margin:0 auto 25px auto;
}
.subject-right p.serial{
 font-size:24px;
 text-align:center;
 padding-top:30px;
 box-shadow: 0px -4px 5px -3px rgba(75,187,31,0.6);
 -webkit-box-shadow: 0px -4px 5px -3px rgba(75,187,31,0.6);
 -moz-box-shadow: 0px -4px 5px -3px rgba(75,187,31,0.6);
}
.subject-right p.subject{
 font-size:34px;
 font-weight:bold;
 line-height:46px;
 text-align:center;
}
.subject-right p.date{
 font-size:15px;
 color:#777;
 margin-top:10px;
 text-align:center;
 padding-bottom:30px;
 box-shadow: 0px 4px 5px -3px rgba(75,187,31,0.6);
 -webkit-box-shadow: 0px 4px 5px -3px rgba(75,187,31,0.6);
 -moz-box-shadow: 0px 4px 5px -3px rgba(75,187,31,0.6);
}
.text-area{
 width:920px;
 margin-top:0;
}
.text-area .inner{
 width:770px;
 margin:0 75px;
 font-size:16px;
 padding-top:1px;
}
.text-area .inner p.image{
 margin:0 auto;
 text-align:center;
}
.text-area .inner p.image img{
 border:#999 1px solid;
 padding:6px;
}
.text-area .inner h4 {
 font-size:23px;
 color:#444;
 font-weight:bold;
 margin:30px 0 25px 25px;
 border-bottom:#999 1px solid;
 padding-bottom:8px;
 text-align:center;
}
.text-area .inner p {
margin-top:15px;
margin-left:25px;
padding-bottom:16px;
color:#666;
font-weight:bold;
text-indent: -2em;
padding-left: 2em;
}
.text-area .inner p.first {
margin-top:5px;
}
.text-area .inner dl {
margin-left:25px;
padding-bottom:16px;
}
.text-area .inner dl dt {
width:60px;
float:left;
clear:both;
letter-spacing: 0em;
line-height:28px;
}
.text-area .inner dl dd {
margin-left:60px;
padding-bottom:10px;
width:690px;
line-height:28px;
}
.text-area .inner dl dd a {
border-bottom:1px dashed;
padding-bottom:2px;
}
.text-area .inner dl.koga dt {
color:#0C508E;
}
.text-area .inner dl.sasaki dt {
color:#E95514;
}
.yokoku{
 font-size:18px;
 font-weight:bold;
 text-align:center;
 margin:30px 0 10px 0;
}
#profile{
 margin-top:40px;
}
#profile .left{
 float:left;
 width:450px;
}
#profile .left .name{
 font-weight:bold;
 font-size:15px;
 line-height:30px;
}
#profile .left .job{
 font-size:13px;
 padding-bottom:10px;
}
#profile .left .prof-txt{
 font-size:13px;
 line-height:20px;
 padding-top:15px;
}
#profile .right{
 float:left;
 width:445px;
 border-left:#999 1px solid;
 padding-left:20px;
 margin-left:20px;
}
#profile .right .label{
 font-size:13px;
 padding-bottom:5px;
}
#profile .right .name{
 font-weight:bold;
 font-size:15px;
 line-height:30px;
}
#profile .right .job{
 font-size:13px;
 padding-bottom:10px;
}
#profile .right .prof-txt{
 font-size:13px;
 line-height:20px;
 padding-top:15px;
}
.circle{
 border:#fff 1px solid;
 border-radius: 50%;
 -moz-border-image: border-radius: 50%;
 -webkit-border-image: border-radius: 50%;
 margin:5px;
}

dl.history{
padding-bottom:16px;
}
dl.history dt {
width:50px;
float:left;
clear:both;
letter-spacing: 0em;
line-height:20px;
font-size:13px;
}
dl.history dd {
margin-left:50px;
padding-bottom:0;
width:420px;
line-height:20px;
font-size:13px;
}
.photobox{
display:table;

}
.photobox li{
display:table-cell;
vertical-align: middle;
}
.photobox img{
margin-right:15px;
}

/* ページャー */
ul.pager{
	margin:0 auto;
	margin-top:50px!important;
	margin-bottom:50px!important;
	display:table;
	table-layout: fixed;
	width:850px;
}
ul.pager li{
	display:table-cell;
}
ul.pager li.prev{
	text-align:left
}
ul.pager li.next{
	text-align:right
}
ul.pager li.top{
	text-align:center
}

.new{
	display:inline-block;
	margin-left:5px;
	color:#cc0000;
	font-size:0.9em;
	font-weight:bold;
}
.text-area .inner p.image span.quotation{
 display:block;
 height:27px;
 border-left:#9ec2dd 5px solid;
 padding:0 0 0 40px!important;
 line-height:27px;
 font-size:11px;
 color:#444;
 margin:10px auto 30px 10px!important;
 text-align:left;
}

/* global navigation */

ul.global li{
	width:189px;

}
ul.global li a span{
	display:block;
	font-size:11px!important;
}
.headerNavigation .global {
	font-weight: bold;
	width: 950px;
	margin: 0 auto 35px auto!important;
	padding: 0 0 0 0;
	text-align: center;
	border-top:#999 1px dotted;
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
}
.headerNavigation .global &gt; li {
	position: relative;
	float: left;
	border-right:#999 1px solid;
	border-bottom:#666 3px solid;

}
.headerNavigation .global &gt; li.nolink {
	background: linear-gradient(#f1f1f1, #fff);
}
.headerNavigation .global &gt; li.current {
	border-bottom:#3a9020 3px solid;
	background:rgba(191,234,178,0.5)!important;
}
.headerNavigation .global &gt; li:hover {
	border-bottom:#267a0c 3px solid;
}
.headerNavigation .global &gt; li.nolink:hover {
	border-bottom:#666 3px solid!important;
}
.headerNavigation .global &gt; li:last-child {
	border-right:none;
}
.headerNavigation .global &gt; li:hover {
	position: relative;
	float: left;
	color:#333;
}
.headerNavigation .global &gt; li &gt; a {
	display: block;
	padding: 8px 0 8px 0;
	text-decoration:none;
	position: relative;
	font-size:12px!important;
	transition: all .3s;
	color:#333;
}
.headerNavigation .global &gt; li &gt; a.nolink {
	color:#999;
}
.headerNavigation .global &gt; li.current &gt; a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 68px;
	background-color:rgba(36,255,0,0);
	transition: none!important;
	cursor:default;
	-webkit-transform: none;
	transform: none; 
}
.headerNavigation .global &gt; li &gt; a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 68px;
	background-color:rgba(142,255,142,0.3);
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); 
}
.headerNavigation .global &gt; li &gt; a.nolink::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 68px;
	background-color:rgba(255,125,0,0);
	cursor:default;
}

.headerNavigation .global &gt; li &gt; a:hover {
	text-decoration: none;
}
.headerNavigation .global &gt; li.hover &gt; a {
}
.headerNavigation .global &gt; li &gt; a:hover::after {
	width: 100%;
}

/* #pagetop
---------------*/

#pagetop {
  clear: both;
  height: 28px;
  border-bottom: 1px solid #FFF;

}

#pagetop a {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: block;
  float: right;
  width: 96px;
  height: 56px;
  background: url(../images/go_top.png) no-repeat 0px 0px;
  text-decoration: none;
  text-indent: -9999px;
  z-index:9999;
}

#pagetop a:hover {
  background: url(../images/go_top.png) no-repeat 0px 0px;
}

.link--backnumber{
	margin:25px 0 0 0!important;
	text-align:center;
	padding-top:25px;
	font-weight:bold;
}
.link--backnumber img{
	margin-bottom:7px;
}
/* tip
--------------*/

.tipbox{
  font-size:0.85em;
  color:#666;
  display:block;
  margin-top:15px;
  margin-left:25px;
  margin-bottom:40px!important;
  border:#bbb 1px solid;
  padding:10px 15px;
}

.tip{
  font-size:0.8em;
  color:#777;
  display:block;
  line-height:1.5em;
  margin-top:7px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.center{
	text-align:center;
}
.center img{
	width:100%;
	max-width:600px
}

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