@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */
#ttlCategory span{
width: 241px;
background-image: url(../images/ttl_category_sp.png);
background-size: 241px auto;
}
.contentsInner #section01{
padding: 14px 14px;
}

.block{
padding:15px 0;
border-top:#d6d6d6 solid 1px;
}
#section01 h2{
margin-top:1em;
font-size:11px;
line-height: 1.2;
font-weight: bold;
color:#333;
}
.android #section01 h2{
text-shadow:1px 0 1px #333;
}
#section01 p{
font-size:11px;
line-height: 1.6;
}




/* ----------------------------------
メディアクエリ　タブレットレイアウト : 481px　〜
----------------------------------- */
@media only screen and (min-width: 481px) {
.contentsInner #section01{
padding: 14px 20px 80px;
}
#section01{
margin-bottom:30px;
}
#section01 h2{
margin-top:1.5em;
font-size:14px;
line-height: 1.8;
}
#section01 p{
font-size:14px;
line-height: 1.8;
}



}

/* ----------------------------------
メディアクエリ　デスクトップレイアウト : 769px　〜
----------------------------------- */
@media only screen and (min-width: 769px) {
#ttlCategory span{
width: 406px;
background-image: url(../images/ttl_category_pc.png);
background-size: 406px auto;
}

}