/* Bootstrap用リセット */
#menu-container,#menu-shadow{
  display:none;
}
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }


#left-util{
  display:none;
 }
#right-util{
  display:none;
 }
#footer-container{
  display:none;
 }

#header{
	font-size:16px;
	font-weight:bolder;
	text-indent:10px;
	height:auto;
	text-align:center;
	border:#333 2px solid;
	margin:15px auto;
	padding:30px 0;
	border-radius:5px;
	width:100%;
}

#center,#center-wide{
	padding-left:0px;
	width:100% !important;
}

#center-wide h1 + div{
	width:100%;
}


.forPrint{
	visibility:visible;
	display:block;
	width:100%;
}

.header-title{
	display:block;
	width:100%;
}

.badge{
	border:1px #333 solid;
}


.sc_block{
	border:1px #333 solid;
	width:49%;
}

h1,h2,h3,h4{
	text-indent:1px !important;
	padding-left:1px !important;
	width:100% !important;
	/*border-bottom:3px #ccc solid;*/
}

h5,h6{
	border:1px #333 solid;
}

	