/* CSS Document */

@font-face {
	font-family: 'FTT-UD明朝 L';
	src: url('data/material/TT_UDMincho-L.ttf') format('truetype');
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}
body {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.3;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	background: #36344a;
}
html, body {
	height: 100%;
}
/** html body{  
   overflow: hidden; 
}   */

body, td, th {
	color: #fff;
	font-size: 14px;
}
html {
	overflow-y: scroll;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
ul, dl, dt {
	padding: 0px;
	margin: 0;
}
dd {
	margin: 0px 0px 0px 10pt;
}
li {
	list-style: none;
}
textarea {
	font-size: 10pt;
}
.clear {
	clear: both;
	width: 100%; /* IE6.7 */
	font-size: 0;
	line-height: 0;
	height: 0px;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

.style_red {
	color: #FF0000;
}
.font_small {
	font-size: 8pt;
}
#wrapper {
	margin: auto;
	height: 100%;
}
header {
	padding-top: 40px;
	width: 100%;
	height: 110px;

}
header #logo {
	width: 150px;
	margin: 0 auto;
	padding-bottom:20px;
}
header #menu {
	display: flex;
	justify-content: center;
	padding-top: 0;
	/* [disabled]margin-top: 10px; */
}
header #menu li {
	padding-left: 12px;

}

#menu-wrap {
  width: 100%;
  height: 30px;
  background: #36344a;
}

.fixed{
  position: fixed;
  top: 0px;
	left: 0px;
  z-index: 9999;
}

footer {
	width: 100%;
	height: 90px;
	background-color: rgba(0,0,0,1);
	color: #fff;
	z-index: 700;
}
footer .box {
	width: 764px;
	padding-top: 16px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}

footer .box img{
	padding-bottom: 4px;
}

footer .box span{
	font-size:12px;
	color:#f1f0ff;
}
#content {
	width: 100%;
	height: 100%;
	min-height: 100%; /* 最小の高さ */
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	padding-bottom: 20px;
	position: relative;
	background: #FFF;
	color:#000;
	font-size: 16px;

		
}


#content a:link {
	color: #000;
}
#content a:visited {
	color: #000;
}
#content a:hover {
	color: #000;
}
#content a:active {
	color: #000;
}


#wrapper > #content {
	padding-top: 60px;
	/* [disabled]padding-right: 60px; */
	/* [disabled]padding-left: 60px; */
	padding-bottom: 60px;
	height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}
/*SNS button*/
#socialbuttons div {
	display: inline-block;
}
#socialbuttons {
	position: absolute;
	top: 10px;
	right: 10px;
}
#top {
	position: relative;
}
#top img {
	width: 100%;
}

#content_info {
    width: 100%;
    height: 100%;
    min-height: 100%; /* 最小の高さ */
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
    position: relative;
    background: #FFF;
    color: #000;

		
}

#content_info iframe {
   width: 100%;
  height: 100%;
	 position: absolute;
    top: 225;
    left: 0;
}

#other_box{
	width:600px;
	margin:0 auto;
	font-size: 14px;
}

#other_box　.indent{
	padding-left:20px;
	font-size: 14px;
}


/*#info {
	position: absolute;
	left: 0px;
	color: #fff;
	background: rgba(20,20,20,0.6);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 100%;
	bottom: 4px;
}
#info dt {
}
#info dd {
	float: left;
}
*/
#circle_profile{
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.box_right{
	width: 300px;
	padding-left: 20px;
	position: relative;
}

.ruby{
	position: absolute;
	top: -7px;
	font-size: 10px;
	text-align: center;
	left: 45px;
	letter-spacing: 8px;
	
}

.indent{
	padding-left: 24px;
	line-height: 1.5;
}

#circle_profile .box_right .indent{
	font-size:14px;
}

#circle_profile .box_right .indent .link{
padding-top: 8px;

}

.member_title{
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid;
	text-align: center;
	padding-top: 20px;
	margin-top: 40px;
}


.member_profile{
	
		display: flex;
		justify-content: center;
	padding-top: 20px;
	
}

.member{
	display: flex;
	padding-right: 16px;
	
}

.member div{
padding-left: 8px;
}

.member div .indent{
padding-left: 20px;
	font-size:14px;
	width:200px;
}

.member div .indent .link{
padding-top: 8px;

}

#support_profile{
    padding-top: 10px;
    width: 180px;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
}

#support_profile dd{
	text-align: right;
}

/*#info_box{
	width:800px;
	margin: 0 auto;
}

#info_box .title{
	font-family: 'FTT-UD明朝 L';
	font-size:20px;
	font-weight: 600;
	padding-bottom: 4px;
}

#info_box .date{
	font-size: 13px;
		padding-bottom: 16px;
}

#info_box .detail{
			padding-bottom: 16px;
	margin-bottom:16px;
	border-bottom: 1px solid #808080;}
*/

#contact_box{
	width:600px;
	margin: 0 auto;
}


#discography_box{
	display: flex;
			justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
		width:678px;
		margin: 0 auto;
flex-wrap: wrap;	
}

#discography_box .detail_box{
    width: 216px;
    margin-top: 8px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 0;
    border: 1px solid #000000;
	
}

#discography_box .detail_box .cd{
	width:200px;
padding: 8px 8px 8px 8px;
}

#discography_box .detail_box .no{
	font-size: 12px;
	width: 200px;
	color: cadetblue;
	padding: 0 0 0 8px;
	text-align: left;
}

#discography_box .detail_box .title{
	text-align: center;
	width:200px;
padding: 2px 8px 0px 8px;
}

#discography_box .detail_box .date{
	text-align: right;
		font-size:14px;
	width:200px;
padding: 2px 8px 2px 8px;
	color: cadetblue;
}
