<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 1.6;
	background-color: #F3F3F3;
	color:#666;
	font-size:100%;
}

#wrp{
	padding-top:25px;
	text-align:center;
}
.attBox{
	text-align:left;
	padding:15px;
	border:#CCC dotted 1px;
	background-color:#FDFDFD;
	width:720px;
	font-size:80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.icon_move{
	display:block;
	width:88px;
	height:109px;
	background-image:url(../img/icon/move.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:25px auto;
}

a.bt{
	display:block;
	width:290px;
	height:70px;
	background-image:url(../img/button/now_move.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	margin:0 auto;
}

.lead{
	font-size:140%;
}

h3.att{
	font-size:120%;
	color:#F49C17;
	margin:0 0 5px 0;
	background-image: url(../img/icon/attention.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-size:140%;
}
</pre></body></html>