<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


div,p {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-weight:normal;
  text-align:left;
  vertical-align:baseline;
  background:transparent;
  line-height:1.5em;
  font-family:"ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin:0;
  padding:0;
}

img {
  vertical-align:top;
}

#mainArea{
	width:980px;
	margin:0 auto;
	padding:0;
}
#plan{
	background:#e9e9e9;
}
#plan table{
	margin:0 auto;
	padding:0;
}
div.pagetop{
	width:980px;
	margin:10px 0 20px 0;
	text-align:right;
}
div.pagetop a,
div.pagetop a:visited,
div.pagetop a:link{
	color:#008cd0;
	text-decoration:underline;
}

div.main_pagetop{
	position:fixed; 
	right:0;
	bottom:20px;
}

/*     パンくず・SNSボックス
------------------------------------------*/

div#breadSns{
  width:950px;
  margin:0 auto;
  padding:0;
  height:32px;
}


/*     パンくず
------------------------------------------*/

div#bread{
	float:left;
	margin:6px 0 0 5px;
}

div#bread p.crumbs{
	font-size:10px;
}

/*    IE用　　*/
div#bread{
	margin/*\**/: 0 0 0 5px\9;
}

/*     SNSボタン用
------------------------------------------*/

#snsBox{
	width:400px;
	float:right;
    margin: 5px -114px 0px 0;
	vertical-align: top;
}

/*    IE用　　*/
#snsBox{
	margin/*\**/: 0 -114px 7px 0\9;
}

#snsBox ul li{
  float: left;
	padding: 0px;
	display: inline;
}

#snsBox ul li.fb{
  margin: 0px 10px 5px 0px;
}

#snsBox ul li.fb div{
  width:110px!important;
}

#snsBox ul li.gg{
  margin: 0px 10px 5px -10px;
}

#snsBox ul li.tw{
  margin: 0px 10px 5px -20px;
}</pre></body></html>