<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#item_index {
	padding: 0 3%;
}

#item_index dl {
	padding: 10px;
	background: #fff;
	border: 2px solid #386ec3;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

#item_index dt {
	width: 45%;
	margin: 0 3% 0 0;
	height: 140px;
	overflow: hidden;
}

#item_index dt img {
	height: 100%;
	width: auto !important;
	max-width: none !important;
}

#item_index .item_r {
	width: 52%;
}

#item_index .item_gaiyou {
	width: 100%;
}

.price1 {
	font-size: 150%;
	color: #dc3c34;
	text-align: right;
}

.price2 {
	text-align: right;
}

.cat {
	background: #f5c01f;
	line-height: 18px;
	border-radius: 9px;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

#main section h3 {
	font-size: 15px;
	border-bottom: 2px dotted #497bc8;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#main section h3 small {
	font-size: 80%;
	display: block;
}

.pageswitch {
	display: block;
	clear: both;
	padding: 15px 0;
	text-align: center;
}

#item {
	padding: 10px !important;
	background: #fff;
	border: 2px solid #386ec3;
	border-radius: 5px;
	line-height: 1.8em;
	margin: 0 3% 30px !important;
}

#honbun {
	text-align: right;
	padding: 0 0 10px 0;
}

#more h4 {
	border-bottom: 3px solid #f5c01f;
	margin: 0 0 5px 0;
}

#more table {
	width: 100%;
}

#more th,
#more td {
	padding: 10px;
}

.item_gaiyou p {
	padding: 5px;
}

.shodan{
	margin: 10px 0;
}

.shodan li{
	background: #FB6933;
	color: #FFF;
	padding: 2px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 1px;
}

.morelink{
padding:15px 5% 0;
width:100%;
display:block;
box-sizing:border-box;
}
.morelink img{
width:100%;
height:auto;
}
.kataban{
text-align:right;
padding:5px 0;
}


#item_index #monthlyPU{
	border: 4px solid #F5941F;
	padding: 0;
}

#item_index #monthlyPU h5{
	width: 100%;
	text-align: center;
	background-color: #F5941F;
	padding: 3px;
}

#item_index #monthlyPU .inner{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 6px;
	background-color: #FCFAE8;
}

#price_nav{
	padding: 10px;
	margin: 10px 0;
	background: #fff;
}

#price_nav h3{
	text-align: center;
	width: calc(100% - 10px);
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background-color: #0D78A5;
	color: #fff;
	margin: 0 0 5px;
	border-radius: 4px;
}

#price_nav &gt; ul{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#price_nav &gt; ul &gt; li{
	width: calc(50% - 10px);
	padding: 0 5px;
}

#price_nav &gt; ul &gt; li h4{
	text-align: center;
}

#price_nav &gt; ul &gt; li ul li{
	padding: 2px;
}

#price_nav &gt; ul &gt; li ul li a,
#allitem a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 20px;
	text-decoration: none;
	color: #222;
	padding: 4px;
}

#price_cat_new ul li a{
	border: 2px solid #FFE700;
}

#price_cat_old ul li a{
	border: 2px solid #AD7C39;
}

#allitem{
	width: 100% !important;
}

#allitem a{
	background-color: #ddd;
	margin: 10px 0 0 0;
}

.cat.cat3,
.cat.cat25,
.cat.cat26,
.cat.cat27,
.cat.cat32{
	background-color: #FFE700;
}


.cat.cat10,
.cat.cat28,
.cat.cat29,
.cat.cat30,
.cat.cat31{
	background-color: #C9A471;
}


.category33 .catnav33 a{
	background: #FFE700;
}</pre></body></html>