hop@charset "utf-8";

html, body {
	height:100%;
}

* {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
}

b, strong {
	font-weight:bold;
}

i, em {
	font-style:italic;
}

img {
	border:0;
}

body {
	color:#333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo','Arial','ＭＳ Ｐゴシック',sans-serif;
	padding:0;
	margin:0;
}

a:hover {
	//text-decoration:underline;
	background: linear-gradient(transparent 0%, rgb(204, 204, 204) 0%);
}

a.imglink:hover {
	//text-decoration:underline;
	background:none;
}
a:active {
	text-decoration:none
}

a {
	text-decoration:none;
	font-weight:normal;
}

form {
	padding:0px;
	margin:0px;
}

ul {
	list-style-type:none;
}

input {
	outline:0;
	font-size:small;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo','Arial','ＭＳ Ｐゴシック',sans-serif;
}

span.buttontext {
	color:#666666;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo','Arial','ＭＳ Ｐゴシック',sans-serif;
	font-size:15px;
	cursor:pointer;
}

input.search {
	/*width:100%;*/
	width:80%;
	padding:2px;
	padding-left:4px;
	margin:0;
	background:#fff url(../images/x.gif) no-repeat center right 10px;
	color:#000;
	border:2px #C0C0C0 solid;
	font-size:14px;
	vertical-align:top;
}

select {
	width:100%;
	height:26px;
	padding:2px;
	margin:0;
	color:#333333;
	border:1px #C0C0C0 solid;
	font-size:14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo','Arial','ＭＳ Ｐゴシック',sans-serif;
	vertical-align:top;
}

input.search.onX{ cursor: pointer; }

/****** PHRASE ****************/
div.phrase_suggest_top {
	margin-left:auto;
	margin-right:auto;
	/*width:600px;*/
	text-align: left;
	color:#333333;
}

div.phrase_suggest_result {
	display:inline-block;
	_display:inline;
	vertical-align:top;
	margin-top:6px;
	width:200px;
	color:#333333;
}

div.search_button {
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	margin-left:10px;
}

div.boost_set {
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	margin-left:10px;
}
div.boost_set_top {
	display:inline-block;
	vertical-align:top;
	margin-top:6px;
	margin-left:10px;
}


/****** OVERLAY ***************/
/* for dbinfo */
.overlay_gray {
	display:none;
	position:absolute;
	z-index:1;
	color:#333333;
  background:url(../images/overlay_gray.png);
	padding:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:2px 2px 5px 0px #767e92;
	-moz-box-shadow:2px 2px 5px 0px #767e92;
	box-shadow:2px 2px 5px 0px #767e92;
	font-size:14px;
	overflow-y:auto;
}

/* for setting */
.overlay_smokyblue {
	display:none;
	position:absolute;
	z-index:1;
	color:#ffffff;
  background:url(../images/overlay_smokyblue.png);
	padding:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:2px 2px 5px 0px #767e92;
	-moz-box-shadow:2px 2px 5px 0px #767e92;
	box-shadow:2px 2px 5px 0px #767e92;
	font-size:14px;
	overflow-y:auto;
}

/* for alert */
.overlay_snowwhite {
	display:none;
	position:absolute;
	z-index:1;
	color:#ffffff;
  background:url(../images/overlay_snowwhite.png);
	padding:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:2px 2px 5px 0px #767e92;
	-moz-box-shadow:2px 2px 5px 0px #767e92;
	box-shadow:2px 2px 5px 0px #767e92;
	font-size:14px;
	overflow-y:auto;
}

/* for tree on result page */
.overlay_blue {
	display:none;
	position:absolute;
	z-index:1;
	color:#ffffff;
  background:url(../images/overlay_blue.png);
	padding:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:2px 2px 5px 0px #767e92;
	-moz-box-shadow:2px 2px 5px 0px #767e92;
	box-shadow:2px 2px 5px 0px #767e92;
	font-size:14px;
	overflow-y:auto;
}

.overlay_blue a {
	color:#ffffff;
	position:relative;
	height:21px;
}

/*=====================================*/
/* WRAPPER                             */
/*=====================================*/
.wrapper {
	width:100%;
	height:100%;
}
.wrapper_ad {
	width:100%;
}


/*=====================================*/
/* HEADER                              */
/*=====================================*/
.header-nav {
        position: absolute;
        top: 136px;
        right: 64px;
        width: 180px;
        z-index: 10;
}
.header-menu {
        height: 100%;
        margin-left: 20px;        
}

.menu-title {
        text-align: left;
}
.menu-title h2 {
    background-color: #fff;
    margin-bottom: 7px;
    padding: 3px 5px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    color: #333;
    font-size: 14px !important;
}
nav ul li{
        list-style: url(../images/menu-arrow.png);
}
nav ul li a{
        font-size: 14px;
        color: #2698de;
        display: block;
        text-align: left;
        /*text-decoration: none;*/
	text-decoration: underline;
}
.hamburger {
        position: absolute;
        top: 128px;
        right: 32px;
        cursor: pointer;
        width: 32px;
        height: 24px;
        z-index: 10;
}
.hamburger span {
        transition: all .3s;
        position: absolute;
        height: 2px;
        background-color: #333;
        width: 100%;
        z-index: 10;
}
.hamburger span:nth-of-type(1){
        top: 4px;
}
.hamburger span:nth-of-type(2){
        top: 12px;
}
.hamburger span:nth-of-type(3){
        top: 20px;
}
.hamburger.open span:nth-of-type(1){
        top: 10px;
        transform: translateY(6px) 
rotate(-33deg);
}
.hamburger.open span:nth-of-type(2){
        opacity: 0; 
}
.hamburger.open span:nth-of-type(3){
        top: 22px;
        transform: translateY(-6px) 
rotate(33deg);
}



header.header {
        position: relative;
	width:100%;
	min-width:994px;
	/*height:40px;*/
	height: 50px;
	padding:0;
	margin:0;
	text-align:center;
	/*background:url(../images/header.png) repeat-x top left;*/
}

header.header_top {
        position: relative;
	/*width:100%;*/
	min-width:994px;
	/*height:40px;*/
	height: 100px;
	padding:0;
	/*margin:0;*/
	text-align:center;
	/*background:url(../images/header.png) repeat-x top left;*/
	border-bottom:1px solid #e4e4e4;
}

header p {
	/*margin-left: 45px;*/
	color:#1a1a1a;
	width: 475px;
}
.header_upper{
	width: 95%;
	display: flex;
	margin-right: auto;
	margin-left: 25px;
}
.headertext {
	height:35px;
	width: 475px;
	padding:0;
	margin:0;
	left:8px;
	/*position:absolute;*/
	font-size:14px;
	text-align:left;
}

.headermenu {
	width:100%;
	/*width: calc(90% - 700px); */
 display: flex;
 justify-content: flex-end;
	height:35px;
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
}
	
.headermenu ul {
	margin:0;
	padding:0;
	float:right;
}

.headermenu li {
	padding:20px 0px;
	margin:0;
	float:left;
}

.headermenu li a {
	margin:0;
	padding:9px 6px;
	/*color:#1a1a1a;*/
        color: #2698de !important;
	/*text-decoration:none;*/
	text-decoration: underline;
	font-size:14px;
}

.header-menu-li-current a {
	color:#DBAF12 !important;
}


.headermenu li a:hover {
	/*text-decoration:none;*/
}

.header-logo {
	width: 244px;
}

span.site_title {
	font-size:21px;
	font-weight: 700;
}

span.site_description {
	font-size:13px;
}


/*=====================================*/
/* INFO BAR                            */
/*=====================================*/
div.infobar {
	width:100%;
	height:60px;
	padding:0;
	margin:0;
	background:#ffffff url(../images/infobar.png) repeat-x top left;
	color:#1a1a1a;
	font-size:14px;
}

div.infobar_categorylist {
	float:left;
	margin-left:40px;
}

div.infobar_category {
	display:inline-block;
	margin:2px 8px 0px;
	padding:12px;
}

div.infobar_category a {
	color:#1a1a1a;
}

div.infobar_dispurl {
	float:right;
	padding:20px;
}

div.infobar_dispurl_contents {
}
/*=====================================*/
/* MAIN                                */
/*=====================================*/
div.main {
	height:100%;
	width:100%;
	max-height:100%;
	margin:0px;
	/*background:#d3d3d3;*/
	display:block;
}

div.result {
	width:100%;
	margin:0px;
	padding:10px;
	background:#ffffff;
	display:block;
	position:absolute;
}

div.list {
	width:100%;
	min-width:990px;
	height:100%;
	margin:0px;
	padding:6px;
	background:#ffffff;
}

div.help {
	width:100%;
	margin:0px;
	/*background:#d3d3d3;*/
	display:block;
}

/*=====================================*/
/* FOOTER                              */
/*=====================================*/
div.footer {
	bottom:0;
	left:0;
	right:0;
	height:60px;
	position:absolute;
	width:100%;
}

div.footer_text {
	color:#666666;
	border-top:1px solid #e4e4e4;
	background:#f2f2f2;
	font-size:small;
	min-width:980px;
}

div.footer_text span {
	margin:10px 30px 10px 0px;
	float:right;
	text-align:right;
}

/*=====================================*/
/* TOP PAGE                            */
/*=====================================*/
div.top_contents {
//	height:100%;
//	width:80%;
	width: calc(100% - 360px);
	margin-left:auto;
	margin-right:auto;
	/*padding:30px 100px 80px 100px;*/
	padding:10px 100px 10px 100px;
	text-align:center;
	background:#ffffff;
	/*border-radius:25px;*/
	/*-webkit-border-radius:25px;*/
	/*-moz-border-radius:25px;*/
}

div.top_logo {
	margin:0px 0px 15px 0px;
	align:center;
}

div.top_box {
}

div.word_ex {
	color:#767e92;
}
div.word_ex a{
	color:#767e92;
}

div.top_search {
	width:460px;
	margin:6px auto 24px;
	font-size:small;
	text-align:center;
	display:none;
}

div.top_info {
	min-height:45px;
	width:100%;
	text-align:left;
	font-size:14px;
	overflow-y:scroll;
}

p.top_title {
	font-size:15px;
	font-weight:bold;
	#color:#3468ea;
	text-align:left;
}

p.top_link {
	font-size:15px;
	font-weight:bold;
	color:#3468ea;
	text-align:right;
}

p.top_link a {
	font-size:15px;
	font-weight:bold;
	color:#5473bf;
	text-decoration: underline;

}

span.top_detail_link {
	font-size:15px;
	font-weight:bold;
	color:#3468ea;
	text-align:right;
}

span.top_detail_link a {
	font-size:15px;
	font-weight:bold;
	color:#5473bf;
	text-decoration: underline;
}
div.sitepolicy {
	margin-top:10px;
}
div.sitepolicy a {
	font-size:12px;
	text-decoration:underline;
	color:#767e92;
}
/*=====================================*/
/* ADVANCED SEARCH PAGE                */
/*=====================================*/
body.advanced_body {
	/*background-color: #d3d3d3;*/
}

div.main_ad {
	width:100%;
	margin:0px;
	/*background:#d3d3d3;*/
	display:block;
}

div.top_ad_contents {
	height:100%;
	width: calc(100% - 360px);
	margin-left:auto;
	margin-right:auto;
	padding:15px 100px 15px;
	text-align:center;
	background:#ffffff;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
}

div.advanced_box {
	border:1px #C0C0C0 solid;
	padding:15px;
}

div.advanced_box table {
	width:100%
}

div.advanced_box th {
	text-align:left;
	vertical-align:center;
	font-size:15px;
	padding:0px 20px 5px 0px;
}

div.advanced_box td {
	text-align:left;
	vertical-align:top;
	font-size:15px;
	padding:0px 20px 5px 0px;
}

div.advanced_header {
	margin-bottom:5px;
}

div.advanced_tree_header {
	margin-top:5px;
}

div.advanced_tree {
	margin-bottom:10px;
        height: 300px;
	overflow-y:scroll;
}

div.advanced_tree span{
  color: #5fa2dd;
  font-size: 16px;
}

.advanced_check {
  margin-right: 6px;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #5fa2dd;
}

.advanced_check:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
  border-color: #5fa2dd;
}


.advanced_check_c {
  margin-right: 6px;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #5fa2dd;
}

.advanced_check_c:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
  border-color: #5fa2dd;
}


/*=====================================*/
/* HELP PAGE                           */
/*=====================================*/
h1 {
	border-bottom:1px #666 dotted;
	margin-bottom:10px;
	padding:5px;
	vertical-align:bottom;
}

.help_contents {
	height:100%;
	width: calc(100% - 360px);
	margin-left:auto;
	margin-right:auto;
	/*padding:30px 100px 80px 100px;*/
	padding:10px 100px 10px 100px;


	background:#ffffff;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	font-size:15px;
}

div.help_contents p {
	margin-left:10px;
}

/*=====================================*/
/* HISTORY PAGE                         */
/*=====================================*/
div.history_contents {
	width: calc(100% - 300px);
	padding:5px 25px 5px 25px;
}
div.setting {
	padding: 2px;
	margin: 20px 0px 10px 0px;	
	font-size: 20px;
}
span.setting_title {
	font-size: 20px;
}
div.history_title{
	padding: 2px;
	margin: 30px 0px 10px 0px;
}
.btn_cookie {
	padding:5px 20px 5px 20px;
}
.buttontext_cookie {
	font-size: 20px;
	font-weight:bold;
}

/*=====================================*/
/* DBLIST PAGE                         */
/*=====================================*/
div.list_contents {
	width: calc(100% - 250px);
}

div.list_tables {
	margin: 6px;
}

div.list_tables th {
	padding:5px 12px;
	color:#ffffff;
	background-color:#5781ea;
	font-size:small;
}

div.list_tables td {
	padding:5px;
	background-color:#eee;
	font-size:small;
}

span.total {
	padding:0px 20px 0px 20px;
	font-weight:bold;
}

/*=====================================*/
/* TREE PAGE                           */
/*=====================================*/
div.treeload_finish {
	display:none;
}

div.tree {
	margin:0px 20px 0px 20px;
}

div.tree table {
}

div.tree table td {
	padding:10px;
	text-align:left;
	vertical-align:top;
	font-size:13px;
}

div.tree ul {
	list-style-position:inside;
}

div.tree ul li {
	padding-left:1em;
	text-indent:-1em;
}

h2 a {
	font-weight:bold;
	color:#5473bf;
}

div.children {
	display:none;
	margin-top:5px;
	margin-left:15px;
}

div.children a {
	color:#333333;
}

div.ct {
	height:auto;
	margin-top:5px;
	margin-left:15px;
	text-indent:-1em;
}

div.db {
	height:auto;
	margin-top:5px;
	margin-left:15px;
}

div.db_detail {
	display:none;
}

span.treenode {
}

img.node {
	vertical-align:sub;
	padding-right:3px;
}

img.node_info {
	vertical-align:sub;
	padding-right:3px;
	width:20px;
	height:20px;
}

img.triangle {
	vertical-align:text-top;
	padding-right:3px;
}

img.triangle_right {
	vertical-align:text-top;
	padding-right:1px;
}

/*=====================================*/
/* RESULT PAGE                         */
/*=====================================*/
/****** RESULT LEFT ***********/
div.result_left {
	width:60%;
	padding-right:0px;
	margin:0px;
	float:left;
	overflow:hidden;
}

div.result_contents {
}

/* ---- RESULT TOTAL ---------*/
div.result_total {
	margin:10px 0px 5px 10px;
	font-size:12px;
	color:#808080;
}

/* ---- RESULT LIST ----------*/
div.result_list {
}

div.result_item {
	border-bottom:1px solid #ddd;
	padding:10px;
}

div.result_item_title {
	font-size:15px;
	text-decoration:underline;
}

div.result_item_image {
	float:left;
	margin-right:15px;
	height:100px;
}

div.result_item_doc {
	font-size:14px;
}

div.result_item_url {
	font-size:13px;
	color:#009933;
}

div.result_item_attr {
	font-size:13px;
	color:#ff9900;
}

div.result_item_attr a{
	font-size:13px;
	color:#ff9900;
}

div.result_item_category_list {
	padding-top:5px;
	padding-left:10px;
}

div.result_item_category {
	font-size:12px;
	color:#808080;
}

div.result_item_category a {
	color:#808080;
}

span.buttontext_category {
	color:#666666;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo','Arial','ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	cursor:pointer;
}

/* ---- RESULT PAGING --------*/
div.result_paging {
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	font-size:14px;
}

span.result_page {
	cursor:pointer;
}

/****** RESULT RIGHT **********/
div.result_right {
	float:right;
	width:30%;
	margin-left:50px;
	text-align:left;
	.hover{
    		background-color:#000;
    		color:#000;
	}	
}

/* ---- RESULT MENU LIST -----*/
div.right_menu_list {
	font-size:15px;
	margin-top:30px;
}

div.right_menu_list li {
	margin-left:5px;
	margin-bottom:5px;
	list-style-type:none;
	font-size:14px;
}

div.right_menu_list a {
	color:#333333;
#	transition: 0.5s;
}

div.right_menu_list a:hover {
#	text-decoration:underline;
#	color:#5473bf;
}


div.right_menu_title {
	color:#767e92;
}
menu-title

div.right_menu_children {
}

div.right_menu_subtitle {
	margin-top:5px;
	margin-left:5px;
	color:#767e92;
}

/****** NEW TOP PAGE **********/
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px 0px 0px;
}

.tab-label {
	color: White;
	background: darkgray;
	margin-right: 1px;
	margin-bottom: 5px;	
	padding: 15px 40px 1px 40px;
	order: -1;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -webkit-flex;
	border-radius: 5px;
	cursor: pointer;
	cursor: hand;
	position:relative;
}
.tab-label-br {
	color: White;
	background: darkgray;
	margin-right: 1px;
	margin-bottom: 5px;	
	padding: 1px 40px 1px 40px;
	order: -1;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -webkit-flex;
	border-radius: 5px;
	cursor: pointer;
	cursor: hand;
	position:relative;
}

.tab-label:hover{
	background: gray;
}
.tab-label-br:hover{
	background: gray;
}
.tab-switch:checked+.tab-label {
	background: #3468ea;
}
.tab-switch:checked+.tab-label-br {
	background: #3468ea;
}
.tab-switch {
	display: none;
}
.tab-label-small {
	display: block;
	font-size: 8px;
	position:relative;
	left: 10px;
}
.tab-label-small-en {
	display: block;
	font-size: 8px;
	position:absolute;
	top: 3px;
	left: 10px;
}
div.info_area {
	border-bottom-width: 1px;
	border-bottom-color: #d3d3d3;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 15px 30px;
	box-shadow: 0 1.9px 2.5px rgba(0,0,0,0.057),
				0 5px 6.1px rgba(0,0,0,0.076),
				0 10.1px 11.4px rgba(0,0,0,0.086);

}

div.top_info_s {
	width:100%;
	text-align:left;
	font-size:14px;
}
