/* Reset Browser Default */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 font-family: sans-serif;
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
 display:block;
}

a {text-decoration:none;}
a:link { color: #335270; }
a:visited { color: #5896D0; }
a:hover {text-decoration:underline;}
a:active { color: #FF0000; }

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
 margin: 0px 0px 0px 0px;
 padding: 0;
}

form {
	margin: 10px 20px 10px 20px;
}

/* --------------------------- */
form .search2 {
	box-sizing: border-box;
	position:relative;
	display: block;
	height:36px;
	width: 100%;
	overflow: hidden;
	/*! margin-left:3%; */
}
dl.search2{
	position:relative;
}

dl.search2 dt{
	/*! margin-right:105px; */
	/*! padding:8px; */
	/*! background-color: #fff; */
	/*! border:1px solid #aaa; */
}

dl.search2 dt input{
	width:100%;
	height:36px;
	line-height:24px;
	background:#F5FBFE;
	border:none;
	vertical-align: middle;
	font-size: 1em;
	padding-left: 1em;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4) inset;
	padding-top: 5px;
	-webkit-appearance: none;
	appearance: none;
}

dl.search2 dd{
	position:absolute;
	top:0;
	right:0;
}

dl.search2 dd button{
	display:block;
	width:100px;
	height:36px;
	color:#fff;
	line-height:1;
	text-align:center;
	border:none;
	font-size: 1em;
	text-shadow: -1px -1px 1px #00135c;
	background: #337ECE;
  box-shadow: -1px 0 1px 1px rgba(0,0,0,0.3);
}

dl.search2 dd button:hover {
	/*! background: #CDE5F1; */
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #0073E6), color-stop(1, #0054A8) );
	color: #fff;
	text-shadow: 1px 1px 1px #00135c;
}

/* --------------------------- */


.f_line {
        background-image: url("/image/hd6_r1_c1.gif");
        background-size: 600;
        width: 599;
        height: 21px;
        text-align: left;
        font-size:13px;
        vertical-align: middle;
        margin: 0 auto;
}

.f_line2 {
        width: 600px;
        height: 117px;
        margin: 0 auto;
}

.l_side {
	text-align: left;
	padding-left:5px;
	font-size:13px;
	vertical-align: middle;
}

.f_stl {
	text-align: center;
	vertical-align: bottom;
	font-size:10;
	background-repeat:no-repeat;
}

#table_01 {
	margin-bottom: 0.35rem;
}

.li_main {
	line-height: 150%;
}

.list_out {
        margin-left:20px;
}

.box_text {
	line-height: 110%;
}


.btm_msg {
	line-height: 120%;
}

ul, ol {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

_::-webkit-full-page-media, _:future, :root .sample {
	dl dd button {
	  display: flex;
	  padding: 2px 0 0 1.5em;
	}
}


/* copy */
.copyText {
    cursor: pointer;
    user-select: none;
}

.copyBtn {
    cursor: pointer;
    background: none;
    border: 1px solid #888;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px;
    color: #888;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.4;
    background-color: #f0f0f0;
}

a.copyBtn:link,
a.copyBtn:visited,
a.copyBtn:hover,
a.copyBtn:active {
    color: #888;
    text-decoration: none;
}

#tooltip {
    position: fixed;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}
