@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------- */
/*  ヘッダナビ4段目
------------------------------------------------------------ */
/* レイアウト用 */

#socialParts{
	width:960px;
	padding:0 0 15px 0;
	margin:0 auto;
}
#socialParts{
	list-style:none;
}
#socialParts p{
	margin:0;
}
#socialParts li{
	float:left;
	margin-bottom:7px;
}
#socialParts li.mixiBtn{
	width:70px;
}
#socialParts li.twitterBtn{
	width:110px;
}
#socialParts li.googlePlusBtn{
	width:100px;
}
#socialParts li.facebookBtn{
	width:120px;
	z-index:10;
}
@media screen and (max-width: 735px) {
	#socialParts{
	width:100%;
	padding:0;
	overflow:hidden;
}
}