@charset "utf-8";
/*---------------------
    wirelessBarCoater 
----------------------*/
#contents {
	background-color: white;
}

#contents h1 {
	font-size: 130%;
	min-height: 64px;
	background: url(../images/application/ttl_01.png) no-repeat 30px #262626;
	padding-left: 585px;
}

#contents h1 span {
	display: inline-block;
}

#titles {
	flex-wrap: wrap;
}

#titles nav {
	margin-left: auto;
}

#formContents {
    margin-bottom: 0;
}


@media only screen and (max-width: 1023px) {

	#contents h1 {
		text-shadow: 2px 2px 3px #000;
		z-index: 99;
	}
	
	#contents h1 span {
		display: none;
	}
}


