@charset "UTF-8";


/* overview始まり */

h3 {
	font-size:180%;
	margin-bottom: 10px;
}
    
.top_container {
	        width: 90%;
	        margin: 20px auto;
	        background:rgba(255, 255, 255, 0.5);
	        padding: 20px;
	        font-size:160%;
	        line-height: 180%;
	    }
	    
.top_container_in {
        font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 10px;
      }
      
.top_container_in { border: 1px solid #CCC; background-color: #EEE; color: #333; padding: 10px;  }




/* overview終わり */

