@charset "Shift_JIS";

/*=========================================================

	Site Name   SONY GPS
	File Name   share.css

==========================================================*/

/*	common
----------------------------------------------------------*/

/*---- notice ----*/
div#notice {
	margin-top:20px;
	margin-bottom:10px;
}

div#notice p {
	margin:0 0 0.3em 0;
	color:#888;
	font-size:80%;
}

/*---- trademark ----*/
div#trademark {
	clear:left;
	padding-top:9px;
}

div#trademark p {
	text-align:right;
	padding:0;
	line-height:0;
}

div#trademark p.credit {
	margin:7px 190px 0 0;
	padding:0;
	line-height:1;
	font-size:79%;
	color:#888888;
	text-align:right;
}

/* --- picksub --- */
.picksub .mod-seriesList-item2-image {
	margin-right:20px;
}

.picksub h3 {
	margin-bottom:0;
}

/* --- pageTop --- */
@media (max-width:640px){
	.mod-pageTop {
		display:none;
	}
}


/*---- clearfix ----*/
.clearfix {
	zoom:1;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:0;
}

/*---- terminalOnly ----*/
.pcNone {
	display:none !important;
}

@media (max-width:640px){
	.pcNone {
		display:block !important;
	}

	.smartNone {
		display:none !important;
	}

	.imagesFull {
		width:100% !important;
	}
}