@charset "UTF-8";
/* CSS Document */


/* ==================================================
	共通 [PC]
================================================== */

body {
	background: url(../images/common/bg.png) center top no-repeat;
	background-size: 100% auto;
}
@media only screen and (orientation:portrait){
body {
	/*min-height: 1365px;*/
}
}

#contents {
	padding-top: 50px;
	width: auto;
}

h1 {
	padding: 15px 0 11px;
	background: rgba(255,255,255,0.9);
	margin-bottom: 65px;
	text-align: center;
}
h1 span {
	display: block;
	margin-left: 230px;
}

@media screen and (max-width: 740px) {
body { background: none; }
#contents {
	padding-top: 30px;
	background: url(../images/common/bg.png) center top no-repeat;
	background-size: 100% auto;
}
h1 {
	padding: 0.8em 0;
	background: rgba(255,255,255,0.9);
	margin-bottom: 3em;
	text-align: center;
}
h1 span {
	display: inline;
	margin-left: 0;
}
h1 span img {
	max-width: 80%;
	height: auto;
}
}


/* ==================================================
	寄付について [PC]
================================================== */

#donation .box {
	margin-left: 230px;
	padding-bottom: 150px;
}
#donation .box>div {
	width: 640px;
	margin: 0 auto;
}

#donation h2 {
	margin-bottom: 35px;
}
#donation h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	border-bottom: solid 1px #c7c7c7;
	padding-bottom: 13px;
	margin-bottom: 25px;
	font-size: 140%;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#donation #contents p {
	margin-bottom: 1.5em;
	line-height: 2em;
}
#donation #contents ul {
	margin-top: 50px;
	margin-left: 35px;
}
#donation #contents ul li {
	float: left;
	margin-right: 30px;
}
#donation #contents ul li a:hover img {
	opacity: 0.7;
}


/* ==================================================
	寄付について [SP]
================================================== */

@media screen and (max-width: 740px) {
#donation .box {
	margin-left: 0;
	padding-bottom: 0;
	margin: 0 1.5em;
}
#donation .box>div {
	width: auto;
	margin: 0 auto;
}
#donation h2 {
	margin-bottom: 2.5em;
}
#donation h3 {
	font-size: 130%;
}
#donation #contents ul {
	margin: 3em 5%;
}
#donation #contents ul li {
	float: none;
	margin: 1em 0 0;
	text-align: center;
}
}


/* ==================================================
	ご挨拶 [PC]
================================================== */

#message .box {
	margin-left: 230px;
	background: url(../images/message/bg.png) center top no-repeat;
	margin-bottom: 50px;
}
#message .box>div {
	width: 640px;
	height: 1000px;
	margin: 0 auto;
}

#message h2 {
	padding-top: 50px;
	margin-bottom: 35px;
}
#message #contents p {
	margin-bottom: 1.5em;
	line-height: 2em;
}
.tr { text-align: right; }


/* ==================================================
	ご挨拶 [SP]
================================================== */

@media screen and (max-width: 740px) {
#message .box {
	margin: 0;
	background: url(../images/message/bg_sp.png) center bottom no-repeat;
	background-size: 100% auto;
	padding: 0 1.5em 100px;
}
#message .box>div {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
#message h2 {
	width: 60%;
	padding-top: 0;
	margin-bottom: 2em;
}
#message #contents ul {
	margin: 3em 5%;
}
#message #contents ul li {
	float: none;
	margin: 1em 0 0;
	text-align: center;
}
}
