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

/*------------------------------
サイト名：HIDEAKI TOKUNAGA OFFICIAL SITE
作成日：2012.12.09
修正日：2013.04.12
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/


/* ------------------------------------
 * 標準スタイルのリセット
 * ------------------------------------ */
@import "reset.css";
@import "common.css";


/* ------------------------------------
 * 共通設定・デフォルト値の再定義
 * ------------------------------------ */

#container {
	position: relative;
}

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

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

#header h1 a {
	width: 273px;
}

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

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

.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/202510/bgContent.jpg);
}

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

#footer a.pageTop {
	display: none;
}

#footer address {
	margin: 0 auto;
}


/*--- TOP NAVIGATION ------------------*/

#topNav {
	width: 225px;
}


/*--- GLOBAL NAVIGATION ------------------*/

#globalNav li.information a {
	width: 105px;
	background-position: 0 0;
}
#globalNav li.information a:hover {
	background-position: 0 -24px;
}

#globalNav li.profile a {
	width: 70px;
	background-position: -105px 0;
}
#globalNav li.profile a:hover {
	background-position: -105px -24px;
}

#globalNav li.discography a {
	width: 125px;
	background-position: -175px 0;
}
#globalNav li.discography a:hover {
	background-position: -175px -24px;
}

#globalNav li.mailmagazine a {
	width: 129px;
	background-position: -300px 0;
}
#globalNav li.mailmagazine a:hover {
	background-position: -300px -24px;
}

#globalNav li.blog a {
	width: 53px;
	background-position: -429px 0;
}
#globalNav li.blog a:hover {
	background-position: -429px -24px;
}

#globalNav li.fanclub a {
	width: 88px;
	background-position: -482px 0;
}
#globalNav li.fanclub a:hover {
	background-position: -482px -24px;
}

#globalNav li.mail a {
	width: 53px;
	background-position: -570px 0;
}
#globalNav li.mail a:hover {
	background-position: -570px -24px;
}

#globalNav li.link a {
	width: 54px;
	background-position: -623px 0;
}
#globalNav li.link a:hover {
	background-position: -623px -24px;
}

#globalNav li.staffroom a {
	width: 103px;
	background-position: -677px 0;
}
#globalNav li.staffroom a:hover {
	background-position: -677px -24px;
}

#globalNav li.schedule a {
	width: 75px;
	background-position: -780px 0;
}
#globalNav li.schedule a:hover {
	background-position: -780px -24px;
}


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

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

#contentInner #ny2013 {
	position: absolute;
	top: 15px;
	right: 25px;
	width: 178px;
	height: 71px;
}

#contentInner #bnrTop {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 190px;
	height: 85px;
}
#contentInner #bnrTop2 {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 271px;
	height: 87px;
}
#contentInner #bnrTop3 {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 271px;
	height: 87px;
}

#contentInner .wrap {
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/home/202104/bgHeadline.png) repeat-y;
}

#contentInner .wrap div {
	display: inline;
	color: #fff;
}

#contentInner .wrap h2 {
	margin-bottom: 15px;
	height: 17px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#contentInner .wrap div a,
#contentInner .wrap div span {
	padding-left: 10px;
}

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

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

#contentInner .wrap div a {
	color: #fff;
	text-decoration: none;
}
#contentInner .wrap div a:hover {
	text-decoration: underline;
}


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

#infoHeadline {
	padding-left: 20px;
	float: left;
	width: 530px;
	position: relative;
}

#infoHeadline h2 {
	background-image: url(../img/home/titleInformation.png);
}

#infoHeadline dt,
#infoHeadline dd {
	display: inline;
}

#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: 470px;
}

/*VIEW MORE ボタン追加*/

#infoHeadline .btnlink {
	position: absolute;
	top: 0;
	left: 160px;
}

#infoHeadline .btnlink a {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#666666",GradientType=1);
	padding: 5px 8px;
	border-radius: 5px;
}

#infoHeadline .btnlink a:hover {
	text-decoration: none !important;
	background: rgb(102,102,102);
	background: -moz-linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#000000",GradientType=1);
}



 /*--- MEMBERS SITE HEADLINE ------------------*/

#membersHeadline {
	padding-right: 20px;
	position: relative;
	float: right;
	width: 280px;
}

#membersHeadline h2 {
	background-image: url(../img/home/titleMembers.png);
}

#membersHeadline .link {
	position: absolute;
	top: 0;
	right: 20px;
	width: 124px;
	zoom: 1;
}

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

#membersHeadline .link li {
	padding: 0 0 0 2px;
	display: inline;
	float: left;
	width: 60px;
	height: 26px;
	line-height: 25px;
}

#membersHeadline .link a {
	padding-left: 0 !important;
	position: absolute;
	display: block;
	width: 60px;
	height: 26px;
	background-image: url(../img/home/btnMembers.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#membersHeadline .link a.guide {
	background-position: 0 0;
}
#membersHeadline .link a.guide:hover {
	background-position: 0 -26px;
}

#membersHeadline .link a.login {
	background-position: -60px 0;
}
#membersHeadline .link a.login:hover {
	background-position: -60px -26px;
}

/*ボタン 画像からcssに変更*/

#membersHeadline .btnlink {
	position: absolute;
	top: 0;
	right: 10px;
}

#membersHeadline .btnlink a {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#666666",GradientType=1);
	padding: 5px 8px;
	border-radius: 5px;
}

#membersHeadline .btnlink a:hover {
	text-decoration: none !important;
	background: rgb(102,102,102);
	background: -moz-linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#000000",GradientType=1);
}



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

#bnr {
	margin-top:5px;
	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.movie {
	width: 298px;
	height: 181px;
}

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

#contentbnr{
	min-height: 106px;
	position: relative;
}

/* ------------------------------------
 * BANNER 左上 or 右上
 * ------------------------------------ */

#contentbnr a img{
	position: absolute;
	right: 15px;
	top: 15px;
}
#contentbnr a:nth-child(2) img{
	right: 15px;
	top: 115px;
}
