@charset "utf-8";

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


.anchor2{
font-size:22px;
font-size:2.2rem;
line-height:1.3;
font-weight:bold;
color:#000080;
margin:30px 0 20px;
padding:3px 3px 3px 10px;
border-left:solid 7px #000080;
text-align:left;
}

#content hr{
margin-top:30px;
height:1px;
border:none;
border-top:1px dashed #333;
}

.piasvis_feature{
font-size:18px;
font-size:1.8rem;
color:#800000;
font-weight:bold;
line-height:1.3;
position:relative;
margin:5px 0 10px 10px;
}
.piasvis_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);
}

.warning {
font-size:14px;
font-size:1.4rem;
padding:10px 10px 10px 45px;
background:#f6f6f6 url("https://www.iifas.jp/img/warning2.gif") no-repeat 5px 5px;
color:#000066;
border-radius:8px;
border: 1px solid #bbd3de;
margin:10px 0;
}

table.spec_table td .detail_link a{
color:#900;
text-decoration:none;
font-weight:normal;
text-align:center;
padding:0 5px;
margin-left:10px;
border:1px solid #900;
border-radius:5px;
background:#ffffea;
white-space:nowrap;
cursor:pointer;
line-height:1;
}
table.spec_table td .detail_link a:hover{
text-decoration:underline;
}

table.spec_table td .detail_link2 a{
color:#009;
text-decoration:none;
font-weight:normal;
text-align:center;
padding:0 5px;
margin-left:10px;
border:1px solid #009;
border-radius:5px;
background:#ffffea;
white-space:nowrap;
cursor:pointer;
line-height:1;
}
table.spec_table td .detail_link2 a:hover{
text-decoration:underline;
}

/* 商品写真
------------------------------------------------------------*/
.main{
margin:20px 10px 10px;
display:table;
}
.main .column1{
display:table-cell;
vertical-align:top;
}
.main .w120{width:120px;}
.main .w180{width:180px;}
.main .w220{width:220px;}
.main .w270{width:270px;}
.main .w300{width:300px;}
.main .w320{width:320px;}

.main .column2{
display:table-cell;
vertical-align:top;
}
.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;
}
.main .column2 ul.circle_red li {
padding:2px 0 8px 30px;
background:url(https://www.iifas.jp/img/circle_red.gif) no-repeat 14px 6px;
text-align:left;
color:#333;
font-weight:normal;
line-height:1.3;
}
.main .column2 .pias_eleven{
width:150px;
float:left;
}

.main2{
margin:40px 10px 10px;
display:table;
}
.main2 .column1{
display:table-cell;
width:210px;
vertical-align:top;
}
.main2 .column2{
display:table-cell;
vertical-align:top;
}

/* 寸法図
------------------------------------------------------------*/
.size_table{
margin-left:20px;
}

.size_table table {
width:200px;
}
.size_table table th {
border:1px solid #999;
padding:3px;
background-color:#D5DBEB;
border:1px solid #999;
text-align:center;
}
.size_table table td {
border:1px solid #999;
padding:3px;
border:1px solid #999;
text-align:center;
}

.size_table .float-l{
margin-right:10px;
}


/* 同等品
------------------------------------------------------------*/
.equivalent {
clear:both;
padding:10px;
background-color:#f6f6f6;
color:#000066;
border-radius:8px;
border: 1px solid #bbd3de;
margin:10px 0;
}
.equivalent p{
text-indent:-1em;
padding-left:1em;
line-height:1.3;
margin-bottom:0.5em;
}
.equivalent p a{
color:#000066;
text-decoration:underline;
}
.equivalent p a:hover{
color:#990000;
text-decoration:underline;
}


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

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;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:961px){
}

/* 幅960px以下（iPadサイズ）から
------------------------------------------------------------*/
@media only screen and (max-width:960px){
}

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

	.main2 {
	display:block;
	width:100%!;
	}
	.main2 .column1{
	display:block;
	width:100%!;
	text-align:left;
	}
	.main2 .column2{
	display:block;
	margin-top:10px;
	width:100%;
	text-align:left;
	}

}

/* 幅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 5px;}
	table.order_table tbody td:nth-of-type(3):before { content:"サイズ"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}
	table.order_table tbody td:nth-of-type(4):before { content:"適応板厚"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}
	table.order_table tbody td:nth-of-type(5):before { content:"頭部形状"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}
	table.order_table tbody td:nth-of-type(6):before { content:"表面処理"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}
	table.order_table tbody td:nth-of-type(7):before { content:"入り数"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}
	table.order_table tbody td:nth-of-type(8):before { content:"価格[税別]";background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}
	table.order_table tbody td:nth-of-type(9):before { content:"ご注文⇒"; background:#fff3f3;color:#900;font-weight:bold;padding:2px 5px}

	table.order_table2 tbody td:nth-of-type(3):before { content:"サイズ ／ 有効ねじ長さ"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}
	table.order_table2 tbody td:nth-of-type(4):before { content:"\00f8 dk ／ h"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}
	table.order_table2 tbody td:nth-of-type(5):before { content:"1枚 適応板厚 ／ 2枚あわせ時 適応板厚"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}
	table.order_table2 tbody td:nth-of-type(6):before { content:"材料 ／ 表面処理"; background:#e6e6e6;color:#000;font-weight:normal;padding:2px 5px;}

	.main {
	display:block;
	width:100%!;
	}
	.main .column1{
	display:block;
	text-align:center;
	}
	.main .w120{width:100%;}
	.main .w180{width:100%;}
	.main .w220{width:100%;}
	.main .w270{width:100%;}
	.main .w300{width:100%;}
	.main .w320{width:100%;}

	.main .column2{
	display:block;
	margin-top:10px;
	width:100%;
	text-align:left;
	}

	.size_table{
	margin-left:5px;
	text-align:center;
	}
	.size_table img {
	max-width:98%;
	height:auto;
	}
	.size_table .float-l{
	float:none;
	}
	.size_table table{
	margin:0 auto;
	}
}

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