/* CSS Document */

.wrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	display: block;
	padding-top: 5px;
}

#main {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.table {
	font-size: 12px;
	line-height: 130%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 95%;
}
.kome {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
	margin-left: 3px;
}


.text {
	background-color:#FFFFFF;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
	padding-right: 5px;
}
.bg1 {
	background-color: #DFEFF9;
	font-weight: bold;
}
.bg2 {
	background-color: #E0EDDC;
	font-weight: bold;
}

.title {
	font-size: 20px;
	color: #000000;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	width: 95%;
	
}
.head {
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 15px;
}

.notes {
	font-size: 12px;
	color: #000066;
	width: 90%;
	text-align: left;
	border: 1px dashed #000099;
	line-height: 150%;
	margin-top: 10px;
	font-family: "ＭＳ 明朝";
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F7F7F7;
}
.tate{
	text-align: center;
}

@media screen and (max-width:850px) {
	#container {
		width:768px;
	}
	#maincontent {
		width:558px;
	}
	.wrap {
		width: 90%;
	}
}

@media screen and (max-width:768px) {
	#wrap {
	    width: 90%;
		margin:auto;
		padding:0px;
    }
	#container {
		width:100%;
	}
	#maincontent {
		width:100%;
	}
	#content {
		width:100%;
	}
	.title {
		font-size: 24px;
	}
	.date {
		font-size: 14px;
		width: 100%;
	}
	.koumoku {
		font-size: 14px;
	}
	.text {
		font-size: 14px;
	}
}
