/* CSS Document */

/*//
	MAP用CSS
//*/

      #map {
        height: 90%;
      }
      html, body {
	    height: 100%;
   	    margin: 0px;
    	padding: 0px;
		background: url(/img/back_map.jpg) top center;
		font-size: 16px;
}
	  .testcolor{
			color:#79849F;  
	  }


#header{
	padding: 4px;
}


#header img{
	margin-top: 5px;
	margin-left: 0px;
}
#header .topbutton {
	padding: 6px 30px 4px;
	margin: 2px 0px 2px auto;
	display: inline-block;
	cursor: pointer;
}
@media screen and (max-width: 764px) {
#header .topbutton {
	padding: 5px 12px 5px;
	font-size: 14px;
}
}
#join .topbutton{
	width:100%;
	margin: 20px 0px 10px;
	text-align: center;
}
#find-header{
	background-color: #FDE6C5;
	text-align: center;
	font-weight: bold;
}

/*　読書ダイアログ */

#readcontents .bcode{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-bottom: 30px;
	display: inline-block;	
}
#readcontents .glyphicon{
	cursor: pointer;
	color:#878787;
}

#readcontents .readerhouse{
	text-align: right;
	margin-bottom: 20px;
}
#readcontents .uname{
	font-size: 32px;
	display: inline-block;
}
#readcontents .utitle{
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
}
#readcontents .rdate{
	text-align: right;
	margin: 10px 0px;
}
#readcontents .rcomment{
	line-height: 160%;
}

.tb-reading-author{
	padding-bottom: 20px;
}

.tb-reading-separator:not(:last-child){
	margin-bottom: 20px;	
}

.tb-dialogbutton{
	margin: 30px 0px 2px;
	width: 100%;
	background-color: #430001;
	color:white;
	font-weight: bold;
}
