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------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
	
}
@media (max-width:767px) {
.header {
	text-align: center;
}
}

@media only screen and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */

.block01 img {margin:15px 0;}

.block02 {}
.block02 p { }
.block02 h2 {font-size:18px;letter-spacing: -0.05em;}
.block02 h1 {font-size:18px;}
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
footer .heading h2{font-size:18px;letter-spacing: -0.05em;}
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (max-width: 479px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */

.block01 img {margin:15px 0;}

.block02 {}
.block02 p {}
.block02 h2 {font-size:18px;letter-spacing: -0.05em;}
.block02 h1 {font-size:18px;}
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
footer .heading h2{font-size:18px;letter-spacing: -0.05em;}
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}