@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
/*a:visited {
	color: #6E6C64;
	text-decoration: underline;
}*/
a:hover, a:active, a:focus {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom : 24px
}
h1 {
	display:none;
	clear: both;
} /* 48px */
h2 {
	font-size : 100%;
	line-height : 2.25;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005e8a;
	padding-left: 10px;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
} /* 48px */
h3 {
	font-size : 100%;
	line-height : 1.5;
	margin: 0px;
	padding: 0px;
} /* 24px */
h4 {
	font-size : 100%;
	line-height : 1.5;
	margin: 0px;
	padding: 0px;
} /* 24px */
hgroup h2, h4, h5, h6 {
	font-size : 16px; /* 16px */
	line-height : 1.5
} /* 24px */
.js #menu {
	display:none;
}
.js .slicknav_menu {
	display:block;
}
#sub {
	display:none
}
#contents {
	width: 95%;
	margin:0 auto;
	overflow: hidden;
}
#contents p {
	font-size:75%;
	line-height:2;
	padding-right: 5px;
	padding-left: 5px;
}

#content ul {
	font-size:75%;
	line-height:2;
	padding-right: 5px;
	padding-left: 5px;
}

#content ul li {
	list-style-type: none;
}

#content p img {
	max-width:100%;
	
}

.donation a {
	font-weight: bolder;
	color: #EE0000;
	font-size: 120%;
}

#content .bank {
	border: 1px solid #555555;
	padding: 5px;
}

footer {
	color: #FFF;
	background-color: #005e8a;
	font-size: 75%;
	width: 100%;
	text-align:center;
	clear: both;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

footer p a {
	color: #FFF;
}

.gototop {
 display: none;
}
.clear_both {
	clear:both;
}

.red {
	color: #EE0000 !important;
}

/*　ページトップ　*/

#pageTop {
	background:#005e8a;
	border-radius:5px;
	color:#FFF;
	position:fixed;
	right:5px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:75%;
	bottom: 0px;
	}


@media screen and (min-width: 768px) {
body {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #00850c;
}
.js #menu {
	display:block;
}
.js .slicknav_menu {
	display:none;
}
header {
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	height: 52px;
	padding-top: 45px;
	padding-left: 15px;
	background-position: 15px top;
	background-color: #FFFFFF;
	position:relative;
}
#homelimk a {
	height: 43px;
	width: 150px;
	position: absolute;
	left: 13px;
	top: 0px;
}
#menu .home {
	display: none;
}
ul#menu {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
ul#menu li {
	list-style: none;
	padding:0;
	font-size:13px;
	float: left;
	position: relative;
	width:16%;/*親メニューの幅*/
	height: 40px;/*親メニューの高さ*/
	line-height: 50px;/*親メニューの背景色*/
	color: #000000;/*親メニューの文字色*/
	/* [disabled]text-align:center;
*/
	font-weight:bold;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
ul#menu .on {
	/* [disabled]width:11%;
*/
	/* [disabled]font-size:13px;
*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #005e8a;
}
ul#menu li a {
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: center;
}
ul#menu li:hover, ul#menu li a:hover {
	color:#444444;/*ホバー時の親メニューの文字色*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #005e8a;
}
ul#menu * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
h1 {
	display:block;
	font-size : 112.5%;
	line-height : 1.3333
}

#contents {
}

#contents p {
	font-size:85%;
}

#content p br {
	display:none;
}

#content ul {
	font-size:85%;
}


#content p img {
	padding: 5px;
	border: 1px solid #BBBBBB;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.gototop {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
}
}
@media screen and (min-width: 1024px) {
header {
	max-width:1024px;
	margin-right: auto;
	margin-left: auto;
}
ul#menu {
	max-width:1024px;
}
ul#menu li {
	font-size:18px
}

#contents {
	max-width:1024px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#contents p {
	font-size:100%;
}
#content ul {
	font-size:100%;
}



#home {
	font-size:12px;
	float: left;
	width: 48%;
	margin-right: 10px;
}
/*#content {
	float: left;
	width: 48%;
	margin-right: 10px;
}*/
footer {
	clear: both;
	overflow: hidden;
}

footer p {
	clear: both;
}
}
/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, nav, article, figure {
	display: block;
}
