/* CSS Document */
@media screen and (max-width: 1550px){
	body{
		background:#FFF;
	}
}
@media screen and (max-width: 1200px){
	#logo{
		right:-100px;	
	}
}
@media screen and (max-width: 1000px){
	#logo{
		right:15px;	
	}
	#logo_b{
		position:relative;
		left:inherit;	
		bottom:inherit;
		display:block;
		margin-top:20px;
	}
	#logo_l{
		position:relative;
		right:inherit;	
		bottom:inherit;
		display:block;
		margin-top:20px;
	}
}
@media screen and (max-width: 700px){
	#content{
		width:calc(100% - 30px);
		padding-left:15px;
		padding-right:15px;	
	}
}
@media screen and (max-width: 650px){
	.half{
		width:100%;	
	}
	h1{
		margin-top:30px;	
	}
}
@media screen and (max-width: 400px){
	h1{
		font-size:40px;	
		line-height:42px;
	}
}