@charset "UTF-8";

/* 全体 */
* {
	font-family: "Sawarabi Gothic", Trebuchet, Century Gothic, Arial,"ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
e
	font-family: "Hina Mincho", serif;
	background-image: url(../photo/image_2025kaiko.png);
	background-repeat: no-repeat;
	background-position : center center;
	background-attachment: fixed;

}
a {
	color: #DDDDDD;
}
a:hover {
	color: #C1D2D2;
}
.wrapper {
	margin: 0 auto 0 auto;
}

/* ヘッダー */
.header {
	position: fixed;
	opacity: 0.44;
	top:200px;
	width: 100%;
	height: 100px;
	background-color: #B4D2CD;

}

#title {
	font-family: 'stylish', sans-serif;
	font-size: 66px;
	color: #FFFFFF;
	text-align: center;
	margin: 13px auto auto auto;
}
	
/* メイン */
.main {
	overflow: hidden;
	margin: 200px auto 200px auto;
	width: 94%;

}

#pagetitle {
	font-family: "Hina Mincho", serif;
	font-size: 18px;
	text-align: center;
	color: #4E8C8A;

}

#yomigana {
	font-family: "Hina Mincho", serif;
	font-size: 9px;
	text-align: center;
	color: #4E8C8A;

}	

#month {
	font-family: 'stylish', serif;
	font-size: 11px;
	text-align: center;
	color: #225659;

}

#caption {
	font-family: "Hina Mincho", serif;
	font-size: 9px;
	text-align: center;
	color: #4E8C8A;
	padding: 10px;
}

table {

	width: 88%;
	text-align: center;

}


#yi_title {
	font-family: "Hina Mincho", serif;
	font-size: 18px;
	text-align: center;
	color: #545E63;
}

#yi_titlesub {
	font-family: 'stylish', serif;
	font-size: 14px;
	text-align: center;
	color: #545E63;
}

#yi_honbun {
	font-family: "Hina Mincho", serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
	color: #545E63;

}

#hosoku {
	font-family: "Hina Mincho", serif;
	font-size: 12px;
	margin: 0 auto 10px auto;
	text-align: center;
	color: #545E63;
}


p {
	font-family: "Hina Mincho", serif;
	font-size: 14px;
	line-height: 1.8;
	color: #225659;

}



.text-center {
    text-align: center;
}




@media(min-width:1024px){
	.main {
		margin: 200px auto 200px auto;
		width: 700px;
	}

	table {

	width: 50%;

	}

	#yi_honbun {

	font-size: 15px;
	line-height: 1.88;

	}


	p {
		font-size: 15px;
	}
}