@charset "UTF-8";

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

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


#helpTopNotice li.important a {
	padding-right: 44px;
	background: url(../image/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: 828px;
	height: 29px;
	margin: 0;
	padding: 2px 4px;
	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(../image/help_arrow_or.png) 0 50% no-repeat;
}
#helpTopFaq .helpLinkBlock2 {
    width: 40%;
    margin: 10px auto 10px;
}
/*#helpTopFaq .helpLinkBlock2:last-child,*/
#helpTopFaq .helpLinkBlock2Last {
	margin: 10px 0 20px;
}

#helpTopFaq .helpLinkBlock2 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 .helpLinkBlock2 .linkList {
	margin-left: 51px;
	line-height: 2;
}

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

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


.helpMenuRow2.cf {
	display: -webkit-flex; /* Safari */
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: left; /* Safari */
    justify-content: left;
}
#helpTopFaq .helpLinkBlock2 dt p {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    color: #333;
}
#helpTopFaq .helpLinkBlock2 .subDesc {
    padding: 0px 5px 3px;
    font-size: 110%;
}

