﻿@charset "utf-8";
/*  base
----------------------------------------------------*/
/*Webフォント*/
a {
	color: #fff;
}
#frame {
	height: 0;
	overflow: hidden;
}
body{
	border-top: 10px solid #005278;
	border-bottom: 10px solid #005278;
	font-size: 12px;
	background: url(../images/bg.png)  center #040000;
	color: #eee;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.left {
	position: relative;
}

#badge {
	position: absolute;
    top: 193px;
    left: 236px;
}

#wrapper .article#movie {
    padding-bottom: 60px;
    margin-bottom: 60px;
}
#wrapper .article#soundCloud,
#wrapper .article#sound {
    padding-bottom: 30px;
    margin-bottom: 60px;
}
#wrapper .article#banner {
    padding-bottom: 30px;
    margin-bottom: 40px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	line-height: 180%;
}
#wrapper .article{
    padding-bottom: 60px;
    margin-bottom: 60px;
	border-bottom: 1px dashed #005278;
	position: relative;
}
#wrapper .article#main{
    padding-bottom: 0px;
    margin-bottom: 60px;
	border-bottom: none;
	position: relative;
}
/*
#wrapper .article:after {
    content: '\002702';
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 40px;
    padding: 0 3px;
    background: #01020b;
    color: #eee;
    font-size: 18px;
}
*/

h2 {
	font-size: 30px;
	position: relative;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-align: center;
	color: #6ac2b0;
}
h3 {
}
h2:before,
h2:after {
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/sun.png) no-repeat center;
	background-size: cover;
	margin: 0 20px;
}
.ad h2:after {
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/sun2.png) no-repeat center;
	background-size: cover;
	margin: 0 20px;
}

/*  info
----------------------------------------------------*/
#info #flex {
  display: -webkit-flex; /* Safari */
  display: flex;
}
#info #flex > div {
	flex: 1;
}
#info #flex .left {
	text-align: center;
}
#info #flex h3 {
	width: 80%;
	font-size: 26px;
	letter-spacing: 2px;
	border-bottom: 1px solid #999;
	position: relative;
	padding-bottom: 3px;
}
#info #flex h3 a {
	position: absolute;
	cursor: pointer;
	font-size: 14px;
	right: 0;
}
#info #flex h3 span {
	color: #07557b;
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
}
#info #flex .track p {
	width: 80%;
	padding: 15px 0 15px 25px;
}
#info #flex .track .price p {
	width: 100%;
	padding: 15px 0 15px 25px;
	box-sizing: border-box;
}
#info #flex .track .sample div {
	width: 80%;
	margin-bottom: 15px;
}
#info #flex p span {
	display: inline-block;
	width: 30px;
	color: #07557b;
	font-size: 12px;
}
#info #flex .price {
	width: 80%;
	margin-top: 30px;
	text-align: right;
}
#info #flex .price strong {
	color: #6ac2b0;
	font-size: 20px;
}

/*  staff
----------------------------------------------------*/
#staff {
	text-align: center;
}
#staff strong {
	color: #92d1c1;
}

/*  list
----------------------------------------------------*/
#wrapper .article#list {
	margin-top: -75px;
    padding-bottom: 98px;
}
#list li {
}
#list li div {
}

/*  content
----------------------------------------------------*/
#wrapper .article#main {
}
#main h1 {
	width: 900px;
	height: 450px;
	background: url(../images/main.png) no-repeat center right;
	margin: 0 auto 0;
	text-indent: -9999px;
}


#sns {
	text-align: right;
	width: 100%;
	position: absolute;
	right: 0;
}
#sns a {
	width: 83px;
	height: 20px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 2px;
	color: red;
	z-index: 10;
}

#wrapper .article#more {
	margin-bottom: 80px;
	padding-bottom: 80px;
	text-align: center;
	padding-top: 20px;
}
#thisbanner {
	text-align: center;
}
#banner ul {
	width: 880px;
	margin: 0 auto;
}

#banner li {
	float: left;
	margin: 0 20px 20px 0;
}


/*  footer
----------------------------------------------------*/
#footer {
	padding: 40px 0;
	text-align: center;
}
#footer div{
	padding: 0 0 40px;
}
