html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
.block02 h2{font-size:16px; line-height:30px;}
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
	
}
@media (max-width:767px) {
.header {
	text-align: center;
}
.s-header {
	text-align: center;
}
.header .logo {
	float: none;
	display: inline-block;
}
.block02 h2{font-size:16px; line-height:30px;}
}
@media only screen and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Featured------------------ */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
.block01 h2{text-align:center; font-size:18px; line-height:1.3em; }
.block01 p{font-size:14px; text-align:center; line-height:1.3em; }
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 619px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
body {font: 16px;}
a.button {font: 16px;}

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
.block01 p{font-size:16px;}

.block02 p{font-size:16px;}
.block02 img {margin:15px 0;} 

.block04 p{font-size:16px;}

	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (max-width: 479px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
body {font: 16px;}

a.button {font: 16px;}

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
.block01 p{font-size:16px;}

.block02 p{font-size:16px;}
.block02 img {margin:15px 0;} 

.block04 p{font-size:16px;}

	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}