* {
		margin:0;
		padding:0;
}

/* リンク設定 */
a { text-decoration: none; }
a:visited { color: #0000FF; }
a:link { color: #0000FF; }
a:hover { color: #FF0000; }
a { text-decoration: none; }

.red {
		color:#f00;
}
.notice {
		font-size:0.8em;
}

.table {
		display:table;
		width:770px;
}
#kakunin-area .table {
		margin:5px 0;
}
.tr {
		display:table-row;
}
.th {
		display:table-cell;
		font-weight:bold;
		font-size:0.9em;
		background-color:#f5f5f5;
		vertical-align:top;
		text-align:left;
		border:1px solid #cdcdcd;
		border-top:none;
		border-right:none;
		margin:0;
		padding:20px;
		padding-right:0;
}
#partition-form .th {
		width:130px;
}
#user-info-area .th {
		width:210px;
}
#kakunin-area .th {
		width:210px;
}

.td {
		display:table-cell;
		text-align:left;
		border:1px solid #cdcdcd;
		border-top:none;
		border-left:none;
		margin:0;
		padding:20px 0 10px 20px;
		color:#383838;
}
.td p.cap-upper {
		margin-bottom:5px;
}
.td p.cap-lower {
		margin-top:5px;
		font-size:0.9em;
}
.td span {
		font-size:0.8em;
}

#partition-form .td {
		width:630px;
}
#user-info-area .td {
		width:560px;
}
#kakunin-area .td {
		width:560px;
		font-size:0.9em;
}

div.required {
		background-image:url(../../accessory/img/ico_required.gif);
		background-position:right 15px top 23px;
		background-repeat:no-repeat;
}
input {
		border-color:#ccc;
}
input.required {
		background-color:#fee8eb;
}

body {
		margin:0 auto;
		padding:10px 0 40px 0;
		font-size:90%;
}

#container {
		width:790px;
		margin:25px auto 0 auto;
		text-align:center;
}
#map {
		margin:20px 0;
		padding:0;
}
#top-comment {
		width:770px;
		margin:30px auto;
		padding:8px;
		text-align:center;
		margin:0 auto;
		background-color:#e3f1fa;
}
#top-comment p {
		color:#1f5383;
		font-size:0.9em;
		font-weight:bold;
		text-align:left;
		margin:2px auto;
}
#confirm-comment {
		font-size:0.8em;
		margin:0;
		margin-top:-5px;
		text-align:left;
}

h2 {
		width:770px;
		font-size:0.9em;
		text-align:left;
		margin:20px auto 10px auto;
}

h3 {
		color:#1c4680;
		font-size:1em;
		text-align:left;
		margin:10px 0;
}

h4 {
		color:#1c4680;
		font-size:0.9em;
		text-align:left;
		margin-top:20px;
}

.td-left {
		float:left;
		width:240px;
		margin:0;
		padding:20px 0 0 20px;
		font-size:0.9em;
		/*border:1px solid red;*/
}
body.mac div.chrome .td-left {
		width:255px;

}
.td-left p {
		margin-bottom:10px;
}
.td-right {
		float:right;
		width:360px;
		margin:0;
		padding:20px 0 0 20px;
		border-left:1px solid #cdcdcd;
		background-color:#fafeff;
		/*border:1px solid blue;*/
}
body.mac div.chrome .td-right {
		width:350px;
}
.td-right img {
		text-align:center;
		margin:10px auto;
}
.td-right div {
		margin:10px auto;
		width:330px;
}
.td-right div p {
		text-align:left;
		font-size:0.9em;
}
.td-right div p.btn {
		text-align:center;
		margin:20px auto;
		margin-bottom:0;
}

.sozai-type {
		width:590px;
		margin-top:10px;
}
.sozai-type dt {
		color:#1c4680;
		font-weight:bold;
		border-bottom:1px dashed #A4A4A4;
		padding:5px 0;
}
.sozai-type dd {
		float:left;
		margin:12px;
}
.sozai-type dd img {
		margin:2px auto;
}
.sozai-type dd span {
		font-size:0.9em;
		margin-left:5px;
}

#leg-type-area {
		width:580px;
		margin-top:10px;
}
#leg-type-area {
}
#leg-type-area li {
		float:left;
		list-style-type:none;
		margin:12px;
}
#leg-type-area li img {
		margin:2px auto;
}
#leg-type-area li span {
		font-size:0.9em;
		margin-left:5px;
}

#complete-area div {
		background-color:#f5f5f5;
}
#completed-upper {
		margin:0;
		padding:10px;
		border-bottom:1px dashed #a4a4a4;
}
#completed-upper p {
		margin:10px auto;
}
#completed-upper p span.request-number {
		color:#1777b1;
		font-size:1.3em;
		vertical-align:middle;
}
#completed-lower {
		margin:0;
		padding:10px;
		font-size:0.9em;
		text-align:center;
}
#completed-lower dl {
		width:450px;
		margin:0 auto;
		text-align:left;
}
#completed-lower dl dt {
		font-weight:bold;
		margin:10px;
}
#completed-lower dl dd {
		font-size:0.9em;
		margin:5px 10px;
}
#completed-lower dl dd.red {
		color:#f00;
		margin-top:-5px;
}

#privacy {
		text-align:left;
		margin:10px 0;
		line-height:1.4em;
}

#err-area {
		margin:20px auto;
		width:600px;
		color:#f00;
		text-align:left;
		background-color:#ffffe1;
		border:1px solid #ff3029;
		border-radius:8px;
}
#err-area ul {
		padding:10px;
}
#err-area ul li {
		list-style-type:disc;
		margin-top:2px;
		margin-left:20px;
}

#submit-area {
		margin:30px auto;
		text-align:center;
}
#submit-area img {
		vertical-align:middle;
		margin:0 10px;
}


/* フロート解除
----------------------------------------------- */
/* for modern brouser */
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* ie7,macIE5 */
.clfx {
	display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/**/
