@charset "utf-8";

.btn{display:inline-block;margin:6px;font-size:inherit;line-height:1.42;padding:0.5em 1.8em;font-weight:normal;border-width:2px;border-style:solid;background:transparent;border-radius:0.2em;cursor:pointer;font-family:"Booster Next FY", "Avenir Next", Avenir, sans-serif;user-select:none;vertical-align:bottom;position:relative;overflow:hidden;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);transition:box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1)}
.btn:active{text-shadow:0 1px 0 rgba(255, 255, 255, 0.2);transition-duration:0.2s}
.btn:active:after{background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.02) 20%, rgba(255, 255, 255, 0))}
.btn:after{content:'';display:block;position:absolute;top:0;left:0;height:100%;width:100%;transform:rotate(-19deg) translateY(-1.3em) scale(1.05);filter: blur(1px);background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0))}
 
 
hr {
	border-top: 1px solid #8c8b8b;
}

#contents section {
    min-width: 0;
}

.depth_3 {
    margin-left: 20px;
    border-left: solid 1px #EFEFEF;"
} .depth_4 {
    margin-left: 40px;
    border-left: solid 1px #EFEFEF;"
} .depth_5 {
    margin-left: 60px;
    border-left: solid 1px #EFEFEF;"
}

p a {
    color: #277588;
    text-decoration: underline;
}

blockquote {
    background: #444;
    color: #FFF;
    font-size: 80%!important;
    padding: 10px;
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
} blockquote em {
    color: orange;
} blockquote p {
    margin:0; padding:0;
    color: #FFF!important;
}



/* @group table */

table {
	width: 100%;
	margin-bottom: 20px;
}

tbody {
    border-top: 1px solid #ccc;
}

td p {
	font-size: 100%;
}


/* spec,func begin */

table.spec td, table.spec th,
table.func td, table.func th,
table.man td, table.man th {
	padding: 20px 10px !important;
    vertical-align: middle !important;
}

table.func td, table.func th,
table.man td, table.man th {
    font-size: 92% !important;
}table.func tbody th, table.man tbody th {
    width: 30% !important;
}

table.striping tbody tr:nth-child(even) td,
table.striping tbody tr:nth-child(even) th {
	background-color: #f5f5f5 !important;
}

table.spec tbody th, table.spec tbody td, table.spec thead th {
    text-align: center !important;
}

th {
	font-weight: bold !important;
}

table.spec th.item {
	border-bottom: 2px solid #ccc !important;
}

table.spec td p {
	margin-bottom: 0.6em !important;
}

table.spec td p.small {
	margin-bottom: 0px !important;
}

thead th { color:#039 !important; padding:10px 8px !important; border-bottom:2px solid #6678b1 !important; }
tbody th { border-right:1px solid #ccc !important; text-align: center !important; }
tbody th, tbody td { border-bottom:1px solid #ccc !important; color:#669 !important; padding:6px 8px !important; }

/* @end */




h3 {
    padding: 10px 0;
    border-bottom: solid 1px #EFEFEF;
}

h4 {
    margin-top: 20px !important;
    padding: 10px 0;
} .main h4 {
    margin-top: 20px !important;
    padding: 10px 5px;
    border-bottom: solid 1px #EFEFEF;
    border-left: solid 5px #2c3e50;
} .main .service h4 {
    border: none;
}

h2 span, h3 span, h4 span,
h5 span, h6 span, h7 span{
    display: block;
    font-size: 70%;
}


img, video {
  max-width: 100%;
  height: auto;
}

.imgbox {
	text-align: center;
} .imgbox img {
	margin: 20px auto;
	display: block;
}

.caption, figcaption {
    margin-top: 10px;
    margin-bottom: 20px;
	color: #9db7bf;
	font-size: 94%;
    text-align: center;
}


.nopadding {
    padding: 0 !important;
   margin: 0 !important;
}


