@charset "Shift_JIS";

.style2 {
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	color: #FF3300;
	font-weight: bold;
}ｓ
.style4 {
	color: #FF0000;
	font-size: 2;
}

/* ご注文方法 */
#order_step {
}
#order_step h3 {
	font-size:14px;
	line-height:1.2em;
	padding:0;
	margin:10px 0;
}

#order_step h4 {
	font-size:12px;
	line-height:1.2em;
	padding:0.5em 0.5em;
	margin:10px 0;
}
#order_step h4 {
	background-color: #F0ECA6;
	border-left:3px solid #007C00;
}
#order_step h5 {
	font-size:12px;
	line-height:1.7em;
	color:#A22302;
	margin:0;
}
#order_step h6 {
	font-size:12px;
	line-height:1.7em;
	margin:0;
}
#order_step p {
	font-size:12px;
	font-weight:normal;
	line-height:1.7em;
	padding:0 0 10px 0;
	margin:0;
}
#order_step ul {
	list-style-position:inside;
	text-indent:1em;
	font-size:10px;
	font-weight:normal;
	line-height:1.2em;
	padding:0 0 10px 0;
	margin:0;
}


/*資料請求*/
#shiryo {
	width:600px;
}
#shiryo h3 {
	font-size:0.9em;
	color:#FF6666;
}
#shiryo p.read {
	font-size:0.8em;
	line-height:1.3em;
	color:#666666;
}

#name,#email,#email2,#company,#company2,#address,#reference {
	width:100%;
}
#request table {
	font-size:0.8em;
	line-height:1.3em;
}
#request table th {
	background-color:#FFC3AF;
	color:#000;
	text-align:center;
	padding:5px 10px;
	width:30%;
	font-weight:normal;
}
#request table td {
	background-color:#FFEDE7;
	color:#000;
	padding:5px 10px;
}
.must {
	color:#FF0000;
	font-weight:bold;
}