@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
body{
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
}

a{
	text-decoration:none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());		
}

a img{
	border:none;
}

.abb{
		display: inline-block;
		width: 96%;
		margin-left: 2%;
		padding: 10px 10px;
		border: 2px solid #0068b7;
		border-radius: 6px;
		color: #000;
		margin-bottom: 10px;
	}

.product_order_content_row{
	    font-size: 16px;
    color: #000;
    padding-bottom: 6px;
    display: inline-block;
    width: 100%;
}