/*
 Theme Name: Twenty Eleven Child
 Template: twentyeleven
 Version: 1.0
*/

body {
	padding:0;
}

#branding {
border:none;
  padding-bottom: 10px;
  position: relative;
  z-index: 9999;
}

#access {
  background: #ff7f00;
  clear: both;
  display: block;
  float: left;
  margin: 0px auto 0px;
  width: 100%;
  border-bottom: 3px #dd9e7b solid;
  text-align: center;
}

#access a {
  color: #ff7f00;
  line-height: 3.333em;
}

#access a:hover {
  color: #ff7f00;
  line-height: 3.333em;
}

#access div {
  margin: 0 7.6%;
  width: 1160px;
  margin: 0 auto;
  text-align: center;
}

.one-column #content {
  margin: 0 auto;
  width: 1160px;
}
#colophon {
  clear: both;
  background: #dedede;
}
#site-generator {
  background: #ff4000;
  border-top: 3px solid #dd9e7b;
  color: #fff;
  font-size: 12px;
  line-height: 2.2em;
  padding: 2.2em 0.5em;
  text-align: center;
  height: 100px;
}

#site-generator a {
	color:#fff;
}
/* PC表示 */
.menu-pc {
  display: block;
}
.menu-sp {
  display: none;
}


#comments {
	display:none;
}

.topics-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topics-item {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.topics-date {
  color: #888;
  margin-right: 10px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {

.one-column #content {
  margin: 0 auto;
  width: 100%;
}
	
	.barea {
		width:100% !important;
	}
  .menu-pc {
    display: none;
  }
  .menu-sp {
    display: block;
  }
#access div {
  margin: 0 7.6%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
  /* toggleボタン */
  #sp-toggle-btn {
    width: 100%;
    padding: 10px;
    background: #ff7f00;
    color: #fff;
    border: none;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
  }

  /* toggleメニュー（初期は非表示） */
  #sp-toggle-menu {
    display: none;
    background: #fff;
  }

  /* メニュー縦並び */
  #sp-toggle-menu ul {
    display: block;
  }

  #sp-toggle-menu li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
	 color:#000;
  }

  #sp-toggle-menu a {
    display: block;
    padding: 12px;
	 	 color:#000;
  }
	.kkk {
		width:100% !important;
	}
	.ttt {
		clear:both;
		margin-top:30px !important;
		width:100% !important;
		padding:5px !important;
	}
	
	.ft_size {
		font-size:12pt !important;
		padding-left:20px !important;
		width:90% !important;
	}
	
	.spnone {
		display:none;
	}
}