@charset "ISO-8859-1";

@import url('moci_small.css')(max-width: 480px);
@media screen and (min-width: 1200px) {
	#div_Link{
		width: 1200px;
	}
}

@media screen and (min-width: 700px) and (max-width: 1000px) {

    /* Content */
    #Content{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
    }

	#Content_Left{
		width: 100%;
	}
	#Left_Menu {
		margin-left :0;
	}
    #Left_Menu li{
    	float: left;
    	width: auto;
    	margin: 0;
    }

    #Left_Menu:after{
    	content: "";
    	clear: both;
    	display: block;
    }
    #Content_Right{
		border-left: none;
		width: 80%;
	}
}

@media screen and (max-width: 700px) {
    /* Content */
    #Content{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
    }

	#Content_Left{
		width: 100%;
	}
	#Left_Menu {
		margin-left :0;
	}
    #Left_Menu li{
    	float: left;
    	width: auto;
    	margin: 0;
    }

    #Left_Menu:after{
    	content: "";
    	clear: both;
    	display: block;
    }
    #Content_Right{
		border-left: none;
		width: 80%;
	}


	#PnS1_2{
		float: none;
		width: 460px;
	}
}