.page-header {
  padding-bottom: 9px;
  margin: 0px 0 10px;
  border-bottom: 1px solid #eeeeee;
 background-color: #f87474;
/*  background-image: -moz-linear-gradient(top, #ff6666, #ffcccc);
  background-image: -ms-linear-gradient(top, #ff6666, #ffcccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6666), to(#ffcccc));
  background-image: -webkit-linear-gradient(top, #ff6666, #ffcccc);
  background-image: -o-linear-gradient(top, #ff6666, #ffcccc);
  background-image: linear-gradient(top, #ff6666, #ffcccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'f9d9f6, endColorstr='#'fc054f, GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
*/
}

.page-header h1{
  padding-top:12px;
  padding-left: 10px;
}

.page-header h2{
  padding-top:8px;
  padding-left: 10px;
}

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */


/*
ボタンの色
青　primary
赤　danger
水色　info
オレンジ　warning
緑　success
白　default


*/


div.main_body img{
max-width: 50%;
}
img.max{
max-width: 100%;
}
.logo h1{
margin:0px;
}
.info img{
text-align:right;
max-width: 100%;
}
div.side-menu > ul{
padding-left : 10px;
}