@charset 'utf-8';

/*----------------------------------------------------------
Reset
----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 20px;
	color: #333;
	font-family: verdana,
		'Hiragino Kaku Gothic Pro',
		'HiraKakuPro-W3',
		'Meiryo',
		'MS PGothic',
		Sans-Serif
	;
	font-size: 14px;
}
a:link,
a:visited {
	color: #08107b;
	text-decoration: none;
}
a:active,
a:hover {
	color: #08107b;
	text-decoration: underline;
}
img {
	vertical-align: top;
	border: 0;
}
sup {
	font-size: 0.65em;
	padding: 0 0.1em;
	vertical-align: super;
}
sub {
	font-size: 0.45em;
	padding: 0 0.1em;
	vertical-align: baseline;
}
@media screen and (max-width: 640px) {
	#contents p,
	#contents li{
		font-size: 16px;
		line-height: 23px;
	}
	#contents .tableType3 .noticeList01 li {
		font-size: 12px;
	}
}