@CHARSET "UTF-8";

@media all and (min-width:0px){
	/*0px以上で適用する内容*/
	body#index{
		margin: 0px 0px 0px 0px;
		height: 100%;
	}
}

@media all and (min-width:600px){
	/*600px以上で適用する内容*/
	body#index{
		background-image:url(../img/material/index-left-line.gif);
		background-repeat: repeat-y;
		background-position: left center;
		background-attachment: fixed;
		margin: 0px 0px 0px 0px;
		height: 100%;
		padding-left: 100px;
	}
}
