@charset "UTF-8";


.new_box { 
	max-width: 704px;
	width: 100%;
	margin: 30px auto 40px;
}

p.new_txt { 
	font-size: 13px;
	margin: 0 0 10px 0;
}

table.new_table {
    border-collapse: collapse;
    border-spacing: 0;
	border:1px solid #c8c8c8;
    margin: 0px;
    width: 100%;
}

table.new_table th {
    padding: 10px;
    border: solid #c8c8c8;
    border-width: 0 1px 1px 0;
    vertical-align: middle;
    font-size: 13px;
	text-align: center;
    background: #f0f0f0;
}

table.new_table td {
    padding: 10px;
    vertical-align: middle;
    border: solid #c8c8c8;
	border-width: 0 0 1px 1px;
    font-size: 13px;
	text-align: center;
    background: #fff;
}

table.new_table th.size01 { 
	width: 20%;
}

table.new_table th.size02 { 
	width: 20%;
}


table.new_table th.size03 { 
	width: 50%;
}

table.new_table th.size04 { 
	width: 25%;
}

table.new_table th.size05 { 
	width: 10%;
}

table.new_table th.size06 { 
	width: 20%;
}

table.new_table th.size07 { 
	width: 50%;
}

table.new_table th.size08 { 
	width: 20%;
}

.color01 { 
	color: #ff0000;
	font-weight: normal;
}



