﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF2DC;
	background-attachment: fixed;
	color: #333;
	font-weight: normal;
	line-height: 1.6;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img {
	border: 0;
}
ul {
	list-style: none;
}
ol {
	margin-left: 30px;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #999;
	-webkit-box-shadow: 0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #999;
}
#contents {
	margin: 0 auto;
	padding: 45px;
	background: #fff;
	font-size: 95%;
}
h1 {
	text-align: center;
}
h1 img{
	vertical-align: bottom;
}
h2{
	clear: both;
	text-align: left;
	font-size: 150%;
	padding: 0.3em 0.5em;
	margin: 1em 0.5em 1em 0;
	color: #FFF;
	background:#00A9AE;
}
h3 {
	margin: 15px 0;
}
dt {
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 10px 10px 10px 5px;
	border-bottom: 1px dashed #ccc;
	font-size: 110%;
	font-weight: bold;
}
#contents dt {
    margin-right: 1em;
    font-weight: bold;
    border-bottom: #ccc dotted 2px;
    padding-left: 1em;
    padding-bottom: 0.5em;
    font-size: 120%;
}
#contents dt::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    padding-right: 1em;
}
#contents dd {
    margin: 20px;
}
dd {
}
/* 何もしていない時の背景 */
.btn_hover3 {
background-color: #F29600;/*背景色*/
	border: 6px double #fff;
-webkit-transition: all 0.3s ease;/*ふわっとさせる間隔 Google Chrome、Safari*/
-moz-transition: all 0.3s ease;/*ふわっとさせる間隔 Firefox*/
-ms-transition: all 0.3s ease;/*ふわっとさせる間隔 IE*/
-o-transition: all 0.3s ease;/*ふわっとさせる間隔 Opera*/
transition: all  0.3s ease;/*ふわっとさせる間隔*/
padding:20px 0;/*文字と背景の余白*/
width: 100%;/*ボタン幅*/
text-align: center;/*文字を揃える位置*/
border-radius: 3px;/*背景の角丸半径*/
cursor: pointer;/*ホバー時にカーソルの形状をポインターに*/
}

/* マウスオーバーした際の背景 */
.btn_hover3:hover {
background-color :#00A9AE;/*背景色*/
	
	
}
table.border {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
}
table.border th, table.border td {
	border: 1px solid #666;
	padding: 6px;
}
table.border th {
	text-align: center;
	font-weight: normal;
	background-color: #ddd;
}
.schedule table th{
	text-align: center;
	font-weight: 500;
	color: #333;
	background:#DC9DBF;
}
.schedule table td{
	vertical-align: top;
}

.flight table{ width: 100%; }
.flight table, .flight table th, .flight table td{
	padding: 5px;
	border:  solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
}
.flight table th{
	text-align: center;
	font-weight: 500;
	color: #333;
	background:#EFEAEA;
}
.flight td{
	text-align: center;
}
/*util*/

.toTop {
	text-align: right;
}
.large {
	font-size: 16px;
}
.small {
	font-size: 80%;
}
.att {
	color: #f00;
}
.arr {
	margin: 10px 0;
	text-align: center;
}
.fcr{color: red;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

.mt60{margin-top: 60px;}
.fwb{font-weight: bold;}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.longurl{word-break: break-all;}
.margin5 {
	margin: 5px 0;
}
.margin10 {
	margin: 10px 0;
}
.margin20 {
	margin: 20px 0;
}
.margin-top10 {
	margin-top: 10px;
}
.margin-top5 {
	margin-top: 5px;
}
.marginL8 {
	margin-right: 8px;
}
table.border {
	border-collapse: collapse;
	border-spacing: 0;
}
table.border th, table.border td {
	border: 1px solid #666;
	padding: 6px;
}
table.border th {
	text-align: center;
	font-weight: normal;
	background-color: #eee;
}
.schedule table{ width: 100%; }
.schedule table, .schedule table th{
	padding: 5px;
	border: solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
	font-size: 95%;
}
.schedule table td{
	padding: 5px;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
}
table.middle_table{	width: 75%; }
.strong {
	font-weight: bold;
	color: #FF0000;
}
.textbox {
	padding: 3px 5px;
	border: 1px solid #000;
	position: relative;
}
.box {
	margin: 5px 0;
	padding: 5px 10px;
	border: 1px solid #666;
}
.bold {
	font-weight: bolder;
}
.kanri {
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #000;
}
.disc li{ 
	list-style: inside disc;
	margin-left: 1em;
	text-indent: -1em;
}
.decimal li{ 
	list-style: inside decimal;
	margin-left: 1em;
	text-indent: -1em;
}
.disc li li,
.decimal li li,
.list li li {
	text-indent: 0em;
}
.list li {
	list-style: none;
	margin-left: 1em;
}
.list li::before {
	content: "※";
	margin-left: -1em;
}
#flow dt {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #000;
    background: #000;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 105%;
}
#flow dt::before {
	content: "";
    padding-right: 0;
}
#flow dd {
    width: 76%;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 10px 2%;
}
#bank {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 10px;
}
.qa dt {
	color: #f00;
}
#flow li {
	padding-left: 13px;
	background: url(img/list_bg.gif) no-repeat 0 6px;
}

a:hover {
	opacity: 0.8;
}
#date {
	margin: 20px auto;
}
#date table {
	margin: 0 auto;
	line-height: 120%;
}
#date td{
	padding: 10px;
}
.toi {
	border-bottom: #ccc dotted 2px;
	border-top: #ccc dotted 2px;
	text-align: center;
	margin: 20px auto;
	padding: 10px 0;
}
.kntlogo {
	float: right;
	margin-right: 30px;
}
.blue{
	color: blue;
}
.toko { font-size:15px; width: 400px; color:#333333; border-left:#333333 solid 9px; margin-top:25px ; margin-bottom: 20px;  padding:10px 0 10px 12px; border-top: 1px #333 solid; border-bottom: 1px #333 solid; border-right: 1px #333 solid;
}
