@charset "utf-8";

/**** Clearfix ****/
#main:after{content:""; display:table;clear:both;}
#main{zoom:1;}


/* 商品写真
------------------------------------------------------------*/
#main .grid{
width:50%;
padding:20px;
float:left;
}
#main .grid .grid_content{
border:1px solid #ccc;
}
#main .grid .grid_content .text{
font-size:14px;
font-size:1.4rem;
background-color:#eee;
color:#000066;
line-height:1.2;
padding:5px;
}

#main .grid .grid_content img{
width:100%;
height:auto;
border-bottom:1px solid #ccc;
vertical-align:bottom;
}


/* ［シグテック ステンキャップ ドリルねじ］の特長
------------------------------------------------------------*/
.sigtec_feature {
padding:10px;
background: url('https://www.iifas.jp/img/bg18.png') 0px 0px repeat-x;
color:#000066;
border-radius:8px;
border:1px dashed #006600;
margin:10px 20px;
line-height:1.3;
}
.sigtec_feature p{
padding-left:10px;
margin-bottom:0.5em;
}
.sigtec_feature p.sigtec_feature_title{
font-size:20px;
font-size:2.0rem;
padding:2px 0 0 20px;
background: url('https://www.iifas.jp/img/yaz3_green.gif') no-repeat 2px 6px;
color:#006600;
font-weight:bold;
line-height:1.2;
}


/* 幅480px以下から
------------------------------------------------------------*/
@media only screen and (max-width:480px){

	#main .grid{
	width:100%;
	padding:10px;
	}

	.sigtec_feature {
	margin:10px;
	}

	.notice {
	margin:10px;
	}

}
