@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffffff;
}

.pd-detail {
 width: 98%;
 text-align: center;
 border:1px;
 border-collapse: collapse;
 border-spacing: 0;
 table-layout: auto;
 font-size: 1em;
	margin: 0 auto;
}
.pd-detail th {
 padding: 10px;
 background: #999999;
 border: solid 1px #999999;
 color: #ffffff;
}

.pd-detail td {
 padding: 10px;
background: #FFFFFF;
 border: solid 1px #333333;
	text-align: left;
}
.pd-detail td:first-child {
 background: #cccccc;
	text-align: center;
 max-width:40%;
}

.required　{
fontsize: 0.8em;
color: red;
}

.font-small{
	font-size: 0.7em;
}