﻿@charset 'utf-8';
/* Reset
   ================================================== */
*{ margin:0; padding:0; }

/* Base
   ================================================== */
body{
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/* Sns
   ================================================== */
.sns_fb, .sns_tw {
	position: fixed;
	bottom: -60px;
	right: 0px;
	margin: 0;
}
.sns_fb {
	padding: 0 0 420px 0;
}
.sns_tw {
	padding: 0 0 340px 0;
}
.sns_fb a, .sns_tw a {
	display: block;
	text-align: center;
}
#socialParts {
	margin: 10px;
	list-style: none;
}
#socialParts p {
	margin: 0;
}
#socialParts li {
	float: left;
}
#socialParts li.mixiBtn {
	width: 70px;
}
#socialParts li.twitterBtn {
	width: 84px;
}
.fb_iframe_widget_fluid{
	display:inline-block !important;
}
#socialParts li.googlePlusBtn {
	width: 40px;
}
#socialParts li.facebookBtn {
	width: 90px;
	z-index: 10;
}
