@charset "utf-8";

/* Social Btn
--------------------------------------------*/
#social_btn {
	float: left;
	padding: 10px 0 0 4px;
	width: 200px;
	height: 24px;
}
.facebook {
	float: left;
	padding: 0 4px 0 0;
	width: 73px;
	height: 24px;
}
.gplus {
	float: left;
	padding: 0;
	width: 32px;
	height: 20px;
}
.twitter {
	float: left;
	padding: 0 4px 0 0;
	width: 80px;
	height: 20px;
	overflow: hidden;
}
/*==========================================

 【 Media Queries iPhone 】

============================================*/
@media only screen and (min-width : 0px) {

#social_btn, #notice { display: none;}

}

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

 【 Media Queries iPad縦 】

============================================*/
@media only screen and (min-width : 768px) {

#social_btn, #notice { display: block;}

}

