/**/@charset "utf-8";
@import url("navi.css");

/* フェードイン仕掛け */
body {
	display: none;
}

/* バンダイナムコグループリンク */
#BNGCF,
.BNGCFcontent.BNGCFgroupBnr,
#BNGCF ul{
	width: 800px !important;
}


/* コンテナセンタリング */
.container{
    margin:0 auto !important;
    background-color: #fff;
}

/*左上ロゴ*/
img.logo_layered{
	margin-left: 1.2em;

}

/* h1 */
.headline{
	background: rgb(246,248,249); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #888;
	margin:  0;
	line-height: 1;
	padding-left: 2em;
	padding-bottom:  0;
	border-top: 1px double #ccc;
	border-bottom: solid 1px #f08000;
	font-size: 80%;
	font-weight: lighter;
	position: relative;
}

/*h3*/
h3{
	color: #777;
    border-bottom: solid 3px #aaa;
    position: relative;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff9900;
  bottom: -3px;
  width: 30%;
}