@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	color: #333;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
}
img {
	border: 0;
}
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 60%;
	margin:0 auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #ce1225;
	background: #ce1225;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #ce1225;
	background: #fff;
}
ul {
	list-style: none;
}
#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: #fff;
	font-size:95%;
	line-height: 1.6;
}
#contents {
	padding: 0 20px 20px 20px;
	background: #fff;
}
#tour_wrapper {
	width: 600px;
	margin: 20px auto;
	background: #fff;
	line-height: 1.6;
}
h1 {
	margin: 10px 0;
	text-align: center;
}
h2 {
	margin: 0 0 20px 0;
	padding: 8px;
	border-top: 1px solid #ccc;
	background: url(imgs/h2_bg.gif) repeat-x left bottom;
	font-size: 110%;
	color: #ce1225;
}
dt {
	margin: 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
	font-weight: bold;
	color: #000;
}
.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 {
	margin-top: 15px;
}
#footer dl {
	margin: 15px;
}
#footer dt {
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
	font-weight: bold;
	color: #000;
}
#footer dd {
	font-size: 12px;
}
#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;
}
.margin20 {
	margin: 20px 0;
}
.marginL8 {
	margin-right: 8px;
}
table.border {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}
table.border th, table.border td {
	padding: 12px 6px;
	border: 1px solid #666;
	line-height: 1.6;
}
table.border th {
	background: #efefef;
	text-align: center;
	font-weight: normal;
}
.strong {
	font-weight: bold;
	color: #FF3300;
}
.box {
	padding: 5px 10px;
	border: 1px solid #666;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.notset {
	background: #eee;
}
ol {
	margin-left: 25px;
}
.blk {
	margin-bottom: 15px;
}
.totop {
	margin: 10px 0;
	text-align: right;
}
#flow dl {
	margin-top: 10px;
}
#flow dl dt {
	font-weight: bold;
}
a:hover{
	opacity:0.6;
}
