@charset "utf-8";

/* form
-------------------------------------------------- */
#contents .heading .new {
	display:none;
}

/* common */
.label.label-warning {
	margin: 0 2px;
	padding: 1px 7px;
	font-size: 14px;
	color: #fff;
	background-color: #dc162c;
}

/* .heading_exp */
.heading_exp .flow {
	position: relative;
	width: 940px;
	margin: 0 -5px 20px -4px;
	padding: 20px 25px 16px 24px;
	font-size: 14px;
	line-height: 1.66;
	background: url(../img/bg_summary.png) repeat-y left top;
}
*:first-child+html .heading_exp .flow {
	border-bottom: 1px solid #ddd;
}
.heading_exp .flow:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	display: block;
	width: 989px;
	height: 10px;
	background: url(../img/bg_summary_foot.png) no-repeat left top;
}
.heading_exp .flow li span {
	display: none;
	width: 940px;
	height: 84px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.heading_exp .flow li span.ss_active { display: block;}
.heading_exp .flow li.step1 span { background-image: url(../img/flow1.png);}
.heading_exp .flow li.step2 span { background-image: url(../img/flow2.png);}
.heading_exp .flow li.step3 span { background-image: url(../img/flow3.png);}
.heading_exp .msg {
	margin: 30px 0 5px;
	font-size: 14px;
	line-height: 1.66;
}
.heading_exp .msg strong {
	color: #c00;
	font-size: 14px;
	padding: 0 2px;
}

/* #privacy */
#privacy .inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	height: 170px;
	overflow-y: auto;
	font-size: 14px;
	line-height: 1.66;
	color: #333;
	background-color: #fff;
	border: 1px solid #001441;
}

#privacy pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* #ss_form */
#ss_form td div.ss_error_msg {
	color: #c00;
}
#ss_form table {
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
}
#ss_form table + table {
	margin-top: 20px;
}
#ss_form th {
	width: 230px;
	padding: 16px 25px;
	text-align: left;
	color: #fff;
	background-color: #4b5979;
	border: 1px solid #001441;
}
#ss_form th .label-warning {
	margin: 0 0 0 5px;
	font-weight: normal;
}
#ss_form td {
	padding: 16px 25px;
	color: #333;
	background-color: #fff;
	border: 1px solid #001441;
}
#ss_form td em {
	font-style: normal;
	text-decoration: underline;
}
#ss_form .ss_input {
	display: inline-block;
	margin-right: 10px;
}
#ss_form .ss_input input[type="checkbox"],
#ss_form .ss_input input[type="radio"] {
	vertical-align: middle;
	margin-right: 5px;
}
#ss_form .ss_leftComment {
	margin-right: 10px;
}
#ss_form .ss_rightComment {
	margin-left: 10px;
}
#ss_form .ss_bottomComment {
	font-size: 14px;
	margin-top: 5px;
}
#ss_form .ss_upComment {
	margin-bottom: 5px;
	font-size: 14px;
}
#ss_form .ss_error_msg {
	display: inline-block;
	margin-bottom: 5px;
}

#ss_form td span.formError{
	display: block;
	margin-bottom: 5px;
	color: #c00;
}
#ss_form .ss_error_msg .label-warning {
	margin: 0 5px 0 0;
	color: #fff;
}

/* �u���E�U�ɂ���Č����ڂ��قȂ邽��CSS�Œ��� */
#ss_form #address input {
	width: 500px;
}

.section .submit-button {
	padding: 50px 0;
	text-align: center;
}
.section .submit-button .btn {
	display: inline-block;
	margin: 0 15px;
	font-weight: bold;
	font-size: 21px;
	line-height: 86px;
	text-align: center;
	text-decoration: none;
	border: 0 none;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section .submit-button .btn strong {
	font-size: 26px;
}
.section .submit-button .btn-entry {
	width: 389px;
	height: 95px;
	padding: 1px 5px 8px 4px;
	color: #fff;
	background: transparent url(../img/btn_entry_bg.png) no-repeat left top;
}
.section .submit-button .btn-back {
	width: 248px;
	height: 94px;
	padding: 1px 5px 8px 4px;
	color: #fff;
	background: transparent url(../img/btn_back_bg.png) no-repeat left top;
}


