@charset "utf-8";
#contents .notice_box {
	border: 1px solid #333;
	margin-bottom: 20px;
}
#contents .notice_box p {
	margin: 15px 0px 15px 15px;
}
#contents dl.qa dt {
	font-weight: normal;
	margin-bottom: 5px;
}
#contents dl.qa dd {
	margin-left: 10px;
}


#pageMainContent .title {
    height: 15px;
    line-height: 15px;
    margin-bottom: 20px;
    padding: 10px 21px;
    border: none;
    color: #333;
    background: url(/support/share/images/title-bg.gif) repeat-x left top;
}


@media screen and (max-width: 640px) {
	#pageMainContent .title {
		font-size:90%;
}