<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**注文フォームのスタイル**/
#order_form {
	clear: both;
	width: 770px;
	margin:12px auto 0;
	padding: 0;
	background-color: #ffffff;
}

/*clearfixハック*/
#order_form div:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#order_form {display: inline-block;}
/* Hides from IE-mac \*/
* html #order_form {height: 1%;}
#order_form {display: block;}
/* End hide from IE-mac */

#order_form tr,td,p {
	font-size : 13px;
	font-family: 'メイリオ', 'MS UI Gothic';
	color: #444444;
}

#order_form p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*テキストエリアのデザイン*/
#order_form textarea{
	font-size : 13px;
	width:80%;
	color: #444444;
}
#order_form select,input {
	font-size : 13px;
	color: #444444;
	vertical-align:middle;
	margin-top:2px;
	margin-bottom:2px;
}
#order_form select {
	height:20px;
}

#order_form table {
	text-align:left;
}

/*リンクのデザイン*/
#order_form a:link {font-size: 13px; color:#444444;text-decoration : none;}
#order_form a:visited {font-size: 13px; color:#444444;text-decoration : none;}
#order_form a:active {font-size: 13px; color:#222222;text-decoration : none;}
#order_form a:hover {font-size: 13px; color:#222222;text-decoration: underline;}
</pre></body></html>