@charset "utf-8";

/* -------------------------------------------------
     temp_page_box
 --------------------------------------------------- */
 
.temp_page_box {
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:10px auto;
	overflow:hidden;
}

.temp_page_box .temp_page_img {
	clear:both;
	float:left;
	width: 100%;
	height:auto;
	text-align:center;
}

.temp_page_box .temp_page_img img {
	max-width: 100%;
	height:auto;
}

.temp_page_box .temp_page_txt {
	clear:both;
	float:left;
	width: 100%;
	height:auto;
	margin-top: 15px;
	padding: 0px;
	box-sizing: border-box;
}


@media screen and (max-width: 770px) {
	.temp_page_box .temp_page_txt {
		padding: 10px;
	}


}

