@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #222;
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 16px; font-size: 1.6rem;
}

dt, dd, li, p, th, td {
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.5;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

header {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 60px;
}

header h1 {
	margin: 40px 0 0 10px;
	padding: 0;
}

header h1 img {
	border: none;
}

.global-nav {
	margin: 0 0 10px;
	padding: 0;
	width: 778px;
	height: 48px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 5px;
}

.global-nav li {
	list-style: none;
	width: 130px;
	height: 43px;
	float: left;
	border-bottom: 5px solid #003894;
}

.global-nav li:first-child {
	width: 128px;
}

.global-nav li a {
	display: block;
	padding-top: 13px;
	width: 100%;
	height: 30px;
	border-left: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #003894;
	background-color: #f5f5f5;
	background: -moz-linear-gradient(top,#fff 0%,#f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
	background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100%);
}

.global-nav li a:hover {
	background-color: #86B4FF;
	background: -moz-linear-gradient(top,#86B4FF 0%,#f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#86B4FF), to(#f5f5f5));
	background: -ms-linear-gradient(top, #86B4FF 0%, #f5f5f5 100%);
}

.present-location {
}

.present-location a {
	background-color: #3175F2 !important;
	background: -moz-linear-gradient(top,#002666 0%,#3175F2) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#002666), to(#3175F2)) !important;
	background: -ms-linear-gradient(top, #002666 0%, #3175F2 100%) !important;
	color: #fff !important;
}

/*@common start*/
.page-wapper {
	margin: 0 auto;
	padding: 0;
	width: 780px;
}

.contents-wapper {
}

.page-title {
	margin-bottom: 20px;
	padding: 6px 6px 4px 10px;
	font-size: 20px; font-size: 2.0rem;
	border-left: 10px solid #003894;
	border-top: 1px solid #003894;
	border-right: 1px solid #003894;
	border-bottom: 1px solid #003894;
	border-radius: 3px;
	background: -moz-linear-gradient(top,#fff 0%,#f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
	background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100%);
}

.page-title-sub {
	padding: 4px 4px 2px 8px;
	font-size: 18px; font-size: 1.8rem;
	border-left: 6px solid #003894;
}

.page-title-sub_underline {
	padding: 4px 4px 2px 8px;
	font-size: 18px; font-size: 1.8rem;
	border-bottom: 2px solid #003894;
}

.bread-crumbs {
	margin: 0 0 10px 10px;
	padding: 0;
}

.bread-crumbs li {
	display: inline;
	list-style-type: none;
	font-size: 12px; font-size: 1.2rem;
}

.bread-crumbs li:before {
	content:" > ";
}

.bread-crumbs li:first-child:before {
	content:"";
}

.page-image-area {
}

.page-image-area img {
	border: 1px solid #ccc;
}

.main-content {
	float:left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 580px;
}

.side-nav {
	float:right;
	margin: 23px 0 0;
	padding: 0;
	width: 180px;
}

.side-nav ul {
	margin: 10px 0 0;
	padding: 0;
	border: 2px solid #ddd;
	border-radius: 5px;
}

.side-nav li {
	list-style-type: none;
}

.side-nav li a {
	display: block;
	padding: 8px 10px;
	width: 156px;
	height: 100%;
	font-size: 12px; font-size: 1.2rem;
	text-decoration: none;
	border-top: 1px dotted #ccc;
	background: -moz-linear-gradient(top,#fff 0%,#fdfdfd);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdfdfd));
	background: -ms-linear-gradient(top, #fff 0%, #fdfdfd 100%);
}

.side-nav li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.side-nav li a:before {
	content: "> "
}

.side-nav li:first-child a {
	border-top: none;
}

/*@common end*/

/*@index.html start*/
.index-notice {
	margin-bottom: 30px;
}

.index-notice-list {
	padding: 10px;
	width: 560px;
	height: 100px;
	overflow: auto;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.index-notice-list dl {
	margin: 0;
	padding: 0;
}

.index-notice-list dt {
	float:left;
	clear:left;
	margin-bottom: 6px;
	width:100px;
}

.index-notice-list dd {
	float:left;
	margin: 0 0 6px 0;
	padding-left: 10px;
	width:420px;
}

.index-apply {
}

.index-apply dl {
	padding: 0 10px;
	width: 560px;
}

.index-apply dt {
	margin-bottom: 1em;
	padding-left: 8px;
	border-bottom: 2px solid #86B4FF;
	font-weight: bold;
}

.index-apply dd {
	margin: 0 0 2em 0;
}

.index-apply dd ul.index-apply-item {
	margin: 1em 0 0;
	padding: 0;
}

.index-apply dd ul.index-apply-item li {
	padding: 0 0 6px 1em;
	list-style-type: none;
	list-style-position: outside;
	text-indent: -1em;
}

.index-apply-table, .index-apply-table-file {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.index-apply-table th {
	padding: 5px 8px;
	text-align: left;
	/*font-size: 12px; font-size: 1.2rem;*/
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}

.index-apply-table td {
	padding: 5px 12px;
	/*font-size: 12px; font-size: 1.2rem;*/
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.index-apply-table-file th {
	padding: 5px 8px;
	text-align: left;
	/*font-size: 12px; font-size: 1.2rem;*/
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*white-space: nowrap;*/
}

.index-apply-table-file td {
	padding: 5px 12px;
	/*font-size: 12px; font-size: 1.2rem;*/
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}

.index-apply-download {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #F5F5F5;
}

.index-apply-download h2 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 16px; font-size: 1.6rem;
}

.index-apply-download h3 {
	margin: 0;
	padding: 0;
	font-size: 16px; font-size: 1.6rem;
}

.index-apply-download p {
	margin: 0 0 12px;
	padding: 0;
	font-size: 12px; font-size: 1.2rem;
}

/*@index.html end*/

/*@inquiry.html start*/
.inquiry-how-to {
	margin: 0;
	padding: 0;
}

.inquiry-how-to-end {
	padding: 10px;
	border: 2px solid #f00;
	background-color: #FFF0F0;
	border-radius: 5px;
	font-weight: bold;
}

.inquiry-how-to li {
	list-style-type: none;
	margin-bottom: 16px;
	padding: 10px;
	border: 2px solid #003894;
	border-radius: 5px;
}

.inquiry-how-to li div {
	padding-left: 50px;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
}

.inquiry-how-to li div span {
	font-size: 12px; font-size: 1.2rem;
	font-weight: normal;
}

.inquiry-how-to li p {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 12px; font-size: 1.2rem;
}

.inquiry-mail {
	background-image: url(../images/icons/icon_mail.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.inquiry-fax {
	background-image: url(../images/icons/icon_fax.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.inquiry-about {
	width: 22em;
	font-weight: bold;
}

.inquiry-about-text {
	margin: 0;
	padding: 0;
}

.inquiry-about-text a {
	color: #fff;
}

/*@inquiry.html end*/

/*@entry.html start*/
.entry-attention {
	padding: 8px 16px;
	background: #fdfdfd;
	border-radius:5px;
	border:1px solid #ddd;
}

.entry-attention h2 {
	font-size: 20px; font-size: 2.0rem;
	text-align: center;
}

.entry-attention h2:before {
	content: "【 ";
}

.entry-attention h2:after {
	content: " 】";
}

.entry-attention ul {
	margin: 0;
	padding: 0;
}

.entry-attention li {
	list-style-type: none;
	list-style-position: outside;
	text-indent: -1em;
	padding-left:1em;
}

/*@entry.html end*/

/*@entry_frm.cgi start*/
.form-content {
	width: 780px;
}

.form-content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 778px;
}

.form-content th {
	background-color: #f4f3ef;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 10px;
	text-align: left;
}

.form-content th.form-th-width {
	width: 20%;
}

.form-content th.form-th-width-title {
	width: 6%;
	text-align: center;
}

.form-content th.form-th-width-org {
	width: 14%;
}

.form-content th.form-th-width-name {
	width: 12%;
}

.form-content td.form-td-width-input {
	width: 28%;
}

.form-content td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 10px;
}

.form-content input {
	padding: 4px 10px;
	font-size: 12px; font-size: 1.2rem;
}

.form-content input[type=text] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	border:solid 1px #ccc;
	border-radius: 3px;
}

.form-content input[type=text]:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}

.form-content ul.form-input, .form-content ul.form-input-no-float {
	margin: 0;
	padding: 0;
}

.form-content ul.form-input li {
	float: left;
	list-style-type: none;
	padding: 8px 10px 6px;
}

.form-content ul.form-input-no-float li {
	list-style-type: none;
	padding: 4px 10px 4px;
}

.form-jpn {
	ime-mode: active;
}

.privacy-description {
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #F5F5F5;
}

.privacy-description h3 {
	margin: 5px 0 0;
}

/*@entry_frm.cgi end*/

/*@faq.html start*/
.faq-list {
	margin: 0 0 50px 0;
	padding: 0;
}

.faq-list li {
	list-style-type: none;
}

.faq-list a {
	text-decoration: none;
}

.faq-first-hierarchy {
	margin: 10px 0 8px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #003894;
}

.faq-title-h1 {
	font-size: 20px; font-size: 2.0rem;
}

.faq-title-h2 {
	font-size: 20px; font-size: 2.0rem;
}

.faq-each-qa {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.faq-each-qa h3.faq-question {
	margin: 0;
	padding: 0 0 18px 50px;
	font-size: 18px; font-size: 1.8rem;
	min-height: 50px;
	background-image: url(../images/faq-q.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.faq-each-qa p.faq-answer {
	margin: 0;
	padding: 0 0 0 50px;
	min-height: 50px;
	background-image: url(../images/faq-a.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.faq-each-qa p.faq-answer-no-image {
	margin: 1em 0 0;
	padding: 0 0 0 50px;
}

.faq-each-qa p.faq-update-date {
	margin: 0;
	padding: 0;
	text-align: right;
}

.faq-no-question {
	padding: 0 !important;
	background-image: none !important;
	min-height: inherit !important;
}

/*@faq.html end*/

/*@link.html start*/
.link-list {
	margin-bottom: 40px;
}

.link-list ul {
	margin: 0;
	padding: 0
}

.link-list li {
	margin-bottom: 16px;
	list-style-type: none;
	border: 2px solid #ccc;
}

.link-list li a {
	display: block;
	width: 552px;
	height: 100%;
	padding: 12px;
}

.link-list li a:hover {
	background-color: #eee;
}

/*@link.html end*/

/*@notice.html start*/
.notice-list {
	margin-bottom: 40px;
}

.notice-list-no-style {
	margin: 0 0 0 1em;
	padding: 0;
}

.notice-list-no-style li {
	margin-bottom: 10px;
	list-style-type: none;
}

.notice-each-title {
}

.notice-each-title h2 {
	margin-bottom: 5px;
	padding-left: 8px;
	font-size: 18px; font-size: 1.8rem;
	border-bottom: 1px dotted #00286A;
}

.notice-each-title p {
	margin-top: 0;
	text-align: right;
	font-size: 12px; font-size: 1.2rem;
}

.notice-each-content h3 {
	margin-bottom: 0;
	padding-left: 14px;
	font-size: 14px; font-size: 1.4rem;
}

.notice-list p {
	margin-left: 1em;
}
/*@notice.html end*/

/*@past.html start*/

.past-table tr:nth-child(even) {
	background: #f5f5f5;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.past-table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.past-table th {
	padding: 5px 10px;
	width: 33%;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #eee;
}

.past-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}

/*@past.html end*/

footer {
	margin: 20px 0 0;
	padding: 10px 0 0;
	width: 780px;
	height: 50px;
}

footer p {
	text-align:center;
}

footer p a {
	font-size: 12px; font-size: 1.2rem;
	text-decoration: none;
	color: #222;
}

.btn {
}

.btn-center {
	margin: auto;
}

.btn-width-200 {
	width: 200px;
}

.btn-width-300 {
	width: 300px;
}

.btn-width-400 {
	width: 400px;
}

.btn-width-500 {
	width: 500px;
}

.btn-margin-bottom-16 {
	margin-bottom: 16px;
}

.btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-color: #003894;
	background: -moz-linear-gradient(top,#005AF0 0%,#003894);
	background: -webkit-gradient(linear, left top, left bottom, from(#005AF0), to(#003894));
	background: -ms-linear-gradient(top, #005AF0 0%, #003894 100%);
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn a:hover {
	background-color: #005AF0;
	background: -moz-linear-gradient(top,#003894 0%,#005AF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#003894), to(#005AF0));
	background: -ms-linear-gradient(top, #003894 0%, #005AF0 100%);
}

.entry-form-btn {
	margin: 40px auto 80px;
	padding: 0;
	width: 600px;
}

.entry-form-btn li {
	list-style-type: none;
	float: left;
	padding-right: 30px;
}

.btn_entry {
	width: 360px;
	height: 25px;
}

.btn_entry_reset {
	margin-top: 10px;
	width: 160px;
	height: 23px;
}

.btn_entry a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-color: #003894;
	background: -moz-linear-gradient(top,#005AF0 0%,#003894);
	background: -webkit-gradient(linear, left top, left bottom, from(#005AF0), to(#003894));
	background: -ms-linear-gradient(top, #005AF0 0%, #003894 100%);
	border: 3px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: #ddd 0px 0px 3px 3px;
	webkit-box-shadow: #ddd 0px 0px 3px 3px;
	-moz-box-shadow: #ddd 0px 0px 3px 3px;
	font-size: 16px; font-size: 1.6rem;
}

.btn_entry a:hover {
	background-color: #005AF0;
	background: -moz-linear-gradient(top,#003894 0%,#005AF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#003894), to(#005AF0));
	background: -ms-linear-gradient(top, #003894 0%, #005AF0 100%);
}

.btn_entry_reset a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px 0;
	color:#777;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-color: #ccc;
	background: -moz-linear-gradient(top,#eee 0%,#ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn_entry_reset a:hover {
	background-color: #005AF0;
	background: -moz-linear-gradient(top,#ccc 0%,#eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
	background: -ms-linear-gradient(top, #ccc 0%, #eee 100%);
}

.btn_entry_check_send {
	width: 360px;
	height: 25px;
}

.btn_entry_check_send a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-color: #003894;
	background: -moz-linear-gradient(top,#005AF0 0%,#003894);
	background: -webkit-gradient(linear, left top, left bottom, from(#005AF0), to(#003894));
	background: -ms-linear-gradient(top, #005AF0 0%, #003894 100%);
	border: 3px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: #ddd 0px 0px 3px 3px;
	webkit-box-shadow: #ddd 0px 0px 3px 3px;
	-moz-box-shadow: #ddd 0px 0px 3px 3px;
	font-size: 16px; font-size: 1.6rem;
}

.btn_entry_check_send a:hover {
	background-color: #005AF0;
	background: -moz-linear-gradient(top,#003894 0%,#005AF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#003894), to(#005AF0));
	background: -ms-linear-gradient(top, #003894 0%, #005AF0 100%);
}

.btn_entry_check_correction {
	margin-top: 12px;
	width: 140px;
	height: 16px;
}

.btn_entry_check_correction a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0 15px;
	color:#fff;
	text-decoration: none;
	text-align: center;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-color: #003894;
	background: -moz-linear-gradient(top,#005AF0 0%,#003894);
	background: -webkit-gradient(linear, left top, left bottom, from(#005AF0), to(#003894));
	background: -ms-linear-gradient(top, #005AF0 0%, #003894 100%);
	border: 2px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 16px; font-size: 1.6rem;
}

.btn_entry_print {
	width: 360px;
	height: 25px;
	margin-left: 100px;
}

.btn_entry_print a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0 15px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-color: #003894;
	background: -moz-linear-gradient(top,#005AF0 0%,#003894);
	background: -webkit-gradient(linear, left top, left bottom, from(#005AF0), to(#003894));
	background: -ms-linear-gradient(top, #005AF0 0%, #003894 100%);
	border: 3px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: #ddd 0px 0px 3px 3px;
	webkit-box-shadow: #ddd 0px 0px 3px 3px;
	-moz-box-shadow: #ddd 0px 0px 3px 3px;
	font-size: 16px; font-size: 1.6rem;
}

.btn_entry_print a:hover {
	background-color: #005AF0;
	background: -moz-linear-gradient(top,#003894 0%,#005AF0);
	background: -webkit-gradient(linear, left top, left bottom, from(#003894), to(#005AF0));
	background: -ms-linear-gradient(top, #003894 0%, #005AF0 100%);
}

.text-align-center {
	text-align: center !important;
}

.font-small {
	font-size: 11px; font-size: 1.1rem;
}

.attention {
	color: #0C9;
}

.warning {
	color: #f00;
}

.underline {
	text-decoration: underline;
}

.new {
	font-weight: bold;
	color: #f00;
	font-size: 10px; font-size: 1.0rem;
}

#page-top{
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	right: 40px;
	bottom: 20px;
}

#page-top p{
	margin: 0;
	padding: 0;
	/*text-align: center;
	background: #3b3b3b;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#page-top p:hover{
	/*background: #8b8b8b;*/
}

#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

.icon_css {
	padding-left: 22px;
}

.icon_css-right-side {
	padding-right: 18px;
}

.icon-pdf {
	background: url(../images/icons/icon_pdf.gif) center left no-repeat;
}

.icon-xls {
	background: url(../images/icons/icon_xls.gif) center left no-repeat;
}

.icon-doc {
	background: url(../images/icons/icon_doc.gif) center left no-repeat;
}

.icon-html {
	background: url(../images/icons/icon_external.gif) center left no-repeat;
}

.icon-html-right-side {
	background: url(../images/icons/icon_external.gif) center right no-repeat;
}

.text-decoration-underline {
	text-decoration: underline;
}

.stepBar {
	position: relative;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
}
.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 20px;
	background-color: #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #eee;
	border-left: 4px solid #FFF;
	width: 20px;
	height: 20px;
}
.stepBar .step:after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.stepBar .step:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
	content: none;
}
.stepBar .step:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.stepBar .step.current {
	color: #fff;
	background-color: #003894;
	font-weight: bold;
}
.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #003894;
}
.stepBar.step2 .step {
	width: 50%;
}
.stepBar.step3 .step {
	width: 33.333%;
}
.stepBar.step4 .step {
	width: 25%;
}
.stepBar.step5 .step {
	width: 20%;
}

.another-page-info {
	border: 2px solid #F63;
	padding: 0 10px;
}

.another-page-btn {
	margin: auto;
	margin-bottom: 10px;
}

.another-page-btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 0;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background-color: #F63;
	background: -moz-linear-gradient(top,#FFC488 0%,#F63);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC488), to(#F63));
	background: -ms-linear-gradient(top, #FFC488 0%, #F63 100%);
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.another-page-btn a:hover {
	background-color: #F63;
	background: -moz-linear-gradient(top,#F63 0%,#FFC488);
	background: -webkit-gradient(linear, left top, left bottom, from(#F63), to(#FFC488));
	background: -ms-linear-gradient(top, #F63 0%, #FFC488 100%);
}

/**
 * A new micro clearfix hack – Nicolas Gallagher
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}
 
.clearfix {
	*zoom: 1; /* for IE 6 and 7 only */
}