@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

/* ===================================
#head
=================================== */
#head {
	background: url(../img/bg_head_form.png) center top repeat-x;
	background-size: cover;
}

/* ===================================
#contents
=================================== */
#contents {
    font-size: 12px;
    background: #FFF;
}
#cform_wrap input[type="text"], #cform_wrap input[type="number"], #cform_wrap input[type="email"], #cform_wrap input[type="tel"], #cform_wrap textarea, #cform_wrap select {
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#cform_wrap h3 {
	color: #023199;
	font-size: 120%;
	padding: 10px 0 15px;
}
#cform_wrap h3 span {
	display: inline-block;
	color: #023199;
	font-family: 'WebSymbolsRegular';
	background: transparent;
	height: 22px;
	width: 22px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 black;
}
#cform_wrap #login_wrap {
	padding: 5px 0 20px;
	text-align: center;
}
#cform_wrap #login_wrap a {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#cform_wrap select {
	height: 28px;
	line-height: 28px;
}
#cform_wrap input[type="checkbox"], #cform_wrap input[type="radio"] {
	margin: 0 0 0 5px;
}
#cform_wrap .ilong {
	width: 90%;
}
#cform_wrap .imidium {
	width: 50%;
}
#cform_wrap .num1 {
	width: 15%;
}
#cform_wrap textarea {
	width: 90%;
	height: 5em;
}
legend, .subTitle {
	font-size: 120%;
	padding-top: 10px;
}
p.break {
	font-size: 120%;
	padding: 20px 0;
}
span.title, span.td_txt {
	display: block;
	padding: 5px;
}
span.title span.must {
	color: #C30;
}
ul.flist li {
	padding: 5px;
}
p.remarksTitle, p.attentionAsk, p.straight_box, p.point_txt, p.same_address, .caution {
	padding-top: 10px;
}
span.box_space2, span.sexArea {
	display: block;
	padding: 5px;
}
.fwrap, .tInput, .rInput {
	color: #666;
	padding: 0 5px 10px;
	border-bottom: 1px solid #ddd;
}
.tButton {
	padding: 10px 5px;
}
#submitBox {
	padding: 10px 0;
}
.infoTable img {
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
	padding: 20px 0;
}
.submitBtn .form_submit, .tButton a {
	display: block;
	color: white;
	font-size: 16px;
	width: 240px;
    padding: 10px 14px;
	margin: 10px auto 0;
	background-color: #0074CC;
	background-image: -moz-linear-gradient(top, #08C, #05C);
	background-image: -ms-linear-gradient(top, #08C, #05C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#05C));
	background-image: -webkit-linear-gradient(top, #08C, #05C);
	background-image: -o-linear-gradient(top, #08C, #05C);
	background-image: linear-gradient(top, #08C, #05C);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	border: 1px solid #CCC;
	border-color: #05C #05C #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.tButton a {
	display: inline-block;
	font-size: 13px;
	padding: 4px 30px;
	line-height: 18px;
	vertical-align: middle;
}
.gbtn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -ms-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(top, white, #E6E6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	cursor: pointer;
}
.gbtn a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;

}

/* =============================================================================
   confirmation
   ========================================================================== */
   
#confirm_wrap {
	color: #454545;
	margin: 10px;
}
#confirm_wrap h1 {
	font-size: 130%;
	padding: 0 0 10px;
}
#confirm_wrap span {
	display: block;
}
#confirm_wrap .title {
	font-size: 120%;
	padding: 10px 5px 0;
}
#confirm_wrap .value {
	color: #023199;
	padding: 0 5px 5px;
	border-bottom: 1px solid #ddd;
	white-space: normal;
	word-break: break-all;
}
#confirm_wrap .alert {
	color: #B94A48;
	font-size: 13px;
	line-height: 18px;
	padding: 8px 14px;
	margin: 10px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #EED3D7;
	background-color: #F2DEDE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#confirm_wrap .submit {
	display: block;
	font-size: 16px;
	width: 120px;
	padding: 6px 14px;
	margin: 20px auto 10px;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5BB75B;
	background-image: -moz-linear-gradient(top, #62C462, #51A351);
	background-image: -ms-linear-gradient(top, #62C462, #51A351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
	background-image: -webkit-linear-gradient(top, #62C462, #51A351);
	background-image: -o-linear-gradient(top, #62C462, #51A351);
	background-image: linear-gradient(top, #62C462, #51A351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51A351 #51A351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#confirm_wrap footer {
	padding: 10px 0;
	text-align: center;
}
#confirm_wrap footer small {
	display: block;
}
#confirm_wrap .finish {
	font-size: 130%;
	padding: 10px;
	line-height: 1.6;
	text-align: center;
}
#confirm_wrap .fback {
	display: block;
	color: #333;
	width: 120px;
	margin: 15px auto;
}