<style>
/*全てに適用*/
/*ウィンドウ幅が767px以上の場合に適用*/
@media screen and (min-width: 767px) {
.img_right{
float: right;
margin-left: 30px;
}
}
/*ウィンドウ幅が最大767pxまでの場合に適用*/
@media screen and (max-width: 767px) {
.img_right{
width: 100%;
float: none;
margin-right: 0px;
padding: 0 10px;
}
.img_width{
width: 100%
}
}
</style>
<div class="l_items_default">
<div class="img_right">
<img src="/html/user_data/img/img2.jpg" alt="" class="img_width">
<!--<p class="remove">除去物質<br><span>102</span>項目</p>-->
</div>
<h2 class="d_item_name2">Aquamini 250CT</h2>
<div class="txt t_flexBox">
<div class="img_width">
<p class="content-text">お二人のご家庭やシングルライフの方に最適。<br />コンパクトでも高性能な浄水器です。</p>
<div style="margin: 30px 0;">
<p class="btn_txt" style="padding: 20px 20px;">1人~2人様</p>
<p class="btn_txt">1日の使用目安<br />12ℓ</p>
<br style="clear: both;">
</div>
<a href="/products/detail/296" class="l_item_btn">この商品について詳しく</a>
<a href="/products/list?category_id=40" class="l_item_btn">このほかのカウンタートップ浄水器はこちら</a>
</div>
</div>
<br style="clear: both;">
</div>