#a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10,#a11,#a12,#a13,#a14,#a15,#a16,#a17,#a18,#a19,#a20,#a21,#a22,#a23
{
	margin-top: -100px;
	padding-top: 100px;
}

.repo {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-radius: 6px;
}
.repo h2 {
	background: #004baf;
	border-radius: 6px 6px 0 0;
	margin-bottom: 15px;
	padding: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3em;
}
.repo h3 {
	font-weight: bold;
	margin: 0 15px 5px;
}
.repo p {
	margin: 0 15px 20px;
	line-height: 1.5;
}
.repo p.date {
	font-size: 0.8em;
}
.repo p.date:before {
	content: "\f073";
	font-family: FontAwesome;
	color: #004baf;
	margin-right: 0.3em;
}
.info {
	margin: 0 15px 20px;
}
.info p {
	margin: 0 0 10px;
}
.info-table td {
	padding: 10px 30px;
}
.inner-table td {
	padding: 0 0 10px 0;
}
.inner-table td:nth-of-type(2) {
	padding: 0 0 10px 20px;
}

/* ---------------------------------------------
	768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	#a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10,#a11,#a12,#a13,#a14,#a15,#a16,#a17,#a18,#a19,#a20,#a21,#a22,#a23
	{
		margin-top: -70px;
		padding-top: 70px;
	}
}
/* ---------------------------------------------
	691px 以下
--------------------------------------------- */
@media only screen and (max-width: 691px) {
	.info-table td {
		padding: 5px 10px;
	}
	.space-td {
		display: none !important;
	}
	.info-table,
	.info-table tbody,
	.info-table tr,
	.info-table td {
		display: block;
		width: 100%;
	}
	.info-table tr td:first-child {
		border-bottom: 1px solid #333;
		padding: 30px 10px 5px;
	}
	.top-td {
		padding: 5px 10px !important;
	}
	.info-table tr td:nth-of-type(4), .only-name-td {
		border-bottom: 1px dotted #333;
	}
	.shikkou {
		border: 1px solid #333;
		margin: 5px auto 5px 0;
		width: 5rem !important;
		text-align: center;
	}
}