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

/* fontサイズ
10px = 77% | 11px = 85% | 12px = 93% | 13px = 100% | 14px = 108% | 15px = 116% |
16px = 123.1% | 17px = 131% | 18px = 138.5% | 19px = 146.5% | 20px = 153.9% 
21px = 161.6% | 22px = 167% | 23px = 174% | 24px = 182% | 25px = 189% | 26px:197% | 
*/

/* common
------------------------------------------------- */
a { text-decoration: none;color: #0087cc; text-decoration: none; }
img{ border:none; outline:none; vertical-align: bottom; }
ul li{ list-style: none; }

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.clearfix {
	min-height: 1%;
	/* for IE 7*/

}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/

}


body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.2;
	color:#333;
	background: #fff1bf url(../img/bg.jpg) 0 0 repeat-x;
}

/* gungho
------------------------------------------------- */

#gungho {
	background: url(../img/common/header_line.gif) repeat-x scroll 0 0 white;
	height: 36px;
	vertical-align: bottom;
	width: 100%;
}

#gungho p#ragnarok {
	background: url(../img/common/header_bg.gif) no-repeat scroll 100% 0 white;
	height: 30px;
	text-align: left;
	width: 100%;
}

/* コピーライト
------------------------------------------------- */

#copyrightArea {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	background-color: #000;
	color: #fff;
}


/* Contents
------------------------------------------------- */

#home #container { background: url(../img/home/container_bg.jpg) center top no-repeat; }
#lower #container { background: url(../img/lower/container_bg.jpg) center top no-repeat; }

#container #contents {
	width: 1000px;
	margin: 0 auto;
}

#home #container #contents { background: #fff url(../img/home/contents_bg.jpg) 0 0 no-repeat; }
#lower #container #contents { background: #fff url(../img/lower/contents_bg.jpg) 0 0 no-repeat; }


/* header */
#header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header #navi {
	position: absolute;
	left: 30px;
	top: 0;
	height: 50px;
	width: 640px;
}

#header ul#navi li { float: left; }

#header #sns{
	position: absolute;
	right: 10px;
	top: 15px;
}

#header #sns li{
	float: left;
}

/* header-home*/
#home #contents #header { height: 620px; margin-bottom: 20px; }

#home #contents #header #title {
	position: absolute;
	left: 0;
	top: 50px;
}

#home #contents #header #mov {
	position: absolute;
	right: 20px;
	bottom: 0;
}

/* header-lower*/
#lower #contents #header { height: 264px; }


#lower #contents #header #title {
	position: absolute;
	left: 0;
	top: 50px;
	margin-bottom: 0;
}

#container #contents .pagetop {
	text-align: right;
	padding: 0 20px 20px;
}

/* hタグ */
h1 {}
h2 {}
h3 {
	background: url(../img/h3_bg.jpg) 0 0 no-repeat;
	font-weight: bold;
	font-size: 138.5%; /*18pt*/
	color: #fff;
	padding: 6px 0 0 30px;
	height: 24px;
	width: 930px;
	margin-bottom: 10px;
}

h4 {
	font-weight: bold;
	font-size: 123.1%; /*16pt*/
	color: #ffa6a6;
	padding: 4px 10px;
	border-top: #ffa6a6 1px dashed;
	border-bottom: #ffa6a6 1px dashed;
	margin-bottom: 10px;
}

h5 {
	font-weight: bold;
	font-size: 108%; /*14pt*/
	background: url(../img/h5_icon.png) 0 0 no-repeat;
	padding: 3px 0 0 20px;
	margin-bottom: 10px;
}

h6 {
	font-weight: bold;
	background: url(../img/h6_icon.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}


/* main */

.floatL { float: left; }
.floatR { float: right; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.halfBox {
	width: 460px;
}
.halfBox p{
	line-height:1.5em;
}
.halfBox p.cd-title{
	margin:0 0 10px 0;
}
.quarterBox {
	width: 230px;
	float: left;
	margin-left: 10px;
}

.inner { padding: 0 10px } 

.mb10 { margin-bottom: 10px; }

.attention { color: #c00; }

#container #contents .section {
	margin-bottom: 20px;
	padding: 0 20px;
}

/* table */
#container #contents .section table {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	width:100%;
	margin-bottom:15px;
}

#container #contents .section table th,
#container #contents .section table td {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding: 3px 5px;
}

#container #contents .section table th {
	background: #ffd3d3;
	text-align: center;
}

#container #contents .section table .cell01 { width:20%; }
#container #contents .section table .cell02 { width:12%; }
#container #contents .section table .image { width:20%; text-align:center; vertical-align: middle; }

#container #contents .section table caption { 
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 3px 5px;
	text-align:left;
}

#container #contents .section table.disctable { margin-top: 5px; }
#container #contents .section table.disctable .num { width:10%; }
#container #contents .section table.disctable .track { width:55%; }
#container #contents .section table.disctable .artist { width:35%; }

/* list */
#container #contents .section ul li {
	text-indent: -1em;
	margin-left: 2em;
	margin-bottom: 8px;
}

#container #contents .section ul.list01 li {
	background: url(../img/list_icon.png) 0 0 no-repeat;
	text-indent: 0;
	margin-left: 1em;
	padding-left: 1em;
}

.detail-btn{
	margin:30px 0;
	text-align:center;
}
#container #contents .section ul.performance li {
	text-indent: -3em;
	margin:0 0 0.5em 3em;
	padding:0;
}
.movie{
	margin:0 0 4px 0;
}

.movie ul li{
	display:inline;
}
