@charset "utf-8";

/* 見出し
------------------------------------------------------------*/
h2#main_header2 {
text-align:left;
margin:0 0 5px;
border-top:1px dotted #CCC;
border-left:1px dotted #CCC;
border-right:1px dotted #CCC;
border-bottom:3px solid #660000;
padding:8px 5px 5px;
font-size:25px;
font-size:2.5rem;
color:#000080;
font-weight:normal;
background:url('../img/bg_h1.jpg')  repeat-x center bottom;
line-height:1;
}

h2#main_header2 div {
padding-left:32px;
background:url('../img/document_28.png') no-repeat 0 -2px;
}

.h3_content {
margin:10px 20px 20px;
}

.h3_content p{
padding:4px 0;
}

img.sample{
margin-left:20px;
}

h3 {
font-size: 20px;
line-height:1;
font-weight: bold;
color: #000080;
margin: 20px;
padding: 3px 3px 3px 10px;
border-bottom: solid 2px #000080;
border-left: solid 7px #000080;
text-align: left;
}

/* 注文テーブル
------------------------------------------------------------*/
table.order_table{
border:1px solid #666;
width:96%;
margin:10px 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:"価格[税別]";background:#e6e6e6;color:#000;font-weight:normal;padding:2px;}
	table.order_table tbody td:nth-of-type(5):before { content:"ご注文⇒"; background:#fff3f3;color:#900;font-weight:bold;padding:2px;}

	img.sample {
	display:block;
	width:80%;
	height:auto;
	margin:0 auto;
	}

}

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

}
