@charset "utf-8";
/* CSS Document */

h2{font-size:30px;
font-weight: bold;
text-align: center;
padding: 2% 0%;}

#contact{font-size:
14px;}

.tit{font-size:
18px;
font-weight: bold;
padding: 2% 0%;
text-align: center;}


.border{border-bottom:solid 1px #000;
border-top:solid 1px #000;
padding: 3% 0%;
margin-top: 3%;}

.poricy-txt{font-size:14px;}


dt{background:#828282;
padding:1% 2%;
color: #fff;}

dd{margin:2% 4%;}

input[type="text"]{width:100%;
height:1.5em;}

input[type="text"].text02{width:50%;
height:1.5em;}
textarea{width:100%;
}

#btn{width:80%;
margin: 0 auto 20% auto;}

.btn{width:100%;
}

span{color:red;}


.poricy{text-align:center;
font-size: 14px;
line-height: 3em;}


@media only screen and (min-width: 640px) {
	
dl{margin-bottom:2%;}
	
	
dt{width:30%;
float:left;
padding:1% 2%;
background:none;
color:#000;
}

dd{width:66%;
float:left;
margin:0% 0%;}
		
	#btn{width:40%;
}	
	
	.btn{width:100%;
}
	

}



