@charset "utf-8";



/* TOOL_TIP */



.target_list{
    text-align: center;
    width:640px;
	margin:1px;
	padding:1px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.target_list_box{
    width: 24%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    background-color:  #ccc;    /* 背景色指定 */
    margin: 2px;        /* 要素同士の隙間調整 */
    padding:  2px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
	cursor: pointer;
	float:left;
	white-space:nowrap;

    text-align: center;
    border:1px solid black;
}

.target_list_box:hover{
	background-color:  #ff4;
}

.target_list_box_selected{
	background-color: #dd8;
}

.tooltip {
    position: absolute;
    text-align: center;
    width: auto;
    height: auto;
    padding: 5px;
    /*font: 12px;*/
    background: white;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    visibility: hidden;
  }
 
  .bar:hover {
    fill: Brown;
  }

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:74.5%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333;
	line-height:1.5;
	padding:1em;
	/*width:1024px;*/
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}


li {
	list-style:none;
	line-height:1.3;
}


img,
fieldset {
	border:0;
}

div.clusters {
	padding:0.1em;
	margin:0.1em;
	/*overflow: auto;*/
	height:100%;
}

.tweet_detail{
	/*overflow: auto;*/
	height:100%;
}

mouseon {
	background:#aaaaaa;
}

.tweet{
	margin-bottom:1em;
	padding:1em;
}

.max_height_600{
	height:600px;
	overflow: auto;
}

.header{
	padding:1em;
}

.footer{
	padding:1em;
}

ul.tweet_list{
	margin-bottom:1px;
	padding:1px;
	border-top: 1px solid #dddddd
}

li.tweet_list{
	margin-bottom:1px;
	padding:1px;
	border-bottom: 1px solid #dddddd
}


/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-top:15px;
	min-width:430px;
}

#header h1 {
	padding:10px 15px 0;
	background:#EFEFEF;
}

#header p#siteDescription {
	padding:0 15px 10px 30px;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:100%;
	min-width:430px;
	padding-top:5px;
	padding-bottom:5px;
	background:#e5e5e5;
}

#footer ul {
	margin:15px auto 10px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid white;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

div.contents {
	/*float:left;*/
	width:100%;
	min-width:1024px;
	max-width:2048px;
	padding:0 0 15px 0;
	/*background-color:#ddd;*/
	position: relative;
}

#loading{
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	/*margin-left:-30px;*/
}

/*-----------------------------------------------
 __main
-----------------------------------------------*/

.main {
	float:left;
	margin:5px 330px 5px 5px;
	width:calc(100% - 330px);
	min-width:640px;
	/*background-color:#eee;*/
	position:absolute;
	top:0px;
	left:0px;
	/*height: 600px;*/
	/*border: 1px solid #444444;*/
}

.svg_network{
	width:100%;
	height:50vh;
	min-height:480px;
	border:solid 1px black;
}

.tweet_info{
	width:calc(100% - 10px);
	height:9em;
	position:relative;
	border:solid 1px black;
	padding:5px
}

.sub {
	margin-left:10px;
	/*padding-right: 40px;*/
	width:320px;
	/*height:100%;*/
	/*margin-left:-185px;*/
	/*margin-left:-35px;*/
	padding:10px 0 10px 0;
	/*background:#FBF9E7;*/
	/*overflow: auto;*/
	position:absolute;
	top:0px;
	right:0px;
	float:right;
	/*background-color:#d5ffff;*/
	/*border: 1px solid #444444;*/
}

#mynetwork {
	/*height: 600px;*/
	height:80%;
	border: 1px solid #444444;
	margin-bottom:10px;
	margin-top:10px;
}
#datepicker {
	margin-bottom:10px;
}

#networkRedrawBttn{
	margin-bottom: 5px;
}
#tfidf{
	margin-bottom: 10px;
}

