@media screen and (max-device-width: 759px) {
	#textArea {
		padding: 0 1em 0 1em;
	}

	h1 {
		background:url(img/heading-bg-rep_s.gif) repeat-x 0 bottom;
		font-size: 100%;
	}

}

@media screen and (min-device-width: 760px) {
	#container {
		width: 760px;
		
	}

	#textArea {
		padding: 5px;
	}

	h1 {
		background:url(img/heading-bg-rep_l.gif) repeat-x 0 bottom;
		font-size: 130%;
	}
}

*{
	font-family: verdana;
	-webkit-text-size-adjust: none;
	}

body {
	width: 100%;
	margin:0 auto;
}

#container {
	margin: 0 auto;
	height: 100%;
	text-align:center;
}
#mainContents {
	background-color: #fff;
	text-align: left;
}

 h1 {
	font-weight: bold;
	max-height: 123px;
	margin: 10px 0 0;
	padding: 10px;
	line-height: 1.5em;
}

h2 {
	color: #606060;
	font-weight: bold;
	font-size: 100%;
	margin: 14px 0 14px 0;
}


/*記事ページ本文*/
p {
	line-height: 1.7em;
	color: #505050;
}


#footer {
	margin: 0 auto;
	padding: 10px 0 8px 0;
	text-align: center;
	border-top: 1px solid #0099cc;
}
