@charset "utf-8";
/* CSS Document */

@font-face{font-family:'OCRAStd';src:url('http://www.sekielberg.jp/common/OCRAStd.eot');}
@font-face{font-family:'OCRAStd';src:url('http://www.sekielberg.jp/common/OCRAStd.ttf') format('truetype');}
body {
-webkit-text-size-adjust: 100%;
  background: #000;
  margin: 0;
}
h1 {
  color: #00fd53;
  font-weight: normal;
  margin: 0;
  padding: 50px 0 60px 0;
  font-size: 3.5em;
  text-align:right
}
h2 {
font-size: 1.7em;
  margin: -30px 0 0 0;
  padding: 0;
 }
.backland {
  font-family:'OCRAStd', arial;
      position: fixed;
    top: 10px;
    right: 20px;
    font-size: 1.2em;
    z-index: 999;
}
.backland a {
    color: #00fd53;
    text-decoration: none;
    display: block;
    width: 335px;
    height: 27px;
    background: url(http://www.sekielberg.jp/images/land/goland01.png) no-repeat left top;
    padding: 8px 0 0 46px;
}
.backland a:hover {
  background-position: 0 bottom;
  color:#fd33e8!important;
}
  #architects {
  position: relative;
  min-width: 1200px;
  min-height: 1000px;
}
#architects p {
  font-size: 1.5em;
  padding: 22px 0;
}
.architects {
  position: absolute;
  width: 1200px;
  height: 800px;
  padding-right: 50px;
  margin-top: -400px;
  margin-left: -600px;
  top: 50%;
  left: 50%;
}
.architects img {
float:left;
}
.architects,.architects a {
color:#00fd53;
text-decoration: none;
font-family:'OCRAStd', arial;
text-align:right
}
.yolliminaty a {
color:#FFF!important;
}
.architects a:hover,.yolliminaty a:hover{
color:#fd33e8!important;
background: #FFF!important;
}

.on_off{
  top: 5px;
  left: 20px;
  position: fixed;
}
.on_off img {
	cursor: pointer;
	filter : alpha(opacity=60);
	opacity : 0.6 ;
}
.on_off a:hover img {
filter : alpha(opacity=100);
opacity : 1 ;
}
#js_fade {
background-position: 50% 0%;
	position:fixed;
    top : 0;
    left : 0;
    width: 100%;
    height : 100%;
    background-color : #000;
    z-index: 1000;
}

.audiojs audio {
}
 /*　プレイヤー（再生バー）　*/
.audiojs {
  width: 80px;
  height: 28px;
  background: none;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;  
  -o-box-shadow: none;
  box-shadow: none;
}
/*　再生・停止ボタン　*/
.audiojs .play-pause {
position: fixed;
  top: 20px;
  left: 20px;
  z-index: 99;
  border: none!important;
  }
/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
  display: none;
  width: 29px;
  height: 22px;
  margin: 0px;
  cursor: pointer;
}
.audiojs .play {
  display: block;
}
/*　進行状態・ロードの状態を表示する部分(グレー)　*/
.audiojs .scrubber {
 	display:none;
/* position: relative;
  float: left;
  width: 40px;
  background: #5a5a5a;
  height: 4px;
  margin: 12px 0 0 0px;
  border-top: 0;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;*/
}
/*　進行状態を表示するバーの部分(薄いグレー)　*/
.audiojs .progress {
	display:none;
/*    position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 0px;
  background: #3A3A3A;
  z-index: 1;  
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));  
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
*/
}
/*　ロード状態を表示するバーの部分（黒）　*/
.audiojs .loaded {
display:none;
/*      position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 0px;
  background: #DDDDDD;  
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));  
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
*/
}
/*　現在の再生時間/総再生時間　フォント　*/
.audiojs .time {
  float: left;
  height: 28px;
  line-height: 28px;
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
  border-left: none;
  color: #666;
  text-shadow: none;
  display: none;
}
/*　現在の再生時間　フォント　*/
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #666;
  font-style: normal;
  display: none;
}
/*　時間　/の部分　*/
.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
  display: none;
}
.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 26px;
  width: 200px;
  overflow: hidden;
  line-height: 26px;
  white-space: nowrap;
  color: #fff;  
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}
/*　再生ボタン　*/
.audiojs .play {
  background: url(http://www.sekielberg.jp/images/sound_on.png) center center no-repeat;
}
/*　読み込み中ボタン　*/
.audiojs .loading {
  /*background: url("$1") center center no-repeat;*/
  display: none;
}
/*　エラーボタン　*/
.audiojs .error {
  /*background: url("$1") center center no-repeat;*/
  display: none;
}
/*　停止ボタン　*/
.audiojs .pause {
  background: url(http://www.sekielberg.jp/images/sound_off.png) center center no-repeat;
}
.playing .play, .playing .loading, .playing .error {
  display: none;
}
.playing .pause {
  display: block;
}
.loading .play, .loading .pause, .loading .error {
  display: none;
}
.loading .loading {
  display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none;
}
.error .error {
  display: block;
}
.error .play-pause p {
  cursor: auto;
}
.error .error-message {
  display: block;
}
/*　再生している曲の情報　*/
.track-details {
  clear: both;
  height: 26px;
  width: 200px;
  padding: 0px 6px;
  background: #FFF;
  color: #3A3A3A;
  font-size: 10px;
  line-height: 26px;
}
.track-details:before {
display:none;
/*    
  content: '♬ Now Playing: '; */
}
