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

/* minipoach2.css for minipoach.html --------*/
/* top image for index page-----------------------*/
#pgimg {
	margin: 10px auto 0 auto;
	padding: 40px 10% 20px 10%;
	width: 77%;
	height: 245px;
	background-image: url("general/tedukuri-hiroba_a550.gif");
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: auto 100%;
	background-color: #e9e1be;
	border: dashed 1px #808000;
	border-radius: 20px 20px 20px 20px;
	text-align: center;
}

#pgimg h3 {
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #800000;
	font-weight: bold;
}

#pgimg h3 img {
	width: 390px;
	height: auto;
	border: none;
}

#pgimg p {
	line-height: 150%;
	font-size: 1em;
	color: #000000;
	text-shadow: #ffffff -1px -1px 1px, #ffffff 1px -1px 1px, #ffffff -1px 1px 1px, #ffffff 1px 1px 1px;
}

#pgimg p img.sale {
	width: 80%;
	max-width: 465px;
	height: auto;
	border: none;
}


/* photo index for index page---------------------*/
#imgidx {
	margin: 15px 0;
	padding: 0 0;
}

#imgidx ul {
	margin: 0 0 0 0.5%;
}

#imgidx ul li {
	margin: 0px 0% 8px 1%;
	padding: 8px 1% 0 1%;
	width: 13.5%;
	height: calc(75vw / 6 + 4.0em + 1.5em);	/* (0.79*0.97*100=76.63)ViewportWidth + name + price */
	overflow: hidden;
	border: none;
	-webkit-box-shadow: 1px 2px 5px #404040;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #404040;			/*同上*/
	background-color: #ffffff;
	text-align: center;
	float: left;
}

#imgidx ul li a {
	display: inline-block;
	color: #8b0000;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}

#imgidx ul li img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}

#imgidx ul li p.nam {
	margin: 0 0;
	padding: 0 0;
/*	height: 4.0em;	/* liで算入 */
}

#imgidx ul li p.pric {
	margin: 0 0;
	padding: 0 0;
/*	height: 1.5em;	/* liで算入 */
	color: red;
}


/* for item page css -----------------------------*/
/* item title ------------------------------------*/
#itmttl {
	width: 94%;
	margin: 10px auto 0 auto;
	padding: 5px 2%;
	background-image: url("general/pur1bm.gif");
	background-color: #f9e793;
	border-top: dashed 1px #e98d12;
	border-right: dashed 1px #e98d12;
	border-bottom: none;
	border-left: dashed 1px #e98d12;
	text-align: center;
	font-size: 1.2em;
	color: #8b0000;
	font-weight: bold;
}

#itmttl a:link,
#itmttl a:visited,
#itmttl a:active {
	color: #8b0000;
}

#itmttl a {
	text-decoration: none;
}

#itmttl a:hover	{
	color: #ffffff;
	background-color: #8b0000;
}

/*  ----------------------------------------------*/
#itmcntnt {
	width: 94%;
	margin: 0 auto 10px auto;
	padding: 5px 2%;
	border: dashed 1px #e98d12;
	background-color: #fff;
	text-align: left;
	line-height: 125%;
	font-size: 1.0em;
	color: #000000;
	font-weight: 100;
}

#itmcntnt .tt1	{
	font-size: 1.1em;
	color: #ff0000;
	font-weight: bold;
}

#itmcntnt #itm_photo {
	width: 100%;
	margin: 10px auto 0 auto;
	border: none;
	text-align: center;
	line-height: 150%;
	font-size: 1.0em;
	color: #000000;
}

#itmcntnt #itm_photo img {
	object-fit: contain;
	width: 90%;
	max-width: 680px;
	height: auto;
	max-height: 680px;
	margin: 0 auto;
	border: none;
}

#itmcntnt #itm_thumb {
	width: 80%;
	margin: 0 auto 20px auto;
	border: none;
	text-align: left;
}

#itmcntnt #itm_thumb img {
	width: auto;
	height: 60px;
	margin: 10px 0;
	border: none;
}

#itmcntnt #itm_mssg {
	width: 80%;
	margin: 0 auto 0 auto;
	border: none;
	text-align: left;
	line-height: 150%;
	font-size: 10pt;
	color: #000000;
}

#itmcntnt #itm_thumb .cart {
}

#itmcntnt #itm_thumb .cartr {
	color: #ff0000;
}

#itmcntnt #itm_thumb .cartb {
	color: #0000ff;
}

#itmcntnt #itm_haiso {
	width: 80%;
	margin: 10px auto 10px auto;
	border: none;
	text-align: left;
	line-height: 150%;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

#itmcntnt .itm_btm	{
	width: 100%;
	padding: 0 0 0 0;
	border: none;
	font-size: 8pt;
	color: #000000;
	font-family: monospace,Osaka-等幅,sans-serif;
	clear: both;
}


.sakusha_lg1 {
	width: 70px;
	height: 15px;
	border: none;
	margin-top: 5px;
	vertical-align: bottom;
}

.katuko_lg	{
	width: 70px;
	height: 15px;
	border: none;
	margin-top: 5px;
	vertical-align: bottom;
}
</pre></body></html>