/*--------------------------------------------------------------------------------
 * コンテンツ用 CSS ver1.1
 */

/*--------------------------------------------------------------------------------
 * デフォルト設定
 */
html {
    font-family: "filson-pro","sans-serif","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic";
    font-weight: 400;
    font-size: 12pt;
}
body {
  background: url("/images/BackCloud.gif") fixed;
/*    color: transparent;*/ /*rgb(153, 153, 153);*/
}

.contents {
  width: 100%;
  max-width: 1500px;
}

/*--------------------------------------------------------------------------------
 * モバイルでは表示しない
 */
@media screen and (max-device-width : 1024px) {
    .without-mobile {display:none;}
}


@media screen and (max-width: 1280px) {
    #next-live {display:none;}
}

/*--------------------------------------------------------------------------------
 * 背景動画にかぶせる縞模様
 */

#yt-shealed {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-image:url('/images/strip20x4.png');
  background-repeat:repeat;
  display: block;
}

@media screen and (max-device-width : 1024px) {
  /* iPhone, iPad 等モバイルでは 表示しない */
  #yt-shealed {
    display: none;
  }
}


/*--------------------------------------------------------------------------------
 * サイト タイトル用
 */
h1 {
    margin-right: 1em;
    margin-top: 2em;
    color: rgb(255, 255, 255);
    text-align: right;

    font-family: "filson-pro",sans-serif;
/*    font-family: "felt-tip-roman", sans-serif;*/
    font-style: normal;
    font-weight: 100;
    font-size: 3.6rem;
    /*  text-shadow: 3px 3px 3px rgb(50, 50, 50);*/
    /*  -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#323232,offx=1,offy=1)";  IE8 */
}
/* Tablet: 482〜1024 */
@media screen and (max-width : 1024px) {
    h1 {
	font-size : 2.4rem;
    } 
}
/* Phone: 482未満 */
@media screen and (max-width : 482px) {
    h1 {
	font-size : 1.6rem;
    } 
}

/*--------------------------------------------------------------------------------
 * メインメニュー
 */
#main-menu {
    position:absolute;
    bottom:1em;
    z-index:3;
    font-family: "filson-pro",sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 2.0rem;
    color: rgb(224, 224, 224);
    text-align: center;
}
#main-menu .menu-mark {display: none;}
#main-menu .menu-items {display: table-row;}
#main-menu td {width: 10%; background:rgba(0,0,0,0);}
#main-menu td:hover {
    cursor:pointer;
    background:white;
    color:red;
}
/* 縦型メニュー */
@media screen and (max-width : 1024px) {
  #main-menu {
    bottom: 10px;
    left: 10px;
	  font-size: 3.2rem;
  }
  #main-menu .menu-mark {display: block; content:url("/images/menu-mark.png");}
  #main-menu td {
	  width: 100%;
	  border-style: solid;
	  border-color: white;
	  border-width: 2px;
	  display: block;
	  background: rgba(0,0,0,0.7);
  }
  #main-menu .menu-items {display: none;}
}

/*
* sns-menu
*/
#sns-menu {
  display: inline;
}

/*--------------------------------------------------------------------------------
 * 各ページのトップ表示用
 */
h2 {
  background-position: 0rem 1.5rem;
  background-image: url("/images/siondollL600x50.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 600px;
  height: 80px;
  text-indent: 60px;
  text-align: left;
  
  font-family: "filson-pro",sans-serif;
  font-style: normal;
  font-weight: 100;

  font-size:3.8rem;
  color: rgb(224, 224, 224);
  text-shadow: 3px 3px 3px rgb(50, 50, 50);
/*  -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#323232,offx=1,offy=1)";  IE8 */
}

/*--------------------------------------------------
 * 各ページの 小項目用
 */
h3 {
  font-family: "filson-pro",sans-serif;
  font-style: normal;
  font-weight: 400;

  font-size:1.5rem;

  color: rgb(255, 100, 100);

  text-shadow: 3px 3px 3px rgb(50, 50, 50);
}

.discography h3 {font-size:2.5rem;}

.menubtn {
  font-family: "filson-pro",sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.2rem;
}

/*--------------------------------------------------
 * 本文
 */
.std-text {
  font-size: 1.0rem;
  text-shadow: 3px 3px 1px rgb(50, 50, 50);
  color: rgb(224, 224, 224);
}

dt {
  color: rgb(255, 0, 0);
  font-size: 1.2rem;
}
dd {
  font-size: 1.0rem;
}
/* FireFox4 では <dd> がおかしいので <div class="dd"> にする */
.dd {
  margin-left: 40px;
  font-size: 1.0rem;
}
.dd:hover {
  color: rgb(224, 224, 224);
}
.indent {
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 10px;
}
td {
    padding-left: 10px;
    padding-right: 10px;
}

/*--------------------------------------------------
 * リンク
 */
a:link{color:#ffffff;text-decoration:none;}
a:visited{color:#cccccc;text-decoration:none;}
a:hover{color:#cc0000;text-decoration:none;}
a:active{color:#aa0000;text-decoration:none;}

.std-text a:before{
    content:url("/images/ind-triangle12.png");
}


/*--------------------------------------------------------------------------------
 * 角丸枠
 */
.kakumaru {
    background-color:rgba(0, 0, 0, 0.2);
    padding:2px;
    border:1px solid #404040;
    border-radius:5px;

}

.page-content {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width : 1024px) {
    .page-content {
	width: 100%;
    }
}

/*--------------------------------------------------------------------------------
 * スケジュール 本体
 */
.schedule-body {
    text-align: center;
}

/*--------------------------------------------------------------------------------
 * ライブ情報の背景 角丸処理
 */
/* 通常用 */
.liveinfo {
    background-color:rgba(0, 0, 0, 0.8);
    padding:10px;
    border:1px solid #606060;
    border-radius:4px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 800px;
}
/* hide 用 */
.liveinfo2 {
    background-color:rgba(255, 255, 255, 0.05);
    padding:10px;
    border:1px solid #303030;
    border-radius:4px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 800px;
}
@media screen and (max-width : 1024px) {
    .liveinfo {width: 90%;}
    .liveinfo2 {width: 90%;}
}


/*
 * チケット予約ボタン
 */
.button {
    background-color:rgba(100, 128, 128, 0.8);
    padding:10px 20px 10px 10px;
    border:1px solid #f0f0f0;
    border-radius:10px;
}
.del {
    color:#606060;
    text-decoration:line-through;
}
.del a:link{color:#606060;}
.del a:visited{color:#606060;}
.del dt {color:#606060;}

.live-date {
  color: rgb(255, 200, 0);
  font-size: 1.8rem;
}

.live-date-del {
  color:#606060;
  font-size: 1.2rem;
}


/*--------------------------------------------------------------------------------
 * popbox(チケット予約) オーバーライド
 */
.open {
    z-index:0;
    margin-left: 50px;
}
.popbox {
    font-size:1.5rem;
    color:rgb(255,0,0);
    text-shadow: none;
}
.popbox a:before{
    content:"";
}
.popbox a:link{color:rgb(0,0,255); background:rgb(255,255,255); text-decoration:none;}
.popbox a:visited{color:rgb(0,0,255); background:rgb(255,255,255); text-decoration:none;}
.popbox a:hover{color:rgb(255,0,0); background:rgb(255,255,0); text-decoration:none;}
.popbox a:active{color:rgb(255,0,0); background:rgb(255,255,0); text-decoration:none;}


.collapse {font-size:1.5rem; z-index:3;}
.box {font-size:1.5rem;}
.popbox input {font-size:1.5rem;}
.popbox textarea {font-size:1.5rem;}
.popbox a {font-size:1.5rem;}

/* 画面狭いケース */
@media screen and (max-width : 1024px) {
}
/* モバイル */
@media screen and (max-device-width : 1024px) {
    .open {margin-left: 270px;}  /* ボタン位置 */
    .popbox a {font-size:3.0rem;}
    .popbox {font-size:3.0rem; width:350px;}
    .collapse {font-size:3.0rem; z-index:3;}
    .box {font-size:3.0rem;}
    .popbox input {font-size:3.0rem;}
    .popbox textarea {font-size:3.0rem;}
}

/*--------------------------------------------------------------------------------
 *
 */
.discography {
    width: 800px;
}
.discography th {font-size:1.2em;}
.discography td {font-size:1.2em;}
.disc-imageL {display: none;}

@media screen and (max-width : 1024px) {
    .discography {width:90%;}
    .discography th {font-size:2.0em;}
    .discography td {font-size:2.0em;}
    .cd-contents th {font-size:2.0em;}
    .cd-contents td {font-size:2.0em;}
    .disc-imageL {display: block;}
    .disc-image {display: none;}
}


/*--------------------------------------------------------------------------------
 * コンタクト
 */
.contact-form {
}
@media screen and (max-width : 1024px) {
    .contact-form td {display: block;}
    .contact-form th {display: block; text-align:left;}
    .contact-form {font-size:2.0rem;}
    .contact-form select {font-size:1.5rem;}
    .contact-form input {font-size:1.5rem;}
    .contact-form textarea {font-size:1.5rem;}
}
