body{
	background: rgb(249, 197, 54);
}
input{
	border: 1px solid #999;
}
.profBox{
	border:1px solid #ededed;
	padding:25px;
	width:94%;
	max-width:680px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:50px;
	box-sizing: border-box;
}
.profBox_top{
/*	background: #fff;*/
}
.profBox h1{
	background:#f2f2f2;
	padding:15px;
	margin-bottom:20px;
	margin-top:0px;
	font-size:1.1em;
}

.profBox dl dt{
	border-bottom:1px solid #ededed;
	padding-bottom:10px;
	margin-bottom:15px;
	font-weight:bold;
	margin-top: 30px;
}

.profBox dl dd{
	margin-bottom:25px;	
	margin-left:0px;
	line-height: 2.0em;
}

.inputText{
	width:100%;
	padding:10px!important;
	font-size:1.1em;
	box-sizing: border-box;
}
.orderFormname_zip{
	width: 30%;
	border: 1px solid #ccc;
	height: 30px;
	font-size:1.1em;
	margin-bottom: 10px;
}
.orderFormname {
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	height: 30px;
	font-size:1.1em;
	margin-bottom: 10px;
}
.select_form{
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	height: 30px;
	font-size:1.1em;
}

.select_form select {
	font-size:1.1em;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	border: none;
	background:#fff;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.select_form.select_form_inner {
	position: relative;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
	background: #ffffff;
}
.select_form.select_form_inner:before {
	content: "";
	display:block;
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width:10px;
	height:10px;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	pointer-events: none;
	transform: rotate(-45deg);
	margin-top:-3px;
}
.select_form.select_form_inner select {
	padding: 8px 38px 8px 8px;
	color: #c0c0c0;
}

.textboxdata{
	border: 1px solid #c0c0c0;
	width:100%;
	height:150px;
	padding:15px;
	font-size:1.1em;
	box-sizing: border-box;
}

.btnStyle1{
	background:#000;
	color:#fff;
	width:250px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
	border:none;
	border-radius: 5px;
}
.erroebox{
	color:#d91313;
	padding-top:10px;
}
.delatearea{
	position: absolute;
	left: -9999px;
}
.mgb10px{
	margin-bottom:10px;
}
input::placeholder {
	 color: #ccc;
}

.abc{
	color:blue;
	text-align: end;
	padding:10px;
}


.nav{
	width: 100%;
	height: 140px;
	text-align: center;
	margin-bottom: 50px;
}
.toiawase_info{
	margin-top: 20px;;
	margin:0 auto;
	width:80%;

/*	background:#fff;*/
}


.toiawase_info dl dt {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 30px;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 1.2em;
    background: rgba(255,85,0,.9);
    

}
#footer img{
	margin-top: 20px;
}
.pic_top_mail{
	padding-top: 30px;
	width: 500px;
}



/* ヘッダー
------------------------------------------------------------*/
.header_p{
	font-size: 1.1em;
	line-height: 150%;
}
#header_mail{
/*	position: relative;*/
    overflow:hidden;
	width:100%;
	margin-top: 80px;;

}

#header img{
	
/*	position:relative;*/
	
	/*
    left:50%;
    width:1280px;
    height:568px;
	margin-left:-640px;
	*/
}

