* {
	margin: 0;
	padding: 0;
	font-size: 12px ;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


html {
	background: #bfe3fd url(../template/bg2.gif) repeat-x top center fixed;
	color: #000;
/*	overflow-x : hidden;
	overflow-y : auto;*/
}	

body {
}	
* html body {
	font-size: 100%;
}
*:first-child+html body {
	font-size: 100%;
}
body#profile {
	overflow: hidden;
}	


img {
    border: 0;
}

a {
	outline: 0;
}
a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color: #3366cc;
	}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color:#34a8ff;
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
	color: #bfe5ff;
	}
h1 {
	font-size: 140%;
	font-weight: normal;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 100;
}
h2 {
	color: #3366cc;
	font-size: 160%;
	margin: 0;
	font-weight: bold;
	line-height: 1.1em;
}
h2 small {
	font-size: 55%;
	line-height: 1.2em;
}
h3 {
	color: #3366cc;
	font-size: 160%;
	margin: 0;
}
h4 {
	font-weight: normal;
	font-size: 80%;
	margin: 0;
}
hr {
	clear: both;
	visibility: hidden;
}


/*------------------------------------------------------------------------------------------------*/
#wrap {
	background: url(../template/contentBg.png) repeat-y center top;
	margin: 0 auto;
	padding: 0 0 70px 0;
	position: relative;
	z-index: 10;
}
* html #wrap {
	background: #fff url(../template/contentBg.gif) repeat-y center top;
	width: 990px;
}
#container {
	width: 988px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#header {
	width: 988px;
	height: 130px;
	margin: 0 auto;
}
#header img {
	position: absolute;
	top: 15px;
	left: 5px;
}
#header h1 {
	display: none;
}
#footer{
	background: url(../template/indexFootterBg.png) no-repeat bottom center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 100px;
	z-index: 20;
}
* html #footer{
	background: url(../template/indexFooterBg.gif) no-repeat top center;
	width: 990px;
}
img.footer{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: -114px;
}
*+html img.footer{
	bottom: -90px;
}
* html img.footer{
	bottom: -90px;
}
img.footerL{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: -114px;
}
*+html img.footerL{
	bottom: -89px;
}
* html img.footerL{
	bottom: -89px;
}

/*indexTop------------------------------------------------------------------------------------------------*/
#indexTop {
	height: 520px;
}
#indexTop h1 {
	display: none;
}
#indexTop img {
	border: none;
}
#indexTop p.day {
	margin: 0;
	padding: 0;
	position: absolute;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 225%;
}

#indexFooter{
	background: url(../template/indexFootterBg.png) no-repeat top center;
	margin: 0 auto;
	text-align: center;
	height: 100px;
}
* html #indexFooter{
	background: url(../template/indexFooterBg.gif) no-repeat top center;
}


#gototop {
	clear: both;
	font-size: 90%;
	text-align: right;
	height: 20px;
	width: 950px;
	position: relative;
	z-index: 150;
	margin: -60px auto 0;
	padding: 0 0 0 0;
}
* html #gototop a {
	font-size: 100%;
}






/*ナビゲーション設定---------------------------------------------------------*/
ul#disco li  {
	margin-bottom: 3px;
	background: #dff2ff url(../template/nav_bg.gif) repeat-x top left;
	border: 1px solid #ccc;
	height: 110px;
	line-height:1;
}
ul#disco li a  {
	color: #000;
	display: block;
	width: 270px;
	height: 90px;
	padding: 10px 0 10px 10px;
	line-height:1;
}
ul#disco li a:hover  {
	color: #34a8ff;
	background: #fff;

  /*Transition*/
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
ul#disco li a:hover h2  {
	color: #34a8ff;

  /*Transition*/
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
ul#disco li a img  {
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
}
ul#disco li h2 {
	font-size: 130%;
	line-height: 1;
	margin: 0;
}
ul#disco li h2 small {
	display: block;
	margin: 0.5em 0;
}




/*CDページ下部ナビゲーション---------------------------------------------------------*/
#ContentNav  {
	margin: -80px auto 0;
	padding: 0 0 50px 0;
	width: 990px;
	position: relative;
	top: 80px;
	z-index:100;
	text-align: center;
}
* html #ContentNav  {
	margin: -80px auto 50px;
}
#ContentNav ul {
	margin: 0 auto;
	list-style: none;
}
#ContentNav ul#disco li  {
	width: 324px;
	height: 110px;
	margin: 0 5px 5px 0;
	text-align: left;
	float: left;
}

#ContentNav ul#disco li:nth-child(3n) {
                                margin-right:0
}
#ContentNav ul#disco li a  {
	width: 314px;
	height: 90px;
}
#ContentNav ul#disco li a.dvd  {
	line-height: 1.8em;
}
#ContentNav ul#disco li a img  {
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
}
#ContentNav ul#contBan  {
	margin: 20px 0;
	padding: 20px 0 50px;
	border-top: 1px solid #85abc8;
}
#ContentNav ul li.banner  {
	margin: 0 5px 0 0;
	float: left;
	height: 65px;
}
#ContentNav ul li.banner img  {
	width: 190px;
}



#copyright {
	font-size: 80%;
	width: 990px;
	margin: 0 auto 0;
	padding: 20px 0;
	line-height: 2;
	clear: both;
}
#copyright a {
	font-size: 100%;
	font-weight: normal;
}




/*title------------------------------------------------------------------------------------------*/
#discoTitle {
	margin: 0 auto;
	width: 960px;
	height: 190px;
	background: url(../template/titleBgie6.gif) no-repeat;
	position: relative;
}
#discoTitle #titleInfo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#discoTitle #titleInfo h2 {
	margin: 1.2em 0 0 0;
}
#discoTitle #titleInfo h2 img.title {
	margin: 30px 0 0 0;
}
#discoTitle #titleInfo h2#discDay {
	position: absolute;
	left: 0;
	top: -3px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 250%;
	line-height: 0.1em;
	color: #a9aeb2;
	letter-spacing: -1px;
}
* html #discoTitle #titleInfo h2#discDay {
	line-height: 1em;
	top: -15px;
}
*:first-child+html #discoTitle #titleInfo h2#discDay {
	line-height: 1em;
	top: -15px;
}
#discoTitle #titleInfo h2.ready {
	margin: 0;
}
#discoTitle #titleInfo h3 {
	font-weight: normal;
	font-size: 80%;
	margin: 1em 0 0 0;
	color: #000;
}
#jacket {
	background: url(../template/sd430x400.png) no-repeat center;
	padding: 15px 36px 45px;
	position: absolute;
	top: -125px;
	right: -15px;
}
#jacket img {
	border: 1px solid #ccc;
}


#discIndex {
	margin: 50px 25px 0 0;
	padding: 0 0 0 35px;
	color: #666;
}
#discIndex ol {
	margin: 15px 0 0 0;
	padding: 0 15px 0 30px;
	list-style-type: decimal-leading-zero;
}
#discIndex ol li {
	margin: 10px 0;
	padding: 0 0 5px 0;
	color: #666;
}
#discIndex h2 {
	color: #333;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #ccc;
}
#discIndex h2 small {
	font-weight: normal;
	font-size: 100%;
}
#discIndex h2 a {
	font-weight: normal;
	font-size: 80%;
	margin: 0 0 3px 0;
}
h2.tokuten {
	padding-top: 315px;
}

.kakko {
	font-weight: normal;
	font-size: 80%;
	color: #666;
}
#discIndex h3 {
	margin: 15px 0 25px 0;
}
#discIndex dl {
	margin: 2em 0 0 0;
	padding: 0 15px 0 0;
	color: #666;
}

#discIndex dl.infoRight {
	margin: 5em 0 0 400px;
	padding: 0 15px 0 0;
	color: #666;
}
#discIndex dt {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 3px 0;
}
#discIndex dd {
	margin: 0 0 2em 0;
}
#discIndex ul {
	margin: 0 0 0 15px;
}



/*DVD共通-------------------------------------------------------------------------------*/
ul#sample {
	margin: 0;
	list-style: none;
}
ul#sample li {
	margin: 0 20px 1.5em 0;
	float: left;
}

/*BD_DVD-------------------------------------------------------------------------------*/

p.bottomline {
	border-bottom: 1px dotted #ccc;
}
#BDDVDjacket {
	margin: 0 0 -60px 0;
	padding: 0;
	height: 630px;
	position: relative;
}
#BDDVDjacket div {
	padding: 18px 30px 40px;
}
#BDDVDjacket div.BD {
	background: url(../template/bdjacketBg.jpg) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}
#BDDVDjacket div.DVD {
	background: url(../template/dvdjacketBg.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
}
#BDDVDjacket img {
	border: 1px solid #ccc;
}
#discIndex div.BD_DVD {
	float: left;
	margin: 0 70px 0 0;
}
#discIndex h2.DVDtitle {
	font-size: 150%;
	border: none;
	margin: 1em 0;
}
#discIndex h2.DVDtitle small {
	font-size: 80%;
}


/*BDのみ-------------------------------------------------------------------------------*/
div#BDjacket {
	background: url(../template/bdjacketBg.png) no-repeat center 20px;
	padding: 15px 27px 100px;
	position: absolute;
	top: -125px;
	right: -15px;
}


/*ダイジェストDVD--------------------------------------------------------------------------------*/
#DVDjacket {
	background: url(../template/dvdjacketBg.png) no-repeat center;
	padding: 18px 36px 40px;
	position: absolute;
	top: 190px;
	right: -15px;
}
#DVDjacket img {
	border: 1px solid #ccc;
}
ul#DIGEST {
	margin: 0;
	list-style: none;
}
ul#DIGEST li {
	margin: 0 0 2em 0;
}


/*DVDみんないっしょに--------------------------------------------------------------------------------*/

.discoTitle {
	margin: 0 auto;
	width: 960px;
	height: 190px;
	background: url(../template/titleBgie6.gif) no-repeat;
	position: relative;
	clear: both;
}
.discoTitle .titleInfo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 920px;
}
.titleInfo h3 {
	font-weight: normal;
	font-size: 80%;
	margin: 0.5em 0 0;
	color: #000;
	position: relative;
}
.titleInfo h3#no0623 {
	position: absolute;
	top: 12px;
	left: 510px;
}
.titleInfo h3#no0624 {
	position: absolute;
	top: 87px;
	left: 510px;
}



h2.discDay {
	position: absolute;
	left: 0;
	top: -8px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 250%;
	line-height: 1em;
	color: #a9aeb2;
	letter-spacing: -1px;
}
h2 img.BOXtitle {
	margin: 25px 0 0 0;
}
/*.discoTitle #titleInfo h2 {
	margin: 1.2em 0 0 0;
}
* html #discoTitle #titleInfo h2#discDay {
	line-height: 1em;
	top: -15px;
}
*:first-child+html #discoTitle #titleInfo h2#discDay {
	line-height: 1em;
	top: -15px;
}*/

.discInfo {
	margin: 0 25px 0 0;
	padding: 20px 0 100px 35px;
	color: #666;
}
.discInfo dt {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 3px 0;
}
.discInfo dd {
	margin: 0 0 2em 0;
}
.discInfo ul {
	margin: 0 0 0 15px;
}
div.Livejacket {
	background: url(../template/bdjacketBg.png) no-repeat center bottom;
	padding: 15px 27px 35px;
	position: absolute;
}
div#LiveBox {
	top: -125px;
	right: -15px;
}
#Livejacket {
	margin: 0 0 -60px 0;
	padding: 0;
	height: 530px;
	position: relative;
}
div#Live0623 {
	top: 0;
	left: 5px;
}
div#Live0624 {
	top: 0;
	right: 0;
}
h3#ContentsT {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 3px 0;
	color: #666;
	font-size: 120%;
}
#discIndex h4 {
	color: #333;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #ccc;
}
.discIndex h4 {
	color: #333;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #ccc;
}
#discIndex div.LiveContents {
	float: left;
	margin: 0 8px 0 0;
	width: 300px;
}



div.curtainJ {
	background: url(../img/curtain_kage.jpg) no-repeat center 10px;
	padding: 15px 27px 27px;
	position: absolute;
}
div.curtainJ img {
	border: 1px solid #ccc;
}

div.curtainContents {
	float: left;
	margin: 0 8px 0 0;
	width: 455px;
}
div.curtainContents h3 {
	color: #666;
	font-size: 150%;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	border-bottom: 1px dotted #ccc;
	width: 440px;
}
div.curtainContents ol {
	margin: 0;
	padding: 0;
}



/*初恋組曲--------------------------------------------------------------------------------*/
div#hatsukoiJ {
	top: -125px;
	right: -15px;
}
div#hatsukoiJ img {
	border: 1px solid #ccc;
}
#discIndex ul {
	list-style: none;
	margin: 0 0 5em;
}
#discIndex ul li {
	margin: 0 0 0.5em;
	border-bottom: 1px dotted #ccc;
}
.hatsukoi h3 {
	display: inline;
	color: #333;
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 3px 5px;
}
#discIndex h2.hatsukoidisc {
	color: #666;
	font-size: 120%;
	margin: 0 0 1em;
}
#discIndex h2.hatsukoidisc small {
	font-size: 80%;
}



/*index日付--------------------------------------------------------------------------------*/
#day37413 {
	bottom: 205px;
	right: 18px;
	color: #910023;
}




/*#CME tsuika------------------------------------------------------------------------------------------*/
.style1 {font-weight: bold; color: #FF3399;}
p{margin: 1em 0 0 0}
.style4 {color: #FF0000}
.style6 {color: #FF0000; font-weight: bold; }
td {padding: 5px;}



ul#disco:after,ul#lnk:after,#discography ul:after {
	content: "";
	display: block;
	clear: both;
}




/*#201306追加------------------------------------------------------------------------------------------*/
h3.ContentsT {
	font-weight: bold;
	border-bottom: none;
	color: #666;
	font-size: 120%;
}
div#tokutenDisk {
	border: 1px dotted #3366cc;
	margin: 2em 0;
	padding: 0 20px 15px;
}
div#LiveDay {
	top: 0;
	left: 5px;
}
div#LiveDay img {
	border: 1px solid #ccc;
}
.titleInfo h3#noday {
	position: absolute;
	top: 15px;
	left: 515px;
}
.titleInfo h3#nonight {
	position: absolute;
	top: 97px;
	left: 515px;
}






/*#201309追加------------------------------------------------------------------------------------------*/

#discoTitle #titleInfoBest {
	position: absolute;
	top: 18px;
	left: 20px;
}
#discoTitle #titleInfoBest h2 {
	margin: 0;
}
#discoTitle #titleInfoBest h2 img.title {
	margin: 28px 0 0 0;
}
#discoTitle #titleInfoBest h3 {
	font-weight: normal;
	font-size: 80%;
	margin: 1em 0 0 0;
	color: #000;
}




/*#201401追加------------------------------------------------------------------------------------------*/
div.movieJ {
	background: url(../img/curtain_kage.jpg) no-repeat center bottom;
	margin: 15px 0 0;
	padding: 0 27px 27px;
	text-align: center;
}
div.movieJ img {
	border: 1px solid #ccc;
}

div.movieContents {
	float: left;
	margin: 0 8px 0 30px;
	width: 455px;
	color: #666;
}
h3.movieDisk {
	color: #666;
	margin: 0 0 1.5em;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	width: 430px;
}

div.movieContents ol {
	margin: 0 0 0 15px;
	padding: 0;
	width: 400px;
}
div.movieContents ol li {
	margin: 0 0 1em;
	padding: 0;
}
div.movieContents p {
	width: 430px;
}
ul#disco li.firstLi {
	background: #fff;
	height:180px
}



/*#201402追加------------------------------------------------------------------------------------------*/
h4.discno {
	font-weight: bold;
	font-size: 110%;
	margin: 0.5em 0 3px;
	border-bottom: 1px dotted #ccc;
}

dl.samplemovie {
	margin: 50px 0 0;
}
dl.samplemovie h4 {
	color: #333;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #ccc;
}
div.LivejacketMINI {
	background: none;
	padding: 15px 27px 35px;
	position: absolute;
}

#MAKUHARI0922 {
	margin: 130px auto 0;
}



/*#202109追加------------------------------------------------------------------------------------------*/
a.btn {
                                background-size: 15px;
                                color: #fff;
                                padding: 6px 8px 5px 25px;
                                display: inline-block;
                                border-radius: 5px;
	line-height: 1.1em;
                                margin: 0 1em 0 0;
                                opacity: 0.8;
}
.btn_dl {
                                background: #1fbdff url("../template/btn_dl.png") no-repeat left 6px center;
}
.btn_cd {
                                background: #1fbdff url("../template/btn_cd.png") no-repeat left 6px center;
}
a:hover.btn {
                                opacity: 1;
}
div.btn_box {
	margin: 15px 25px 0 35px;
	padding: 10px 30px;
                                width: 400px;
                                background: #e4f7ff;
                                text-align: center;
}
#titleInfo div.btn_box {
                                width: auto;
                                background: none;
                                position: absolute;
                                left:20px; bottom:10px;
	margin: 0;
	padding: 0;
                                text-align: right;
}