@charset "utf-8";

	
	/* -------------------------------------------
		for 2nd Page css
	---------------------------------------------- */
	
	#contentsTitle {
		background:url(../../image/temp/headerBg.gif) no-repeat;
		min-height:110px;
		width:100%;
		text-align:center;
		display:block;
	}
	
	#mainContents > h1,
	#mainContents > div {
		width:100%;
		margin-bottom:1.5em;
	}
	
		
@media screen and (max-width: 640px) {
	img { max-width:100%; }
	#contentsTitle {
		margin-top:0;
		margin-bottom:0;
		min-height:0;
		border-right: 0;
		border-left: 0;
		padding: 0.5em 0.5em;
		background-size: 100%;
		background-position-y: 18px;
	}
	
	
	#mainContents > h1, #mainContents > div {
		margin-bottom: 0.4em;
	}
		#mainContents > div {
			border:5px #000 solid;
			border-radius:20px;
			padding:1em;
			text-align:center;
		}
	

}