/*基本設定*/
body {
	font-size: 12px;
	color: #333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 18px ;
    background-color: #fff;
	text-align: center;
	padding: 0px auto 0px auto;
	margin: 0px auto 0px auto;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover	{
	color: #0000FF;
	text-decoration: underline;
}

div {
	padding: 0px;
	margin: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/*ヘッダー設定*/
#header {
	position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;
	z-index: 50;
	width: 100%;
	clear: both;
}

.header_base {
    width: 900px;
    height: 80px;
    margin: 0px auto;
    background-color: #fff;
}

#header img {
    float: left;
}

#header ul {
    float: right;
}

#header li {
	list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #666;
    padding: 5px;
}

.header_button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
    font-size: 18px;
	line-height: 24px;
	outline: none;
	font-weight: bold;
    padding: 5px;
}

.header_button:link {
	color:#000;
}

.header_button:visited {
	color:#000;
}

.header_button:hover {
	background-color: #191970;
    padding: 5px;
	color: #fff;
	text-decoration: none;
}

.header_button::before,
.header_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.header_button,
.header_button::before,
.header_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#middle {
    width: 100%;
    background-color: #000;
    text-align: center;
    color: #fff;
}

/*コンテンツ部分*/

ul.caption {
	padding: 05px;
	list-style: none;
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    font-size: 22px;
    color: #333;
}

ul.caption li {
	position: relative;
	padding: 17px 0px 10px 40px;
	margin-bottom: 0px;
}

ul.caption li:after,
ul.caption li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}

ul.caption li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(25,25,112,1);
}

ul.caption li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(90,90,247,0.5);
	transform: rotate(45deg);
}

/*カスタマイズ用*/

ul.caption2 {
	padding: 10px;
	list-style: none;
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    font-size: 22px;
    color: #333;
}

ul.caption2 li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(153,153,153,1);
}

ul.caption2 li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(83,83,83,0.5);
	transform: rotate(45deg);
}


/*ストーリー*/
#story {
    width: 900px;
    font-size: 16px;
    text-align: left;
    margin: 0px auto;
}

.story_txt {
    width: 880px;
    margin-left: 50px;
    line-height: 28px;
}

/*キャラクター*/
#character {
    width: 900px;
    font-size: 16px;
    text-align: left;
    margin: 0px auto;
}

#character h1 {
    font-size: 16px;
    font-weight: bold;
    color #ff6600;
    border-top: 3px double #29286e;
    border-bottom: 3px double #29286e;
    padding: 5px 5px 5px 10px;
    margin: 0px auto 10px 20px;
    width: 500px;
}

.character_txt {
    margin: 0px 0px 0px 35px;
    line-height: 24px;
    width: 500px;
}

#sample {
    width: 900px;
    font-size: 16px;
    text-align: left;
    margin: 0px auto;  
}

#sample h2 {
 font-size: 14px;
 margin: 5px 0px;
}

#tracklist {
    width: 900px;
    font-size: 16px;
    text-align: left;
    margin: 0px auto;  
}

#outline {
    width: 900px;
    font-size: 16px;
    text-align: left;
    margin: 0px auto;  
}

.outline_box1 {
	margin: 10px 0px 0px 40px;
	float: left;
}

.outline_box2 {
	display: table;
	margin: 0px 0px 0px 0px;
}

.outline_caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	background-color: #191970;
	color: #FFF;
	padding: 5px;
	width: 100px;
}

.outline_normal {
    display: table-cell;
	text-align: left;
    vertical-align: middle;
	width: 400px;
	padding-left: 20px;
}

/*店舗特典*/
#product {
	width: 880px;
	margin: 20px auto;
	padding-bottom: 5px;
	border-bottom: 2px dotted #666;
}

#product h2 {
	width: 200px;
	font-size: 14px;
	margin: 0px;
}

.product_left {
	width: 240px;
	float: left;
	margin-left: 40px;
}

.no_banner {
	width: 200px;
	height: 30px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 10px;
}

.product_right {
	width: 600px;
	float: left;
}

.product_right h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

/*ダウンロード*/
#download {
	width: 880px;
	margin: 0px auto;
}

#download li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

/*フッター*/
#footer {
	width: 100%;
	margin: 50px auto 0px auto;
	padding-top: 20px;
    padding-bottom: 20px;
	color: #fff;
	background-color: #000;
	clear: both;
}
/*オーディオ*/
audio {
 width: 250px;
 height: 20px;
}

/*店舗情報*/
.shop {
	margin: 0px auto;
}

.shop li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

.shop h1 {
	margin: 3px 0px;
	padding: 2px;
	font-size: 12px;
	color: #fff;
	background-color: #03C;	/*帯の色はここを変更する*/
	text-align: center;
}