#contents{
width:100%;
margin:15px auto;
clear:both;
}


.productsarea{
width:1150px;
margin:10px auto 0 auto;
clear:both;
margin-top:50px;
}

.slide_area{
width:540px;
float:left;
}

#sp_slide_area{
display:none;
}

.ex_area{
width:557px;
float:right;
}

.ps_ttl{
text-align:left;
font-size: 15px;
padding-top:40px;
font-weight:500;
line-height:1.8;
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
color:#6E6E6E;
}

.pm_ttl{
text-align:left;
font-size: 24px;
padding-bottom:0;
line-height:1.4;
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
color:#6E6E6E;
padding-top:10px;
}

.pd_price{
font-size: 16px;
line-height:1.5;
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
padding-top:10px;
}

hr{
margin:20px 0 20px 0;
}

.pd_feature{
font-size:15px;
line-height:1.8;
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

li.lt_ft{
padding-left:20px;
background:url(../../images/list_icon01.png) no-repeat;
}

.pd_size{
font-size:14px;
line-height:1.4;
padding-top:10px;
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

li.lt_size{
padding-left:16px;
background:url(../../images/list_icon02.png) no-repeat;
}

/* 幅810px以下から サイズ調整
------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
.productsarea{
width:100%;
margin:10px auto 0 auto;
clear:both;
}
.slide_area{
width:50%;
float:left;
}
.ex_area{
width:40%;
float:right;
margin-top:50px;
}
}


/* 幅750px以下から サイズ調整
------------------------------------------------------------*/
@media only screen and (max-width: 920px){
.ps_ttl{
text-align:left;
font-size: 13px;
padding-top:40px;
font-weight:400;
line-height:1.8;
}

.pm_ttl{
text-align:left;
font-size: 20px;
padding-bottom:0;
font-weight:400;
}
.productsarea{
width:98%;
margin:10px auto 0 auto;
clear:both;
}
.slide_area{
display:none;
}
#sp_slide_area{
display:block;
clear:both;
}
.ex_area{
width:80%;
float:none;
margin:10px auto;
margin-top:50px;
}
}