@charset "utf-8";

#contact {
	width: 1000px;
}


@media(max-width:768px){
	#contact {
		width: 100%;
		padding: 0;
	}
}

/*******************************************************
 form-style
*******************************************************/

#formbox {
	color: #333;
	margin:0 auto;
	max-width: 950px;
}
#formbox table td{
	font-size:13px;
	font-weight:normal;
	padding:5px 0 5px 10px;
}
#formbox table,th{
	padding:5px 0 5px 10px;
	text-align:left;
	font-size:13px;
	font-weight:normal;
}
#formbox table,tr{
		border-collapse: collapse;
		border-bottom:1px #ccc solid;
}
#formbox span{
	color:red;
	}
#menu li{
	float:none;
}

/**** hotpapper ****/

#hotpapper {
	width: 500px;
	margin: 30px auto;
}


#hotpapper img {
	width: initial;
}

@media screen and (max-width:780px){
	#hotpapper {
		width: 100%;
		display: block;
		padding: 0 10px;
	}
}