@charset "UTF-8";

#article {
	border-top-color: #d71233;
	border-right-color: #d71233;
	border-bottom-color: #d71233;
	border-left-color: #d71233;
	padding-bottom: 30px;
}
#honnbunn {
	margin-right: 3%;
	margin-left: 4%;
}
#mail {
	font-size: medium;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sitaho {
	margin-top: 35px;
}
.toform{
	max-width: 232px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 25px;
	padding-right: 5%;

}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {

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

