/*--------------------------------
common
--------------------------------*/
body,td,th {
	font-size: 14px;
	line-height: 2em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #000;
	background-color: #eee;
}
img {
	vertical-align: top;
	border: none;
}
ul { list-style-type: none; margin: 0; padding: 0px 0px 0px 0px; }
li { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,p{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover{
	color: #FF6600;
	text-decoration: underline;
}
.pt10{padding-top:10px;}
.clear_b{clear: both;}
.clear_b3{clear: both;height:3px;}
.clear_b8{clear: both;height:8px;}
.clear_b10{clear: both;height:10px;}
.clear_b12{clear: both;height:12px;}
.clear_b16{clear: both;height:16px;}
.clear_b20{clear: both;height:20px;}
.clear_b24{clear: both;height:24px;}
.clear_b30{clear: both;height:30px;}
.clear_b48{clear: both;height:48px;}
.clear_b60{clear: both;height:60px;}


/*------------------------------------------  Footer --------------------------------------------------------*/
.footer {
	background-color: #B7141C;
	padding: 10px 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	color: #f1f1f1;
	width: 100%;
}
.t12{font-size:12px;
	font-weight:normal;
	line-height:15px;
}
.t13{font-size:13px;
	font-weight:normal;
	line-height:15px;
}
.t15{font-size:15px;
	font-weight:normal;
	line-height:24px;
}
.t18{font-size:18px;
	font-weight:bold;
	line-height:24px;
}
footer {
	width:100%;
	text-align:center;
}

footer
{
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
footer ul {
	list-style-type:none;
	overflow:hidden;
	margin: 10px 0 10px 0px;
}
footer ul li {
	list-style: none;
	overflow:hidden;
	float: left;
	margin: 10px 0 5px 7px;
}
#banner{background-color: #000; margin-bottom:0; padding-bottom:0; width:100%;}
.w980{ width:980px; margin-left:auto; margin-right:auto;}
.w1050{ width:1050px; margin-left:auto; margin-right:auto;}
.w1050 img{margin:5px 5px 0px 5px;}
.pageWide{ width:100%;}
.txt12{ font-size:12px; line-height:1em;}
.tl{ text-align:left;}
#header{ width:100%; height:82px; background:url(../images/nav_full_bg.png) top left repeat-x; z-index:9999;}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}
.fade-in.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fade-in.two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay:1s;
  animation-delay: 1s;
}

.fade-in.three {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}