@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------------
 #collaboration common
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#collaboration {
}
#collaboration a {
	text-decoration: underline;
}
#collaboration img {
	width: 100%;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
main {
}
#collaboration {
}
#collaboration a {
	text-decoration: underline;
}
}/* PC End */







