* {
	margin:0;
	padding:0;
}
body {
	font-size:100%;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
}
img {
	border:0;
}
ul {
	list-style:none;
}
#wrapper {
	position:relative;
	margin:0 auto;
}
#header {
	margin-bottom:35px;
}
#contents,#footer {
	width:860px;
	margin:0 auto;
	font-size:85%;
	line-height:1.6;
}
#tour_wrapper {
	width:600px;
	margin:20px auto;
	background:#fff;
	font-size:12px;
	line-height:1.6;
}
h1 {
	margin:20px 0;
	text-align:center;
}
h2 {
	margin:10px 0 10px 0;
	font-size:18px;
	font-weight:normal;
}
h3 {
	margin:15px 0 5px 0;
	padding:0px 0 0 27px;
	background:url(imgs/circle_bg.gif) no-repeat left top;
	font-size:15px;
	font-weight:normal;
}
dt {
	margin:10px 0;
	padding-bottom:3px;
	border-bottom:1px dashed #666;
	font-weight:bold;
	color:#000;
	font-size:14px;
}
.list li, #flow li {
	padding-left:13px;
	background:url(imgs/list_bg.gif) no-repeat 0 4px;
}
#bank {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #ccc;
	background:#fff;
}
#footer {
	padding-top:35px;
	padding-bottom:30px;
}
#knt {
	position:relative;
}
#knt_logo {
	position:absolute;
	top:40px;
	right:40px;
}
/*util*/

.toTop {
	text-align:right;
}
.large {
	font-size:16px;
}
.small {
	font-size:12px;
}
.att {
	color:#f00;
}
.arr {
	margin:15px 0;
	text-align:center;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.margin10 {
	margin:10px 0;
}
.marginT10 {
	margin-top:10px;
}
.marginL8 {
	margin-right:8px;
}
table.border {
	margin:10px 0;
	border-collapse:collapse;
	border-spacing:0;
}
table.border th, table.border td {
	padding:8px;
	border:1px solid #666;
}
table.border th {
	background:#efefef;
	text-align:center;
	font-weight:normal;
}
.strong {
	font-weight:bold;
	color:#FF3300;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.totop {
	margin:10px 0;
	text-align:right;
}
#kanri,.box {
	margin:10px 0;
	padding:10px 15px;
	border:2px solid #ddd;
	background:#ffe;
}
.btn{
	float:left;
	padding:22px 30px;
	background:url(imgs/btn_tour_bg.gif) no-repeat center top;
	font-size:16px;
	text-align:center;
	color:#fff;
	}
.btn a{
	display:block;
	color:#fff;
	}
.step{
	border:2px solid #ccc;
	}
.step dt{
	margin:0;
	padding:15px 0;
	background:#E76A96;
	border:0;
	text-align:center;
	color:#fff;
	font-size:20px;
	}
.step dd{
	padding:20px;
	}
