<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("global.css");

#bodyarea {
	padding-top: 80px;
}
h1.pgtitle {
	font-size: 28px;
	letter-spacing: 3px;
	color: #3F2D2C;
	position: relative;
	z-index: 99;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin: 0 0 60px;
}
h1.pgtitle span {
	z-index: 98;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -200px;
	width: 400px;
	color: rgba(0,0,0,0.1);
	letter-spacing: 2px;
	font-size: 80px;
}
/* 1024px莉･荳九°繧�
------------------------------------------------------------*/
@media screen and (max-width:1024px){
}
/* 1000px莉･荳九°繧�
------------------------------------------------------------*/
@media screen and (max-width:1000px) {
}
/* 644px莉･荳九°繧�
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#bodyarea {
	padding-top: 60px;
}
h1.pgtitle {
	font-size: 20px;
	height: 46px;
	line-height: 46px;
	margin: 30px 0 20px;
}
h1.pgtitle span {
	left: 50%;
	top: -5px;
	margin-left: -150px;
	width: 300px;
	font-size: 46px;
}
}



/*------------------------------------------------------------
 繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝�
 ------------------------------------------------------------*/
#l_content {
	width: 650px;
	float: left;
}
#r_content {
	width: 310px;
	float: right;
}
#l_content article {
	border: 1px solid #E7DED1;
	margin-bottom: 50px;
}
#l_content article:last-of-type {
	margin-bottom: 0;
}
#l_content .bloginfo {
	border-bottom: 6px solid #E7DED1;
	margin-bottom: 30px;
	position: relative;
}
#l_content .bloginfo p.cat {
	border-bottom: 1px solid #E7DED1;
	padding: 7px;
}
#l_content .bloginfo p.cat span {
	padding: 0 10px;
	border-left: 1px solid #CCC;
}
#l_content .bloginfo p.cat span:first-of-type {
	border-left: none;
}
#l_content .bloginfo p.date {
	float: left;
	border: 1px solid #E7DED1;
	width: 68px;
	height: 68px;
	margin: 15px;
}
#l_content .bloginfo p.date span {
	display: block;
	text-align: center;
}
#l_content .bloginfo p.date span.m {
	background-color: #E7DED1;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
#l_content .bloginfo p.date span.d {
	height: 46px;
	line-height: 46px;
	font-size: 28px;
}
#l_content .bloginfo h1,
#l_content .bloginfo h1 a {
	display: block;
	font-size: 23px;
	line-height: 35px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	color: #5D4A2C;
}
#l_content .bloginfo h1 {
	margin: 15px 0 10px 15px;
}
#l_content h1 a:hover {
	color: #FCA943;
}
#l_content .bloginfo h1:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 30px;
	background: url(../staffblog/img/icon_note.png) no-repeat right top;
	width: 110px;
	height: 102px;
	z-index: -1;
}
#l_content .maincontent {
	margin: 10px 25px;
}

/* 1024px莉･荳九°繧�
------------------------------------------------------------*/
@media screen and (max-width:1024px){
.container {
	width: 100%;
	margin: 0;
}
#l_content {
	width: 100%;
	float: none;
}
#r_content {
	width: 100%;
	float: none;
}
}
/* 1000px莉･荳九°繧�
------------------------------------------------------------*/
@media screen and (max-width:1000px) {
}
/* 644px莉･荳九°繧�
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#l_content .bloginfo {
	margin-bottom: 20px;
}
#l_content .bloginfo p.cat {
	padding: 5px;
}
#l_content .bloginfo p.cat span {
	font-size: 10px;
}
#l_content .bloginfo p.date {
	float: none;
	margin: 10px auto;
	width: 48px;
	height: 48px;
}
#l_content .bloginfo p.date span {
	display: block;
	text-align: center;
}
#l_content .bloginfo p.date span.m {
	height: 14px;
	line-height: 14px;
	font-size: 11px;
}
#l_content .bloginfo p.date span.d {
	height: 34px;
	line-height: 34px;
	font-size: 20px;
}
#l_content .bloginfo h1,
#l_content .bloginfo h1 a {
	font-size: 16px;
	margin: 10px 15px;
	line-height: 22px;
	text-align: justify;
}
#l_content .bloginfo h1 a {
	margin: 10px 0;
	padding-top: 0;
}
#l_content .bloginfo h1:after {
	right: 10px;
	top: 30px;
	background: url(../staffblog/img/icon_note.png) no-repeat right top;
	background-size: 55px 51px;
	width: 55px;
	height: 51px;
}
#l_content .maincontent {
	margin: 0 15px;
	font-size: 12px;
}
}


/* ---- Typography ---- */
.entrybody {
	background: url(../staffblog/img/icon_leaf.png) no-repeat left bottom;
	font-family: '繝｡繧､繝ｪ繧ｪ', Meiryo, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.entrybody p { padding-bottom:15px; }
.entrybody a { text-decoration: underline; }

.entrybody img {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	max-width: 598px;
	height: auto;
	margin: 0 auto;
}

.entrybody ul{margin: 0 0 10px 10px;}

.entrybody ul li{
	margin-bottom:5px;
	padding-left:15px;
}

.entrybody ol{margin: 0 0 10px 30px;}

.entrybody ol li{list-style:decimal;}

.entrybody h1 {
	font-size: 200%;
	background-image: none;
}
.entrybody h1 * {
	font-size: inherit;
}
.entrybody h2 {
	font-size: 180%;
	background-image: none;
	border: none;
	font-weight: inherit;
	height: auto;
	line-height: auto;
	margin-bottom: 0;
	padding-left: 0;
}
.entrybody h2 * {
	font-size: inherit;
}
.entrybody h3 {
	font-size: 160%;
	background-image: none;
	border: none;
}
.entrybody h3 * {
	font-size: inherit;
}
.entrybody h4 {
	font-size: 160%;
	background-image: none;
	border: none;
}
.entrybody h4 * {
	font-size: inherit;
}
.entrybody h5 {
	font-size: 140%;
	background-image: none;
	border: none;
}
.entrybody h5 * {
	font-size: inherit;
}
.entrybody h6 {
	font-size: 120%;
	background-image: none;
	border: none;
}
.entrybody h6 * {
	font-size: inherit;
}
.entrybody strong {
	font-weight: bold;
}
.entrybody strong * {
	font-weight: inherit;
}
.entrybody .endtxt {
	padding: 7px 0 27px;
}
.entrybody .endtxt p {
	text-align: center;
	padding-bottom: 0;
}
.entrybody .end {
	text-align: right;
	border-top: 1px dotted #ccc;
	padding: 7px 0;
}
.entrybody .end a,
.entrybody .end span {
	display: inline-block;
	text-decoration: none;
	font-size: 11px;
}
.entrybody .end span.day {
	margin-right: 10px;
}
.entrybody .end a.pt:before {
	content: "";
	background: url(../staffblog/img/arrow.png) no-repeat left center;
	background-size: 11px 8px;
	width: 11px;
	height: 8px;
	display: inline-block;
	margin-right: 5px;
}
/* 1024px莉･荳九°繧�
------------------------------------------------------------*/
@media screen and (max-width:1024px){
}
/* 1000px莉･荳九°繧�
------------------------------------------------------------*/
@media screen and (max-width:1000px) {
}
/* 644px莉･荳九°繧�
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
.entrybody {
	background-size: 44px 50px;
}
.entrybody img {
	max-width: 100%;
}
.entrybody .endtxt {
	padding: 7px 0 17px;
}
}




/* ------------------------------
 Side
------------------------------ */

#r_content dl {
	border: 2px solid #E7DED1;
	border-radius: 7px;
	margin-bottom: 20px;
}
#r_content dl dt {
	border-bottom: 2px solid #E7DED1;
	height: 30px;
	line-height: 30px;
	padding: 5px 15px;
	color: #5D4A2C;
	font-size: 14px;
}
#r_content dl dd {
	margin: 15px;
}

/****** 繧ｫ繝ｬ繝ｳ繝繝ｼ ******/

#r_content .calendar dd {
	border: none;
	line-height: 1.6;
	font-family: '繝｡繧､繝ｪ繧ｪ', Meiryo, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
#r_content .calendar dd a {
	display: block;
	padding: 0;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	background-color: #5D4A2C;
	font-family: '繝｡繧､繝ｪ繧ｪ', Meiryo, '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
#r_content .calendar dd a:hover {
	background-color: #FCA943;
	text-decoration: none;
}
#r_content .widget-calendar table {
	margin: 0 auto;
	text-align: center;
	width: 280px;
}
#r_content .widget-calendar table caption {
	margin-bottom: 10px;
}
#r_content .widget-calendar table caption a {
	display: inline-block;
	padding: 0 3px;
	background-color: transparent;
	color: #999;
}
#r_content .widget-calendar table caption a:hover {
	background-color: transparent;
	color: #000;
}
#r_content .widget-calendar table tr:first-child th:nth-child(1),
#r_content .widget-calendar table td:nth-child(1) {
	color: #C40000;
}
#r_content .widget-calendar table tr:first-child th:nth-child(7),
#r_content .widget-calendar table td:nth-child(7) {
	color: #048;
}
#r_content .widget-calendar table tr:first-child th {
	color: #666;
	font-weight: bold;
	font-size: 13px;
}
#r_content .widget-calendar table td {
	font-size: 13px;
	padding: 0;
	margin: 0;
}
/****** 譛譁ｰ險倅ｺ� ******/
#r_content .side_entry dd {
	border-bottom: 1px dotted #DDD;
}
#r_content .side_entry dd:last-of-type {
	border-bottom: none;
}
#r_content .side_entry dd a {
	margin: 10px 0;
    text-decoration: none;
    display: block;
	height: 60px;
	line-height: 19px;
	overflow: hidden;
}
#r_content .side_entry dd p {
	width: 60px;
	height: 60px;
	vertical-align: middle;
	line-height: 1.4;
	margin-right: 5px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
#r_content .side_entry dd h2 {
	vertical-align: middle;
	line-height: 1.4;
}
#r_content .side_entry dd h2 span {
	font-size: 12px;
	color: #999;
	display: block;
}
/****** 繧ｫ繝�ざ繝ｪ繝ｼ ******/

#r_content dl.category dd {
	border-bottom: 1px dotted #DBDBDB;
	padding: 5px 0;
	margin: 5px 15px;
}
#r_content dl.category dd:last-child {
	border: none;
}
#r_content dl.category dd a {
	line-height: 1.4;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 3px 16px;
	position: relative;
}
#r_content dl.category dd a:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	background-color: transparent;
	left: 0px;
	top: 50%;
	margin-top: -8px;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: transparent transparent rgba(0,0,0,0.2) rgba(0,0,0,0.2);
}
select {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 8px;
    vertical-align: middle;
}
/* 1024px莉･荳九°繧�
------------------------------------------------------------*/
@media screen and (max-width:1024px){
#r_content .calendar {
	display: none;
}
#r_content .side_entry dd a {
	width: 100%;
}
#r_content .side_entry dd p {
	width: 60px;
	height: 60px;
	margin-right: 5px;
}
#r_content .side_entry dd p img {
	width: 60px;
	height: 60px;
}
#r_content .side_entry dd h2 span {
	font-size: 11px;
	letter-spacing: 0;
}
}
/* 1000px莉･荳九°繧�
------------------------------------------------------------*/
@media screen and (max-width:1000px) {
#r_content dl dd {
	margin: 10px 15px;
}
#r_content .side_entry dd h2 {
}
}
/* 644px莉･荳九°繧�
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#r_content .side_entry dd h2 {
}
}

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