@charset "UTF-8";
/* CSS Document */


body {
    min-width: 1000px;
    font-size: 9pt;
    font-family:'Brawler', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'Meiryo', serif;
    letter-spacing:0.1em;
    line-height:20px;
    color:#fff;
    background: #5b7275 url(../images/background.jpg) repeat-x;
}
  
img {
	border:0;
}
  
a:link {
    color:#fff;
    text-decoration:none;
} 
a:visited {
    color:#fff;
} 

a:hover  {
    color:#ccc;
} 

a:active {
    color:#888;
} 

/* txt */
.txt_title{
	text-align:center;
	font-size:10pt;
	letter-spacing:0.1em;
}
	
.small{
	font-size: 8pt;
	line-height: 16px;
}

/* nav */
.nav{
    min-width: 1000px;
	width: 100%;
	height: 55px;
	padding-top: 27px;
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
	color:#fff;
	background:#000;
}

.nav_sns{
	height: 65px;
	position: absolute;
	top:30px;
	right:20px;
	_background: #888;
}

.nav h1 {
    float: left;
    margin: 0 74px 0 20px;
}

.nav ul{
	float: left;
	margin-top: 12px;
}

.nav li{
    float: left;
    margin-right: 28px;
    list-style: none;
}

#social {
    z-index: 101;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
}

#social div {
    float: left;
    text-align: right;
}

#socialTw {width: 100px;}
#socialFb {width: 110px;height:20px;overflow:hidden;}
#socialGp {width: 70px;}

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

.inner{
	position: absolute;
	float: left;
	
	top:0;
	left :0;
	
	padding-top: 65px;
	
	width: 610px;
	height: auto;
}


.contents_wrapper{
	width: 420px;
	height: auto;
	
	margin-left: 95px;
	padding-top: 190px;
	
	position: relative;
	float: left;
	
	_background: #888;
}


.contents_title{
	text-align:center;
	
	font-size:10pt;
	letter-spacing:0.1em;
	
	margin-bottom:50px;
	
	text-align:center;
}


.contents_txt{
	width:420px;
	height:auto;
	
	margin-top:30px;
	
	position: relative;
	float: left;
	
	_background: #ccc;

}


/* line */

.line{
	background:#fff;
	width:420px;
	height:3px;
	
	position:relative;
	float:left;
	both:clear;
}


.line_dot{
	height:1px;
	width:420px;
	border-bottom: 1px dotted #fff;
	
	position:relative;
	float:left;
	both:clear;
	
}


/* top */


.top_box {
	width: 420px;
	position:relative;
	float:left;
	
	padding-top:115px;
	margin-left:95px;
	margin-bottom:200px;
}


.top_img{
	float:left;
	background:#000;
}




.top_l{
	width: 250px;
	
	position:relative;
	float:left;
	margin-top: 20px;
	
	color: #888;
	
	_background:#ccc;
}

.top_r{
	width: 115px;
	height: 115px;
	margin-top: 20px;
	margin-left: 55px;
	
	position:relative;
	float:left;
	
	_background:#ccc;
}

	
/* about */

.about_title{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 13pt;
	line-height: 16pt;
}




/* sound */



.sound_box{
	width:420px;
}
	
.sound_l{
	width:210px;
	height:80px;
	
	
	position:relative;
	float:left;
}


.sound_l_1{
	width:65px;
	height:55px;
	
	padding-top:35px;
	
	position:relative;
	float:left;
}

.sound_l_2{
	width:145px;
	height:55px;
	
	padding-top:35px;
	
	position:relative;
	float:left;
}

.sound_l_2_2{
	width:145px;
	height:45px;
	
	padding-top:35px;
	
	position:relative;
	float:left;
}

.sound_r{
	width:180px;
	height:45px;
	
	padding-top:35px;
	margin-left:20px;
	
	position:relative;
	float:left;
	
	_background:#ccc;
}

.sound_r_2{
	width:180px;
	height:55px;
	
	padding-top:25px;
	margin-left:20px;
	
	position:relative;
	float:left;
	
	_background:#ccc;
}


.sound_plaer{
	width:15px;
	height:15px;
	
	position:relative;
	float:right;
	
	
	_background:#888;
}


/* credit */

.credit_l{
	width:210px;
	height:auto;
	
	position:relative;
	float:left;
	
    margin-bottom: 20px;
}

.credit_r{
	width:180px;
	height:auto;
	
	position:relative;
	float:left;
}

.credit_3col {
    margin-top: 10px;
    width: 140px;
    float: left;
}

#bkkLogo img {
    clear: both;
    margin-top: 60px;
    margin-left: 190px;
}

/* phWave */
#phWave {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 30;
    overflow: hidden;
}

#phWave a {
    display: block;
    float: left;
}

#loading {
    position: fixed;
    top: 50%;
    margin-left: 290px;
    left: 50%;
}

#caption {
    position: absolute;
    font-size: 0.6em;
    line-height: 0;
    background: #000000;
    opacity: 0.9;
    padding: 10px;
    position: fixed;
    z-index: 1000;
    display: none;
}

#caption h2 {
    display:block;
}

.jp-audio {
    clear: both;
    margin-bottom: 19px;
}