@charset "UTF-8";

#helpTopNotice li {
	line-height:21px;
	margin-bottom:8px;
}

#helpTopNotice li.new a {
	padding-right: 30px;
	background: url(../../images/rakuten/icon_new.png) 100% 50% no-repeat;
}


#helpTopNotice li.important a {
	padding-right: 44px;
	background: url(../../images/rakuten/icon_important.png) 100% 50% no-repeat;
}

.topNoticeInner {
margin: 16px 16px 0px;
}

.topNoticeInner .topNoticeInnerBlockL {
	float: left;
	width: 441px;
}

.topNoticeInner .topNoticeInnerBlockR {
	float: right;
	width: 441px;
}

#helpTopFaq {
	margin: 0 0 30px;
}

#helpTopFaq #topFaqForm {
	padding: 16px 5px 16px 22px;
	background: #eee;
}

#helpTopFaq #topFaqForm .inputTxt,
#helpTopFaq #topFaqForm .inputBtn {
	float: left;
	padding: 6px 0 0;
}

#helpTopFaq #topFaqForm .inputTxt {
	margin: 0 7px 0 0;
}

#helpTopFaq #topFaqForm .inputTxt input {
	width: 464px;
	height: 12px;
	margin: 0;
	padding: 7px;
	background: #fff;
	border: 1px solid #a9a9a9;
	font-size: 100%;
/*	font-size: 12px;*/
}

#helpTopFaq #topFaqForm .inputBtn input {
	width: 70px;
	height: 28px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #515151;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
}

#helpTopFaq #topFaqForm .keyword {
	float: right;
	width: 343px;
}

#helpTopFaq #topFaqForm .keyword dt,
#helpTopFaq #topFaqForm .keyword dd {
	display: inline;
	font-size: 90%;
}



#helpTopFaq .helpLinkBlock {
	display: inline;
	float: left;
	width: 286px;
	margin: 10px 30px 20px 0;
}

/*#helpTopFaq .helpLinkBlock:last-child,*/
#helpTopFaq .helpLinkBlockLast {
	margin: 10px 0 20px;
}

#helpTopFaq .helpLinkBlock dt {
	margin: 0 0 12px;
	padding: 5px 0 4px;
	border-bottom: 1px solid #999;
	font-size: 115%;
	line-height: 1.1;
	font-weight: bold;
}

#helpTopFaq .helpLinkBlock .linkList {
	margin-left: 51px;
	line-height: 2;
}

#helpTopFaq .helpLinkBlock .linkPage {
	margin: 10px 15px 0 0;
	line-height: 2;
	text-align: right;
}

#helpTopFaq .helpLinkBlock .linkPage a {
	padding-left: 11px;
	background: url(../../images/rakuten/help_arrow_or.png) 0 50% no-repeat;
}



