/*-------------------------------
 PRODUCT CSS
--------------------------------*/
#mainwrap{
	position: relative;
	margin-top: 30px;
	margin-bottom: 80px;
}

.bodywrap{
	padding: 0 10px;
}

.bodywrap .body-header h1{
	border-left: 5px solid #000;
	padding-left: 10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	border: 1px solid #cfcfcf;
	padding: 20px 20px;
	margin-bottom: 1em;

	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 56%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(56%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 56%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#ffffff 56%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#ffffff 56%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 1%,#ffffff 56%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.bodywrap p{
	margin-bottom: 1em;
	font-size: 14px;
}

.bodywrap p a{
	text-decoration: underline;
}

.bodywrap .doui{
	border: 1px solid #c5cfdc;
	padding: 10px;
	font-size: 14px;
	background-color: #e9ecff;
	margin-bottom: 30px;
	margin-top: 20px;
}

.bodywrap .doui-check{
	border: 2px solid #c5cfdc;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.bodywrap h1 {
	font-size: 14px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	margin-top: 20px;
}
#form-wrap table th{
	width: 200px;
}

#form-wrap .th{
	padding: 15px 0 5px;
	vertical-align: middle;
	font-weight: bold;
}

#form-wrap .td{
	padding: 0;
	vertical-align: middle;
}

#form-wrap input[type=text],
#form-wrap input[type=number],
#form-wrap input[type=password],
#form-wrap input[type=email]{
	padding: 6px 10px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    width: 100%;
    border: 1px solid #A9A9A9;
}

#form-wrap select{
	padding: 6px 10px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
}

#form-wrap textarea{
	padding: 6px 10px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    width: 100%;
}
#form-wrap input[type=button]{
	cursor: pointer;
}

#form-wrap #zip{
	width: 11ex;
}

#form-wrap select + input,
#form-wrap input + input{
	margin-top: 5px;
}

#form-wrap label{
	display: block;
	padding: 10px 0;
}

#form-wrap #zips{
	width: auto;
	margin-left: 10px;
}

#form-wrap .hi {
    font-size: 0.8em;
    border: 1px solid #e74b77;
    display: inline-block;
    margin-left: 6px;
    line-height: 100%;
    padding: 3px 8px;
    color: #e74b77;
    font-weight: 500;
}
.formError {
    color: #d00;
    font-weight: bold;
}

.inputError {
    border: 1px solid #d00 !important;
    background-color: #fff8f8;
}

.text-success{
	color: #00e;
	display: block;
}

.success-box{
	color: #00e;
	font-weight: bold;
	padding: 6px 10px;
	text-align: center;
	border: 2px solid #00e;
	margin-top: 30px;
}

#submit {
    display: inline-block;
    width: 80%;
    margin: 5px 0 20px;
    padding: 12px 24px;
    font-size: 14px;
    text-align: center;
    background: #50BDC7;
    border: none;
    color: #fff !important;
    border-radius: 5px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

#reedit {
    display: inline-block;
    width: 80%;
    margin: 5px 0 20px;
    padding: 12px 24px;
    font-size: 14px;
    text-align: center;
    background: #eee;
    border: none;
    color: #000 !important;
    border-radius: 5px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

