@charset "utf-8";

body #container{
		font-size: 100%;
}

body #container li.sizeL{
	border-bottom:none;

}

body #container li.sizeM{
	border-bottom:none;

}

body #container li.sizeS{
	border-bottom:#F60 solid 2px;

}






/**************** SP *******************/
@media screen and (max-width: 750px) {

body #container{
		/* font-size:larger; */
		line-height:140%;
}
body #container p {
		line-height:160%;
}

}