@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}

#eswsPageWrap {
	background-color: #fff;
	line-height: 1.4;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
	font-size: 12px;
	color: #444;
	-webkit-text-size-adjust: 100%;
}

#eswsPageWrap a {
	text-decoration: none;
	color: #004a98;
}

#eswsPageWrap a:hover {
	text-decoration: underline;
	color: #e47911;
}

#eswsPageWrap a:active {
	text-decoration: underline;
	color: #004a98;
}

#eswsPageWrap h1,
#eswsPageWrap h2,
#eswsPageWrap h3,
#eswsPageWrap p {
	word-break: break-all;
}

/*---------------clearfix---------------*/
.cf:after {
	content: '.';
	height: 0;
	line-height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.cf {
	display: block;
	zoom: 1;
}
/*---------------clearfix---------------*/

body #eswsPaneBeta.eswsPane {
	background-image: none;
}

#eswsPageWrap th {
	font-weight: bold;
	text-align: center;
}

div#eswsFooter {
	position: relative;
}