<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
	width:900px;
	max-width:98vw;
	margin:1em auto;
}

#container &gt; header {
	margin-bottom:1em;
	color:#555555;
	font-weight:bold;
	padding: 1em 0;
}

#banner {
	background:url(https://thumbnail.image.rakuten.co.jp/@0_mall/neowing-r/cabinet/item_img_1186/neobk-2184285.jpg?_ex=700x700) center center;
	background-size:cover;
	width:100%;
	height:30vh;
}

h2, h3 {
	background:#2bd580;
	color:#ffffff;
	padding:1em 0.5em
}

dt {
	font-size:2em;
	color:#ff952b;
	margin:1em 0;
	border-bottom:1px solid #adadad;
}

li {
	margin-bottom:1em;
}

i {
	margin-right:0.5em;
}

#item_info img {
	width: 32.5%;
}

table {
	text-align:left;
}

tr:nth-child(odd) {
	background-color: #c7e2d5;
}

th, td {
	padding: 0.3em 1.5em;
}

#cart {
	text-align: right;
	margin-top: 2em;
	margin-bottom: 5em;
}

#cart a {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1.25em 2em;
	text-decoration: none;
	color: #FFF;
	background: #00bcd4;
	transition: .4s;
}

#cart a:hover {
	background: #1ec7bb;
}

#kanren_item img {
	width: 19.5%;
}

#page_navi {
	text-align: center;
}

#page_navi a, #page_navi span {
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 2em;
	text-decoration: none;
	color: #ffffff;
	background: #00bcd4;
}

#page_navi a:hover {
	background: #1ec7bb;
}

#page_navi span {
	color: #adadad;
}
	
	
footer p {
	text-align:center;
	background:#2bd580;
	color:#ffffff;
	padding:1em 0.5em
}

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