@charset "UTF-8";
/*--------------
COMMON
--------------*/
/*YUI reset Copyright (c) 2010, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.com/yui/license.htmlversion: 2.8.2r1*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,figcaption,aside,section,header,footer,nav,article { margin:0; padding:0;	zoom:1; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }


/*Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
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%*/
body {font:13px/1.25 "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}
a {text-decoration:none;color:#FFF;}
html, body {height:100%;width:100%;}
/*-- END YUI--*/

body {
	-webkit-text-size-adjust:none;
	background-color:#000;
	color:#FFF;
	*text-align:center;
}
body ::selection {
	background: #666; 
}
body ::-moz-selection {
	background: #666; 
}

/*--use webfont--*/
@font-face {
    font-family: 'robov3UltLtSemExpRegular';
    src: url('font/robov-ultralightsemiexpande.eot');
    src: url('font/robov-ultralightsemiexpande.eot?#iefix') format('embedded-opentype'),
         url('font/robov-ultralightsemiexpande.woff') format('woff'),
         url('font/robov-ultralightsemiexpande.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robov3LightSemExpRegular';
    src: url('font/robov-lightsemiexpanded.eot');
    src: url('font/robov-lightsemiexpanded.eot?#iefix') format('embedded-opentype'),
         url('font/robov-lightsemiexpanded.woff') format('woff'),
         url('font/robov-lightsemiexpanded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rb5pxRegular';
    src: url('font/rb5px.eot');
    src: url('font/rb5px.eot?#iefix') format('embedded-opentype'),
         url('font/rb5px.woff') format('woff'),
         url('font/rb5px.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*Roboto Font Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.*/
@font-face {
    font-family: 'RobotoRegular';
    src: url('font/Roboto-Regular-webfont.eot');
    src: url('font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Roboto-Regular-webfont.woff') format('woff'),
         url('font/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color:#999;
	overflow:hidden;
	}

#sdplayer {
	width:320px;
	padding:30px;
	font:93%/1.75em "RobotoRegular", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;	
	*font:93%/1.75em "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;	
	}
#sdplayer h3{
	font: 30px 'robov3UltLtSemExpRegular', Arial, sans-serif;
	margin-bottom:15px;
	}
	
#sdplayer p{
	line-height:2;
	margin-bottom:10px;
	}	
	
.airtist span{
	font: 10px 'rb5pxRegular', Arial, sans-serif;
	margin-bottom:10px;
	vertical-align:2px;
	margin-right:10px;
	color:#000;
}

#sdarea{
	width:320px;
	height:43px;
	position:relative;
	}

.sdload{
	font-size:11px;
	color:#fff;
	text-align:center;
	position:absolute;
	width:200px;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-10px;
	z-index:0;
	}
.soundplayer{
	top:0;
	left:0;
	position:absolute;
	z-index:10;
	}
#close_btn{
	position:absolute;
	right:10px;
	top:10px;
	}
	
#close_btn a{
 	text-indent: 100%;
    white-space: nowrap;
	overflow:hidden;
	display:block;
	width:40px;
	height:40px;
	background:url(../img/goods/common/close_btn_bg.png) no-repeat 0 0;
	}
#close_btn a:hover{
	background-position:0 -40px;
	}
