
/* --------------------------------------------------

	ご紹介・ご案内

-------------------------------------------------- */


ul.block_list.type2 > li {
	margin-bottom:28px;
}
ul.block_list.type2 > li .content .img img {
	width: 100%;
	max-width: 480px;
}




/* ------------------------------------------------------------

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {
	
	
	
}


/* ------------------------------------------------------------

	768px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
	
}






/* ------------------------------------------------------------

	768px〜979px

------------------------------------------------------------ */
/*
@media screen and ( min-width : 768px ) and ( max-width : 979px ) {
	
	#week_header { min-height: 162px; }
	
}
*/

/* ------------------------------------------------------------

	640px〜979px

------------------------------------------------------------ */

@media screen and ( min-width : 640px ) and ( max-width : 979px ) {
	
}



/* ------------------------------------------------------------

	〜639px

------------------------------------------------------------ */

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


