@charset   "Shift_JIS";

.Mypage table {
	border-collapse: separate;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
}

.Mypage td {
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: 100px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 20px;
}

.EntryTable {
	font-size: 10pt;
	width : 100%;
}

.EntryTable table {
	border-collapse: collapse;
	width: 100%;
}

.EntryTable th {
	background-color: #fff2d0;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	width: 100px;
	min-width: 100px;
	font-weight: normal;
	text-align: left;
	/* white-space: nowrap; */
}

.Mandatory {
	background-image : url(../images/Mandatory.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.EntryTable td {
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 4px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
}

.EntryTable input {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.EntryTable select {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.EntryTable textarea {
	width: 95%;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.OrderSubmitBtn table {
	border-style: none;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.OrderSubmitBtn td {
	border-style: none;
	text-align: center;
	width: 50%;
}

.InnerTable {
	width: 100%;
}

.InnerTable table {
	border-style: none;
	width : 100%;
}

.InnerTable th {
	font-weight: normal;
	border-left-style: none;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-color: white;
	padding-left: 0px;
}

.InnerTable td {
	border-style: none;
/* width: 300px; */
}

.MoneyTable {
	width: 280px;
}

.MoneyTable table {
	border-style: none;
	width: 100%;
}

.MoneyTable th {
	text-align: left;
	background-color: #ffff80;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: gray;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.MoneyTable td {
	border-style: none;
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.OrderDetailHead {
	width: inherit;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: orange;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}

.OrderDetailHead th {
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	height: 25px;
	width: 100%;
}

.OrderDetailBody table {
	border-collapse: collapse;
}

.OrderDetailBody th {
	font-size: 10pt;
	font-weight: normal;
	background-color: #fff2d0;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	width: 100px;
}

.OrderDetailBody td {
	height: 30px;
	font-size: 10pt;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	width: 250px;
}

.EntryList {
	font-size: 10pt;
	width : 100%;
}

.EntryList table {
	border-collapse: collapse;
	font-size: 10pt;
	width : 100%;
}

.EntryList th {
	background-color: #fff2d0;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 4px;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: silver;
	font-weight: normal;
	text-align: center;
}

.EntryList td {
	padding-top: 0.5em;
	padding-left: 8px;
	padding-bottom: 0.5em;
	border-collapse: collapse;
	padding-right: 4px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	text-align: center;
}

.EntryList div {
	text-align: left;
}

.EntryList a {
	display: block;
	padding-top: 0.4em;
	padding-right: 10px;
	padding-bottom: 0.4em;
	padding-left: 10px;
	text-align: center;
	background-color: #B6B6FF;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-decoration: none;
	margin: 0px;
}

.EntryList a:hover {
	background-color: #8888ff;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.EntryList a:active {
	background-color: #8888ff;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.Agreement {
	width: 100%;
}

.Agreement table {
	border-collapse: collapse;
	width: 100%;
}

.Agreement th {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 100%;
}

.Agreement td {
	text-align: center;
	width: 50%;
}

.Agreement textarea {
	text-align: center;
	width: 690px;
}

