@charset "utf-8";
/* デフォルト */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote{margin:0;padding:0;}img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}p{word-break: break-all;word-wrap: break-word;}
a{ outline:none;text-decoration:none; }
a:link{
	color:#cc0001;
}
a:visited{
	color:#cc0001;
}
a:hover{
	color:#cc0001;
	text-decoration:none;
}
a:active{
	color:#cc0001;
	text-decoration:none;
}

fieldset{
	border:none;
}
body {
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	background: #000;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1em;
	color: #FFF;
}
#dwl2016 #header{
	width:100%;
	height:65px;
	position:relative;
}
#dwl2016 #header p.yt{
	position: absolute;
	left: 40px;
	top: 18px;
}
#dwl2016 #header p.ytop{
	position: absolute;
	left: 170px;
	top: 20px;
	font-size:.85em;
	color:#fff;
}
#dwl2016 #header p.ytop a{
	color:#fff;
	text-decoration:underline;
}

#dwl2016 #header p.period{
	position: absolute;
	left: 270px;
	top: 20px;	
	font-size:.85em;
	color:#BEBEBE;
}
#dwl2016 #header p.fb {
    position: absolute;
    right: 80px;
    top: 15px;
}
#dwl2016 #header p.fb a {
    text-indent: 100%;
    text-indent: -9999px\9;
    overflow: hidden;
    width: 27px;
    height: 27px;
    display: block;
    white-space: nowrap;
    background: url(../../shared/social_fb.png) no-repeat 0 0;
}

#dwl2016 #header p.tw {
    position: absolute;
    right: 40px;
    top: 15px;
}
#dwl2016 #header p.tw a {
    text-indent: 100%;
    text-indent: -9999px\9;
    overflow: hidden;
    width: 27px;
    height: 27px;
    display: block;
    white-space: nowrap;
    background: url(../../shared/social_tw.png) no-repeat 0 0;
}


#dwl2016 .ft-shared-banners{
	position:relative;
	z-index:2;
	width:335px;
	margin:0 auto;
	display:none;
	height:55px;
}

#dwl2016 .f-sharedt-banners ul{
	overflow:hidden;
	height:55px;
}
#dwl2016 .ft-shared-banners ul li{
}

#dwl2016 .ft-shared-banners ul li.os{
	float:left;
}
#dwl2016 .ft-shared-banners ul li.os a{
	display: block;
	width: 159px;
	height:55px;
	overflow: hidden;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../shared/banner_official.png) no-repeat 0 0;
}
#dwl2016 .ft-shared-banners ul li.os a:hover{
	background-position:0 -55px;
}
#dwl2016 .ft-shared-banners ul li.pp{
	float:right;
}
#dwl2016 .ft-shared-banners ul li.pp a{
	display: block;
	width: 159px;
	height:55px;
	overflow: hidden;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../shared/banner_powerplanet.png) no-repeat 0 0;
}
#dwl2016 .ft-shared-banners ul li.pp a:hover{
	background-position:0 -55px;
}


#dwl2016 #footer {
	position:relative;
	z-index:2;
	width: 100%;
	height: 70px;
	padding: 30px 0 20px;
	background: #000;
	margin: 0px 0px 0px;
}
#dwl2016 #footer p.nav {
	position: relative;
	color: #ababab;
	font-size: .9em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0 0 10px;
}
#dwl2016 #footer ul, #dwl2016 #footer p {
	text-align: center;
}
#dwl2016 #footer ul{
	margin:0 0 15px;
}
#dwl2016 #footer ul li {
	position: relative;
	display: inline;
	color: #ababab;
	font-size: .9em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}
#dwl2016 #footer ul li:before {
	content: " - ";
	position: relative;
	display: inline;
}
#dwl2016 #footer ul li:first-child:before {
	content: "";
}
#dwl2016 #footer ul li a, #dwl2016 #footer p a {
	color: #ababab;
	text-decoration: none;
}
#dwl2016 #footer ul li a:hover, #dwl2016 #footer p a:hover {
	text-decoration: underline;
}
#dwl2016 #footer p.copy {
	color: #7B7B7B;
	font-size: 0.8em;
}