@charset "shift_jis";

#top .top_wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

#top .site_mes {
	width: 912px;
	color:#50a2c9;
	font-weight: bold;
	margin:0 auto 20px;
	display: block;
}

#top .top_cont {
	width: 100%;
	height: 452px;
	background-image: url(image/contents/top/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}

#top .top_cont_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#top .topphoto_box {
	width: 755px;
}

#top .nzl {	position: absolute;	left: 152px; top: 25px; }
#top .photo01 {	position: absolute;	left: 304px; top: 0px; }
#top .photo02 {	position: absolute;	left: 152px; top: 152px; }
#top .photo03 {	position: absolute;	left: 0px; top: 304px; }
#top .photo04 {	position: absolute;	left: 608px; top: 0px; }
#top .photo05 {	position: absolute;	left: 456px; top: 152px; }
#top .photo06 {	position: absolute;	left: 304px; top: 304px; }

#top .sitetitle_box {
	position: absolute;
	top: 184px;
	right: 152px;
	text-align: right;
}

#top .sitetitle01 {
	margin-bottom: 20px;
}

#top .top_kouji {
    width: 900px;
	height: 60px;
    margin: 340px auto 0;
	position: relative;
	z-index: 2;
    color: rgba(227,30,33,1.00);
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    line-height: 60px;
}

#top .top_nav {
	width: 100%;
	height: 60px;
	background-image: url(image/contents/top/nav_bg.png);
	margin-top: 340px;
	position: relative;
	z-index: 2;
}

#top .top_nav ul {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
    padding: 0;
    text-align: right;
	list-style-type: none;
}

#top .top_nav ul li {
	display: inline-block;
	height: 15px;
	margin-top: 21px;
	border-right: 1px solid #bae8ff;
}

#top .top_nav ul li:last-child {
	border-right: none;
}

#top .top_nav ul li a {
	margin:0 20px;
}

#top .top_nav ul li:first-child a {
	margin-left: 0;
}

#top .top_nav ul li:last-child a {
	margin-right: 0;
}

#top .top_nav ul li a img,
#top .top_nav ul li a:hover img {
	display: inline-block;
	margin-bottom: 3px;
}

#top .top_nav ul li a .btn_b,
#top .top_nav ul li a:hover .btn_b {
	margin-bottom: 0px;
}

#top .since {
	width: 912px;
	text-align: right;
	margin: 0 auto;
}

#top .since .stitle {
	color: #2d9fdd;
}

#top .cc_box {
	width: 912px;
	margin: 20px auto 0;
	text-align: left;
}

#top .cc {
	float: left;
}

#top .cc p {
	color: #50a2c9;
	font-weight: bold;
	font-size: 12px;
}

#top .cc ul {
	margin-top: 1em;
	overflow: hidden;
	padding: 0;
}

#top .cc li {
	display: inline-block;
	list-style-type: none;
	background-image: url(image/contents/top/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-left: 16px;
	margin-right: 20px;
}

#top .audio {
	margin-top: 12px;
	float: right;
}

.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 {
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
  border: 1px solid #4EDBFF;
  border-radius: 14px;
}

/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
  display: none;
  width: 26px;
  height: 26px;
  margin: 0px;
  cursor: pointer;
}

.audiojs .play {
  display: block;
}

/*　進行状態・ロードの状態を表示する部分(グレー)　*/
.audiojs .scrubber {
  position: relative;
  float: left;
  width: 40px;
  background: #C6F1F8;
  height: 4px;
  margin: 12px 0 0 0px;
  border-top: 0;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}

/*　進行状態を表示するバーの部分(薄いグレー)　*/
.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 0px;
  background: #4EDBFF;
  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 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 0px;
  background: #C6F1F8;  
/* 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(./mp3/play-btn1.png) center center no-repeat;
  margin-left: 1.45px;
}

/*　読み込み中ボタン　*/
.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(./mp3/pause-btn1.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 {
  content: 'Now Playing: ';
}
