.wrap {
	width: 90%;
	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: 90%;
	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;
}

.date {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "メイリオ";
	width: 90%;
	margin-bottom: 2px;
}


.koumoku {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.text {
	font-size: 12px;
	line-height: 150%;
	padding: 3px;
	font-family: "メイリオ";
}
.text_midashi {
	font-size: 13px;
	padding: 3px;
	font-family: "メイリオ";
	line-height: 120%;
}
@media screen and (max-width:850px) {
	#container {
		width:768px;
	}
	#maincontent {
		width:558px;
	}
	.test{
        width:460px;
    }
	.wrap {
	    width: 90%;
    }
}

@media screen and (max-width:768px) {
	#container {
		width:100%;
	}
	#maincontent {
		width:100%;
	}
    .wrap {
	    width: 90%;
    }
	.title {
		font-size: 22px;
		width: 100%;
	}
	.date {
		font-size: 14px;
		width: 100%;
	}
	.koumoku {
		font-size: 14px;
	}
	.text {
		font-size: 14px;
	}
	.text_midashi {
		font-size: 15px;
	}
	
}
