@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */

#section01{
margin-bottom:50px;
}
#section01 ul{
list-style-type: none;
}
#section01 li a{
display: block;
padding:15px 20px;
border-bottom: #e8e8e8 solid 1px;
background: url(../images/arrow_sp.png) no-repeat left 50%;
-moz-background-size:6px 9px;
-webkit-background-size:6px 9px;
background-size:6px 9px;
text-decoration: none;
}



/* ----------------------------------
メディアクエリ　タブレットレイアウト : 481px　〜
----------------------------------- */
@media only screen and (min-width: 481px) {


#section01{
margin-bottom:50px;
}
#section01 ul{
list-style-type: none;
}
#section01 ul li{
padding:15px 20px;
background: url(../images/arrow_pc.png) no-repeat left 50%;
border-bottom: #e8e8e8 solid 1px;
}
#section01 li a{
border-bottom: none;
display: inline;
padding:0;
background:none;
}


}

/* ----------------------------------
メディアクエリ　デスクトップレイアウト : 769px　〜
----------------------------------- */
@media only screen and (min-width: 769px) {


}