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

/* SampleSite
-----------------------------------------------------*/
#container{
	background: #00101d;
}
#contents{
	padding-top: 70px;
	padding-bottom: 70px;
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#news_list{
	list-style-type: none;
}
#news_list li{
	margin-bottom: 20px;
	text-align: left;
}
#news_list li:last-of-type{
	margin-bottom: 26px;
}
#news_list li a{
	color: #fff;
	text-decoration: none;
	display: block;
	background: #061a29;
	border-left: 1px solid #404c56;
	border-bottom: 2px solid #043144;
	padding: 18px 20px 20px 20px;
}
#news_list li a:hover{
	opacity: 0.7;
}
#news_list li a strong{
	font-size: 22px;
	font-weight: normal;
	display: block;
	margin-bottom: 16px;
}
#news_list li a .date{
	color: #dfdfdf;
	font-size: 14px;
	line-height: 1;
}
#news_list li a .date img{
	vertical-align: bottom;
	margin-right: 6px;
}

#pagination{
	text-align: center;
}
#pagination #back,
#pagination #next,
#pagination .prev,
#pagination .next{
	color: #99beb9;
	text-decoration: none;
	background: #007564;
	display: inline-block;
	line-height: 1;
	width: 85px;
	padding-top: 11px;
	padding-bottom: 11px;
	border-radius: 19px;
	box-shadow: 0px 1px 0 1px #004c41;
}
#pagination .prev:before{
	content: url("image/arrow_back.gif");
	vertical-align: bottom;
	margin-right: 8px;
	margin-bottom: 2px;
}
#pagination .next:after{
	content: url("image/arrow_next.gif");
	vertical-align: bottom;
	margin-left: 8px;
	margin-bottom: 2px;
}

#pagination .prev:hover,
#pagination .next:hover{
	opacity: 0.7;
	text-decoration: none;
}
#pagination .prev{
	margin-right: 30px;
}
#pagination .next{
	margin-left: 24px;
}
#pagination a{
	color: #fff;
	text-decoration: none;
	margin-right: 6px;
}
#pagination span.page-numbers{
	color: #447d75;
	text-decoration: none;
	margin-right: 6px;
}
#pagination a:hover{
	text-decoration: underline;
}
#pagination a.active:hover{
	text-decoration: none;
}

/* detail
-----------------------------------------------------*/
#contents.detail{
	padding-top: 30px;
}
#historyback{
	color: #99beb9;
	text-decoration: none;
	background: #007564;
	display: block;
	line-height: 1;
	width: 122px;
	padding-top: 11px;
	padding-bottom: 11px;
	border-radius: 19px;
	box-shadow: 0px 1px 0 1px #004c41;
	text-align: center;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 6px;
}
#historyback img{
	vertical-align: bottom;
	margin-left: 8px;
	margin-bottom: 2px;
}
#historyback:hover{
	opacity: 0.7;
	text-decoration: none;
}

#news_info{
	border-left: 2px solid #404c56;
	padding: 19px 20px;
	margin-bottom: 26px;
}
#news_info #news_title{
	font-weight: normal;
	font-size: 26px;
	color: #fff;
	margin-bottom: 25px;
}
#news_info #news_date{
	line-height: 1;
}
#news_info #news_date img{
	vertical-align: bottom;
	margin-bottom: 2px;
	margin-right: 8px;
}

#edit_area{
	color: aaaaaa;
}
#edit_area p{
	margin-bottom: 1em;
	line-height: 1.4;
}
#edit_area .text_left{
	float: left;
	width: 640px;
}
#edit_area .image_right{
	float: right;
}



/****************************************************/

@media screen and (max-width: 767px) {
/****************************************************
    767px未満に適用
****************************************************/
#header #main_iamge #main_iamge_fit{
  object-fit: fill;
  height: auto;
  font-family: 'object-fit: fill; object-position: center top;';
  width: 92%;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}

#contents{
	width: 92%;
}



#edit_area .text_left,
#edit_area .image_right{
	float: none;
	width: 100%;
}

#edit_area img{
	width: 100%;
}

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