html {
	color: #000;
	background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}

ol, ul {
	list-style: none
}

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}

q:before, q:after {
	content: ''
}

abbr, acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

legend {
	color: #000
}

#yui3-css-stamp.cssreset {
	display: none
}

html, body {
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, sans-serif;
	background-color: #fff;
	height: 100%;
	color: #0B131A;
	font-size: 14px;
	line-height: 1.4em
}

body {
	padding-top: 1px
}

h1 {
	font-size: 22px;
	padding-left: 20px;
	height: 56px;
	line-height: 56px;
}

h1>* {
	vertical-align: middle;
}

h2 {
	font-size: 20px
}

h3 {
	font-size: 16px
}

a {
	color: #007AFF;
	text-decoration: none
}

a:visited {
	color: #007AFF;
	text-decoration: none
}

a:active {
	color: #0159B9;
	text-decoration: underline
}

a:hover {
	color: #0094FF;
	text-decoration: underline
}

p {
	font-size: 14px;
	margin: 8px 0
}

.htBlock-body {
	margin-top: -1px;
	margin-top: 45px;
	min-height: calc(100% - 45px - 32px);
	position: relative
}

@media ( max-width : 786px) {
	.htBlock-body {
		width: 786px
	}
}

@media ( max-width : 960px) {
	.htBlock-body {
		width: 960px
	}
}

.htBlock-mainContents {
	padding: 20px;
	padding-top: 1px;
	background-color: #fff;
	overflow-x: auto
}

@media ( min-width : 1600px) {
	.htBlock-mainContents {
		width: 1560px;
		margin: 0 auto
	}
}

.htBlock-mainContents h2 {
	position: relative;
	font-size: 26px;
	line-height: 26px;
	height: 1.4em;
	padding-top: 16px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	white-space: nowrap
}

.htBlock-mainContents h2 .htBlock-group {
	margin-left: 32px
}

.htBlock-mainContents h2>* {
	display: inline-block
}

.htBlock-mainContents h2>script {
	display: none
}

.htBlock-mainContents_print {
	width: calc(100% - 20px);
	padding: 0 0 0 20px;
	overflow-x: visible
}

.htBlock-body_fill {
	width: 100%;
	margin-top: 0;
	min-height: calc(100% - 48px)
}

.htBlock-body_fill .htBlock-fixedSubHeader--fixed {
	width: 100%;
	margin-top: 0
}

button, input[type="button"], input[type="submit"] {
	font-family: inherit
}

/* KOT連携 */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 2000;
	opacity: 0.5;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.annotation{
	border-style: solid;
	border-color: green;
	border-width: 2px;
	background-color: white;
	width: 50%;
	margin:12px auto 0 auto  ;
	text-align:left;
	padding: 12px 12px 12px 12px;
}

