.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;
	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;
}
.att {
	font-size: 12px;
	text-align: left;
	font-family: "メイリオ";
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.go_top {
	font-size: 12px;
	text-align: right;
	font-family: "メイリオ";
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.date {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "メイリオ";
	width: 100%;
	margin-bottom: 2px;
}
.fukuri {
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	font-family: "メイリオ";
	width: 100%;
	margin-bottom: 2px;
}

.pdf {
	background-color: #e41f26;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 1px 0px;
}

a.link{
	font-size: 9pt;
	text-decoration: underline;
}
a.link:link{
	text-decoration: underline;
	color: #0000FF;
}
a.link:visited{
	text-decoration: underline;
	color: #0000FF;
}
a.link:hover{
	text-decoration: underline;
	color: #CC0000;
}

.koumoku {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.text_center {
	font-size: 12px;
	line-height: 150%;
	padding: 5px;
	font-family: "メイリオ";
	text-align: center;
}

@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%;
	}
	
	.att {
	font-size: 14px;
}
	.go_top {
	font-size: 14px;
}
    .date {
	font-size: 14px;
}
    .fukuri {
	font-size: 14px;
}
    .pdf {
	font-size: 14px;
}
    a.link{
	font-size: 11pt;
}

    .koumoku {
	font-size: 14px;
}
    .text_center {
	font-size: 14px;

}

}
