
@charset "utf-8";
/* core	================================================	*/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #ffffff;
	text-align: center;
	background: #222222;
}

body.lovemusic {
	background: #dddddd;
	color: #000000;
}

.contentsPC {
	display: none;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.pclink {
	display: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
}

#header {
	width: 100%;
	margin: 0 auto;
}

#header #headMain,
#header #gNavi {
	width: 100%;
	margin: 0 auto;
}

#header #headMain #hgroup {
	padding: 15px 0;
	border-bottom: 1px solid #484848;
	background: #15110e;
}

#header #headMain #hgroup h1 {
	float: left;
	width: 25%;
	overflow: hidden;
	padding: 10px 0 0 10px;
}

#header #headMain #hgroup h1 a img{
	width: 100%;
}

#header #headMain #hgroup h2 {
	float: right;
	width: 55%;
	overflow: hidden;
	padding: 10px 10px 0 0;
}

#header #headMain #hgroup h2 a img{
	width: 100%;
}

#header #gNavi .toptab{
	width: 100%;
}

#header #gNavi .toptab li{
	width: 50%;
	display: inline;
	float: left;
}

#header #gNavi .toptab li img{
	width: 100%;
}

#header #gNavi .spmenu{
	height: 52px;
	position: relative;
	z-index: 9999;
}


#header #gNavi .spmenu .menuBtn{
	height: 0;
	padding-top: 50px;
	background: url(../img/spmenu/title_menuSP.gif) no-repeat 21px center #15110e;
	-webkit-background-size: 80px 14px;
	-moz-background-size: 80px 14px;
	background-size: 80px 14px;
	border-bottom: 2px solid #424242;
	overflow: hidden;
}

#header #gNavi .spmenu ul{
	display: none;
	position: absolute;
	top: 52px;
	background: #222222;
}


#header #gNavi .spmenu li.txt{
	border-bottom: 1px solid #474747;
}

#header #gNavi .spmenu li.txt a{
	display: block;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #0a0a0a;
}

#header #gNavi .spmenu li.txt a p{
	padding-left:20px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}

#header #gNavi .submenu{
	display: none;
}

#contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

body.menuClose #contents {
	display: block;
}
body.menuOpen #contents {
	display: none;
}


#contentsMain {
	margin: 0;
}

.sonyLink {
	width: 95%;
	margin: 0 auto;
}

.sonyLink ul {
	padding: 15px 0 7px 0;
}

.sonyLink ul li {
	display: inline;
	float: left;
	margin-right: 6px;
	line-height: 36px;
	font-size: 10px;
}

#footer {
	position: relative;
	background: #151110;
	border-top: 1px solid #242424;
	padding: 40px 0 48px 0;
	margin-top: 50px;

}

#footerMain {
	margin: 0 12px;
}

#footerMain .copy{
	margin: 12px auto 0;
	text-align: center;
}

#footerMain .social {
	width: 100%;
}

#footerMain .social li {
	display: inline;
	float: left;
}


#footerMain .social li.snsTwitter {
	width: 110px;
}

#footerMain .social li.snsFacebook {
	width: 110px;
}

#footerMain .social li.snsMixi {
	width: 75px;
}

#productsFoot {
	width: 100%;
	border-top: 45px solid #222222;
	position: relative;
	background: #15110e;
}

#productsFoot .banner{
	margin: 0 20px;
	padding-top: 10px;
}

#productsFoot .banner li{
	margin-bottom: 10px;
}

#productsFoot .banner li img{
	width: 100%;
}

#productsFoot .news{
	margin: 0 10px;
	text-align: left;
	padding-bottom: 20px;
}

#productsFoot .news h4{
	font-size: 0;
	line-height: 0;
	padding: 10px 0 10px 9px;
}

#productsFoot .news ul{
	padding-top: 8px;
}

#productsFoot .news ul li{
	background: url(../img/mark_news.gif) no-repeat 9px 4px;
	border-bottom: 1px solid #434343;
	padding: 0 9px 8px 19px;
	margin-bottom: 8px;
	font-size: 11px;
}

#productsFoot .news ul li.noline{
	border-bottom: none;
	margin-bottom: 0;
}


#productsFoot .news ul li a{
	font-size: 11px;
}

.enquete {
	display: none;
}

body.dev_sp .bannerPC{
	display: none;
}

#productsFoot .bannerL {
	width: 49%;
	float: left;
}

#productsFoot .bannerR {
	width: 49%;
	float: right;
}