@charset "utf-8";
/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
footer,
header,

/* ==========================================================================
	 Base
	 ========================================================================== */
html {
  font-size: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
  font-color:#ffffff;
}

/* ==========================================================================
	 Links
	 ========================================================================== */
/*
a:active,
a:hover {
  outline: 0;
}

 a:link {
	color:orange;
 }
 a:visited{
	color:orange;
　}

 a:hover {
	font-style:normal;
	text-decoration:underline;
	color:orange;
 }
*/
/* ==========================================================================
	 Typography
	 ========================================================================== */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  width:1300px;
  margin-left:auto;
  margin-right:auto;
}
/* ==========================================================================
	 Theme
	 ========================================================================== */
body {
  color: #ffffff;
  background: #2b5797;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* orange色の文字 */
a:link,
a:visited {
  color: orange;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: orange;
  text-decoration: underline;
  outline: none 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  display: block;
  /* for IE8 */
}