<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:hover {
	transition:all 0.5s ease; /* 0.5秒で変化 */
	opacity: 0.7; /* 透明度 */
	filter: alpha(opacity=70); /* ie6、7の透明度指定 */
}

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

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

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

.mein-img {
    margin-bottom: 20px    
}

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

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

/* ページの更新情報 */
.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 {
	margin: 15px 0 16px 0 ;
	padding: 10px 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 18px;
	color: #a5a49e;
	background-color: #e6e6e6;
	border-radius: 5px;
	font-weight: bold;
}

/* コンテンツの概要 */
.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: 220px;
	margin-bottom: 35px;
}

.Conts-item-M a img {
	width: 220px;
}

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

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

/* コンテンツアイテムの商品名 */
.Conts-item-inner div {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: #609F93;
}

/* トップへ戻る */
.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;
}

/*-------------メディアクエリ-------------------*/
/* 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;
	}

	/* 表示する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: 20px;
	}

	/* ページの概要 */
	.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: 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: 10px 0;
		font-size: 15px;
		letter-spacing: 1px;
	}

	/* コンテンツの概要 */
	.Conts-text {
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}

	/* スマフォ版のみ、コンテンツ内のメイン画像が95%表示になる */
	.SP-imgsize {
		width: 95%;
		margin: 0 auto;
		display: block;
	}

	/* コンテンツアイテムを囲う */
	.Conts-itembox {
		width: 95%;
		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%;
	}

	/* スマフォでは表示しないものにつけるクラス */
	.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-inner {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.7;
	}

	/* コンテンツアイテムの商品名 */
	.Conts-item-inner div {
		margin-top: 0px;
	}

	/* スマフォ用商品説明文表示 */
	.sp-inner {
		width: 57%;
		display: inline-block;
		vertical-align: top;
	}

	/* トップへ戻る */
	.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>