/*=========================================================================

    Shogakukan Corpus Network
    last update 2016.6.20  Ver 1.00

=========================================================================*/


/* メインコンテンツ
-------------------------------------------------------------------------*/
#faq #main .Atitle {
	display: none;
}
#faq #main dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
#faq #main dd {
	margin: 0 0 25px 25px;
}
#faq #main table {
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #ccc;
}
#faq #main table th,
#faq #main table td {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}


/* サイドバー
-------------------------------------------------------------------------*/
#faq #side h3 {
	font-size: 18px;
	margin: 30px 0 10px;
}
#faq #side .guide {
	margin: 15px 0;
}
#faq #side .icon {
	display: inline-block;
	width: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #fff !important;
	margin: 2px;
	padding: 0;
	background: #497abc;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
#faq #side .icon.bnc {
	background-color: #497abc !important;
}
#faq #side .icon.wordbanks {
	background-color: #bb342e !important;
}
#faq #side .icon.jefll {
	background-color: #009595 !important;
}
#faq #side #support {
	margin: 20px 0 0;
}
#faq #side #support h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0;
}
#faq #side #inquiry a {
	display: block;
	line-height: 30px;
	padding: 0 0 0 30px;
	background: url(/image/common/icon_inquiry.png) no-repeat left center;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
#faq #side #policy a {
	display: block;
	line-height: 30px;
	padding: 0 0 0 30px;
	background: url(/image/common/icon_policy.png) no-repeat left center;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
