@charset "utf-8";
/*
CSS Document 
激団リジョロ2014
*/

html,body{
	width:100%;
	height:100%;
}

body{
	color:#fff;
	font-family:"ヒラギノ明朝 Pro W3" "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	background:#000;
	background-attachment:fixed;/**/
	background-size:auto 100%;
}

a:link{color:#000; text-decoration: none;}
a:visited{color:#000; text-decoration: none;}
a:hover{color: #666; text-decoration: none;}
a:active{ color:#000; text-decoration:none;}

#wrapper{
	width:100%;
	height:100%;
	margin:0px auto;
	/*overflow: hidden;
	background:#090;*/
}

/*=====================================
メニュー
======================================*/
#menu{
	position:fixed;
	top:0;
	right:30px;
	width:130px;
	height:100%;
	padding:10px 10px;
	font-size:12px;
	background:url(../img/live_nav_bg.jpg) #000;
	z-index:10;
	text-align:center;
	overflow:hidden;
}


#menu ul{
	/*position:absolute;*/
	top:20%;
}


#menu li{
	margin:5px auto;
	font-weight:bold;
}

/*=====================================
liveコンテンツ
======================================*/
.live_container{
	/*display:inline-block;*/
	margin:100px 180px 100px 0px;
	padding:100px 0px;
	text-align:center;
	overflow:hidden;
	/*box-shadow: 0px 0px 20px -5px rgba(255, 255, 255, 0.8);*/
	/*background:#333;*/
}

.live_tate img{
	width:300px;
}

.live_yoko img{
	height:300px;
}

.live_sei img{
	height:400px;
}

.img_box{
	border:solid 1px #666;
}


h1{
	font-size:40px;
	line-height:1.2;
	font-weight:bold;
}

h2{
	font-size:16px;
	line-height:1.4;
	text-align:right;
}

h3{
	font-size:16px;
	line-height:2;
}

.title_no{
	font-size:30px;
	text-align:right;
}

.size_12{
	font-size:12px;
}

.size_35{
	font-size:27px;
}

.tex_po_l{
	text-align:left;
}

.tex_po_c{
	/*text-align:center;*/
	font-weight:normal;
	font-size:27px;
}

.tex_po_c1{
	/*text-align:center;*/
	font-weight:normal;
	font-size:25px;
}

.tex_po_r{
	text-align:right;
}

/*------------------------------
テーブル
------------------------------*/
.live_container table{
	margin:0px auto;
}

.table_l{
	width:350px;/**/
	text-align:right;
	/*background:#900;
	padding:20px 0px;*/
}

.table_c{
	padding:0px 50px;
	text-align:right;
	line-height:2;
}

.f_g{
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.table_c a:link{color:#fff; text-decoration: none;}
.table_c a:visited{color:#fff; text-decoration: none;}
.table_c a:hover{color: #666; text-decoration: none;}
.table_c a:active{ color:#fff; text-decoration:none;}

.table_r{
	width:350px;
	text-align:left;
	padding:20px 0px;
	/*background:#900;*/
}

.table_r a:link{color:#999; text-decoration: none;}
.table_r a:visited{color:#999; text-decoration: none;}
.table_r a:hover{color: #666; text-decoration: none;}
.table_r a:active{ color:#999; text-decoration:none;}



.b_l{
	vertical-align:bottom;
	line-height:1.8;
}




