/**注文フォームのスタイル**/
#order_form {
clear: both;
margin:12px auto;
padding: 0;
}
/*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: #555555;
}
#order_form p {
text-align: justify;
text-justify: inter-ideograph;
}
/*テキストエリアのデザイン*/
#order_form textarea{
font-size : 13px;
width:70%;
font-family: 'MS UI Gothic';
color: #555555;
}
#order_form select,input {
font-size : 13px;
font-family: 'MS UI Gothic';
color: #555555;
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:#555555;text-decoration : none;}
#order_form a:visited {font-size: 13px; color:#555555;text-decoration : none;}
#order_form a:active {font-size: 13px; color:#333333;text-decoration : none;}
#order_form a:hover {font-size: 13px; color:#333333;text-decoration: underline;}