@charset "utf-8";
/* CSS Document */


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#e6ecf0;
	
		
	}
#header{
	width:100%;
	top:0;
	right:0;
	height:40px;
	position: fixed;
	background-color:white;
    border-bottom: solid 1px #aac5de;
     z-index:10;
	 text-align:center;

}
a   {
 
    text-decoration:none;
}	
	
#header a {
	padding: 0 3px 0 3px;
	color:#666;
	font-weight:bold;
}

#header a:hover {
    color:#00aced;
  border-bottom: solid 3px #00aced;
}

.bird{
    margin-top:5px;
	}
	
	
#koumoku{
	width:400px;
	min-width:100px;
	height:50px;
	height:auto;
	 margin:auto;
	 padding-top:15px;
	 
	}
.tdodai{

	background-color:#e8f5fd;
	height:50px;
	width:auto;
   	margin:8% 0 5px 0;
	border-bottom: solid 1px #aac5de;
	

	
	}		
.min{
	border-radius: 20px;
	width:30px;
	height:30px;
	margin:10px 5px 5px 5px;
	float:left;}
	
.min:after{
  clear: left;
}
	

	
.min2{
	border-radius: 20px;
	width:30px;
	height:30px;
	margin:0 5px 0 10px;
	float:left;	

	
	}	
.min2:after{
  clear: left;
}
	
.box2 {
	display:inline-block;
	margin-left:5px;
	width:340px;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 1px #6091d3;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.tweet{
	background:white;
	width:400px;
	height:180px;
	border-bottom: solid 1px #aac5de;
	}

.tweet2{
	background:white;
	width:400px;
	height:130px;
	border-top: solid 1px #aac5de;
	}