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

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:1em;
}

header,hgroup,nav,article,
section,aside,figure,footer{
	display:block;
}

ol, ul{
	list-style: none;  
}

html{
    font:14px/1.5 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background:#FFF;
	width:100%;
	color:#333631;
}

/*	リンクタグ	*/

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #ff0000; }
a:active { color: #000; }


a {
  text-decoration: none;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	width:100%;
	overflow:hidden;}


/*	タイトル	*/
#top h1{
	width:100%;
	padding:3% 10px;
	border-bottom:solid 1px #11120F;
	color:#FFF;
	text-shadow:1px 1px 1px #11120F;
}

/*---------------------
	ヘッダー画像
--------------------*/
p#h_image{
	padding:0;
	position:relative;
}

p#h_image img{
	width:100%;
	margin:auto;
}

/*	ヘッダー画像下 文字	*/
header h2{
	padding:0 10px 10px 10px;
}



/*------------------------------------------------------------
	カテゴリ
------------------------------------------------------------*/
article{
	width:100%;
	overflow:hidden;
}

/*---------------------
	カテゴリタイトル
--------------------*/
article .title h2{
	background-image: -moz-linear-gradient(top, #fdfdfd, #d5d6d4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#d5d6d4));
	background-image: -o-linear-gradient(top, #fdfdfd, #d5d6d4);
	background-image: linear-gradient(top, #fdfdfd, #d5d6d4);
	padding:3% 10px;
	margin:0;
	border:solid 1px #9CA695;
	border-top:solid 1px #D7E5CF;
	text-shadow:1px 1px 1px #FFF;}

/*---------------------
	カテゴリボディ
--------------------*/
article section{
	padding:4% 5px 4% 10px;
}

article section:nth-child(even){
	background-image: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f2f2f2));
	background-image: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: linear-gradient(top, #f8f8f8, #f2f2f2);
	border:solid 1px;
	border-color:#FFF transparent #D7E5CF;
}

article section:nth-child(odd){
	background-image: -moz-linear-gradient(top, #ececec, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ececec), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ececec, #d9d9d9);
	background-image: linear-gradient(top, #ececec, #d9d9d9);
	border:solid 1px;
	border-color:#FFF transparent #D7E5CF;
}

article section a{
	background:url(img/link_icon.png) no-repeat right center;
	padding-right:4%;
	display:block;
	overflow:hidden;
}


/*	カテゴリ画像　*/
article section a figure{
	width:35%;
	margin-right:10px;
	overflow:hidden;

	border:solid 1px #9CA695;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	float:left;}

article section a figure img{
	background:#9CA695;
	width:100%;
	margin-bottom:-4.5%;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;}

@media screen and (min-width:480px) {
	article section a figure{
		padding-bottom:0.5%;
	}
}

/*	カテゴリ画像の説明文字　*/
article section a h2{
	width:60.5%;
	color:#9CA695;
	float:right;
}

article section a p{
	width:60.5%;
	float:right;
}


/*	メイン　*/



.merittext {
	display: block;
	width: 100%;
	text-align: center;
	font-size:30px
}

.address{
	text-align: center;
}

.box {
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding: 10px;
	text-align:center;
	font-size:100%;
	font-weight: bold;
	line-height: 180%;
	width:80%;
	border:solid 1px #867000;

}

.melit01 {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0.5%;
	padding-bottom: 3%;
}


.line {
	width:70%;
	display: block;
	margin: auto;
	text-align: center;
	border: 2px solid;
	border-color:#292929;
	padding:20px;
	background-color:#e7ffcc;
	border-radius: 10px;
}

.mail {
	width:70%;
	display: block;
	margin: auto;
	text-align: center;
	border: 2px solid;
	border-color:#292929;
	padding:20px;
	background-color:#cce7ff;
	border-radius: 10px;
}

.form {
	display: block;
	width: 100%;
	text-align: center;
	font-size:20px
}

/*	トップに戻る　*/
p.go_top{
	text-align:right;}

p.go_top a{
	margin-right:5px;
	padding:5% 15px 5% 0;
	display:block;
	color:#9CA695;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.sps30 {
	font-size: 0.7em;
	text-align: center;
}
</pre></body></html>