/*-----------------------------
	rules(PC)ページ用
------------------------------*/
@media screen and (min-width: 645px) {


#contents {
	width: 645px;
	border: solid 1px #ff0000;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: white;
}

#image {
	width: 645px;
}


}

/*-----------------------------
	rules(スマホ)ページ用
------------------------------*/
@media screen and (max-width: 645px) {


#contents {
	width: 310px;
	border: solid 1px #ff0000;
	margin: 5px auto 0 auto;
	padding: 0;
	background-color: white;
}

#image {
	width: 310px;
}


}
