@import "http://";
@charset "utf-8";




body {
	font-size: 100%;
	line-height: 1.8em;
	color: #0e0e0e;
	background: #f8f8f8;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
h2{
	font-size: 130%;
	font-weight:bold;
	margin:2.5em 0 1em 0;
	padding:0 0 0 0px;
	border-bottom: 1px solid #cccccc;
}
h3 {
	font-size: 85%;
	font-weight:normal;
	margin:1.5em 0 1.5em 0;
	text-align: center;
}
/*================================================
 *  リンク
 ================================================*/

a {
	color: #043c78;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #043c78;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #043c78;
	text-decoration: none;
	font-weight: bold;
}

/*================================================
 *  レスポンシブ対応　幅設定
 ================================================*/

.all {
  max-width: 850px; /* 最大横幅 */
  width: 100%;
  margin: 0 auto;
}
.content {
  width: 90%;
  margin: 0 auto;
}
