@charset "UTF-8";

@media screen and (max-device-width: 1279px) { /* タブレット横 */
* {
  background-image: none;
}
body { 
  width: 96%;
  padding: 0;
  margin: 0 auto;
}
#banner {
  margin: 2em 0 0;
}
#main, #navigation {
  padding: 0.5em 0;
  margin: 0;
}
#mobilesite {
  display: none;
}
a[accesskey]::after {
  display: none;
}
@media screen and (max-device-width: 1023px) { /* ミニタブレット横 */

@media screen and (max-device-width: 959px) { /* タブレット縦 */
body * {
  font-size: 1em;
  text-shadow: none;
}
@media screen and (max-device-width: 767px) { /* ミニタブレット縦 */

@media screen and (max-device-width: 599px) { /* スマートフォン */
#banner {
  background: rgba(252,253,255,0.8) url("/images/logo") left top no-repeat;
  height: 84px;
  padding: 68px 0 0;
  border-radius: 8px;
  border-style: none;
  border-weight: 0 0 1px;
}
#indexbody #banner h1 {
  visibility: visible;
}
#indexbody #main div {
  background: none;
  padding: 0;
}
#maincontainer {
  display: block;
}
#main, #navigation {
  width: initial;
  max-width: initial;
}
#navigation {
  border-style: solid;
  border-width: 0 0 1px 1px;
}
#seealso {
  width: 100%;
  padding: 0;
  margin: 0;
} 
#comments {
  display: visible; /* none; */
}
blockquote > p {
  margin: 0 1em;
} /*
#navigation * a:link, #navigation * a:visited {
  border: 2px outset;
  border-radius: 6px;
  display: block;
  font-size: 1.2em;
  width: 95%;
  padding: 0 10px;
  text-decoration: none;
} */
#search_box {
  margin: 0.5em 0 0 0.5em;
}
#twitter_account a {
  position: static;
  background: none;
}

/* 管理画面 */

#topnav {
  display: none;
}
.body-wrap {
  background-color: aliceblue;
}
div.body-nav {
  width: 98% !important;
  padding: 0;
  margin: 0;
}
#nav {
  display: none;
}
#body-box {
  padding: 0;
  clear: left !important;
}
#title-field {
  width: 100% !important;
  margin: 0 !important;
}
#title {
  width: 95% !important;
}
#category-field {
  width: 100% !important;
  margin: 0 !important;
  clear; left !important;
}
#category_id {
  width: 95% !important;
}
.field-wrapper {
  width: 100% !important;
  padding: 0 !important;
}
.field-buttons { /*
  display: none; */
}
textarea#text {
  width: 100% !important;
  height: auto !important;
}
#tags {
  width: 100% !important;
}
#comments-box {
  display: none;
}
#trackback-box {
  margin: 0 15px;
}
#copyright {
  display: none;
}
} /* スマートフォン */
} /* ミニタブレット縦 */
} /* タブレット縦 */
} /* ミニタブレット横 */
} /* タブレット横 */