@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：HIDEAKI TOKUNAGA OFFICIAL SITE
2012.05.17
updated: 2012.05.17
guideline: Ver.01
m-up, Inc.
------------------------------*/


/* ------------------------------------
 * RESET
 * ------------------------------------ */
@import "reset.css";
@import "common.css";


/* ------------------------------------
 * COMMON / OVERRIDE
 * ------------------------------------ */

#container {
	position: relative;
}

#header {
	padding:15px 20px 10px;
/*	background: #000;*/
	background: url(../img/home/202210/bgHeader.jpg);
}

#header h1 {
	background: url(../img/home/202104/logo.png) left top no-repeat;
}

#topNav .lang li.english a {
	background-image: url(../img/home/202104/langE.png);
}

#topNav .lang li.japanese a {
	background-image: url(../img/home/202104/langJ.png);
}

/*
.sns {
	position: absolute;
	top: 36px;
	right: 25px;
	width: 500px;
	z-index: 10;
}

.sns li {
	padding-left: 5px;
	float: right;
}

.sns li:first-child {
	margin-top:5px;
}
*/

.new-sns {
	position: absolute;
	top: 40px;
	right: 25px;
	width: 500px;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.new-sns li {
	padding-left: 8px;
}

_::-webkit-full-page-media, _:future, :root .sns li:first-child{
    margin-top:6px;
  }

#globalNav li a {
	background-image: url(../img/home/202104/globalNav.png);
}

#content {
	margin-top: 0;
	padding: 0;
	min-height: 735px;
	height: 735px;
	background-image: url(../img/home/202210/bgContent.jpg);
}

#footer {
    clear: both;
    padding: 20px 25px 50px;
	text-align: center;
}

#footer a.pageTop {
	display: none;
}

#footer address {
	margin: 0 auto;
}


/* ------------------------------------
 * HEADLINE
 * ------------------------------------ */

#contentInner {
	position: relative;
	height: 706px;
	background: url(../img/spacer.gif) repeat;
}

#infoHeadline {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: url(../img/home/202104/bgHeadline.png) repeat;
}

#infoHeadline h2 {
	margin-bottom: 15px;
	height: 17px;
	background: url(../img/home/titleInformation.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#infoHeadline a,
#infoHeadline span {
	padding-left: 10px;
}

#infoHeadline .new {
	padding-left: 40px;
	background: url(../img/common/new.gif) 10px center no-repeat;
}

#infoHeadline dt,
#infoHeadline dd {
	padding-top: 5px;
	display: inline;
	height: 24px;
	line-height: 24px;
	overflow: hidden !important;
}

#infoHeadline dt {
	clear: both;
	float: left;
	width: 54px;
	background-image: url(../img/home/infoCategory.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#infoHeadline dt.release {
	background-position: 0 0;
}

#infoHeadline dt.live {
	background-position: 0 -29px;
}

#infoHeadline dt.media {
	background-position: 0 -58px;
}

#infoHeadline dt.fanclub {
	background-position: 0 -87px;
}

#infoHeadline dt.other {
	background-position: 0 -116px;
}

#infoHeadline dd {
	float: right;
	width: 800px;
}

#infoHeadline a {
	color: #fff;
	text-decoration: none;
}
#infoHeadline a:hover {
	text-decoration: underline;
}


/* ------------------------------------
 * BANNER
 * ------------------------------------ */

#bnr {
	clear: both;
	margin-left: -3px;
	position: relative;
	width: 903px;
	zoom: 1;
}

#bnr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#bnr li {
	padding: 3px 0 0 3px;
	display: inline;
	float: left;
}

#bnr li a:hover img {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}
