section.sec2 form b.adr{
	display:inline-block;
	width:70px;
	margin:5px 0 0 0;
	}
section.sec2 form b#address {
    width: 100px;
}

section.sec2 form input.syousai {
    width: 82%;
}

	
span.sp{
	display:none!important;
	}


/*=======================================================================================
ここからスマホ
=======================================================================================*/

@media screen and (max-width:800px) {

section.sec2 form b.adr{
	display:inline-block;
	width:95%;
	}
	
section.sec2 form b#address {
    width: 95%;
}	
section.sec2 form b.adr span.sp{
	display:inline-block!important;
	font-weight:normal;
	text-align:right;
	margin:0px;
	} 
	
section.sec2 form input#name {
	width: 85%;
	}

section.sec2 form input#mail {
	width: 85%;
	}
	
section.sec2 form input#zip {
	width: 30%;
	}
section.sec2 form input.syousai {
    width: 85%;
}	
	
	
	
	}	