<style>
/*全てに適用*/
.l_items_default{
margin-bottom: 50px;
}
.d_item_name2{
font-size: 24px;
padding: 5px 0;
margin-bottom: 13px;
color: #2e6faf;
font-weight: bold;
}
.img_left{
float: left;
margin-right: 30px;
}
.btn_txt{
background-color: #439acf;
padding: 10px 10px;
width: 150px;
color:#FFFFFF;
text-align: center;
margin: 0 25px 0 0;
float: left;
line-height: 1.5;
}
.l_item_btn {
display: block;
/*width: 55%;*/
text-align: center;
margin: 10px auto 0;
padding: 5px 5px;
-webkit-border-radius: 20px; /* Safari,Google Chrome */
-moz-border-radius: 20px; /* Firefox */
border-radius: 20px;
border: 1px solid #000;
margin: 10px 10px 0 0;
position: relative;
top: 36px;
}
}
/*ウィンドウ幅が767px以上の場合に適用*/
@media screen and (min-width: 767px) {
.img_left{
float: left;
margin-right: 30px;
}
}
/*ウィンドウ幅が最大767pxまでの場合に適用*/
@media screen and (max-width: 767px) {
.img_left{
width: 100%;
float: none;
margin-right: 0px;
padding: 0 10px;
}
.img_width{
width: 100%
}
.d_item_name2{
font-size: 24px;
padding: 10px 0 0 10px;
margin-bottom: 13px;
color: #2e6faf;
font-weight: bold;
}
.content-text{
padding: 0 10px;
}
.btn_txt{
background-color: #439acf;
padding: 10px 10px;
width: 44%;
color:#FFFFFF;
text-align: center;
margin: 0 3%;
float: left;
line-height: 1.5;
}
.l_item_btn {
display: block;
width: 95%;
text-align: center;
margin: 10px auto 0;
padding: 15px 0;
-webkit-border-radius: 20px; /* Safari,Google Chrome */
-moz-border-radius: 20px; /* Firefox */
border-radius: 20px;
border: 1px solid #000;
margin:10px auto;
position: relative;
top: 18px;
}
}
</style>
<div class="l_items_default">
<div class="img_left">
<img src="/html/user_data/img/img1.jpg" alt="" class="img_width">
</div>
<h2 class="d_item_name2">Aquaextra EXCT</h2>
<div class="txt t_flexBox">
<div class="img_width">
<p class="content-text">バクテリア・ウイルス除去が可能なマルチピュア最上位モデル。大家族の方にもゆとりのファミリータイプの浄水器です。お料理の下ごしらえから飲料水までたっぷりお使いいただけます。</p>
<div style="margin: 30px 0;">
<p class="btn_txt">ご家族4人以上の<br />ファミリータイプ</p>
<p class="btn_txt">1日の使用目安<br />46ℓ</p>
<br style="clear: both;">
</div>
<a href="/products/detail/309" class="l_item_btn">この商品について詳しく</a>
<a href="/items/aquaextra/" class="l_item_btn">Aquaextraシリーズについてはこちら</a>
</div>
</div>
<br style="clear: both;">
</div>