@charset "UTF-8";
/* CSS Document */
	
/*プリントアウト用CSS（PCと同内容）*/
img{
	vertical-align:bottom;
}

.contents{
	padding-top:0;
}
.m_section01{
	padding-top:20px;
	background-color:#FDEFDD;
	text-align:center;
	margin-bottom:4em;
}
	.m_section01 img{
		width:auto;
	}
	
.m_section02{
	width:90%;
	max-width:768px;
	margin:0 auto;
	margin-bottom:80px;
}
	.m_section02 img{
		width:100%;
		max-width:380px;
	}
	.m_section02 .block01{
		margin-bottom:1em;
		text-align:center;
	}
	.m_section02 .block01{
		
	}
		

/*  スマホ向けのスタイル：0以上-------------------------------------------------*/
@media only screen and (min-width: 0px) {
.contents{
	padding-top:0;
}
.m_section01{
	padding-top:10px;
	background-color:#FDEFDD;
	text-align:center;
	margin-bottom:2em;
}
	.m_section01 img{
		width:90%;
	}
	
.m_section02{
	width:90%;
	max-width:768px;
	margin:0 auto;
	margin-bottom:30px;
}
	.m_section02 img{
		width:100%;
		max-width:380px;
	}
	.m_section02 .block01{
		margin-bottom:1em;
		text-align:center;
	}
	.m_section02 .block01{
		
	}
	


}

/*  タブレット向けのスタイル：768px以上--------------------------------------------*/
@media only screen and (min-width: 768px) {
.contents{
	padding-top:0;
}
.m_section01{
	padding-top:20px;
	background-color:#FDEFDD;
	text-align:center;
	margin-bottom:4em;
}
	.m_section01 img{
		width:90%;
	}
	
.m_section02{
	width:90%;
	max-width:768px;
	margin:0 auto;
	margin-bottom:80px;
}
	.m_section02 img{
		width:100%;
		max-width:380px;
	}
	.m_section02 .block01{
		margin-bottom:1em;
		text-align:center;
	}
	.m_section02 .block01{
		
	}


}

/*  PC向けのスタイル：1000px以上-------------------------------------------------*/
@media only screen and (min-width: 1000px) {
.contents{
	padding-top:0;
}
.m_section01{
	padding-top:20px;
	background-color:#FDEFDD;
	text-align:center;
	margin-bottom:4em;
}
	.m_section01 img{
		width:auto;
	}
	
.m_section02{
	width:90%;
	max-width:768px;
	margin:0 auto;
	margin-bottom:80px;
}
	.m_section02 img{
		width:100%;
		max-width:380px;
	}
	.m_section02 .block01{
		margin-bottom:1em;
		text-align:center;
	}
	.m_section02 .block01{
		
	}



}

