@charset "utf-8";

.quickfast_detail{
width:620px;
text-align:center;
padding:5px 10px;
margin:10px auto 20px;
border:1px solid #999;
border-radius:5px;
background:#EEE;
background:-moz-linear-gradient(top,#fff 0%,#eee);
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
cursor:pointer;
}
.quickfast_detail a{
color:#000080;
text-decoration:none;
font-weight:normal;
font-size:16px;
font-size:1.6rem;
line-height:1;
}
.quickfast_detail a:hover{
color:#800000;
text-decoration:underline;
}


/* 商品写真
------------------------------------------------------------*/
.main{
display:table;
width:100%;
}
.main .column1{
width:300px;
display:table-cell;
vertical-align:top;
}
.main .column2{
display:table-cell;
vertical-align:top;
}

.main .column1 img{
max-width:98%;
height:auto;
border:1px solid #ccc;
}

.main .column2 .quickfast_feature{
font-size:18px;
font-size:1.8rem;
color:#800000;
font-weight:bold;
line-height:1.3;
position:relative;
margin:5px 0 10px 10px;
}
.main .column2 .quickfast_feature:after {
content: "";
display:block;
height:4px;
background:-moz-linear-gradient(to right, #800000, transparent);
background:-webkit-linear-gradient(to right, #800000, transparent);
background:linear-gradient(to right, #800000, transparent);
}

.main .column2 ul.circle_black li {
padding:2px 0 2px 30px;
background:url(https://www.iifas.jp/img/circle_black.gif) no-repeat 14px 6px;
text-align:left;
color:#333;
font-weight:normal;
line-height:1.3;
}


/* クロネコDM便
------------------------------------------------------------*/
.kuroneko_dm {
border:2px solid #009;
border-radius:5px;
padding:5px;
margin:20px 0;
background: url("https://www.iifas.jp/img/mail_delivery.gif") no-repeat 5px -5px;
}
.kuroneko_dm .mail_collapsable {
cursor:pointer;
padding:10px 5px 10px 60px;
font-weight:bold;
color:#009;
}
.kuroneko_dm .content_collapsable {
font-size:14px;
font-size:1.4rem;
padding:10px;
}
.kuroneko_dm .content_collapsable a {
font-size:14px;
font-size:1.4rem;
color:#009;
text-decoration:underline;
}


/* 注文テーブル
------------------------------------------------------------*/
table.order_table{
border:1px solid #666;
width:96%;
margin:0 auto;
}

table.order_table th{
border:1px solid #666;
padding:3px;
text-align:center;
vertical-align:middle;
line-height:1.3;
background-image:url('https://www.iifas.jp/img/bg01.jpg');
background-repeat:repeat-x;
background-position:0px 50%;
}

table.order_table td.sp_only{
display:none;
}

table.order_table td{
border:1px solid #666;
padding:3px;
vertical-align:middle;
}

table.order_table tr:hover{
background-color:#f9f9f9;
}

table.order_table select{
font-size:1.8rem;
}

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

	table.order_table{
	width:100%;
	border:none;
	}
	table.order_table thead{
	display:none;
	}
	table.order_table th{
	display:none;
	}
	table.order_table tr{
	display:block;
	margin:5px 0;
	border:1px solid #999;
	}
	table.order_table td{
	display:list-item;
	border:none;
	list-style-type:none;
	margin:3px 0 3px 20px;
	padding:2px;
	}
	table.order_table td.sp_only{
	display:list-item;
	}

	table.order_table td.center{text-align:left!important;}
	table.order_table td.right{text-align:left!important;}
	table.order_table td br{display:none;}

	table.order_table td:nth-of-type(1){
	background-image:url('https://www.iifas.jp/img/bg01.jpg');
	font-weight:bold;
	margin-left:0;
	}

	table.order_table tbody td:nth-of-type(1):before { content:"■商品コード："; }
	table.order_table tbody td:nth-of-type(2):before { content:"品　名";background:#e6e6e6; padding:2px;}
	table.order_table tbody td:nth-of-type(3):before { content:"柄形状"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px;}
	table.order_table tbody td:nth-of-type(4):before { content:"刃先径Dia"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px;}
	table.order_table tbody td:nth-of-type(5):before { content:"全長Overall L"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px;}
	table.order_table tbody td:nth-of-type(6):before { content:"有効長Usable L"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px;}
	table.order_table tbody td:nth-of-type(7):before { content:"価格[税別]";background:#e6e6e6;color:#000;font-weight:normal;padding:2px;}
	table.order_table tbody td:nth-of-type(8):before { content:"ご注文⇒"; background:#fff3f3;color:#900;font-weight:bold;padding:2px;}

	.quickfast_detail{
	width:100%;
	}

	.main{
	display:block;
	width:100%;
	}
	.main .column1{
	display:block;
	margin:0 3%;
	width:94%;
	}
	.main .column2{
	display:block;
	width:100%;
	text-align:left;
	}
}
