@charset "Shift_JIS";

/**
 * default.css <www.sony.jp/playmemories/css/>
 * 
 * create : 2013.10.24
 * create : 2013.09.11
 */

/*--------------------------------------------------------------------------------
	Reset
--------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{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;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}a{outline:none;}nav{display:block;}a,a:link,a:active,a:visited,a:hover {color: #000;text-decoration: none;}img{-ms-interpolation-mode: bicubic;}

/*--------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------*/
body {
	min-height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Myriad,Helvetica,Arial,sans-serif;
}

@media(max-width: 950px) and (min-width: 641px) {
	body {
		display: inline-block;
	}
}


/*--------------------------------------------------------------------------------
	.container
--------------------------------------------------------------------------------*/
.container {
	min-width: 980px;
	overflow: hidden;
}

@media(max-width:640px){
	.container {
		min-width: 320px;
	}
}


/*--------------------------------------------------------------------------------
	.header
--------------------------------------------------------------------------------*/
.header {
	background: #000;
}
.header h1 {
	width: 940px;
	margin: 0 auto;
	padding: 7px 0;
	text-align: right;
}
.header .line {
	margin: 0 auto;
	width: 940px;
	height: 69px;
	zoom: 1;
}
.header .line:after {
	clear: both;
	display: block;
	content: "";
}
.header .line h2 {
	float: left;
	padding-top: 24px;
}
.header .line ul {
	float: right;
	padding-top: 0px;
}

@media(max-width:640px){
	.header h1 {
		padding: 7px 20px;
		width: auto;
	}
	.header h1 img {
		width: 50px;
	}
	.header .line {
		padding: 0 15px 15px 20px;
		width: auto;
		height: auto;
		background-position: center bottom;
	}
	.header .line h2 {
		padding-right: 20px;
	}
	.header .line h2 img {
		width: 195px;
	}
	.header .line ul {
		padding-top: 25px;
	}
	.header .line li img {
		width: 100px;
	}
}

/*--------------------------------------------------------------------------------
	.goto-top
--------------------------------------------------------------------------------*/
.goto-top {
	margin: 50px auto 0;
	width: 940px;
	text-align: right;
}

@media(max-width:640px){
	.goto-top {
		margin: 50px 15px 0;
		width: auto;
	}
}

/*--------------------------------------------------------------------------------
	.footer
--------------------------------------------------------------------------------*/
.footer {
	margin: 50px auto 0;
	padding-bottom: 100px;
	width: 940px;
}
.footer ul {
	margin: 0 auto;
	width: 884px;
	border-right: 1px solid #cdcdcd;
	zoom: 1;
}
.footer ul:after {
	clear: both;
	display: block;
	content: "";
}
.footer li {
	float: left;
	width: 109px;
	height: 40px;
	border-left: 1px solid #cdcdcd;
}
.footer .sns {
	margin-top: 55px;
	text-align: center;
}
.footer .copyright {
	margin-top: 60px;
	padding-top: 10px;
	border-top: 1px solid #dadada;
	font-size: 75%;
	color: #8a8a8a;
	text-align: center;
}
.footer .copyright br {
	display: none;
}

@media(max-width:640px){
	.footer {
		margin: 20px 15px 0;
		padding-bottom: 100px;
		width: auto;
	}
	.footer ul {
		margin: 0 0 0 1px;
		width: auto;
		border-right: none;
		zoom: 1;
	}
	.footer li {
		float: left;
		margin: -1px 0 0 -1px;
		padding: 7px 0;
		width: 24.9%;
		border: 1px solid #cdcdcd;
		text-align: center;
	}
}
@media(max-width:480px){
	.footer li {
		width: 49.5%;
	}
	.footer .copyright br {
		display: block;
	}
}