@charset "utf-8";

section#about_donative {
}
section#about_donative div.sectionInner {
}
section#about_donative div.sectionInner table {
}
section#about_donative div.sectionInner table tr {
}
section#about_donative div.sectionInner table tr th {
}
section#about_donative div.sectionInner table tr td {
}
section#about_donative div.sectionInner table tr td p {
	width: auto;
	max-width: 420px;
}



/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1279px) {
}



/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
section#about_donative div.sectionInner table tr td p {
	width: 100%;
	max-width: 100%;
}
}
