@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 shift_check_list_responsive.css
* * * * * * * * * * * * * * * * * */

/* shift_check_list
--------------------------------- */

/* TAB */
@media screen and (max-width: 1200px) {
	body{
		-webkit-text-size-adjust: 100%;
	}
	div.img-overflow-x {
	  overflow-x: scroll;
	}
}

/* SP */
@media screen and (max-width: 768px) {

	body.dict > header > h1 {
		font-size: 90%;
	}
	
	body.dict > header > h1 > span.word_to_explain {
		font-size: 95%;
	}
	
	div.dict > p {
		font-size: 90%;
	}
	
	div.img-overflow-x {
	  overflow-x: scroll;
	}
}
