@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,textarea{margin:0;padding:0;font-size:12px;line-height:1.5;font-family:sans-serif;}
table{border-collapse:separate;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;font-family:sans-serif;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
html, body {
	height:100%;
	text-align:center;
}
body {
	color:#000;
	background:#fff url(/images/2620/body/bg.png) repeat-x;
}
a {
	color:#ff3a25;
	text-decoration:underline;
}
a:hover {
	color:#ffa70d;
	text-decoration:none;
}
ul {clear:both}
li {
	float:left;
	list-style-type:none;
}
dl {clear:both}
dt {float:left;}
dd {float:right;}
img {
	vertical-align: top;
	border: 0;
}
hr {
	border:none;
	height:3px;
	margin:0;
	background:transparent url(/images/2620/misc/line/type1.png) repeat-x 0 center;
}
/**
 * 	フッター下つけ
 */
#wrap {
	min-height:100%;
	margin:auto;
	position:relative;
	text-align:center;
	background:transparent url(/images/2620/wrap/bg.png) repeat-y center top;
}
 /* IE対応 */
* html #wrap {height:100%}

/* ヘッダー */
#wrapHeader {
}

/* ボディー */
#wrapBody {
	width:844px;
	margin:auto;
	padding:0 0 165px 0;
}
#wrapBody.wrapChatbot {
	padding:0 0 315px 0;
}
/* フッター */
#wrapFooter {
	width:100%;
	height:150px;
	position:absolute;
	bottom:0;
	left:0;
}
#wrapFooter.wrapChatbot {
	height:300px;
}

/**
 * 	見出し
 */
h1 {/* 多見出し */
	width:844px;
	height:35px;
	overflow:hidden;
	background:transparent url(/images/2620/misc/headline/h1.png) no-repeat;
}
	h1 span {
		margin:7px 0 0 14px;
		color:#fff;
		font-weight:bold;
		font-size:14px;
		display:block;
		text-align:left;
	}
h2 {/* 中見出し（アイコンつき） */
	color:#232323;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding:0 0 0 20px;
	margin:0 0 8px 0;
	background:transparent url(/images/2620/misc/headline/h2.png) no-repeat 0 2px;
}
h3 {/* 小見出し（中黒） */
	text-align:left;
	padding:0 0 0 10px;
	background:transparent url(/images/2620/misc/headline/h3.png) no-repeat 0 5px;
}
h4 {/* フレーム内絞り込み見出し*/
	background-image:url(/images/2620/misc/headline/h4.png);
	background-size: cover;
}
h4 span {
	text-align:left;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:7px 13px;
}

h5{font-weight:bold;font-size:13px;padding:0 15px 0 15px; margin-bottom: 10px; margin-top: 10px;background-image:url(/images/news-large-icon.gif);background-repeat:no-repeat;background-position:0 0;line-height:130%;}

h6  {
  font-weight: bold;
  color: #c04000;
}

/* コンテンツ最大範囲 */
.ContentsBound {
	margin:auto;
	width:936px;
}
/* コンテンツ領域 */
.ContentsInner {
	margin:auto;
	width:816px;
}
/* コンテンツ領域の半分 */
.HalfInner {
	width:408px;
}

/**
 * 	汎用クラス
 */
/* フロート */
.FloatLeft {float:left!important;}
.FloatRight {float:right!important;}
.FloatClear {clear:both;}
/* アライン */
.AlignLeft {text-align:left!important;}
.AlignRight {text-align:right!important;}
.AlignCenter {text-align:center!important;}
/* ボタン用 */
.Button {display:block;font-size:0;}
.VHover:hover {background-position:0 bottom;}
/* ボーダー */
.Border {border:1px solid #000;}
/* 幅いっぱい100% */
.WMax {width:100%;}
/* ブロック要素に */
.Block {display:block;}
.Centering {margin:auto;}
.CommonMargin {height:8px;}

/**
 * 	汎用フレームとタブ用フレーム
 */
.Frame, .FrameTab {width:816px;}
.FrameHeader, .FrameFooter {
	font-size:1px;
	height:5px;
}
.Frame .FrameHeader {background-image:url(/images/2620/misc/frame/type1/header.png);}
.Frame .FrameFooter {background-image:url(/images/2620/misc/frame/type1/footer.png);}
.Frame .FrameBody {background-image:url(/images/2620/misc/frame/type1/body.png);}
.Frame .FrameInner {padding:2px 7px;}
.Frame .FrameContent {
	background-color:#fff;
	border:1px solid #DDC99D;
}
.Frame .FrameContentInner {
	width:776px;
	margin:auto;
	padding:15px 0;
}

.FrameTab .FrameHeader {background-image:url(/images/2620/misc/frame/tab/header.png);}
.FrameTab .FrameFooter {background-image:url(/images/2620/misc/frame/tab/footer.png);}
.FrameTab .FrameBody {background-image:url(/images/2620/misc/frame/tab/body.png);}
.FrameTabLeft {
	float:left;
	margin-top:-2px;
	padding:0 0 0 3px;
}
.FrameTabRight {
	float:left;
	width:648px;
	padding:0 0 3px 2px;
}
.FrameTabBtn {
	width:156px;
	height:30px;
	display:block;
	margin:0 0 2px 0;
	text-decoration:none;
	overflow:hidden;
	background-image:url(/images/2620/misc/button/tab.png);
}
.FrameTabBtn:hover {
	background-position:0 bottom;
}
.FrameTabBtn.FrameTabActive {
	cursor:default;
	background-position:0 center;
}
.FrameTabBtn span {
	display:block;
	color:#784500;
	font-size:13px;
	font-weight:bold;
	padding:6px 0 0 0;
}
.FrameTabBtn.FrameTabActive span {
	color:#000;
}

.FrameTabBtnLarge {
	width:156px;
	height:56px;
	display:block;
	margin:0 0 2px 0;
	text-decoration:none;
	overflow:hidden;
	background-image:url(/images/2620/misc/button/tab_large.png);
}
.FrameTabBtnLarge:hover {
	background-position:0 bottom;
}
.FrameTabBtnLarge.FrameTabActive {
	cursor:default;
	background-position:0 center;
}
.FrameTabBtnLarge span {
	display:block;
	color:#784500;
	font-size:13px;
	font-weight:bold;
	padding:8px 3px 0px 3px;
}
.FrameTabBtnLarge.FrameTabActive span {
	color:#000;
}

/**
 * 	タブフレームサブメニュー
 */
.FrameTabSubMenu {
	margin:auto;
}

/**
 * 	汎用ボタン
 */
.CommonBtn, .CommonBtnS, .CommonBtnM, .CommonBtnL {
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:26px;
	overflow:hidden;
	background:transparent url(/images/2620/misc/button/common/l.png) no-repeat;
}
.CommonBtn:hover, .CommonBtnS:hover, .CommonBtnM:hover, .CommonBtnL:hover {color:#fff!important}
.CommonBtn div, .CommonBtnS div, .CommonBtnM div, .CommonBtnL div {
	height:100%;
	background:transparent url(/images/2620/misc/button/common/r.png) no-repeat right 0;
}
.CommonBtn span, .CommonBtnS span, .CommonBtnM span, .CommonBtnL span {
	display:block;
	margin:0 15px;
	line-height:1;
	padding:7px 0 0 0;
	height:100%;
	background:transparent url(/images/2620/misc/button/common/c.png) repeat-x;
}
.CommonBtnS {width:120px;}
.CommonBtnM {width:160px;}
.CommonBtnL {width:180px;}

/**
 * 	汎用テーブル
 */
.Table1, .Table2 {border-spacing:1px;}
.Table1 {background-color:#DDC99D;}
.Table1 .Td1 {background-color:#fff;}

.Table2 {background-color:#B69A77;word-break: break-all;}
.Table2 .Td1 {background-color:#FFEDD1;}
.Table2 .Td2 {background-color:#FFFDF7;}
.Table2 .Th1 {background-color:#E7CCAB;font-weight:bold;}

.TablePadding .Td1, .TablePadding .Td2, .TablePadding .Th1 {padding:3px 5px;}
.TableCentering .Td1, .TableCentering .Td2, .TableCentering .Th1 {
	text-align:center;
}
.TableCenteringHeadline .Td1, .TableCenteringHeadline .Th1 {
	text-align:center;
}

.Td2 input[type="text"]{
  max-width: 550px;
}

/**
 * 	ページャ
 */
.Pager {
	margin:auto;
}
.Pager td {
	width: 15px;
	text-align: center;
}
.Pager a {
	color: #000;
}
.PagerNext, .PagerPrev, .PagerTop, .PagerBottom {
	background-repeat: no-repeat;
	background-position: 50%;
	width: 20px;
	height: 14px;
	display: block;
}
.PagerNext {background-image: url(/images/2620/misc/pager/next.png)}
.PagerPrev {background-image: url(/images/2620/misc/pager/prev.png)}
.PagerTop {background-image: url(/images/2620/misc/pager/top.png)}
.PagerBottom {background-image: url(/images/2620/misc/pager/bottom.png)}

.ticketnum {
  font-size:24px;
  font-weight: bold;
  color: #008800;
}

/* 2021-12-1 追加#19818 KB記事のul, ol表示問題解決 */
.HtmlContents ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 2em;
}
.HtmlContents ul li {
	float: none;
	list-style-type: disc;
}
.HtmlContents ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 2em;
}
.HtmlContents ol li {
	float: none;
	list-style-type: decimal;
}