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:750px) {
.header {
	text-align: center;
}
.s-header {
	text-align: center;
}
.header .logo {
	float: none;
	display: inline-block;
}
.header h1, .header h1 a {
	text-align: center !important;
	font-size: 100%;
	line-height:1.2em;
}
	.block02 h2, .block02 h1 {font-size:20px;}
}

@media only screen and (max-width: 750px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */

	nav .wrap-nav{}
	.header {margin-top: 0px;height:100px;}
	.header #logo{top:60px;}

	nav .wrap-nav {position:relative; left:0px; top:0px; height:0px;display: inline-block;}
.menu  ul li { }
	.menu{}
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */

	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (max-width: 479px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	.header{height: 100px;}
	.header #logo{top: 90px;}

	nav .wrap-nav {position:relative; height: 37px; left:0px; top:0px;}
	.menu{display:block;}
	.minimenu{display:none;}
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */

	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}