• 文字サイズ


質問中

楽天市場ヘッダーコンテンツのエラーにつきまして

  • 相談者:非公開
  • 2021/11/08 13:38
お世話になっております。
楽天市場に出店している店舗でございます。

イベント告知君(R)を利用したく考えているのですが、以下の内容でひとまずヘッダーコンテンツを登録しようとするとエラーが出ます。
問題点が分からないのですが、こちらお教えいただくことは可能でしょうか?
よろしくお願いいたします。

【エラー内容】
①認められていないHTMLタグ、または「<」「>」が入力されています。
こちらの利用禁止タグについてヘルプをご確認の上、再度入力してください。
② HTMLタグの「<」「>」が正しく閉じられていません。「<」「>」の数が一致しているかをご確認ください。

【ヘッダーコンテンツ内容】
<style>
span {
letter-spacing: 1 !important;
}

span.catch_copy {
color: #007380;
display: block;
font-size: 16px;
line-height: 1.5;
}

span.item_name {
color: #403730;
display: block;
font-size: 20px;
line-height: 1.5;
}

span.item_name > b{
font-weight: normal;
}


span.item_desc {
color: #403730;
display: block;
margin-top: 24px;
line-height: 1.8;
}

span.price1,
span.price2,
span.tax_postage {
color: #403730;
}

#rakutenLimitedId_cart tr td {
text-align: left;
}

.bdg-point-display-summary {
margin-top: 24px;
}

.a.meT_sdtext:link {
color: #403730;
font-weight: normal;
text-align: left;
font-size: 14px;
}

a.category_itemnamelink:link {
color: #a99873;
text-decoration: none;
}

.category_contents > p {
margin: 0;
padding: 0;
}

.category_contents > p + p {
border-top: dotted 1px #a99873;
}

.category_contents > p > a{
color: #403730;
text-decoration: none;
font-size: 14px;
margin: 0;
padding: 8px;
display:block;
}

header {
z-index: 100;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
}

.header_inner {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 0 32px;
}

.header_main {
font-size: 16px;
margin:0;
}

.nav_list {
list-style: none;
margin: 0;
display: flex;
align-items: center;
}

.nav_list li {
margin: 0 0 0 4px;
}

.nav_list li a {
color: #666;
letter-spacing: 0.06em;
padding: 12px 8px 16px;
text-decoration: none;
}

.nav_list li a:hover {
opacity: 0.8;
}

.nav_list li a.with_icon {
display: flex;
align-items: center;
}

.with_img {
display: flex;
align-items: center;
}

.with_img img {
height: 21px;
width: auto;
padding-right: 4px;
padding-top: 3px;
}

.with_img span {
padding-top: 5px;
}

footer {
border-top: 1px dotted #c0c0c0;
margin-top: 80px;
}

.footer_info_contents {
max-width: 1000px;
margin: 0 auto;
display: flex;
padding: 40px;
justify-content: space-between;
flex-wrap: wrap;
color: #403730;
}

.footer_info {
margin: 0;
width: 48%;
padding: 16px 0;
font-size: 14px;
letter-spacing: 1.5px;
line-height: 1.5;
}

.footer_info dt {
margin: 0;
line-height: 1.8;
}

.footer_info dd {
margin: 0;
margin-top: 5px;
line-height: 1.8;
}

@media screen and (max-width: 640px) {
.footer_info_contents {
display: block;
padding: 24px 5%;
}

.footer_info {
width: 100%;
padding: 12px 0;
}
}



</style>


<header>
<div class="header_inner">
<nav class="pc-nav header_main">
<ul class="nav_list">
<li>
<a href="https//www.rakuten.ne.jp/gold/SHOP-URL/">
TOP
</a>
</li>
<li>
<li>
<a href="https//www.rakuten.ne.jp/gold/SHOP-URL/about.html">
ABOUT
</a>
</li>
<li>
<a href="https://item.rakuten.co.jp/SHOP-URL/ITEM-URL/ITEM-URL/">
PRODUCTS
</a>
</li>
<li>
<a href="https://www.rakuten.co.jp/SHOP-URL/info2.html">
PAYMENTS
</a>
</li>
<li>
<a class="with_img" href="https://basket.step.rakuten.co.jp/rms/mall/bs/cartempty/">
<img src="https://image.rakuten.co.jp/SHOP-URL/cabinet/imgrc0078494730.jpg"><span>CART</span>
</a>
</li>
<li>
<a href="https://www.rakuten.co.jp/">
RAKUTEN
</a>
</li>
</ul>
</nav>
</div>
</header>
投稿内容について報告する
今気になってる疑問、
セミナーに参加すれば解決するかも!?
日本全国のネットショップ12,000社が参加!
ネットショップでお悩みがある方はまずはオンラインセミナーへGO!
広告0円で楽天の売上アップ続出!
ECマスターズチャンネルをチェック!
総視聴回数15万回突破!
最新の対策事例やSALE対策など、売上にお困りの方はぜひご視聴ください!

  • 返信者:非公開
  • 2021/11/08 16:50
ECマスターズの田中です。

いただいたソースのstyleタグ内に含まれる、

span.item_name > b{
.category_conte………(省略)………