@charset "utf-8";
/* オーダーウェア専用 */

.main{
text-align:left;
margin-bottom:10px;
}
/*
テーブル部分-----------------------------*/
.table {
width:100%;
margin:0px 0px 10px 0px;
padding:0px;
border-collapse:collapse;
border-top:1px dotted #999999;
border-right:1px dotted #999999;
}
.table th {
width:30%;
padding:5px 5px 5px 5px;
text-align:left;vertical-align:top;
color:#000000;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;
border-left:1px dotted #999999;
text-align:center;
}

.table td {
padding:5px;
border-left:1px dotted #999999;
border-right:1px dotted #999999;
border-bottom:1px dotted #999999;
}


/*見出し-----------------------------------*/

h5{
padding:5px 0 5px 15px;
border-left:#009cde 8px solid;
border-bottom:#009cde 1px solid;
font-size: 16px;
font-weight: bold;
color:#333;
text-align:left;
}

/*画像-----------------------------------*/

.oder_img_right{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.oder_img_left{
	float:left;
	margin-left:20px;
	margin-right: 20px;
	margin-bottom:10px;
}
