@charset "utf-8";
/* CSS Document */

table .title {
	width:97%;
	font-size:36px;
	border-bottom:solid 3px #999;
	margin-bottom:10px;
	margin-top:10px;
	border-left:solid 6px #45c9e4;
	padding-left:20px;
	height:auto;
	line-height:1.5em;
	text-align:left;
}

.f-navi-line {
	width:1px;
	height:250px;
	background-color:#fff;
}

a:link {
	text-decoration:underline;
	color:#000;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #333333;

}
a:active {
	text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.space8 {
	width:100px;
	height:8px;
}

	#all{
		width: 97%;
		font-family: "ＭＳ ゴシック";
	}

	.aria{
		border: 0;
		width: 700px;
		margin-left: auto;
    margin-right: auto;
		margin-bottom: 20px;
		line-height: 1.2em;
	}

	@media screen and (min-width:0px) and ( max-width:699px) {
		table .title {
			font-size:20px;
		}

		.aria{
			width: 97%;
			margin-left: 5px;
		}

		.font1{
			font-size: 14px;
		}

		.font2{
			font-size: 13px;
		}

		#honsya{
			width: 99%;
			height: auto;
		}
	}