@charset "UTF-8";
/* CSS Document */

body {
	background:none;
}

ul.side_navi {
	max-width:250px;
	height:auto;
	margin:0;
	padding:0;
}

ul.side_navi li {
	margin-top:5px;
	border-bottom:solid 1px #FFFFFF;
}

ul.side_navi li a img {
	width:100%;
	height:auto;
}


/*----------------------------------------------------
  smartphone 480px
----------------------------------------------------*/
@media screen and (max-width:480px){

}

/*----------------------------------------------------
  tablet 481px~768px
----------------------------------------------------*/
@media screen and (min-width:481px) and ( max-width:768px) {

}

/*----------------------------------------------------
  below 769px~1170px
----------------------------------------------------*/
@media screen and (min-width:769px) and ( max-width:1170px) {
}

/*----------------------------------------------------
   above 1171px
----------------------------------------------------*/
@media screen and (min-width:1171px) {
}
