@charset "UTF-8";

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.0.2');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
	     url('fonts/fontawesome-webfont.woff?v=4.0.2') format('woff'),
	     url('fonts/fontawesome-webfont.ttf?v=4.0.2') format('truetype'),
	     url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.0.2') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'LibreCaslonText-Regular';
  src: url('fonts/LibreCaslonText-Regular.eot');
  src: url('fonts/LibreCaslonText-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/LibreCaslonText-Regular.woff') format('woff'),
       url('fonts/LibreCaslonText-Regular.ttf') format('truetype'),
       url('fonts/LibreCaslonText-Regular.svg#LibreCaslonText-Regular') format('svg');
}


body {
	padding: 20px;
	font-size: 14px;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho",serif;
	-webkit-text-size-adjust:none;
}

body.sitemap {
	font-size: 18px;
}

a {
	color: #2a37c4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 0 !important;
}


h1 {
	font-size: 26px;
	color: #8f2653;
	margin: 2em 0 0 0;
		font-family: 'LibreCaslonText-Regular', 'Times', serif;
	font-weight: normal;
}

h1:first-child {
	margin-top: 0;
}

h2 {
	font-size: 18px;
	margin: 2em 0 1em 0;

}

h3 {
	font-size: 14px;
	margin: 2em 0 .5em 0;
}

ul {
	padding: 0 0 0 1.5em;
}

@media screen and (max-device-width:767px) {
	body {
		padding: 10px;
	}
}