/* CSS Document */


header.header{
  background:#FECC00;
  width:100%;
  margin-bottom:20px;
 }
header.header .rofuku_bar{
  background-image:url(../img/n_logo_line.gif);
  height:105px;
  }
 
header.header  h1{
  margin:0;
  padding:0;}
 
 
footer.footer{
  margin-top:40px;
  background:#006600;
  color:#fff;
  padding-top:20px;
  line-height:1em;
}
footer.footer .copyright{
  padding-bottom:0px;
}


.mb_20{
  margin-bottom:20px;
  }
  .mb_40{
  margin-bottom:40px;
  }
  
  

/**content**/
.example_message{
  margin-bottom:20px;
  }
  
  
 
 .example_message blockquote{
 padding: 10px 20px;
border-left: none;
font-size:1em;
font-weight:bold;
background: #f4f4f4;
border-radius:5px;
}
 .example_message blockquote:before{
content:"“";
font-size:600%;
font-style:normal;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color: #8bc556;
position:absolute;
left:0;
top:0;
 }
 
  
  
  .panel .panel-heading, .panel .panel-title{
    font-size:inherit;
    }
    
 
 .confirm-data{
   color: #04a004;
 }
 
 .error1 {
	 color:#C30509;
	 font-weight:bold;
}


.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}