@charset "utf-8";


/*
	ふくしまニュースリリース　企業詳細ページ用CSS
	kigyo.html
	service.html
	gaiyo.html

	create	20240718-
*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル mobile first
--------------------------------------------------------- */
/* 企業情報詳細（共通）
------------------------------ */
main #mainBlock {
	padding: 0px;
}



@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル pc style */

	.pankuzu {
/*		padding: 12px calc(50% - 480px); */
		position: initial;
	}

	/* SNSボタン
	------------------------------ */
	main #mainBlock .snsBlock {
		top: 120px;
	}
}



@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル pc style */

	/* SNSボタン
	------------------------------ */
	main #mainBlock .snsBlock {
		top: 55px;
	}
}

