@charset "utf-8";
body { 
	background-image: url(/css/shce/pageheader1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
	line-height: 1.6;
}
.container.main {
	width: 750px;
	margin: 450px auto 0 auto;
}
.main .row {
	margin-bottom: 10px;
}
.notice {
	margin: auto;
}
.notice h1 {
	text-align: center;
	font-weight: bold;
	margin: 20px 0px;
}
.notice-list > li {
	list-style-type: none;
	padding: 2px 0 10px 30px;
	position: relative;
	counter-increment: step-counter;
}
.notice-list > li::before {
	content: counter(step-counter);
	left: 0px;
	position: absolute;
	float: left;
	top: 3px;
	font-size: 14px;
	height: 25px;
	width: 25px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
	background-color: #e62e26;
}
.notice p {
	text-indent: 2em;
}
.btn-bar {
	text-align: center;
	margin: 20px;
	padding: 20px;
	border-top: 1px solid #ddd;
}
.btn-lg {
	min-width: 200px;
	font-size: 30px;
}
.radio-btn input[type="radio"], .check-box input[type="checkbox"] {
	opacity: 0;
	width: 0;
}
.error.help-block {
	position: absolute;
	font-size: 14px;
	font-variant: normal;
	margin: 0px;
}
.has-error .radio-btn {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

.error.help-block {
	text-align: left;
	white-space: nowrap;
}
.form-inline .num-1  { width: 170px; }
.form-inline .num-2 { width: 170px; }
#Mailform .row { margin-bottom: 25px; }
.page-header {
	padding-bottom: 9px;
	margin: 10px 0 15px;
	border-bottom: 1px solid #eeeeee;
	font-size: 20px;
	font-weight: bold;
}

/*Custom radio button*/
.radio-btn {
	width: 100px;
	height: 34px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 4px;
	border: 1px solid #ccc;
	line-height: 30px;
	text-align: center;
}
.checkedRadio {
	background-color: #08c;
	border: 1px solid #08c;
	color: #fff;
}
.radio-group {
	padding: 0;
}
.radio-group li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0px 10px 0px 0px;
}
.btn-upload {
	position: relative;
	height: 40px;
	width: 120px;
	background-color: #ececec;
	margin: 0px 10px 0px 0px;
	color: #000;
	border: 1px solid #ccc;
	font-size: 16px;
}
.btn-upload span {
	margin-right: 5px;
	vertical-align: middle;
}
.btn-upload input {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	cursor: pointer;
	height: 40px;
	width: 120px;
}
.attach-file {
	position: relative;
	float: left;
	width: 100%;
	max-width: 355px;
	height: 60px;
	background-color: #ececec;
	margin-right: 5px;
	margin-bottom: 5px;
}
.attach-file:child(2n) {
 margin-right: 0px;
}
.attach-file .lnr {
	font-size: 40px;
	position: absolute;
	left: 6px;
	top: 6px;
	font-weight: bold;
}
.attach-name {
	max-width: 220px;
	width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	position: absolute;
	left: 50px;
	top: 6px;
}
.attach-store {
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 50px;
	top: 32px;
	font-size: 12px;
}
.attach-tool {
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 12px;
}
.success {
	width: 500px;
	margin: 50px auto;
}
.success:after {
	content: '';
	clear: both;
	display: block;
}
.success .text {
	margin-left: 150px;
}
.success .text h1 {
	text-align: left;
	padding-top: 15px;
}
.footer {
	text-align: center;
	color: #666;
	margin: 30px;
}
.m-box {
	width: 120px;
	height: 120px;
	position: relative;
	background: #659619;
	border-radius: 50%;
	float: left;
}
.m-duigou {
	width: 80px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -40px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	overflow: hidden
}
.m-duigou:before, .m-duigou:after {
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 2px
}
.m-duigou:before {
	width: 5px;
	height: 50px;
	left: 0;
	-webkit-animation: dgLeft 0.3s linear .1s 1 both;
	animation: dgLeft 0.5s linear .1s 1 both
}
.m-duigou:after {
	width: 80px;
	height: 5px;
	bottom: 0;
	-webkit-animation: dgRight 0.3s linear .6s 1 both;
	animation: dgRight 0.3s linear .6s 1 both
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.7;
}
.fancybox-content {
	border-radius: 6px;
	width: 90%;
	max-width: 400px !important;
	padding: 30px;
}
.fancybox-content p {
	text-align: center;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; padding:10px 20px; text-decoration: none;border-radius:5px;
}
#pop img { display: block; margin: auto; }
@keyframes dgLeft {
0% {
top:-140%
}
100% {
top:0%
}
}
@keyframes dgRight {
0% {
left:-100%
}
100% {
left:0%
}
}
@-webkit-keyframes dgLeft {
0% {
top:-100%
}
100% {
top:0%
}
}
@-webkit-keyframes dgRight {
0% {
left:-100%
}
100% {
left:0%
}
}

