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

/* pedagogical situation color*/
#sitColor_1
{
	background-color:#604b7a;
}
#sitColor_2
{
	background-color:#00b2a9;
}
#sitColor_3
{
	background-color:#6aade4;
}
#sitColor_4
{
	background-color:#0f4dbc;
}
#sitColor_5
{
	background-color:#b00a3a;
}
#sitColor_6
{
	background-color:#AF65AF;
}
#sitColor_7
{
	background-color:#604b7a;
}


/* plus info color*/
#plusColor_1
{
	background-image: url(../images/img_index/1.png);
	background-repeat: no-repeat;
}
#plusColor_2
{
	background-image: url(../images/img_index/2.png);
	background-repeat: no-repeat;
}
#plusColor_3
{
	background-image: url(../images/img_index/3.png);
	background-repeat: no-repeat;
}
#plusColor_4
{
	background-image: url(../images/img_index/4.png);
	background-repeat: no-repeat;
}
#plusColor_5
{
	background-image: url(../images/img_index/5.png);
	background-repeat: no-repeat;
}

#plusColor_6
{
	background-image: url(../images/img_index/6.png);
	background-repeat: no-repeat;
}
#plusColor_7
{
	background-image: url(../images/img_index/1.png);
	background-repeat: no-repeat;
}

@media screen and  (max-width: 700px){

#plusColor_1
{
	background-image: url(../images/img_index/1.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
#plusColor_2
{
	background-image: url(../images/img_index/2.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
#plusColor_3
{
	background-image: url(../images/img_index/3.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
#plusColor_4
{
	background-image: url(../images/img_index/4.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
#plusColor_5
{
	background-image: url(../images/img_index/5.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}

#plusColor_6
{
	background-image: url(../images/img_index/6.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
#plusColor_7
{
	background-image: url(../images/img_index/1.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
	
}