@charset 'UTF-8';

.main *{ box-sizing: border-box;}

/*-----------------------------------------------
メイン画像
------------------------------------------------*/
.tumbler_mainimg {
	background-image: url(../../../../_images/type/_common/title_line.gif);
	background-repeat: repeat-x;
	margin: 25px auto 30px;
	border-bottom: 3px solid #aed8da;
}
.tumbler_mainimg .tumbler_h2 {
	width: fit-content;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.tumbler_mainimg .tumbler_h2 span {
	font-size: 40px;
	background-color: rgba(0,8,24,0.7);
	padding: 0 10px;
	margin-right: 10px;
}

.tumbler_mainimg .type_mainimg_cont {
	background: url(../../../../_images/type/tumbler/main_back.webp) no-repeat center top;
	height: 395px;
	width: 100%;
	margin: 0 auto;
}

.tumbler_mainimg .type_mainimg_cont .tumbler_cont {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.tumbler_mainimg .tumbler_main_text {
	width: 525px;
	background-color: rgba(255,255,255,0.9);
	margin: 0 auto;
	padding: 25px 20px;
	font-weight: 700;
}
.tumbler_mainimg .tumbler_mainimg_left {
	position: absolute;
	bottom: -210px;
	left: -20px;
}
.tumbler_mainimg .tumbler_point {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	top: -160px;
	right: -20px;
}
.tumbler_mainimg .tumbler_point > li img{
	border-radius: 5px;
}

@media all and (-ms-high-contrast: none){
	 .tumbler_mainimg .tumbler_h2 {
		width: 550px;
	}
}

/*----詳細を見る-----*/
.more_btn_type {
	width: 1000px;
	margin: 0 auto 45px auto; 
}
.more_btn_type li {
	float: left;
	box-shadow: 0px 10px 9px 0px rgba(6, 0, 1, 0.16);
}
.more_btn_type li:first-child { margin-right: 30px; }


/*-----------------------------------------------
	売れ筋ランキング
------------------------------------------------*/
.item_rank {
	width: 1000px;
	background-image: url(../../../../_images/type/tumbler/rank_h_tumbler.webp);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto 70px auto;
	padding-top: 55px;
}

/*----タイトル----*/
.item_rank .rank_cont_h {
	display: block;
	margin: 0 auto 50px;
	letter-spacing: .12em;
	text-align: center;
}
.item_rank .rank_cont_h > span.line {
	display: block;
	width: fit-content;
	background: #FFF;
	color: #db002a;
	padding: 15px 20px;
	margin: 0 auto 10px;
	font-size: 33px;
	font-weight: 700;
	line-height: 1em;
	border-top: 5px solid #db002a;
	border-bottom: 5px solid #db002a;
}
.item_rank .rank_cont_h > span.bgred {
	display: block;
	width: fit-content;
	background: #db002a;
	color: #FFFFFF;
	margin: auto;
	padding: 5px 8px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: .08em;
}

/*
.tumbler_rank.type_tumbler_lid { background: url(../../../../_images/type/tumbler/tumbler_lid/rank_h.webp) top no-repeat; }
.tumbler_rank.type_tumbler_nolid { background: url(../../../../_images/type/tumbler/tumbler_nolid/rank_h.webp) top no-repeat; }
.tumbler_rank.type_mug { background: url(../../../../_images/type/tumbler/mug/rank_h.webp) top no-repeat; }
.tumbler_rank.type_stainless { background: url(../../../../_images/type/tumbler/stainless/rank_h.webp) top no-repeat; }
.tumbler_rank.type_plastic { background: url(../../../../_images/type/tumbler/plastic/rank_h.webp) top no-repeat; }
.tumbler_rank.type_pottery { background: url(../../../../_images/type/tumbler/pottery/rank_h.webp) top no-repeat; }

.item_rank.type_tumbler_lid {
	background-image: url(../../../../_images/type/tumbler/tumbler_lid/rank_h.webp);
}
.item_rank.type_tumbler_nolid {
	background-image: url(../../../../_images/type/tumbler/tumbler_nolid/rank_h.webp);
}
.item_rank.type_mug {
	background-image: url(../../../../_images/type/tumbler/mug/rank_h.webp);
}

*/


/*-----------------------------------------------
	形状から探す
------------------------------------------------*/
.type_choice > section{
	max-width: 1000px;
	margin: 0 auto 40px;
}

/*--メイン見出し--*/
.type_choice .choice_h {
	width: 100%;
	height: 190px;
	background: repeating-linear-gradient(135deg, #fffc00, #fffc00 8px, #fffd69 8px, #fffd69 15px);
	color: #00bfeb;
	margin-bottom: 50px;
	text-align: center;
	border-bottom: 10px solid #00bfeb;
	position: relative;
}
.type_choice .choice_h:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #00bfeb;
    border-left: 25px solid transparent;
}
.type_choice .choice_h .h-title {
	display: block;
	max-width: 1000px;
	height: 190px;
	margin: auto;
	padding-top: 30px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: .05em;
	position: relative;
}
.type_choice .choice_h .h-title:before,
.type_choice .choice_h .h-title:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	width: 175px;
	height: 150px;
	position: absolute;
	bottom: 10px;
}
.type_choice .choice_h .h-title:before{
	background-image: url(../../../../_images/type/tumbler/search-h-left.webp);
	left: 0;
}
.type_choice .choice_h .h-title:after{
	background-image: url(../../../../_images/type/tumbler/search-h-right.webp);
	right: 0;
}

/**/
.type_choice .choice_text {
	max-width: 1000px;
	margin: 0 auto 30px;
}

/*--中見出し--*/
.type_choice .choice_h_blue {
	width: 1000px;
	background-color: #2bc9d3;
	color: #FFF;
	margin: 0 auto 25px;
	padding: 15px 25px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 6px solid #2762ba;
}
.type_choice .choice_h_blue span {
	display: inline-block;
	background: #2762ba;
	margin: 0 10px;
	padding: 5px 10px;
	font-size: 30px;
	line-height: 1.2em;
}

/*--選ぶ--*/
.type_choice ul.type-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0;
	width: 1000px;
	margin: 0 auto;
}
.type_choice ul.type-list > li {
	width: 480px;
}

.type_choice ul.type-list > li img {
	position: relative;
}

.type_choice ul li .item {
	margin-bottom: 15px;
	position: relative;
}

.type_choice ul li .item,
.type_choice ul li .item-hover,
.type_choice ul li .item-hover .mask,
.type_choice ul li .item-img,
.type_choice ul li .item-info {
	width: 480px;
	height: 270px;
	letter-spacing: .15em;
}

.type_choice ul li .item-hover,
.type_choice ul li .item-hover .mask,
.type_choice ul li .item-img { 
	position:absolute;
	top:0;
	left:0;
}

.type_choice ul li .item-hover {
	display: block;
	text-decoration: none;
	text-align: center;
	transition: all 300ms ease-out;
	opacity: 0;
	cursor: pointer;
	z-index: 100;
}

.type_choice ul li .item-info {
	display: table-cell;
	color: #ffffff;
	vertical-align: middle;
	position: relative;
	z-index: 5;
}

.type_choice ul li .item-info .headline {
	font-size: 25px;
}
.type_choice ul li .item-info .line {
	height: 1px;
	width: 0%;
	background-color:#ffffff;
	margin: 15px auto;
	transition: all 500ms ease-out;
}

.type_choice ul li .item-info .date {
	font-size:16px;
}
.type_choice ul li .item-hover .mask {
	background-color:#0072d3;
	box-shadow: 6px 6px #fffb28;
	filter: alpha(opacity=80);
	opacity:0.8;
	z-index:0;
}

.type_choice ul li .item-info .headline:after{
	content: "";
	display: block;
	height: 1px;
	width: 0%;
	margin: 15px auto;
	background-color: #ffffff;
	transition: all 500ms ease-out;
}
.type_choice ul li .mask:hover .item-info .headline:after {
	width:40%;
}
.type_choice ul li .item-hover:hover {
	opacity: 1;
}				
.type_choice ul li .item-img{			
	background-color:#0072d3;
	z-index: 0;
}


/*-----------------------------------------------
	ブランド
------------------------------------------------*/
.brand_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0;
}

.brand_list li {
	width: 480px;
	letter-spacing: .03em;
}

.brand_list li .title {
	margin-bottom: 20px;
	box-shadow: 0px 9px 12.8px 3.2px rgba(0, 0, 0, 0.1);
}
.brand_list li a{
	display: block;
	transition: all .3s ease;
}
.brand_list li a:hover{
	opacity: 0.6;
}


/*-----------------------------------------------
特集バナー
------------------------------------------------*/
.campaign_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0;
}

.campaign_list li {
	width: 480px;
	letter-spacing: .03em;
}

.campaign_list li img {
	width: 100%;
	height: auto;
}

.campaign_list li .title {
	margin-bottom: 20px;
}
.campaign_list li a{
	display: block;
	transition: all .3s ease;
}
.campaign_list li a:hover{
	opacity: 0.6;
}



/*-----------------------------------------------
	レビュー
------------------------------------------------*/
.review{
	margin-bottom: 70px;
	position: relative;
}
.review:after{
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(to bottom, transparent 30%, rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.review ul.review-list{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px auto 0;
	padding: 10px 10px 50px;
	max-height: 440px;
	overflow-y: auto;
}

.review ul.review-list > li{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	position: relative;
}
.review ul.review-list > li .star{
	position: absolute;
	right: 10px;
	top: 10px;
}
.review ul.review-list > li .star img{
	width: 100px;
	height: auto;
}
.review ul.review-list > li .title{
	width: calc(100% - 110px);
	font-size: 16px;
	font-weight: 700;
}
.review ul.review-list > li ul.info{
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	color: #666;
	font-size: 13px;
	line-height: 1.4em;
}
.review ul.review-list > li ul.info > li:not(:last-child):after{
	content: "/";
	margin-left: 5px;
}

.review ul.review-list > li p.comment{
	margin: 10px 0;
}

.review ul.review-list > li dl.item {
	display: flex;
	gap: 5px;
	color: #666;
	font-size: 13px;
	line-height: 1.4em;
}
.review ul.review-list > li dl.item > dt{
	flex-shrink: 0;
}
.review ul.review-list > li dl.item > dt:after{
	content: "：";
	margin-left: 5px;
}
.review ul.review-list > li dl.item dd a{
	color: #00a2ff;
}
.review ul.review-list > li dl.item dd span{
	font-size: 0.9em;
}


/*-----------------------------------------------
	制作実績
------------------------------------------------*/

.column { margin-bottom: 70px; }
.column ul {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin: 30px auto;
	padding: 5px 5px 10px;
}
.column > ul > li{
	max-width: calc((100% - 25px) / 2);
}
.column ul li a{
	display: block;
	transition: all 0.3s ease-out;
}
.column ul li a:hover{
	opacity: 0.6;
}

.column ul li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	transition: all 0.3s ease-out;
}
.column ul li a:hover img{
	box-shadow: 0 0 0 2px #fc391f;
}

.column ul li dl dt{
	background-color: #ffe92d;
	margin-bottom: 10px;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 3px 0 #f5d021;
	border-radius: 10px;
}
.column ul li dl dd .staff{
	font-size: 15px;
	font-weight: bold;
}

.column .linkBtn{
	text-align: center;
}
.column .linkBtn a{
	display: inline-block;
	width: 70%;
	background-color: #00a2ff;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0 3px 0 #bde7ff;
	transition: all 0.3s ease-out;
}
.column .linkBtn a:hover{
	opacity: 0.6;
}


/*-----------------------------------------------
よくある質問
------------------------------------------------*/
.faqBox { margin-bottom: 70px; }
.faqBox dl {
	margin: 30px auto;
}
.faqBox dl dt{
	background-color: #f0edd8;
	padding: 15px;
	padding-left: 60px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
.faqBox dl dt:before{
  content: url(../../../../_images/guide/qa/icon_q.gif);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 15px;
  top: 50%;
}
.faqBox dl dd{
	margin-top: 15px;
	padding-left: 110px;
	position: relative;
}
.faqBox dl dd:before{
	content: url(../../../../_images/guide/qa/a_product.gif);
	position: absolute;
	top: 0;
	left: 40px;
}

.faqBox dl a{
	background-color: #ffe92d;
}
.faqBox dl a:hover{
	background-color: #fffacc;
}


/**/
.faqBox .linkBtn{
	text-align: center;
}
.faqBox .linkBtn a{
	display: inline-block;
	width: 70%;
	background-color: #00a2ff;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0 3px 0 #bde7ff;
	transition: all 0.3s ease-out;
}
.faqBox .linkBtn a:hover{
	opacity: 0.6;
}


/*-----------------------------------------------
	選び方
------------------------------------------------*/
.tumbler_choice {
	background: url(../../../../_images/type/_common/choice_h_back.jpg) no-repeat;
	height: 365px;
	padding: 25px 0 0 70px;
}

.tumbler_choice_text {
	font-weight: 700;
	color: #FFF;
	width: 430px;
	margin-top: 22px;
}

.cost_down_li .tumbler_point1 li {
	float: left;
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*-----------------------------------------------
製作価格を抑えるためには
------------------------------------------------*/
.cost_down_li {
	margin-bottom: 55px;
}
.cost_down_li > li {
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x bottom;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.cost_down_li .li_center {
	text-align: center;
}
.cost_down_li .li_number {
	background: #eb002b;
	font-weight: 700;
	color: #FFF;
	font-size: 19px;
	letter-spacing: .13em;
	padding: 2px;
	width: 115px;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
}

.cost_down_li .li_h {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: .1em;
	border: 4px solid #dfdfdf;
	padding: 20px 20px 20px 100px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 20px;
	background: url(../../../../_images/type/_common/check.gif) no-repeat top left;
	text-align: left;
}
.cost_down_li .li_h span {
	background: linear-gradient(transparent 50%, #fff21b 0%);
	padding: 0 3px 0 10px;
	line-height: 1.2em;
}

/*サイズ*/
.cost_down .cost_down_li ul.size-link {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 80%;
	margin: 20px auto 10px;
}
.cost_down .cost_down_li ul.size-link > li > a{
	display: block;
	padding: 10px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8em;
	color: #fff;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
	transition: all .2s ease-in-out;
	position: relative;
}
.cost_down .cost_down_li ul.size-link > li > a:hover{
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}

.cost_down .cost_down_li ul.size-link > li > a span{
	display: inline-block;
	background-color: #fff;
	color: #333;
	margin-right: 5px;
	padding: 0 5px;
	font-size: 20px;
	border-radius: 5px;
}
.cost_down .cost_down_li ul.size-link > li > a:before{
	content: "";
	display: block;
	background-color: #111;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cost_down .cost_down_li ul.size-link > li > a:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/**/
.cost_down .cost_down_li ul.size-link > li.small > a{ background-color: #4dd09d;}
.cost_down .cost_down_li ul.size-link > li.small > a span{ color: #4dd09d;}
.cost_down .cost_down_li ul.size-link > li.middle > a{ background-color: #4dcbd0;}
.cost_down .cost_down_li ul.size-link > li.middle > a span{ color: #4dcbd0;}
.cost_down .cost_down_li ul.size-link > li.large > a{ background-color: #5c8fed;}
.cost_down .cost_down_li ul.size-link > li.large > a span{ color: #5c8fed;}



/*-----------------------------------------------
	様々な活用シーン
------------------------------------------------*/
.item_scene_m1 { margin-bottom: 65px; }
.item_scene_m1 li { margin-bottom: 30px; }
.item_scene_m1 li:after {
	content: "";
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x;
	width: 740px;
	height: 10px;
	display: block;
	margin-top: 30px;
}
.item_scene_m1 .fl .scene_img {
	float: left;
	margin-right: 25px;
}
.item_scene_m1 .fl .scene_text,
.item_scene_m1 .fl figcaption {
	float: left;
	width: 315px;
}

.item_scene_m1 .fr .scene_img {
	float: right;
	margin-left: 25px;
}
.item_scene_m1 .fr .scene_text,
.item_scene_m1 .fr figcaption {
	float: left;
	width: 315px;
}

.item_scene_m1 li .scene_text h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #00ac97;
	margin: 35px 0 26px 0;
	position: relative;
	padding-bottom: 8px;
	border-bottom: solid 2px #00ac97;
  	box-sizing: border-box;
}
.item_scene_m1 li .scene_text h4:before,
.item_scene_m1 li .scene_text h4:after {
    position: absolute;
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: '';
	width: 0;
	height: 0;
	border-top: 12px solid #00ac97;
	border-right: 6px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 6px solid transparent;
}
.item_scene_m1 li .scene_text h4:before {
    border-top-color: #00ac97;
    margin-left: -12px;
}
.item_scene_m1 li .scene_text h4:after {
    border-top-color: #FFFFFF;
    margin: -4px 0 0 -12px;
}
.item_scene_m1 li .scene_text h4 img { margin-right: 15px; }
.item_scene_m1 li .scene_text .long {
	font-size: 15px;
}

.item_scene_m1 li .scene_text p { line-height: 2em; }


/*-----------------------------------------------
ユニフォームモールで作成しよう
------------------------------------------------*/
.creat_uni {
	background: #e7f9f9;
	margin-bottom: 60px;
}
.creat_uni:before {
	content: "";
	background: url(../../../../_images/type/_common/creat_line_t.gif) repeat-x;
	width: 740px;
	height: 33px;
	display: block;
}
.creat_uni:after {
	content: "";
	background: url(../../../../_images/type/_common/creat_line_b.gif) repeat-x;
	width: 740px;
	height: 33px;
	display: block;
}

.creat_uni .creat_h {
	background: url(../../../../_images/type/yshirt/create_img.webp) no-repeat;
	width: 690px;
	height: 360px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 10px auto 25px auto;
	padding-top: 110px;
	box-sizing: border-box;
}

.creat_yshirt .creat_h { background: url(../../../../_images/type/yshirt/create_img.webp) no-repeat; }
.creat_blouson .creat_h { background: url(../../../../_images/type/blouson/create_img.webp) no-repeat; }
.creat_tshirt .creat_h { background: url(../../../../_images/type/tshirt/create_img.webp) no-repeat; }
.creat_tumbler .creat_h { background: url(../../../../_images/type/tumbler/create_img.webp) no-repeat; }
.creat_tumbler .creat_h { background: url(../../../../_images/type/tumbler/create_img.webp) no-repeat; }

.creat_uni .creat_h span {
	background-color: rgba(255,255,255,0.7);
}
.creat_uni .creat_h em {
	color: #ff196a;
	font-weight: 700;
	display: block;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.creat_uni .text { padding: 0 40px 20px 40px; }
.creat_uni .text p { margin-bottom: 3px; }


/*-----------------------------------------------
その他アイテムのランキング
------------------------------------------------*/
.other_rank .h_other_rank {
	height: 60px;
	background: url(../../../../_images/type/_common/other_rank_h.gif);
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
	padding-left: 66px;
	box-sizing: border-box;
	line-height: 60px;
	margin-bottom: 35px;
	position: relative;
}
.other_rank .h_other_rank:after {
	position: absolute;
	content: url(../../../../_images/type/_common/other_rank.gif);
	top: -9px;
	right: 16px;
	line-height: 0;
}

.other_rank .other_rank_list .dotUnder {
	background: url(../../../../_images/type/_common/other_rank_dot.gif) repeat-x bottom;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.other_rank_list .li {
	width: 350px;
	float: left;
	position: relative;
}

.other_rank_list .li .rank-category {
	background: url(../../../../_images/type/_common/other_rank_hb.gif) repeat;
	height: 55px;
	font-weight: 700;
	padding-left: 37px;
	font-size: 16px;
	line-height: 55px;
	box-sizing: border-box;
	margin-bottom: 25px;
	position: relative;
}
.other_rank_list .li .rank-category:before {
	position: absolute;
	content: url(../../../../_images/type/_common/other_rank_arrow.gif);
	left: 21px;
	top: 21px;
	line-height: 0;
}

/*----一覧を見る----*/
.other_rank_list .li .more_list {
	position: absolute;
	top: 11px;
	right: 10px;
	background: #fbd116;
	border-radius: 5px;
	height: 32px;
	width: 100px;
	border-bottom: 2px solid #9b9885;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.other_rank_list .li .more_list a { display: block; }
.other_rank_list .li .more_list:hover { 
	background: #1fb2ef;
	border-bottom: 2px solid #84929b;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.other_rank_list .li ol .item_list {
	float: left;
	width: 110px;
	margin-right: 10px;
}
.other_rank_list .li ol .item_list:last-child { margin-right: 0; }

.other_rank_list .li ol .item_list .image { 
	margin-bottom: 15px;
	position: relative;
}

.other_rank_list .li ol .item_list .image img {
	width: 110px;	
}

.other_rank_list .li ol .item_list .image:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

/*----ランキングナンバー----*/
.other_rank_list .li ol .item_list .no1:before,
.other_rank_list .li ol .item_list .no2:before,
.other_rank_list .li ol .item_list .no3:before { 
	position: absolute;
	width: 25px;
	height: 25px;
	background: #ffb622;
	font-style: italic;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	top: -4px;
	left: 0;
}
.other_rank_list .li ol .item_list .no1:after,
.other_rank_list .li ol .item_list .no2:after,
.other_rank_list .li ol .item_list .no3:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 25px;
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
}

.other_rank_list .li ol .item_list .no1:before { 
	content: "1";
	background: #ffb622;
}
.other_rank_list .li ol .item_list .no1:after {
	border-bottom: 4px solid #a7791b;
}

.other_rank_list .li ol .item_list .no2:before { 
	content: "2";
	background: #b5a99a;
}
.other_rank_list .li ol .item_list .no2:after {
	border-bottom: 4px solid #8a8279;
}

.other_rank_list .li ol .item_list .no3:before { 
	content: "3";
	background: #e67a3b;
}
.other_rank_list .li ol .item_list .no3:after {
	border-bottom: 4px solid #97532b;
}

/*----商品名----*/
.other_rank_list .li ol .item_list .item_name { 
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 10px;
}
.other_rank_list .li ol .item_list .item_name a:hover {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	color: #1fb2ef;
	font-weight: 700;
}

/*----品番----*/
.other_rank_list .li ol .item_list .number {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1em;
	color: #fff;
	background: #8C98BF;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}

/*----値段----*/
.other_rank_list .li ol .item_list .price {
	color: #72706d;
	font-weight: 700;
	font-size: 12px;
}
.other_rank_list .li ol .item_list .price span {
	display: block;
	color: #fc391f;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3em;
}


