@charset "utf-8";

#page_cooperation .catch{
	color: #096;
}
#page_cooperation .divTable .cell{
	padding: 0 10px;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
/*tablet*/
#page_cooperation .divTable,
#page_cooperation .divTable .cell{
	display:block;
}
#page_cooperation .divTable .cell img{
	margin:10px auto;
	display:block;
}
}
@media screen and (max-width: 620px){
/*smart phone*/
}
@media screen and (max-width: 479px) {
/*sp*/
}