p.guarantee {
font-size: small;
}


p.order-op {
font-size: small;
}


p.caution {
font-size: small;
text-align: right;
}

hr.wakunonaka {
	border-top: 1px solid #cccccc;

}


p#copyright {
font-size: small;
}



table.order {
padding: 18px; 
border-collapse:separate; 
border:1px solid #cccccc; 
-webkit-border-radius:5px 5px 5px 5px; 
-moz-border-radius:5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px; 
width: 850px;"
}



/*---注文ボタン---*/
button.hoge {
width:150px;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #ff3333  ;
color: #ffffff;
font-weight: bold;

}




button.hoge:hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
 opacity: 0.5;
}




