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


/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/


/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

main {
	background-image: url(../img/concept/main_back.png);
	background-size: contain;
	background-position: center 38px;
	background-repeat: no-repeat;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
h1 {
	text-align: center;
	font-size: 2.4rem;
	margin: 60px auto 40px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h1 span {
	display: block;
	width: 80px;
	margin: 20px auto;
	height: 4px;
	background-color: #000;
}
.news_head {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 0 0 20px;
}
.news_thumb {
	width: 85px;
	height: 85px;
	background: #ddd;
	border-radius: 5px;
	float: left;
	overflow: hidden;
}
.news_thumb img {
	width: 100%;
	height: auto;
}
.news_caption {
	float: left;
	width: 640px;
	margin-left: 20px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #D56D9D;
}
ul.news_list {
	width: 750px;
	float: left;
}
ul.news_list li {
	margin: 0 0 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: relative;
}
ul.news_list li a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news_date {
	margin-bottom: 12px;
	font-size: 10px;
	background: #eee;
	color: #333;
	padding: 4px 8px;
	width: 150px;
	text-align: center;
}
.news_text {
	font-size: 12px;
	color: #666;
}
ul.archive {
	width: 200px;
	float: right;
	color: 333;
}
ul.archive li {
	padding: 10px 15px;
	font-size: 13px;
	border-top: 1px solid #ddd;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	position: relative;
}
ul.archive li a {
	font-size: 13px;/*	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}
ul.archive li &gt; a:hover {
	color: #D56D9D;
}
ul.archive li.archive_title {
	border-top: 2px solid #333;
	font-weight: bold;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
ul.archive li.archive_title:hover {
	color: #333;
}
ul.archive li:last-child {
	border-bottom: 1px solid #ddd;
}
ul.page_nav {
	text-align: center;
	margin-bottom: 40px;
}
ul.page_nav li {
	padding: 5px 10px;
	border: 1px solid #ddd;
	font-size: 12px;
	display: inline-block;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	position: relative;
}
ul.page_nav li.active {
	background: #333;
	color: #eee;
	border: 1px solid #333;
}
ul.page_nav li.active:hover {
	background: #333;
	color: #eee;
	border: 1px solid #333;
}
ul.page_nav li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.page_nav li:hover {
	background: #ddd;
}

/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/

@media screen and (max-width: 980px) {
}
</pre></body></html>