@charset "UTF-8";

.grayTable td a{
	color: #000099;
	text-decoration: none;
}
.grayTable td a:hover{
	text-decoration: underline;
}
.typeListBD li{
	background: url(/support/images/dot_black.gif) no-repeat 0 center;
}

.textLink a{
	color: #000099;
}
.textLink a:hover{
	text-decoration: underline;
}

.mainContentWrap{
	padding: 0 20px;
}

@media only screen and (max-width: 767px){
	.mainContentWrap{
		padding: 0;
	}
}
