@charset "UTF-8";
/* CSS Document */

/*==========================================================
								                  
==========================================================*/

.stile_container{
	width:950px;
}
.stile_container .title{
	background-color:#ddebe7;
	line-height:28px;
	border-bottom:1px solid #46957e;
	padding:0 0 0 20px;
	font-size:14px;
	font-weight:bold;
}
.stile_container .title span{
	font-size:12px;
	font-weight:bold;
	margin-left:1em;
}
.stile_container ul li{
	width:190px;
	float:left;
	padding:20px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.stile_container ul li:nth-child(-n+5){
	border-top:1px solid #ccc;
}
.stile_container ul li:nth-child(5n+1){
	border-left:1px solid #ccc;
}
.stile_container ul li:nth-child(5n){
	margin:0;
}
.stile_container ul li:nth-child(5n){
	margin:0;
}
.stile_container ul li a{
	display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
    position: relative;
}
.stile_container ul li a .image{
	width:140px;
	height:140px;
	display:block;
	position:relative;
}
.stile_container ul li a .image img{
	width:140px;
	height:140px;
}
.stile_container ul li a .image span{
	padding:3px 5px;
	display:block;
	background-color:#46957e;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
}
.stile_container ul li a .icon{
	position: absolute;
	top: 7px;
	left: 7px;
}
.stile_container ul li a .icon img{
	display: block;
	margin-bottom: 5px;
}
.stile_container ul li a .icon .tag {
	width: 40px;
	min-width: 40px;
	text-align: center;
	padding: 0 10px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #fff;
	font-size:10px;
	display:block;
	background-color: #CA2723;
}
.stile_container ul li a .icon .tag.in_mark {
    background-color: #0F7355;
}
.stile_container ul li a .icon .tag.inStock {
    background-color: #2c2f98;
}


.stile_container ul li a .bt{
	margin:0;
}
.stile_container ul li a .autoHeightBox{
	padding:10px 0 0;
	/*vertical-align:middle;*/
	display:table-cell;
}
.stile_container ul li a .name{
	font-size: 12px;
	font-weight:bold;
	color: #3f3f3f;
	display:block;
	width:128px;
	padding:0 12px 0 0;
	vertical-align:middle;
	background:url(../img/top_ico_05.png) no-repeat center right;
}
.stile_container ul li a .sub_name{
	font-size: 10px;
	color: #3f3f3f;
	display:block;
	width:128px;
	padding:6px 12px 0 0;
	/*vertical-align:middle;*/
}

/*==========================================================
								                  tagle    
==========================================================*/

.stile_table table{
	margin:0;
	border:#aeaeae 1px solid;
	box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.stile_table table th{
	background-color:#ddebe7;
	border:#aeaeae 1px solid;
	font-weight:bold;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
.stile_table table td{
	background-color: #FFF;
	text-align: center;
	padding:10px;
	line-height:1.0;
	vertical-align:middle;
	border:#aeaeae 1px solid;
}
.stile_table table td.price{
	color:#46957e;
	font-size:20px;
	vertical-align:middle;
	padding:13px 10px 10px 10px;
	font-weight:bold;
	text-align: center;
	line-height:1.0;
}
.stile_table table td.price span{
	color:#46957e;
	font-size:13px;
	vertical-align:middle;
	font-weight:bold;
	margin: 10px 0 0;
	display: inline-block;
}
.stile_table table td.td02{
	background-color: #f6f5f4;
	border:#aeaeae 1px solid;
}
.stile_table table td.td03{
	font-weight:bold;	
}
.stile_table table td span.new {
	vertical-align: text-bottom;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	margin-left: 7px;
	padding: 3px 5px;
	background-color: #f00;
}
/* 20201204追記 freetxt内の表テーブルには「NEW」バッジを表示させない */
.stile_table table td span.new {
	display: none;
}



