/*出勤表　前次ボタン非表示 出勤＆詳細*/

/*
#schedule #week-next,
#prof .schedule_btnArea 
{display:none;}

*/



/*背景GIF*/

/*
body{
background-size:cover;!important}*/


/*新着情報　コンテンツページでの記事枠折り返し


#news .topiclist li article{
    width: 50%;
    float: left;
}

@media screen and (max-width: 480px) {
#news .topiclist li article{
  width:96%;
  float:none;
}
}
*/


#header .header_info .tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}


/* スマートフォン用ヘッダー画像 
@media screen and (max-width: 768px) {
	#header .logo a
	{background-image: url("http://sample27.fuzoku.co/upload/pub/12.jpg"); background-size: contain;}
	#header .logo a img
	{display:none;}
}
*/

.marquee ul{
animation:scrollmarquee 30s linear infinite
}

/*出勤表　前次ボタン非表示 出勤＆詳細*/
#schedule #week-next,
#prof .schedule_btnArea
{display:none;}
