.wrap {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	display: block;
	padding-top: 5px;
}

.title {
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	text-indent: 10px;
	display: block;
	width: 430px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #CC0000;
	font-family: "繝｡繧､繝ｪ繧ｪ";
	margin-bottom: 15px;
}
.keisan {
	font-size: 15px;
	text-align: center;
	font-family: "繝｡繧､繝ｪ繧ｪ";
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.date {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "繝｡繧､繝ｪ繧ｪ";
	width: 450px;
	margin-bottom: 2px;
}

.koumoku {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.text {
	font-size: 14px;
	line-height: 150%;
	padding: 5px;
	font-family: "繝｡繧､繝ｪ繧ｪ";
}
.title2 {font-size: 12px}
.tablestyle{
	width:450px;
}

@media screen and (max-width:850px) {
	#container {
		width:768px;
	}
	#maincontent {
		width:558px;
	}
    .test{
        width:460px;
    }
	.date {
		font-size: 17px;
	}

	.koumoku {
		font-size: 17px;
	}
	.text {
		font-size: 17px;
	}
	.title2 {
		font-size: 17px;
	}
	.wrap {
	    width: 90%;
    }	
}

@media screen and (max-width:768px) {
	#container {
		width:100%;
	}
	#maincontent {
		width:100%;
	}
    .wrap {
	    width: 90%;
    }
    .title {
    	width: 90%;
    }
	.date {
		font-size: 17px;
		width:100%;
	}

	.koumoku {
		font-size: 17px;
	}
	.text {
		font-size: 17px;
	}
	.title2 {
		font-size: 17px;
	}
	.tablestyle{
		width:90%;
	}
	#content{
		width:100%;
	}
}
