@charset "UTF-8";
/* CSS Document */

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { html{ font-size : 75%;} }
 
/* Large desktop */
@media (min-width: 768px) { html{ font-size : 100%;} }

body{
	padding-top:50px;
}
.footer .row .col-md-12{
	height:30px;
  background-color: #fff;
}
.footer hr{
	border-top:dotted 1px #D9D9D9;
}
.navbar-brand{
  background: url("../enzojfi.gif") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 88px;
}
.container h3{
	font-size:1.5rem;
}
.container h2{
	font-size:2rem;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	text-shadow : 2px 2px 3px #9A9A9A;
}
.container .newstopic{
border-top: dotted ;
border-width: 1px;
color:#000;
}

.container a{
border-bottom: dotted 1px #787878;
color:#000;
}
