<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リセット */
* {
	margin: 0;
	padding: 0;
}

/* PC版をiframeで表示させる為の設定になっています */
body {
	width: 730px;
	margin: 0 auto;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1.5px;
}

body a {
	text-decoration: none;
	color: #666666;
}

/* リンク部分のhover設定 */
a {
    display: block;
}
a:hover {
	transition:all 0.5s ease; /* 0.5秒で変化 */
	opacity: 0.7; /* 透明度 */
	filter: alpha(opacity=70); /* ie6、7の透明度指定 */
}

/* PCでは表示しないbr */
.br-SPdisplay {
	display: none;
}

.br-PCdisplay {
	display: block;
	}

/* 使用生地の紹介 */
.fabric-Intro {
	margin: 0 0 30px 0;
	text-align: right;
	font-size: 11px;
}

.fabric-Intro a {
	color: #609F93;
}

/* 特集ページタイトル */
h1.Top-title {
	margin-top: 40px;
	text-align: center;
	letter-spacing: 0.13em;
	font-size: 24px;
	color: #b3b2a9;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* ページの概要 */
.first-text {
	margin: 20px 0 30px;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 1px;
}

.Top-text {
	margin: 30px 0 50px 0;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 1px;
}

/* ページの更新情報 */
.Up-info {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background-color: #f1efef;
	text-align: left;
	color: #666;
}

.Up-info-title {
	width: 80px;
	margin: 10px;
	border-right: solid 2px #b7b7b7;
	font-size: 16px;
	font-weight: bold;
	color: #b7b7b7;
	letter-spacing: 3px;
	display: inline-block;
}

.Up-info-day {
	display: inline-block;
	font-size: 14px;
	color: #8c8b8b;
}

/* ページの更新情報(通常)
.Up-info {
	margin-bottom: 45px;
	border: solid 2px #b7b7b7;
	border-radius: 5px;
}

.Up-info-title {
	width: 80px;
	margin: 10px;
	border-right: solid 2px #b7b7b7;
	font-size: 16px;
	font-weight: bold;
	color: #b7b7b7;
	letter-spacing: 3px;
	display: inline-block;
}

.Up-info-day {
	display: inline-block;
	font-size: 14px;
	color: #8c8b8b;
} */

/* コンテンツの見出し */
h2.Conts-title {
	padding: 10px 0;
	text-align: center;
	letter-spacing: 0.1em;
    font-size: 18px;     /* 文字サイズ指定 */
    border-bottom: 1px solid;  /* 線指定 */
    margin: 40px 0 15px;    /* 周りの余白指定 */
	padding-bottom: 0.5em;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}	

/* コンテンツの概要 */
.Conts-text {
	margin: 20px 0 ;
	line-height: 1.7;
	text-align: center;
}

/* コンテンツアイテムを囲う */
.Conts-itembox {
	width: 730px;
	display: -webkit-box; /* Androidブラウザ用 */
	display: -webkit-flex; /* Safari用 */
	display: -ms-flexbox; /* IE用 flexbox指定 */
	display: flex;
	-webkit-box-pack: justify; /* Androidブラウザ用 アイテムを均等に分散 */
	-webkit-justify-content: space-between; /* Safari用 アイテムを均等に分散 */
	-ms-flex-pack: justify; /* IE用 アイテムを均等に分散 */
	justify-content: space-between; /* flexアイテムの横方向の整列を指定 */
	-ms-flex-wrap: wrap; /* IE10用 折り返し */
	-webkit-flex-wrap: wrap; /* safari（PC）用 折り返し */
	flex-wrap: wrap; /* 折り返し */
	flex-shrink: 0; /* safari、iOS10以下崩れ対応 */
	flex-basis: auto; /* safari、iOS10以下崩れ対応 */
}

/* 1列3商品に満たなかった場合、空の要素で左寄せにする
.Conts-itembox::after {
	width: 30%;
	display: block;
	content: "";
}  */

/* コンテンツアイテム、サイズW220px */
/* 商品画像一覧で使用 */
.Conts-item-M {
	width: 49%;
	margin-bottom: 30px;
	background: #f1efef;
    list-style: none;
    padding-bottom: 10px;
}

.Conts-item-M a img {
	width: 100%;
}

.Conts-item-M p {
	margin-left: 10px;
    padding:0 10px 0;
    font-size:13px;
	letter-spacing: 1.6px;
	line-height: 1.6;
}

/* コンテンツアイテム、サイズW360px */
/* おすすめ特集部分で使用 */
.Conts-item-L {
	width: 360px;
	margin-bottom: 35px;
}

.Conts-item-L a img {
	width: 360px;
	height: 180px;
}

/* コンテンツアイテムの商品名 */
.Conts-item-inner div {
	margin-top: 20px;
	margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
}

.recommend-inner div {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
    letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
	color: #609F93;
}

.final-text  {
	margin: 30px 0 70px;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 1px;
}

/* トップへ戻る */
.Back-top {
	margin-top: 30px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.Back-top a {
	color: #84a98a;
}

/* フッター */
.footer {
	margin: 30px 0 15px 0;
	font-size: 10px;
	text-align: center;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block; }
.sp { display: none; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
.pc { display: none; }
.sp { display: inline-block;}
}

/*-------------メディアクエリ-------------------*/
/* safari旧ブラウザ用、flexレイアウト崩れ対策 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* 商品画像一覧のflexレイアウト */
	::i-block-chrome, .Conts-item-M {
		width: 240px; /* wrapの代わりに横幅を指定 */
		display: inline-block; /* wrapの代わり、inline-blockに */
		vertical-align: top; /* wrapの代わり、上揃えに */
	}

	/* おすすめの特集のfexレイアウト */
	::i-block-chrome, .Conts-item-L {
		width: 363px; /* safari旧ブラウザに対応用wrapの代わり 横幅を指定 */ /* 最終ウギ王にしたので少し広げる */
		display: inline-block; /* safari旧ブラウザに対応用wrapの代わり inline-blockに */ /* 少し広げる */
		vertical-align: top; /* safari旧ブラウザに対応用wrapの代わり 上揃えに */
	}
}

/* 横幅700ｐｘ以下で適用されるcss（スマフォ用） */
@media screen and (max-width:700px) {

	body {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
		font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 1px;
	}

	body img{
		width: 100%;
	}

	/* brタグを非表示にする */
	br {
		display: none;
	}
	
	/* 非表示タグ */
	.none {display:none}

	/* 表示するbr */
	.br-SPdisplay {
		display: block;
	}
	
	/* 使用生地の紹介 */
	.fabric-Intro {
		margin: 0 0 10px 0;
		text-align: right;
		font-size: 10px; 
	}

	/* 特集ページタイトル */
	h1.Top-title {
		margin-top: 10px;
		font-size: 17px;
	}

	/* ページの概要 */
	.first-text {
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 20px;
		text-align: left;
	}
	
	.Top-text {
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 20px;
		text-align: left;
	}

	/* ページの更新情報 */
	.Up-info {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		background-color: #f1efef;
		color: #666;
	}

	.Up-info-title {
		width: auto;
		margin: 5px;
		border-right: none;
		border-bottom: solid 1px #b7b7b7;
		font-size: 15px;
		font-weight: bold;
		color: #b7b7b7;
		letter-spacing: 3px;
	}

	.Up-info-day {
		font-size: 13px;
		margin: 5px 10px 10px 10px;
	}

	/* ページの更新情報(通常)
	
	.Up-info {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 10px;
		border: solid 2px #b7b7b7;
		border-radius: 5px;
	}

	.Up-info-title {
		width: auto;
		margin: 5px;
		border-right: none;
		border-bottom: solid 2px #b7b7b7;
		font-size: 16px;
		font-weight: bold;
		color: #b7b7b7;
		letter-spacing: 3px;
	}

	.Up-info-day {
		margin: 5px 10px 10px 10px;
	}*/

	/* コンテンツの見出し */
	h2.Conts-title {
		width: 95.5%;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 5px;
		padding: 2px;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.Conts-item-M {
		background: #fff;
		list-style: none;
		padding-bottom: 10px;
	}
	
	/* コンテンツの概要 */
	.Conts-text {
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}
	
	/* スマフォ版のみ、コンテンツ内のメイン画像が95%表示になる */
	.SP-imgsize {
		width: 98%;
		margin: 0 auto;
		display: block;
	}

	/* コンテンツアイテムを囲う */
	.Conts-itembox {
		width: 95.5%;
		margin: 0 auto;
	}

	/* コンテンツアイテム、Mサイズ */
	.Conts-item-M {
		width: 100%;
		margin-bottom: 5px;
		padding-top: 10px;
		border-top: 1px solid #ccc;
	}

	/* 1番最後に来るConts-item-M1に下線 */
	.last-item {
		border-bottom: 1px solid #ccc;
		padding-bottom: 6px;
	}

	.Conts-item-M a img {
		width: 40%;
	}
	
	.Conts-item-M p {
		letter-spacing: 0;
		padding: 0;
		font-size: 13px;
	}

	/* スマフォでは表示しないものにつけるクラス */
	.sp-none {
		display: none;
	}

	/* コンテンツアイテム、Lサイズ */
	.Conts-item-L {
		width: 49.31506849315068%;
		margin-bottom: 15px;
	}

	.Conts-item-L a img {
		width: 100%;
		height: auto;
	}
	
	.Conts-item-L p {
		font-size: 13px;
	}

	/* コンテンツアイテムの商品名と詳細の文字サイズ */
	.Conts-item-inner {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.7;
	}

	/* コンテンツアイテムの商品名 */
	.Conts-item-inner div {
		margin: 0;
		font-size: 13px;
		color: #609F93;
		text-align: center;
		font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	/* スマフォ用商品説明文表示 */
	.sp-inner {
		width: 57%;
		display: inline-block;
		vertical-align: top;
		float: right;
	}
	
	.recommend-inner div {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.final-text {
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: left;
		font-size: 14px;
	}

	/* トップへ戻る */
	.Back-top {
		margin-top: 20px;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
	}

	.Back-top a {
		color: #84a98a;
	}

	/* フッター */
	.footer {
		margin: 20px 0 3px 0;
		font-size: 9px;
		letter-spacing: 0;
	}

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