* {
	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;
}
ul {
	list-style:none;
}
#wrapper {
	position:relative;
	width:1100px;
	margin:0 auto;
	background:#fff;
	font-size:90%;
	line-height:1.8;
}
#contents{
padding:10px 20px;
background:#fff;
}
#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:20px 0 20px 0;
	padding:8px 0;
	border-top:1px solid #ccc;
	background:url(imgs/h2_bg.gif) repeat-x left bottom;
	font-size:120%;
	color:#3EA039;
}
h3{
	margin-top: 1em;
	margin-bottom: 12px;
	border-bottom: 3px double #125F16;
}

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{
	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;
	font-size:14px;
	_height:1px;
}
#footer dd {
	font-size:12px;
}
/*========ページトップ　start========*/
#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 0;
bottom: 0;
background: #009944;
opacity: 0.9;
}
#page_top a{
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}
#page_top a::before{
font-weight: 900;
content: "\02227";
font-size: 24px;
color: #fff;
position: absolute;
width: 25px;
height: 25px;
top: 10px;
bottom: 15px;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
#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;
}
.marginL8 {
	margin-right:8px;
}
table.border {
	width:100%;
	margin:10px 0;
	border-collapse:collapse;
	border-spacing:0;
	font-size: 95%;
}
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;
}
.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;
	}

.red{
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 140%;
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.box1{
	border: 1px solid #000000;
	padding: 0.8em 2em;
}

@media screen and (max-width:1000px){

	.scroll{
		display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}
