@charset "utf-8";
/*
  Reset
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.6;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

:root ol {
  margin: 0;
  padding: 0;
}

:root ul {
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input:focus {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*
  Base Style
----------------------------------------------------------------------------------------------------*/
body {
  
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  *text-align: center;
}

a {
  text-decoration: none;
  color: #0066aa;
}

a:visited {
  color: #000;
}

a:hover {
	color: #D7000B;
}

b {
  font-weight: bold;
}

hr {
  display: block;
  margin: 0 0 24px;
  height: 1px;
  background: #dde0e7;
  color: #dde0e7;
  border: none;
  clear: both;
}

img {
  vertical-align: middle;
}
.mgn_lft10 {
	margin-left: 10px;
}
.mgn_bot10 {
	margin-bottom: 10px;
}
.mgn_bot20 {
	margin-bottom: 20px;
}
.mgn_bot30 {
	margin-bottom: 30px;
}
.mgn_bot60 {
	margin-bottom: 60px;
}
.mgn_bot90 {
	margin-bottom: 90px;
}
.mgn_bot150 {
	margin-bottom: 150px;
}
.mgn_bot100 {
	margin-bottom: 100px;
}
.mgn_bot300 {
	margin-bottom: 300px;
}
.mgn_top10 {
	margin-top: 10px;
}
.mgn_top15 {
	margin-top: 15px;
}
.mgn_top30 {
	margin-top: 30px;
}
.mgn_top60 {
	margin-top: 60px;
}
.pad_bot60 {
	padding-bottom:60px;
}
.pad_bot150 {
	padding-bottom:150px;
}

.center {
	text-align: center;
}
.clear {

	clear: both;
}
.float {
	float: left;	
	
}
.red {
	color:#C90003;	
	
}
.left {
	text-align: left;	
	
}
.font60 {
	font-size: 60%;	
}
.font80 {
	font-size: 80%;
	line-height: 20px;
}
