table.delivary01{
		
		border:1px solid #000000;
		width:100%;
		margin-bottom:20px;
	}
	
	table.delivary01 th{
		
		border:1px solid #000000;
		padding:5px;
		background:#dddddd;
	}
	
	table.delivary01 td{
		
		border:1px solid #000000;
		padding:5px;
vertical-align:middle !important;
		
	}


/* お支払・配送詳細 */
b {
        font-weight: bold;
}
.specified {
        font-size: 14px;
}
.specified h2 {
        margin-bottom: 10px;
        color: #00A0E5;
        font-size: 20px;
        font-weight: bold;
}
.specified table {
	border: 1px solid #878787;
}
.specified table:not(.table_child) {
        width: 100%;
        margin-bottom: 60px;
}
#main .specified:last-child table {
        margin: 0;
}
.specified th, .specified td {
	vertical-align: middle;
}
.specified table tr:first-child th:first-child {
        border-top: 1px solid #878787;
}
.specified th {
	width: 18%;
	padding: 5px;
	background-color: #00A0E5;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
}
.specified td {
	padding: 10px;
	border-top: 1px solid #878787;	
}
.specified table span {
        color: #f00;
}
/* 子テーブル */
.specified .table_child {
        text-align: center;
}
.specified .table_child th {
        color: #003399;
        background-color: #EDF4FA;
}
.specified .table_child th, .specified .table_child td {
        border: 1px solid #878787;
}
/* 子テーブル end */
/* 枠線 */
.border {
        margin-top: 20px;
        padding: 5px;
        border: 1px dotted #878787;
        border-radius: 10px;
}
.border ul {
        margin-bottom: 0.5em;
        padding-left: 40px;
}
.border li {
        list-style: disc;
}
/* 枠線 end */
/* お支払・配送詳細 end */

/* cssハック */
@-moz-document url-prefix() {
.border {
	border: 1px solid #B7B7B7;
}
}
/* cssハック end */