@charset "UTF-8";
/* CSS Document */

/* 中身======================================================================================================== */
table dd a, table dd a:link, table dd a:visited{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	background-color: #111;
	color: #FFF;
	line-height: 1;
	padding: 5px;
	margin-left: 5px;
	border-radius: 5px;
}





/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
#contents_inner{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}



}