@charset "shift_jis";

/* カウンター */
#count {
	border: none;
	text-align: left;
	position: static;
	clear: both;
	overflow: hidden;
	margin-left: 10px;
}

/* トップイラスト 別館用 */
body#top-other div#container {
	background-image: url(../img/other_pc.jpg);
	background-repeat: no-repeat;
    background-position: 90% 60px;
	background-position: right 40px;
	background-attachment: fixed;
    background-size:80% auto;
}
/* トップイラスト　兼 更新履歴のイラスト */
body#top-main div#container, body#history div#container {
	background-image: url(../img/top_pc.jpg);
	background-repeat: no-repeat;
    background-position: 90% 60px;
	background-attachment: fixed;
    background-size:80% auto;
}

dl.contents-a dt, dl.contents-m dt {
	font-size: 14px;
	font-size: 1.4rem;
}

/* クリック画像
.spacial {
  padding: 10px 20px 0 0;
} */
