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

/* ============================================================
	共通(element)
============================================================ */
html {
	font-size: 62.5%;
}
body {
	background: #f9f7f2;
	font-family: 'Noto Sans JP', 'Helvetica Neue', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', meiryo, sans-serif;
	font-size: 14px;
	color: #231815;
	line-height: 1;
	letter-spacing: .05em;
}
body * {
	box-sizing: border-box;
	font-weight: 300;
}
a {
	color: #231815;
	text-decoration: none;
	outline: none;
	transition: .5s;
}
a:hover {
	opacity: .8;
}



/* ============================================================
	共通(id,class)
============================================================ */
#wrap {
	overflow: hidden;
	min-width: 960px;
}
#contents {
	margin-top: 0;
}

/*------------------------------
	レイアウト用
------------------------------ */
#contents .main-area {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
#contents .right-area {
}
#contents .left-area {
	width: 300px;
}



/* ============================================================
	h1エリア
============================================================ */
#topbar {
	-js-display: flex;
	display: flex;
	align-items: center;
	position: relative;
	height: 30px;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	background: #f9f7f2;
	border-bottom: solid 1px #c7c8c9;
	padding-left: 20px;
}



/* ============================================================
	パンくずリスト
============================================================ */
#header-path {
	color: #666;
	letter-spacing: .1em;
}
#header-path .info01 {
	padding: 140px 0 0 20px;
	line-height: 3;
}
#footer-path {
	color: #666;
	letter-spacing: .1em;
}
#footer-path .info01 {
	padding: 0 20px;
	line-height: 3;
}



/* ============================================================
	ビジュアル
============================================================ */
#visual {
	text-align: center;
}

/*------------------------------
	ロゴ
------------------------------ */
#visual .logo {
	padding-top: 60px;
}
#visual .logo img {
	width: 100%;
	height: 60px;
}



/* ============================================================
	キーワードから検索
============================================================ */
#keyword {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 60px;
}

/*------------------------------
	検索エリア
------------------------------ */
#keyword .search {
	padding-top: 40px;
}
#keyword .search form {
}
/* 上部 */
#keyword .search-upper {
	position: relative;
}
#keyword .search-upper input.word {
	width: 410px;
	height: 50px;
	padding: 0 20px;
	font-size: 18px;
	border: none;
	border-radius: 5px 0 0 5px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
#keyword .search-upper input.word::-webkit-input-placeholder {
	color: #dadbdb;
}
#keyword .search-upper input[type="text"]:focus {
	outline: 0;
}
/* ボタン */
#keyword .search-button {
	position: absolute;
	top: 0;
	right: 0;
}
#keyword .search-button span {
	position: relative;
}
#keyword .search-button span input.search01 {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 26px;
	width: 150px;
	height: 50px;
	background: linear-gradient(to bottom, #ff877a 0%, #e0534a 100%);
	font-size: 20px;
	color: #fff;
	letter-spacing: .1em;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	border: none;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
#keyword .search-button span svg {
	position: absolute;
	top: 15px;
	left: 35px;
	font-size: 18px;
	color: #fff;
	z-index: 1;
	cursor: pointer;
}
@-moz-document url-prefix() {
	#keyword .search-button span svg {
		top: 30px;
	}
}
/* 下部 */
#keyword .search-lower {
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
#keyword .search-lower select {
	margin-right: 30px;
	width: 100px;
	height: 30px;
	border: solid 1px #b3b3b4;
	font-size: 14px;
	padding: 0 10px;
}
#keyword .search-lower select option {
	padding-top: 20px;
}
#keyword .search-lower input.radio1 {
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#keyword .search-lower input.radio2 {
	margin: 0 8px 0 28px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#keyword .search-lower label {
}

/*------------------------------
	広告
------------------------------ */
#keyword .ad {
	padding-top: 26px;
	text-align: center;
}



/* ============================================================
	住所から検索
============================================================ */
#address {
	width: 600px;
	padding-bottom: 60px;
}
/*------------------------------
	タイトル
------------------------------ */
#address .title {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	margin: 0 auto;
}
#address .title::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 26px;
	margin: auto;
	background: #e26962;
}

/*------------------------------
	検索エリア
------------------------------ */
#address .search {
	padding-top: 26px;
}
/* エリア */
#address .search-area {
	padding-top: 40px;
}
#address .search-area:first-child {
	padding-top: 0;
}
/* 地域 */
#address .search-area-district {
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0 10px;
	background: #f1ede4;
	font-size: 18px;
}
#address .search-area-district span {
	-js-display: flex;
	display: flex;
	align-items: center;
	height: 100%;
}
/* 県 */
#address .search-area-ken {
}
#address .search-area-ken ul {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 5px 0 5px;
}
#address .search-area-ken li {
	padding: 0 6px;
}
#address .search-area-ken li a {
	position: relative;
	font-size: 18px;
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}



/* ============================================================
	トピックス
============================================================ */
#topics {
	width: 600px;
}
#topics .frame {
	background: #fff;
	padding: 30px 40px;
}

/*------------------------------
	タイトル
------------------------------ */
#topics .title {
	padding-left: 10px;
	font-size: 16px;
	border-left: #231815 5px solid;
}

/*------------------------------
	リスト
------------------------------ */
#topics ul {
	padding-top: 20px;
}
#topics li {
	-js-display: flex;
	display: flex;
	padding-top: 10px;
	line-height: 1.8;
}
#topics li:first-child {
	padding-top: 0;
}
/* 更新内容 */
#topics .detail-short {
	padding-left: 20px;
	text-align: left;
}
#topics .detail-short-disc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#topics .detail-short-disc p {
	height: 71px;
}
#topics .detail-short-disc p a {
	display: inline;
	color: #1d3fad;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}
#topics .detail-short-more {
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	z-index: 5;
}
#topics .detail-short-more p {
	display: inline;
	background: linear-gradient(transparent 96%, #231815 0%);
}
/* 更新内容・もっと見る */
#topics .detail-hidden {
	padding-left: 20px;
	display: none;
}
#topics .detail-hidden-disc a {
	display: inline;
	color: #1d3fad;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}
#topics .detail-hidden-disc {
	text-align: left;
}
#topics .detail-hidden-disc p {
}

/*------------------------------
	リンク
------------------------------ */
#topics .link {
	padding-top: 30px;
}
#topics .link .text {
	text-align: right;
}
#topics .link .text a {
	color: #1d3fad;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}

/*------------------------------
	広告
------------------------------ */
#topics .ad {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
	text-align: center;
}



/* ============================================================
	ゆうびんねっとについて
============================================================ */
#about {
	padding-bottom: 20px;
}

/*------------------------------
	広告
------------------------------ */
#about .ad {
	margin-bottom: 40px;
}

/*------------------------------
	リスト
------------------------------ */
#about ul {
}
#about li {
	margin-top: 20px;
	background: #fff;
	padding: 40px 30px;
}
#about li:first-of-type {
	margin-top: 0;
}
/* アイコン */
#about li .icon {
	text-align: center;
}
#about li .icon img {
	width: 40px;
	height: 40px;
	height: auto;
}
/* タイトル */
#about li .title {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}
/* 本文 */
#about li .text {
	margin-top: 20px;
}
#about li .text p {
	line-height: 2.1;
}
#about li .text p a {
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}


/* ============================================================
	リンク集
============================================================ */
#link {
	padding-bottom: 40px;
}

/*------------------------------
	メッセージ
------------------------------ */
#link .message {
	padding-top: 80px;
	text-align: center;
}
#link .message p {
	font-size: 12px;
	line-height: 2;
}
#link .message p a {
	font-size: 12px;
	display: inline;
	background: linear-gradient(transparent 96%, #231815 0%);
}

/*------------------------------
	リスト
------------------------------ */
#link ul {
	-js-display: flex;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
#link ul:last-child {
	padding-top: 10px;
}
#link li {
	border-right: solid 1px #333;
	padding: 0 10px;
}
#link li:last-child {
	border-right: none;
}
#link li a {
	position: relative;
	font-size: 12px;
	color: #1d3fad;
	display: inline;
	background: linear-gradient(transparent 96%, #1d3fad 0%);
}



/* ============================================================
	コピーライト
============================================================ */
#copyright {
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	background: #d6665f;
	color: #fff;
	text-align: center;
}
</pre></body></html>