@charset "utf-8";
/*
Theme Name: Tsuchiura Hanjoki Theme
Theme URI: n/a
Description: Theme for hanjoki.com
Author URI: n/a
*/

/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 1.7em;
}

fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
em {
  font-style: italic;
}

q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}

/* base */

body {
  background: #fff;
  font-size: 0.95em;
  letter-spacing: 0.15em;
}

/* body, textarea { font-family: "メイリオ", "ＭＳ　Ｐゴシック", sans-serif; } */
body,
textarea {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝",
    "MS PMincho", "MS 明朝", serif;
}
input,
select {
  font-family: Arial, "ＭＳ　Ｐゴシック", sans-serif;
}

a {
  color: #c83a18;
  text-decoration: none;
}

a:visited {
  color: #c83a18;
}

a:hover {
  color: #ff8a00;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

#container {
  background: #fff;
  padding: 0 10px;
  margin: 0 auto;
  width: 940px;
  position: relative;
}

#header {
  height: 140px;
  background: url(http://www.hanjoki.com/wp-content/themes/tsuchiura/images/bg_header.gif)
    720px 100px no-repeat;
  padding: 30px 0 0 0;
}

#header img {
  margin: 0 0 0 0;
}

.home #header {
  background: url(http://www.hanjoki.com/wp-content/themes/tsuchiura/images/bg_header.gif)
    720px 100px no-repeat;
  padding: 30px 0 0 0;
}

.vision #header {
  background: #fff
    url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/bg_header_vision.gif")
    60px -60px no-repeat;
}

.blog #header,
.blog_in #header {
  background: #fff
    url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/bg_header_blog.gif")
    60px -60px no-repeat;
}
.rent #header,
.rent_in #header {
  background: #fff
    url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/bg_header_rent.gif")
    60px -50px no-repeat;
}
.contact #header {
  background: #fff
    url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/bg_header_contact.gif")
    60px -60px no-repeat;
}

.about #header {
  background: #fff
    url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/bg_header_about.png")
    60px 34px no-repeat;
}

#main {
  position: relative;
  padding: 0 0 0 0;
}

#columnLeft {
  width: 620px;
  padding: 0;
  margin: 0;
  float: left;
}

.rent #columnLeft,
.rent_in #columnLeft {
  width: 940px;
  padding: 0;
  margin: 0;
  float: left;
}

#columnRight {
  width: 290px;
  padding: 0;
  margin: 0 0 0 650px;
  min-height: 800px;
  height: auto !important;
  height: 800px;
}

#footer {
  /*background:url(images/bg_footer.gif) 345px 50px no-repeat;*/
  background: url(images/bg_footer.gif) 50% no-repeat;
  font-size: 0.75em;
  color: #999;
  padding: 140px 0 30px 0;
  text-align: center;
}

#menu {
  padding: 3px 0 10px 0;
  /* 20180311 DEL
	height:80px;*/
}

#menu li {
  display: inline;
  list-style-type: none;
}

#menu li a,
#menu li .here {
  margin-right: 52px;
  height: 45px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  text-decoration: none;
  overflow: hidden;
}

#menu li.m5 a,
#menu li.m5 .here {
  margin-right: 0;
}

#menu li.m1 a {
  background-position: 0 0;
}
#menu li.m2 a {
  background-position: -170px 0;
  background-color: gold;
}
#menu li.m3 a {
  background-position: -335px 0;
  background-color: darkseagreen;
}
#menu li.m4 a {
  background-position: -500px 0;
}
#menu li.m5 a {
  background-position: -670px 0;
  background-color: khaki;
}

#menu li.m1 a:hover {
  background-position: 0 -60px;
}
#menu li.m2 a:hover {
  background-position: -170px -60px;
}
#menu li.m3 a:hover {
  background-position: -335px -60px;
}
#menu li.m4 a:hover {
  background-position: -500px -60px;
  background-color: aliceblue;
}
#menu li.m5 a:hover {
  background-position: -670px -60px;
}

#menu li.m1 .here {
  background-position: 0 -120px;
  background-color: bisque;
}
#menu li.m2 .here {
  background-position: -170px -120px;
}
#menu li.m3 .here {
  background-position: -335px -120px;
}
#menu li.m4 .here {
  background-position: -500px -120px;
}
#menu li.m5 .here {
  background-position: -670px -120px;
}

#submenu {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #777;
  letter-spacing: 0.05em;
}

#submenu li {
  display: inline;
  list-style-type: none;
}

#submenu h2 {
  font-size: 0.9em;
  font-weight: normal;
}

#submenu li a,
#submenu li .here {
  height: 30px;
  background-image: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/menu_sub.gif");
  background-repeat: no-repeat;
  display: block;
  float: left;
  text-indent: -9877em;
  text-decoration: none;
  overflow: hidden;
}

#submenu li.m_s1 a {
  width: 122px;
  background-position: -10px -30px;
}
#submenu li.m_s2 a {
  width: 97px;
  background-position: -140px -30px;
}
#submenu li.m_s3 a {
  width: 20px;
  background-position: -240px -30px;
}
#submenu li.m_s4 a {
  width: 30px;
  background-position: -260px -30px;
}
#submenu li.m_s5 a {
  width: 27px;
  background-position: -290px -30px;
}
#submenu li.m_s6 a {
  width: 30px;
  background-position: -320px -29px;
}

#submenu li.m_s1 a:hover,
#submenu li.m_s1 .here {
  width: 122px;
  background-position: -10px 0;
}
#submenu li.m_s2 a:hover,
#submenu li.m_s2 .here {
  width: 97px;
  background-position: -140px 0;
}
#submenu li.m_s3 a:hover,
#submenu li.m_s3 .here {
  width: 20px;
  background-position: -240px 0;
}
#submenu li.m_s4 a:hover,
#submenu li.m_s4 .here {
  width: 30px;
  background-position: -260px 0;
}
#submenu li.m_s5 a:hover,
#submenu li.m_s5 .here {
  width: 27px;
  background-position: -290px 0;
}
#submenu li.m_s6 a:hover,
#submenu li.m_s6 .here {
  width: 30px;
  background-position: -320px 1px;
}

.menu__multi:hover .menu__second-level {
  visibility: visible;
  opacity: 1;
}
.menu__multi:hover .menu__second-level1 {
  visibility: visible;
  opacity: 1;
}
.menu__multi:hover .menu__second-level2 {
  visibility: visible;
  opacity: 1;
}

.menu__multi .menu__second-level {
  z-index: 1;
  margin-left: 396px;
  text-indent: 0;
  margin-top: 120px;
  background-color: rgb(199 222 200);
}

.menu__multi .menu__second-level2 {
  z-index: 1;
  margin-left: 396px;
  margin-top: 180px;
  background-color: rgb(199 222 200);
}

.menu__multi .menu__second-level1 {
  z-index: 1;
  margin-left: 396px;
  margin-top: 60px;
  background-color: rgb(199 222 200);
}

h2.sp {
  margin-top: 86px;
  font-size: 1.5em;
  font-weight: bold;
  color: #c83a18;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/m_none.gif")
    0px 0px no-repeat;
  display: block;
}

h2.m {
  font-size: 1.3em;
  font-weight: bold;
  color: #c83a18;
  padding: 0 0 22px 20px;
  background: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/m_none_r.gif")
    0px 0px no-repeat;
  display: block;
  position: relative;
}

h2.inbox {
  font-size: 1.3em;
  font-weight: bold;
  color: #c83a18;
  padding: 0 0 10px 20px;
  margin-left: -12px;
  background: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/m_none.gif")
    0px 0px no-repeat;
  display: block;
  position: relative;
}

h3.sp {
  font-size: 1.3em;
  font-weight: bold;
  color: #c83a18;
  padding: 10px 0;
  display: block;
}

.blog h3,
.blog_in h3,
.news h3,
.news_in h3 {
  padding: 0 0 5px 0;
}

.blog h3 a,
.blog_in h3 a,
.news h3 a,
.news_in h3 a {
  background: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/ul_paper_m.gif")
    0px 0px no-repeat;
  padding: 7px 0 10px 35px;
}

.blog h3 a:hover,
.blog_in h3 a:hover,
.news h3 a:hover,
.news_in h3 a:hover {
  background: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/ul_paper_m_hl.gif")
    0px 0px no-repeat;
}

.post {
  padding: 10px 0 20px 0;
}

.box {
  padding: 10px 0 20px 0;
}

.entry {
  padding: 10px 5px 20px 15px;
}

.home .post {
  padding: 0 0 20px 0;
}

.home .box {
  padding: 0 0 20px 0;
}

.home .entry {
  padding: 0 0 0 0;
}

.date {
  margin: 0 0 15px 18px;
  font-size: 0.9em;
  color: #555;
}

.post .alignleft,
.post img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.post .alignright,
.post img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.post .aligncenter,
.post img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post img.alignleft,
.post img.alignright,
.post img.aligncenter {
  margin-bottom: 12px;
}

.frontpost {
  border-bottom: 5px dotted #eee;
  margin: 10px 15px 20px 15px;
}

.frontpost h3 {
  font-size: 1em;
  color: #eb6113;
  padding: 0;
  margin: 0 0 10px 0;
}

.frontpost .date {
  display: inline-block;
  text-align: left;
  font-size: 0.8em;
  margin: 0 15px 5px 0;
  font-weight: bold;
}

.frontpost .alignleft {
  margin-top: -20px;
}

.frontpost .alignleft img {
  margin-top: 20px;
  max-width: 100px;
  height: 100%;
}

.frontpost h4 {
  display: inline-block;
}

.frontpost .entry p {
  margin-left: 120px;
}

#columnRight dl {
  margin: 10px 0 30px 10px;
  line-height: 1;
}

#columnRight dl.blog dt {
  background: none;
  padding: 0 0 5px 0;
  font-size: 1em;
  letter-spacing: 0.03em;
  color: #777;
}

#columnRight dl.blog dd {
  padding: 0 0 10px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px dotted #eee;
  line-height: 1.2;
}

#columnRight dl.blog dd:last-child {
  border-bottom: 0;
}

#columnRight dd {
  padding: 0 0 10px 22px;
}

#columnRight ul .description {
  font-size: 0.9em;
  color: #555;
}

#columnRight ul {
  padding: 10px 0 20px 0;
}

#columnRight li {
  background: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/ul_dot_2.gif")
    8px 8px no-repeat;
  padding: 0 0 10px 22px;
}

#columnRight ul.link li {
  background: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/ul_link.gif")
    4px 2px no-repeat;
  padding: 0 0 10px 22px;
}

table.newRent {
  padding: 0;
  margin: 8px 02px 32px 2px;
}

table.newRent .side_push {
  font-size: 0.9em;
  line-height: 1.4;
}

table.newRent td {
  padding: 10px 5px;
  vertical-align: top;
  border-bottom: 1px dotted #eee;
}

table.newRent td.image {
  padding: 10px 5px;
}

table.newRent td.image img {
  width: 50px;
  height: 50px;
}

table.newRent .side_time {
  display: none;
}

table.newBlog .side_time,
table.newNews .side_time {
  display: inline;
  font-size: 0.9em;
  color: #777;
}

table.newRent th {
  font-size: 0.75em;
}

table.newRent tr:last-child td {
  border-bottom: 0;
}

#columnLeft table.newNews {
  width: 600px;
}

#columnLeft table.newNews td.td_date {
  width: 120px;
}

#columnLeft table.newNews td.image {
  width: 50px;
}

#columnLeft table.newNews .side_title {
  font-size: 1.24em;
}

.post .push {
  position: relative;
  top: -18px;
  padding: 0 20px;
}

.rentLeft {
  width: 300px;
  padding: 20px 0 0 0;
  margin: 0;
  float: left;
}

.rentRight {
  width: 600px;
  padding: 20px 0 0 0;
  margin: 0;
  float: right;
  min-height: 800px;
  height: auto !important;
  height: 800px;
}

table.rent {
  width: 600px;
  margin: 0 auto;
  background: #eee;
}

table.rent tr {
  border-bottom: #fff 1px solid;
}

table.rent th {
  font-size: 0.9em;
  text-align: left;
  border-right: #fff 1px solid;
  width: 30%;
  padding: 7px 15px 7px 15px;
}

table.rent td {
  font-size: 1.05em;
  padding: 7px 20px;
  width: 70%;
  word-break: break-all;
  word-wrap: break-word;
}

table.rent .even td,
table.rent .even th {
  background: #f7f7f7;
}

table.rentImg {
  width: 320px;
}

table.rentImg td {
  text-align: center;
  padding: 0 0 30px 0;
}

table.rentImg th {
  text-align: center;
  padding: 0 0 60px 0;
}

table.rent_list {
  width: 940px;
  margin: 0 auto 0 auto;
  background: #fafafa;
  font-size: 0.9em;
  line-height: 1.5;
}

table.rent_list td.address {
  white-space: nowrap;
}

table.tablesorter thead tr .header {
  background-image: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/s_sort.gif");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/s_asc.gif");
}
table.tablesorter thead tr .headerSortDown {
  background-image: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/s_desc.gif");
}

table.mini {
  width: 530px;
  margin: 0 auto 30px auto;
  background: #fafafa;
  font-size: 1em;
}

table.rent_list td,
table.rent_list th {
  padding: 5px;
  border: 1px solid #ddd;
}

table.rent_list td.image {
  width: 30px;
  height: 30px;
}

table.rent_list td.name {
  width: 20%;
}

table.rent_list td.number {
  text-align: right;
  width: 10%;
}

table.rent_list td.agreement {
  text-align: center;
  width: 10%;
  color: #999;
}

table.rent_list td .subsidy {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #d00;
  text-align: center;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  cursor: default;
}

table.rent_list .tableHeader th {
  padding: 2px 5px;
  font-size: 0.9em;
  background: #aaa;
  color: #fff;
}

table.maptable td {
  padding: 10px;
}

.notice {
  padding: 15px 0;
}

.small {
  font-size: 0.8em;
}

.nav {
  position: relative;
}

.alignRight {
  text-align: right;
}

.nav .alignRight {
  float: right;
  width: 270px;
  text-align: right;
}

.nav .alignLeft {
  float: left;
  width: 270px;
  text-align: left;
}

.more-link {
  display: block;
  padding: 15px 0 0 0;
  font-size: 0.9em;
  text-align: right;
}

.box p {
  line-height: 200%;
  padding: 0 0 10px 0;
}

.box ul {
  padding: 10px 0 10px 20px;
  list-style: disc;
}

.title {
  font-size: 1.5em;
  color: black;
}

.pgm .geo {
  display: none;
}

#twitter {
  width: 290px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 47px;
  right: 43px;
}

.twitter_widget {
  padding: 10px;
}
.twtr-hd {
  display: none;
}
.twtr-ft {
  display: none;
}
#twitter #twtr-widget-1 .twtr-avatar {
  display: none;
}
#twitter #twtr-widget-1 .twtr-tweet-text {
  margin-left: 0;
}
#twitter em {
  text-align: right;
}
#twitter .twtr-reply {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */

#columnRight ul.side_link {
  margin: 0 0;
  font-size: 1.2em;
}

#columnRight ul.side_link li {
  width: 280px;
}

#columnRight ul.side_link li img {
  padding: 10px;
}

#columnRight ul.side_link li {
  background: none;
  padding: 5px 0 10px 5px;
  margin: 5px 0 10px 0;
  border-bottom: 1px dotted #eee;
}

#columnRight ul.side_link li:last-child {
  border-bottom: 0;
}

#columnRight ul.side_link li .link_intro {
  margin: 5px 0 0 0;
  font-size: 0.78em;
  line-height: 1.4;
}

ul.footer_link {
  clear: both;
  padding: 20px 0;
  margin: 0;
  line-height: 1;
}

ul.footer_link li {
  display: block;
  float: left;
  padding: 0;
  margin: 15px;
}

#to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#to_top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#to_top a:hover {
  text-decoration: none;
  background: #999;
}

.wp-pagenavi {
  clear: both;
  margin: 10px 0 30px 0;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.purpose {
  text-align: right;
  font-size: 0.9em;
  color: #555;
}

.purpose ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.purpose li {
  display: inline-block;
}

.purpose li a {
  padding: 2px 4px;
  margin: 0 0 0 6px;
  border-radius: 2px;
  background: #ddd;
  color: #555;
  text-decoration: none;
}

.purpose li a:hover {
  background: #777;
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 2px;
}

.purpose_list {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
}

.purpose_list ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 5px;
}

.purpose_list ul li {
  display: inline-block;
  margin: 4px 3px;
}

.purpose_list ul li a {
  padding: 4px 6px;
  margin: 0 2px 0 0;
  border-radius: 2px;
  background: #c1282a;
  color: #fff;
  text-decoration: none;
}

.purpose_list ul li.current-cat a {
  background: #ee9900;
}

.purpose_list ul li a:hover {
  background: #f4a900;
  color: #fff;
}

.to_archive {
  text-align: right;
  margin: -20px 5px 30px 0;
}

.to_archive a {
  padding: 5px 7px;
  display: inline-block;
  background: #fafafa;
  text-decoration: none;
  color: #777;
  border-radius: 2px;
}

.to_archive a:before {
  content: "≫";
  padding: 0 5px 0 0;
}

.to_archive a:hover {
  background: #ffbc21;
  color: #fff;
}

.list-tbl {
  border-collapse: collapse;
}
.list-tbl th,
.list-tbl td {
  border: 1px solid #000;
}
.list-tbl tr:nth-child(even) {
  background: #eee;
}
.list-tbl tr:hover {
  background: #eef;
}

/* ------------------------------------------------------------------------ slide */

#slide {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  width: 620px;
  height: 310px;
  overflow: hidden;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*-----レスポンシブ対応用エリア-------------------*/

/* ########### 700px以下 ########### */
@media screen and (max-width: 840px) {
  /* トグルボタン */
  #menubtn {
    padding: 20px 25px;
    border: solid 1px #aaaaaa;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    top: 25px;
    /*right: 148px;*/
    right: 25px;
    cursor: pointer;
  }

  #header img {
    /*width: 70%;*/
    width: 50%;
  }
  #menubtn:hover {
    background-color: #dddddd;
  }

  #menubtn:focus {
    outline: none;
  }

  #menubtn i {
    color: #888888;
    font-size: 18px;
  }

  #menubtn span {
    display: inline-block;
    text-indent: -9999px;
  }

  /* ナビゲーションメニュー（縦並び） */
  #menu {
    display: none;
  }

  #menu {
    height: auto;
  }

  #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #menu li a {
    display: block;
    padding: 5px;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
  }

  #menu li a,
  #menu li .here {
    float: none;
  }

  #menu li a:hover {
    background-color: #eeeeee;
  }

  .home #header {
    background: url(none) 00px 00px no-repeat;
    padding: 30px 0 0 0;
  }
  #header {
    /*height: 140px;*/
    height: 140px;
    background: url(none) 00px 00px no-repeat;
    padding: 30px 0 0 0;
  }

  #columnLeft table.newNews {
    width: 100%;
  }

  .rent #columnLeft,
  .rent_in #columnLeft {
    width: 100%;
  }

  table.rent_list {
    width: 100%;
  }
}

/* ########### 768px以上 ########### */
@media screen and (min-width: 841px) {
  /* トグルボタン */
  #menubtn {
    display: none;
  }

  /* ナビゲーション */
  /*#menu	{display: block !important}

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

.menu li a	{display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}*/
  #menu {
    height: 80px;
  }

  #menu li a,
  #menu li .here {
    margin-right: 52px;
    width: 146px;
    height: 60px;
    background-image: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/menu_v3.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    text-indent: -9877em;
    text-decoration: none;
    overflow: hidden;
  }

  #menu .arakawaoki {
    background-image: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/menu_v3_ara.png");
  }
  #menu .tsuchiura {
    background-image: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/menu_v3_tuchi.jpg");
  }
  #menu .kandatsu {
    background-image: url("http://www.hanjoki.com/wp-content/themes/tsuchiura/images/menu_v3_kan.jpg");
  }

  .menu__multi .menu__second-level {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    margin-left: 396px;
    text-indent: 0;
    margin-top: 120px;
    background-color: white;
  }

  .menu__multi .menu__second-level2 {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    margin-left: 396px;
    margin-top: 180px;
    background-color: white;
  }

  .menu__multi .menu__second-level1 {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    margin-left: 396px;
    margin-top: 60px;
    background-color: white;
  }
}

@media screen and (max-width: 960px) {
  #container {
    width: 90%;
    position: relative;
  }

  #columnLeft {
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    display: block;
  }

  #columnRight {
    width: 100%;
    padding: 0;
    margin: 0 0 0 0px;
    min-height: 800px;
    height: auto !important;
    height: 800px;
  }

  #menu li a,
  #menu li .here {
    margin-right: 5px;
    /*width: 146px;
    height: 60px;
    background-image: url(http://www.hanjoki.com/wp-content/themes/tsuchiura/images/menu_v3.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    text-indent: -9877em;
    text-decoration: none;
    overflow: hidden;*/
  }

  #columnRight ul.side_link li {
    width: 90%;
  }

  .home #header {
    background: url(http://www.hanjoki.com/wp-content/themes/tsuchiura/images/bg_header.gif)
      520px 100px no-repeat;
    padding: 30px 0 0 0;
  }
  #header {
    height: 140px;
    background: url(http://www.hanjoki.com/wp-content/themes/tsuchiura/images/bg_header.gif)
      520px 100px no-repeat;
    padding: 30px 0 0 0;
  }
}
