<div id="item-detail">
<style>
.from_sp {
display: block;
margin: 0 10px;
border: 1px solid #c9c9c9;
border-radius: 4px;
background: #f9f9f9;
background: -webkit-gradient(linear,left top, left bottom,from(#cfcfcf),color-stop(0.03, #eee),color-stop(0.45, #eee),color-stop(0.52, #d7d7d7),to(#eeeeee));
color: #333;
font-size: 16px;
font-weight: bold;
text-align: center;
}
.from_sp > img {
height: 16px;
}
.from_sp > span {
display: inline-block;
margin: 5px 0;
}
.tel {
display:block;
margin:0 10px;
}
.tel img {
width: 100%;
vertical-align: middle;
}
</style>
<div style="margin:10px 0;">
<a id="to-pc-detail-page" class="from_sp" href="/item/{{ goods.itemId }}.html">
<span>PC版ページで詳細を確認</span>
<img src="https://img0.land-mark.biz/ut_img/public_images/item_page_over/icon_window.png" alt="別タブ">
</a>
</div>
</div>