.col-lg-add{
	width: auto;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
    margin-top: 21px;
}
.panel-ul{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.panel-ul-bottom{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
}
.panel-icons-left{
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
	background-image: url(../images/arrow-icon-left.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 20px;
}
.panel-icons-left a{
	text-decoration: none;
	display: block;
}
.panel-icons-left2{
	width: auto;
	height: auto;
	float: right;
	margin-right: 0px;
	background-image: url(../images/arrow-icon-left.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 20px;
}
.panel-icons-left2 a{
	text-decoration: none;
	display: block;
}
.panel-icons-right{
	width: auto;
	height: auto;
	float: right;
	background-image: url(../images/arrow-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 20px;
    letter-spacing: 0.6pt;
}
.panel-icons-right2{
	width: auto;
	height: auto;
	float: right;
	background-image: url(../images/arrow-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: right;
	text-indent: 20px;
}
.md-trending-up,.md-trending-neutral,.md-trending-down{
	margin: -22px 0 -10px;
}
.rise-fall{
	margin: auto -10px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.toggleGraph1,.toggleGraph2 {
	width: auto;
	overflow: hidden;
	padding: 0 !important;
    margin-left: 10px;
    margin-bottom: 15px;
}
.toggleGraph1 .on:first-child,.toggleGraph1 .off:first-child{
	border-radius-top-left: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-radius-bottom-left: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border: 1px solid #c9c9c9;
}
.toggleGraph2 .toggle_on:first-child{
	border-radius-top-left: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-radius-bottom-left: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border: 1px solid #c9c9c9;
    font-size: 12px;
}
.toggleGraph2 .toggle_on:last-child{
	border-radius-top-right: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-bottom-right: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border: 1px solid #c9c9c9;
    border-left: none;
    font-weight: normal !important;
}
.toggleGraph1 .on {
	list-style-type:none;
	float:left;
	font-weight:normal;
	color:#333;
	border: 1px solid #c9c9c9;
	border-left: none;
	background-color: #f9f9f9;
    border-bottom: 4px solid #7d7d7d;
    box-sizing: border-box;
	background-image: -webkit-gradient(
    linear
    , left top
    , left bottom
    , from(#f5f5f5)
    , color-stop(0.30, #f4f4f4)
    , color-stop(0.35, #f3f3f3)
	, color-stop(0.45, #f2f2f2)
    , to(#f1f1f1));
}
.toggleGraph2 .toggle_on {
    font-size: 12px;
	list-style-type:none;
	float:left;
	font-weight:normal !important;
	color:#333;
	border: 1px solid #c9c9c9;
	border-left: none;
	background-color: #f9f9f9;
    box-sizing: border-box;
	background-image: -webkit-gradient(
    linear
    , left top
    , left bottom
    , from(#f5f5f5)
    , color-stop(0.30, #f4f4f4)
    , color-stop(0.35, #f3f3f3)
	, color-stop(0.45, #f2f2f2)
    , to(#f1f1f1));
}
.toggleGraph1 .off {
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.07),inset 0 0 2px rgba(0, 0, 0, 0.05);
	list-style-type:none;
	float:left;
	font-weight:normal;
	color:#333;
	border: 1px solid #dadada;
	border-left: none;
	background-color: #f9f9f9;
    border-bottom: 4px solid #7d7d7d;
    box-sizing: border-box;
	background-image: -webkit-gradient(
    linear
    , left top
    , left bottom
    , from(#d9d9d9)
    , color-stop(0.30, #d9d9d9)
    , color-stop(0.35, #d9d9d9)
	, color-stop(0.45, #d9d9d9)
    , to(#d9d9d9));
}
.toggleGraph2 .toggle_off {
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.07),inset 0 0 2px rgba(0, 0, 0, 0.05);
    font-size: 12px;
	list-style-type:none;
	float:left;
	font-weight:normal;
	color:#333;
	border: 1px solid #c9c9c9;
	border-left: none;
	background-color: #e1e1e1;
    box-sizing: border-box;
	background-image: -webkit-gradient(
   linear
    , left top
    , left bottom
    , from(#d9d9d9)
    , color-stop(0.30, #d9d9d9)
    , color-stop(0.35, #d9d9d9)
	, color-stop(0.45, #d9d9d9)
    , to(#d9d9d9));
}
.toggleGraph2 .toggle_off:first-child {
    border-radius-top-left: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-radius-bottom-left: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
    font-size: 12px;
	list-style-type:none;
	float:left;
	font-weight:normal;
	color:#333;
	border: 1px solid #c9c9c9;
	border-left: none;
	background-color: #e1e1e1;
    box-sizing: border-box;
	background-image: -webkit-gradient(
   linear
    , left top
    , left bottom
    , from(#d9d9d9)
    , color-stop(0.30, #d9d9d9)
    , color-stop(0.35, #d9d9d9)
	, color-stop(0.45, #d9d9d9)
    , to(#d9d9d9));
}
.toggleGraph2 .toggle_off:last-child {
   border-radius-top-right: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-bottom-right: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
    font-size: 12px;
	list-style-type:none;
	float:left;
	font-weight:normal;
	color:#333;
	border: 1px solid #c9c9c9;
	border-left: none;
	background-color: #e1e1e1;
    box-sizing: border-box;
	background-image: -webkit-gradient(
   linear
    , left top
    , left bottom
    , from(#d9d9d9)
    , color-stop(0.30, #d9d9d9)
    , color-stop(0.35, #d9d9d9)
	, color-stop(0.45, #d9d9d9)
    , to(#d9d9d9));
}



.on.blue1:first-child{
    border-bottom: 4px solid #236ab1;
    box-sizing: border-box;
}
.on.red1:first-child{
    border-bottom: 4px solid #aa0000;
    box-sizing: border-box;
}
.on.blue1{
    border-bottom: 4px solid #236ab1;
    box-sizing: border-box;
}
.on.blue2{
    border-bottom: 4px solid #2b80d5;
    box-sizing: border-box;
}
.on.blue3{
    border-bottom: 4px solid #4e95dc;
    box-sizing: border-box;
}
.on.blue4{
    border-bottom: 4px solid #72aae2;
    box-sizing: border-box;
}
.on.blue5{
    border-bottom: 4px solid #95bfea;
    box-sizing: border-box;
}
.on.red1{
    border-bottom: 4px solid #aa0000;
    box-sizing: border-box;
}
.on.red2{
    border-bottom: 4px solid #d50000;
    box-sizing: border-box;
}
.on.red3{
    border-bottom: 4px solid #ff0000;
    box-sizing: border-box;
}
.on.red4{
    border-bottom: 4px solid #ff5555;
    box-sizing: border-box;
}
.on.red5{
    border-bottom: 4px solid #ff8080;
    box-sizing: border-box;
}
.off.blue1:first-child{
    border-bottom: 4px solid #236ab1;
    box-sizing: border-box;
    ilter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.off.red1:first-child{
    border-bottom: 4px solid #aa0000;
    box-sizing: border-box;
    ilter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.off.blue1{
    border-bottom: 4px solid #236ab1;
    box-sizing: border-box;
    ilter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.off.blue2{
    border-bottom: 4px solid #2b80d5;
    box-sizing: border-box;
    ilter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.off.blue3{
    border-bottom: 4px solid #4e95dc;
    box-sizing: border-box;
    ilter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.off.blue4{
    border-bottom: 4px solid #72aae2;
    box-sizing: border-box;
    ilter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.off.blue5{
    border-bottom: 4px solid #95bfea;
    box-sizing: border-box;
    ilter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.off.red1{
    border-bottom: 4px solid #aa0000;
    box-sizing: border-box;
    ilter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.off.red2{
    border-bottom: 4px solid #d50000;
    box-sizing: border-box;
    ilter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.off.red3{
    border-bottom: 4px solid #ff0000;
    box-sizing: border-box;
    ilter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.off.red4{
    border-bottom: 4px solid #ff5555;
    box-sizing: border-box;
    ilter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.off.red5{
    border-bottom: 4px solid #ff8080;
    box-sizing: border-box;

}
.toggleGraph1 input {
	width:0;
}
.toggleGraph1 label {
	cursor:pointer;
    padding:5px 10px;
}
.toggleGraph2 input {
	width:0;
}
.toggleGraph2 label {
	cursor:pointer;
    padding:8px 15px;
}
.toggleGraph1 .all_check label {
	cursor:pointer;
    padding:5px 10px;
}
.toggleGraph1 .all_check{
	border-radius-top-right: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-bottom-right: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border: 1px solid #dadada;
	border-left: none;
    border-bottom: 4px solid #7d7d7d;
    box-sizing: border-box;
}
.s5_box{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #333;
}
.s5_box li{
    width: auto;
	height: auto;
    text-align: left;
    margin-bottom: 5px;
}

.y-g-btn{
	width: auto;
	margin: 17px 0 10px;
	padding: 0px 20px;
	list-style-type: none;
	float: right;
}
.y-g-btn li{
	width: auto;
	height: auto;
	line-height: 30px;
    margin-left: 10px;
	float: right;
}
.y-g-btn-noajax{
  width: auto;
  margin: 17px 0 10px;
  padding: 0px 20px;
  list-style-type: none;
  float: right;
}
.y-g-btn-noajax li{
  width: auto;
  height: auto;
  line-height: 30px;
    margin-left: 10px;
  float: right;
}
.portlet-graph {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: all 0.4s;
  overflow: hidden;
  border-top:1px solid #f4f4f4;
}
.modal-right{
  overflow-x: scroll;
  height: auto;
  width: 100%;
  padding: 0;

}
.modal-left{
	width: auto;
    border-bottom: 1px solid #c5c5c5;

}
.col-lg-3-modal{
	width: 40%;
	float: right;
}
.col-lg-7-modal{
	width: 57%;
	float: left;
	text-align: left;
}
.textbox{
    font: 1.5em;
    line-height: 25px;
    letter-spacing: 0.8pt;
}
.modal-text{
    font-size:16px;
    font-weight: bold;
    line-height:45px;
    margin-bottom: 0px;
}

label {
  cursor: pointer;
}

input[type="checkbox"] {
  margin: 0;
  display: none;
}

.check-area {
  display: block;
  position: relative;
  padding-left: 20px;
}
.check-area label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.check-area label:before,
.check-area label:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: transform .2s ease;
}
.check-area label:before {
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
}
.check-area label:after {
  top: 12px;
  left: 5px;
  width: 6px;
  height: 11px;
  margin-top: -5.5px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 1.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-bottom-color,border-right-color .2s ease;
}

.check-area input[type="checkbox"]:checked + label:after {
  border-color: #333;
}
.fa-caret-right2:before {
  content: "\f0da";
  color:#e94a8c;
}
.ds-title{
    float: left;
    width:100%;
    margin-right: -35px;
    padding-right:35px;
    padding-top: 3px;
    line-height:25px;
    background-image: url(../images/ex-mark.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 18px;
}
.word-detail{
    width: auto;
    text-align: right;
    margin-top: 15px;
}
.modal-arrow{
    background-image: url(../images/modal_arrow.png);
    background-position: 30px center;
    background-repeat: no-repeat;
    padding-left: 45px;
    font-weight: 600;
}
table.table-bordered tbody td{
    text-align: right;
    color: #333333;
}
table.table-bordered tbody tr:nth-child(2n) {
    background: #f9f9f9;
}
table.table-bordered tbody .tit{
    background-color: #FFFFFF !important;
    min-width:120px;
    text-align: center;
}
.portlet2 {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: all 0.4s;
  border-top: 1px solid #f5f5f5;
}
.portlet2 .portlet-body2 {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px;
  overflow:hidden;
}
.found-text{
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    text-align: center;
    color: #333;
    line-height: 50px;
}
.found-text2{
    color: #333;
    line-height:30px;
    text-align: center;
    margin-bottom: 40px;
}
.style1{
    font-size:40px;
    font-weight: bold;
}
.style2{
    font-size:40px;
    font-weight: bold;
    color:#666565;
}
.found-btn{
    width: auto;
    padding-right: 10px;
}
.modal_left{
    float: left;
    width:10%;
    text-align: left;
}
.modal_left img{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.modal_right{
    float: right;
    width:10%;
    text-align: right;
}
.modal_right img{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    margin-left: 7%;
}
.rank_bt{
    width: 169px;
    height:33px;
    font-size:13px;
    text-align: left;
    text-indent: 25px;
    line-height: 32px;
    background-image:url(../images/ranking_bt.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;

}
.csv_bt{
    width: 144px;
    height:33px;
    font-size:13px;
    text-align: left;
    text-indent: 25px;
    line-height: 32px;
    background-image:url(../images/csv_bt.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;

}
.rank_bt:hover,.csv_bt:hover{
    ilter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#sidebar-menu .underlayer1{
    font-size: 12px;
    display: inline-block;
    line-height:20px;
    width: auto;
    padding: 0px !important;
    margin-bottom: 5px;
}
#sidebar-menu ul ul .underlayer1 a{
    margin:0 0 0 65px;
    padding: 0px;
}
#sidebar-menu .underlayer2{
    font-size: 12px;
    display: inline-block;
    line-height:20px;
    width: auto;
    padding: 0px !important;
        margin-bottom: 5px;
}
#sidebar-menu ul ul .underlayer2 a{
    padding:0 0 0 10px;
}
#sidebar-menu ul ul .underlayer{
    padding: 10px 25px 5px 65px;
    color: rgba(10, 10, 10, 0.7);
}

.linkup {
    color: #2b80d5;
    text-decoration: underline !important;
}
.linkeven {
    color: #4c5667;
    text-decoration: underline !important;
}
.linkdown {
    color: #d50000;
    text-decoration: underline !important;
}

#sidebar-menu > ul > .cooperation > a:hover {
    border-left: 2px solid #337ab7;
    text-decoration: none;
    color: #ffffff;
}
#sidebar-menu > ul > .has_sub2 > a:hover {
    border-left: 2px solid #00a29a;
    text-decoration: none;
    color: #ffffff;
}
.has_sub2 .subdrop {
    border-left: 2px solid #00a29a !important;
}
.cooperation .subdrop {
    border-left: 2px solid #337ab7 !important;
}
.num {
    text-align: right !important;
}
@media screen and (max-width: 1060px){
.pull-right2{
    float: left !important;
    margin-left: 0px;
}
.y-g-btn{
    padding-left: 0px;
}
}
@media screen and (max-width: 1041px){
#sidebar-menu .underlayer{
    font-size: 14px;
    display: block;
    line-height:30px;
    width: auto;
    padding: 0 0 0 15px!important;
    margin-bottom: 0px;
    background-color: #fff;
}
#sidebar-menu .underlayer1{
    font-size: 12px;
    display: block;
    line-height:20px;
    width: auto;
    padding: 0px !important;
    margin-bottom: 0px;
}
#sidebar-menu ul ul .underlayer1 a{
    margin:0;
    padding: 0px;
}
#sidebar-menu .underlayer2{
    font-size: 12px;
     display: block;
    line-height:20px;
    width: auto;
    padding: 0px !important;
        margin-bottom: 0px;
}
#sidebar-menu ul ul .underlayer2 a{
    padding:0;
}
}
@media screen and (max-width: 768px){
	.toggleGraph1 {
	width: auto;
	overflow: hidden;
	padding: 0 !important;
}
.toggleGraph1 li:first-child{
	border-radius-top-left: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius-bottom-left: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border: 1px solid #dadada;
}

.toggleGraph1 li {
	list-style-type:none;
	padding:5px 20px;
	float:left;
	font-weight:normal;
	color:#333;
	border: 1px solid #dadada;
	background-color: #f9f9f9;
	border-left: 1px solid #dadada;
	background-image: -webkit-gradient(
    linear
    , left top
    , left bottom
    , from(#f5f5f5)
    , color-stop(0.30, #f4f4f4)
    , color-stop(0.35, #f3f3f3)
	, color-stop(0.45, #f2f2f2)
    , to(#f1f1f1));
}
.toggleGraph1 input {
	width:0;
}
.toggleGraph1 label {
	cursor:pointer;
}
.toggleGraph1 .all_check{
	width: auto;
	height: auto;
	padding: 6px 20px;
	border-radius-top-right: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-bottom-right: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border: 1px solid #dadada;

}
}
@media screen and (max-width: 414px){
    .found-text{
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    text-align: center;
    color: #333;
    line-height: 50px;
}
.found-text2{
    color: #333;
    line-height:30px;
    text-align: left;
}
.style1{
    font-size:25px;
    font-weight: bold;
}
.style2{
    font-size:25px;
    font-weight: bold;
    color:#666565;
}

}