@charset "Shift-JIS";

/* #DCFFDC */
html,
body {
  height: 100%;
}

div #header {
	padding:0;
}
#header h1 {
	margin:0;
}
.img-responsive{
	margin:0 auto;
}
/* フッターを下部へ押しやるための、コンテンツのラッパー */
#wrap {
  min-height: 100%;
  height: auto;
  /* フッターの高さ分だけ、ネガティブインデントを指定 */
  margin: 0 auto -80px;
  /* フッターの高さ分だけ、パディングを指定 */
  padding: 0 0 80px;
}

/* ここでフッターの高さを指定 */
#footer {
  height: 80px;
  padding:10px;
}

h1.widget-header, h2.widget-header, h3.widget-header, h4.widget-header, h5.widget-header {
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid  #BAFFBA;
	background-color:#DCFFDC;
}

.ranking-list, .new-list, .search-list, .area-list {
	padding:10px;
	border-bottom:1px solid #ddd;
}

.footer {
  background-color: #DCFFDC;
}

.regist-group{
	border-bottom:1px solid #c6c6c6;
	padding:5px;
}
.regist-content label{
	font-weight:100;
}

.tweet-group {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #e3e3e3;
}

/* add style */
.mhw10phw10{
	margin: 10px;
	padding: 10px;
}

.footer{
    margin-right: 0;
    margin-left: 0;
}