@charset "UTF-8";


.ptForms #contentsArea ul li {
	margin-left: 1.2em; /* 環境によってマーカーの左端が欠けるため */
}
.ptForms .announcementBlock {
	background-color: #ededed;
	padding: 28px;
}
.ptForms .announcementBlock h2 {
  padding-top: 7px;
  padding-right: 15px;
  border: 2px solid #005bac;
  background: #fff;
}
.ptForms .announcementBlock ul,
.ptForms .announcementBlock ul li {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ptForms .announcementBlock ul li {
	background: transparent url(/common/img/icon_arrow_rwbs.gif) no-repeat left 0.25em ;
	padding-left: 25px !important;
}
.ptForms .stepList ,
.ptForms .stepList li {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ptForms .stepList {
	overflow: hidden;
	width: 775px;
	margin: 2em auto !important;
}
.ptForms .stepList li {
	float: left;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.ptForms .tableBaseForms {
	background: transparent url(/common/img/forms/bg_forms_start.gif) repeat-x left bottom;
	padding-bottom: 5px;
}
.ptForms .tableBaseForms th,
.ptForms .tableBaseForms td {
	padding: 10px;
	text-align: left;
}
.ptForms .tableBaseForms th {
	background: transparent url(/common/img/forms/bg_forms.gif) repeat-x left top;
}
.ptForms .tableBaseForms td {
	background: transparent url(/common/img/forms/bg_forms_w.gif) repeat-x left top;
}
.ptForms .tableBaseForms .must {
	background-color: #cc0000;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	font-size: 86%;
	padding: 3px 8px;
}
.ptForms .tableBaseForms .count {
	color: #666666;
}

.ptForms .tableBaseForms th {
	background-color: #f1f0d5;
	color: #4d4d4d;
	width: 25%;
}
.ptForms .tableBaseForms td {
	background-color: #ffffff;
}
.ptForms .btnList ,
.ptForms .btnList li {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ptForms .btnList {
	text-align: center;
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.ptForms .btnList li {
	display: inline-block;
	margin-left: 15px !important;
	margin-right: 15px !important;
}
html*.ptForms .btnList li {
	display: inline;
}
html*.ptForms .tableBaseForms {
	border-bottom: 1px solid #cccccc;
}

.ptForms .imgBlock {
	margin: 2em auto;
	text-align: center;
}

