<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------------------
  ■アイテムリスト
 -----------------------------------------------------*/
.tok_itemlist *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tok_itemlist li img {
    width: 200px;
    float: left;
    margin: 0 !important;
}

.tok_itemlist li {
    width: 1000px;
    border:1px solid #CCC;
	display: block;
	float:none;

}
.tok_itemlist li&gt;a:first-child {
    display: inline-block;
    float: left;
    min-height:auto;
    padding:20px;
}
/* ---------- サブタイトル ---------- */
#tok_wrap .catchtxt {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}
#tok_wrap .catchtxt p {
    font-size: 18px;
    font-weight:bold;
}
/* ---------- サブタイトルの下説明 ---------- */
.tok_itemlist .cptxt {
    margin-bottom: 20px;
    text-align: left;
}
/* ---------- 商品画像 ---------- */
.tok_itemlist li img{
    width: 200px;
    float:left;
    margin:0 !important;
}
/* ---------- 商品説明 ---------- */
.tok_itemlist .itemtxt {
    width: 670px;
    float: left;
	min-height:inherit;
	margin-top:20px;
}
.tok_itemlist .itemtxt a{
	text-decoration: underline;
}
.tok_itemlist .itemtxt a{
 display:inline-block;
 position: relative;
 padding-right:15px;
}
.tok_itemlist .itemtxt a::after{
 border-right: 2px solid #c00000;
 border-top: 2px solid #c00000;
 content: "";
 margin: -5px 4px 0 10px;
 position: absolute;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 top: 50%;
 right: 0;
 width: 5px;
 height: 5px;
}
/* キャッチコピー */
#tok_wrap p.c_txt{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	display:inline;
	font-size:24px;
}
.c_txt:after{
	content:"";
	display:block;
	margin-bottom:10px;
}
/* 説明テキスト */
#tok_wrap p.s_txt{
	font-weight:normal;
	font-size:16px;
}
.s_txt:after{
	content:"";
	display:block;
	margin-bottom:10px;
}

/* ---------- ナンバー ---------- */
.ranknum {    
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0;
    padding: 10px;
    z-index: 2;
    width: 60px;
    text-align: center;
    font-size: 17px;
    color: white;
    background: #919590;
    line-height: initial;
}

.ranknum:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 30px solid #919590;
    border-right: 30px solid #919590;
    border-bottom: 10px solid transparent;
}

#tok_wrap p.ranknum{
	font-size:20px;
}

/* ---------- 3位 ---------- */
li.rank3 .ranknum {    
    background: #795245;
}

li.rank3 .ranknum:after{
    border-left-color: #795245;
    border-right-color: #795245;
}
#tok_wrap li.rank3 p.ranknum{
	font-size:30px;
}
/* ---------- 2位 ---------- */
li.rank2 .ranknum {    
    background: #AF6F30;
}

li.rank2 .ranknum:after{
    border-left-color: #AF6F30;
    border-right-color: #AF6F30;
}
#tok_wrap li.rank2 p.ranknum{
	font-size:30px;
}

/* ---------- 1位 ---------- */

.tok_itemlist li.rank1 {
    margin: 0 20px 20px 0;
    float:none;
    display: block;
    position: relative;
    max-width: 100%;
}
.jlist li.rank1 img{
	width:400px;
}
.tok_itemlist li.rank1 .itemtxt {
    float: left;
    /* width: 470px; */
}

#tok_wrap li.rank1 p.ranknum{
	font-size:50px;
}

li.rank1 .ranknum {    
    background: #FFCB40;
}

li.rank1 .ranknum:after{
    border-left-color: #FFCB40;
    border-right-color: #FFCB40;
}

/* ---------- その他 ---------- */
.hinmei{
	text-decoration: underline;
	font-size:20px;
}


.kaimono a {
    text-decoration: none;
    color: #000;
    border: 5px solid;
    display: block;
    padding: 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    width: 660px;
    margin: 50px auto 30px;
    position: relative;
}
.kaimono a::after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    margin: -10px 30px 0 10px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  ■スマホ
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media only screen and (max-width : 768px) {

/*-----------------------------------------------------
  ■アイテムリスト
 -----------------------------------------------------*/
.tok_itemlist {
	padding:0;
}
.tok_itemlist ul {
    margin: 0;
        border-top: 1px solid #CCCCCC;
}
.tok_itemlist li {
    border:none;
    border-bottom:1px solid #CCC;
        width: auto;
	max-width: 100%;
    margin: 0;
    padding-bottom:50px;
}
/* ---------- 商品画像 ---------- */
.tok_itemlist li a:first-child{
	width: auto;
	max-width: 100%;
}
.tok_itemlist li img{
    width: auto;
}
/* ---------- 商品説明 ---------- */
.tok_itemlist .itemtxt {
	width: auto;
	padding:10px;
	padding-top:0;
	margin-top:0;
}
.iname{
	display:inline-block;
	max-width: 100%;
	padding:0 10px 10px;
}
/* キャッチコピー */
#tok_wrap p.c_txt{
	font-size:16px;
}

/* ---------- 1位 ---------- */

.tok_itemlist li.rank1 {
    margin: 0;
}
.tok_itemlist li.rank1 .itemtxt {
    width: auto;
}

/* ---------- その他 ---------- */
.hinmei{
	font-size:14px;
}
.kaimono a {
    font-size: 16px;
    padding: 10px;
    width: auto;
    text-align: center;
    margin: 0;
}
.kaimono a::after {
    margin: -6px 13px 0 10px;
    width: 10px;
    height: 10px;
}
.endtxt .cptxt {
	text-align:center;
	margin:20px 0;
}
} /* /@media only screen */
</pre></body></html>