﻿@charset "UTF-8";
/*
  Theme Name  :  Default Design
  Description :  Stylesheet for HTML5 pages of this site.
  Version     :  1.0
  License     :  http://creativecommons.org/licenses/by-nc/2.1/jp/
*/
#header .inner, #main, #footer {
  width: 900px;
  margin: 0 auto;
}

#container, #header #hNav #hNavArea ul, #header .langLink, #header #gNav, #main h2, #main #recentNews li, #main .menuMain ul, #main .menuList li, #footer, #footer #fNav {
  *zoom: 1;
}
#container:after, #header #hNav #hNavArea ul:after, #header .langLink:after, #header #gNav:after, #main h2:after, #main #recentNews li:after, #main .menuMain ul:after, #main .menuList li:after, #footer:after, #footer #fNav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#header #hNav #hNavArea #hNavClose, #header .siteName a, #footer #pageTop a, .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background-image: url('../images/sprite.png');
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
}

#header .langLink .active, #header #gNav li.active, #footer #fNav .active {
  background-image: url('../images/sprite.png');
  background-repeat: no-repeat;
}

/* =============================================== */
/** HTML5 display definitions */
/* ----------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
  margin: 0;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* =============================================== */
/** The root element */
/* ----------------------------------------------- */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

/* =============================================== */
/** Sections */
/* ----------------------------------------------- */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
  height: 100%;
}
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

html > body {
  font-size: small\9;
}

body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* =============================================== */
/** Grouping content */
/* ----------------------------------------------- */
p, dl, dd, blockquote, figure, pre, ol, ul, li {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

iframe {
  vertical-align: middle;
}

/* =============================================== */
/** Text-level semantics */
/* ----------------------------------------------- */
a:focus {
  outline: thin dotted;
}
a:link, a:visited {
  color: #333333;
}
a:hover, a:active {
  outline: 0;
  color: #333333;
}

b, strong {
  font-weight: bold;
}

small {
  font-size: 100%;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

abbr[title], dfn[title] {
  cursor: pointer;
  border-bottom: 1px dotted #000;
}

code, kbd, pre, samp {
  font-family: monospace, "ＭＳ Ｐ ゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  *font-size: 108%;
  line-height: 100%;
}

mark {
  background: #fff;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================== */
/** Embedded content */
/* ----------------------------------------------- */
img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

/* =============================================== */
/** Tabular data */
/* ----------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

/* =============================================== */
/** Forms */
/* ----------------------------------------------- */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* =============================================== */
/** container */
/* ----------------------------------------------- */
#container {
  position: relative;
  font-size: 108%;
  line-height: 150%;
  color: #666666;
  background: url(../images/bg_container.png) repeat fixed;
}
#container a {
  text-decoration: none;
}
#container a:hover {
  text-decoration: underline;
}

/* =============================================== */
/** commons */
/* ----------------------------------------------- */
hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.small {
  font-size: 77%;
}

/* =============================================== */
/** header */
/* ----------------------------------------------- */
.page #header {
  background: url(../images/bg_header_common.png) center bottom repeat-x;
}

#header {
  position: relative;
  background: url(../images/bg_header.png) center bottom repeat-x;
}
#header #hNav {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  display: none;
}
#header #hNav a {
  color: #B15823;
  font-weight: bold;
}
#header #hNav #hNavOpen {
  margin-right: 0;
  margin-left: auto;
}
#header #hNav #hNavArea {
  display: none;
  border: 1px solid #B15823;
  border-top: none;
  padding: 20px;
  background: url(../images/bg_hNav.png) no-repeat 98% 90%;
  background-color: rgba(255, 255, 255, 0.7);
}
#header #hNav #hNavArea li {
  float: left;
  width: 50%;
  margin-top: 30px;
}
#header #hNav #hNavArea li:nth-child(1), #header #hNav #hNavArea li:nth-child(2) {
  margin-top: 0;
}
#header #hNav #hNavArea #hNavClose {
  display: block;
  width: 40px;
  padding-top: 40px;
  background-position: 0 -803px;
  -webkit-background-size: 160px, 872px;
  -moz-background-size: 160px, 872px;
  -o-background-size: 160px, 872px;
  background-size: 160px, 872px;
  margin-right: 0;
  margin-left: auto;
}
#header .siteName {
  padding-top: 25px;
  margin-bottom: 25px;
}
#header .siteName a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 77px;
  padding-top: 142px;
  background-position: 0 -300px;
  -webkit-background-size: 160px, 872px;
  -moz-background-size: 160px, 872px;
  -o-background-size: 160px, 872px;
  background-size: 160px, 872px;
}
#header .langLink {
  margin-right: 0;
  margin-left: auto;
  width: 140px;
  margin-bottom: 10px;
  overflow: hidden;
}
#header .langLink ul {
  margin-right: -20px;
}
#header .langLink li {
  float: left;
  margin-right: 20px;
  font-size: 85%;
}
#header .langLink .active {
  background-position: 0 -857px;
  -webkit-background-size: 160px, 872px;
  -moz-background-size: 160px, 872px;
  -o-background-size: 160px, 872px;
  background-size: 160px, 872px;
  padding-left: 16px;
}
#header #gNav {
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#header #gNav li {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
#header #gNav li:last-child {
  margin-right: 0;
}
#header #gNav li a {
  display: block;
  color: #333333;
}
#header #gNav li.active {
  background-position: 0 -857px;
  -webkit-background-size: 160px, 872px;
  -moz-background-size: 160px, 872px;
  -o-background-size: 160px, 872px;
  background-size: 160px, 872px;
  padding-left: 16px;
}

/* =============================================== */
/** main */
/* ----------------------------------------------- */
#main {
  padding-bottom: 50px;
}
#main h2 {
  font-size: 139%;
  color: #333333;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  border-bottom: 2px solid #b4b4b4;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#main h2 span.icon {
  padding-right: 20px;
  background: url(../images/icon_kyutoku.png) no-repeat 100% 50%;
}
#main h2 span.price {
  float: right;
}
#main h3, #main h4 {
  color: #333333;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#main h3 {
  font-size: 124%;
}
#main h4 {
  font-size: 105%;
}
#main #recentNews li {
  margin-bottom: 20px;
}
#main #recentNews li .img {
  float: left;
  width: 100px;
}
#main #recentNews li .txt {
  overflow: auto;
  line-height: 160%;
}
#main #recentNews li .txt h3 {
  margin-bottom: 10px;
}
#main .menuMain li {
  float: left;
  width: 210px;
  margin-right: 20px;
}
#main .menuMain li:nth-child(4n) {
  margin-right: 0;
}
#main .menuMain li .img {
  margin-bottom: 5px;
}
#main .menuMain li .txt {
  margin-bottom: 5px;
  font-size: 85%;
}
#main .menuMain li .txt h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#main .menuMain li .price {
  font-size: 116%;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#main .menuList p {
  margin-bottom: 20px;
}
#main .menuList ul {
  margin-bottom: 10px;
}
#main .menuList li {
  margin-bottom: 20px;
}
#main .menuList li .img {
  margin-right: 20px;
  float: left;
}
#main .menuList li .txt {
  float: left;
  width: 600px;
  overflow: auto;
  line-height: 160%;
}
#main .menuList li .txt h3 {
  margin-bottom: 5px;
}
#main .menuList li .txt p {
  margin-top: 5px;
}
#main .menuList li .txt2 {
  float: left;
  width: 700px;
  overflow: auto;
  line-height: 160%;
}
#main .menuList li .price {
  float: right;
  text-align: right;
  font-size: 124%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#main .selectable {
  border: 1px solid #666;
  padding: 10px;
}
#main .selectable p {
  margin-bottom: 0;
}
#main .drinkMenu {
  background: #fff;
  border: 1px solid #C89271;
  padding: 20px;
}
#main .drinkMenu h3 {
  margin-bottom: 20px;
  text-align: center;
}
#main .drinkMenu ul, #main .drinkMenu li {
  list-style-type: disc;
  margin-left: 10px;
}
#main .drinkMenu li {
  margin-bottom: 10px !important;
}
#main .pageArea p {
  margin-bottom: 20px;
}
#main .pageArea a {
  color: #C89271;
}
#main .pageArea a:hover {
  text-decoration: underline;
}
#main .pageArea table {
  width: 100%;
  background: #fff;
  border-top: solid 1px #C89271;
  border-left: solid 1px #C89271;
}
#main .pageArea table th, #main .pageArea table td {
  padding: 20px;
  border-right: 1px solid #C89271;
  border-bottom: 1px solid #C89271;
}
#main .pageArea .google_map {
  width: 100%;
  height: 360px;
}
#main .styleReisyu li .txt,
#main .threeColumn li .txt {
  width: 450px;
}

#main .udonColumn li .txt {
  width: 550px;
}

#main .title {
  background: #fff;
  border: 1px solid #C89271;
  padding: 20px;
  margin-top: 10px;
}
#main .title h3 {
  margin-bottom: 10px;
  text-align: center;
}
#main .title p {
  font-size: 90%;
  text-align: center;
}
#main .note {
  background: #fff;
  border: 1px solid #C89271;
  padding: 20px;
  margin-top: 10px;
}
#main .note ul {
  margin-top: 10px;
}
#main .note ul li {
  width: auto;
  margin-right: 20px;
}
#main .note ul li .price {
  margin-left: 10px;
}
#main .tax{
  font-size: 13px;
  color:#666;
  margin-left: 5px;
}
#main .note ul li:nth-child(4n) {
  margin-right: 20px;
}
#main .center {
  text-align: center;
}

/* =============================================== */
/** fooer */
/* ----------------------------------------------- */
#footer {
  position: relative;
  text-align: center;
}
#footer #fNav {
  display: none;
  /* Mobile */
  width: 136px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
#footer #fNav ul {
  margin-right: -10px;
}
#footer #fNav li {
  float: left;
  margin-right: 15px;
  font-size: 93%;
}
#footer #fNav li:last-child {
  margin-right: 0;
}
#footer #fNav .active {
  background-position: 0 -856px;
  -webkit-background-size: 160px, 872px;
  -moz-background-size: 160px, 872px;
  -o-background-size: 160px, 872px;
  background-size: 160px, 872px;
  padding-left: 16px;
}
#footer #pageTop {
  position: absolute;
  right: -40px;
  bottom: 0;
}
#footer #pageTop a {
  display: block;
  width: 72px;
  padding-top: 45px;
  background-position: 0 -738px;
  -webkit-background-size: 160px, 872px;
  -moz-background-size: 160px, 872px;
  -o-background-size: 160px, 872px;
  background-size: 160px, 872px;
}
#footer #copyRight {
  text-align: center;
  font-size: 85%;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* =============================================== */
/** Mobile */
/* ----------------------------------------------- */
@media screen and (max-width: 769px) {
  #container {
    padding: 0 10px;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pageImage img {
    max-width: 100%;
    height: auto;
  }

  .page #header {
    background: none;
  }

  #header {
    background: none;
  }
  #header .inner {
    width: 100%;
  }
  #header #hNav {
    display: block;
  }
  #header #hNavOpen {
    display: block;
    background-image: url('../images/sprite.png');
    overflow: hidden;
    height: 0;
    background-repeat: no-repeat;
    width: 36px;
    padding-top: 36px;
    background-position: 0 -231px;
    -webkit-background-size: 80px, 436px;
    -moz-background-size: 80px, 436px;
    -o-background-size: 80px, 436px;
    background-size: 80px, 436px;
    margin-right: 0;
    margin-left: auto;
  }
  #header .siteName a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-image: url('../images/sprite.png');
    overflow: hidden;
    height: 0;
    background-repeat: no-repeat;
    width: 80px;
    padding-top: 140px;
    background-position: 0 0;
    -webkit-background-size: 80px, 436px;
    -moz-background-size: 80px, 436px;
    -o-background-size: 80px, 436px;
    background-size: 80px, 436px;
  }
  #header .slider {
    margin-bottom: 20px;
  }
  #header .slider .bx-controls-direction {
    display: none;
  }
  #header #gNav {
    display: none;
  }

  #main {
    width: 100%;
  }
  #main #recentNews li {
    margin-bottom: 20px;
  }
  #main #recentNews li .img {
    float: left;
    width: 100px;
  }
  #main #recentNews li .txt {
    overflow: auto;
    line-height: 160%;
  }
  #main #recentNews li .txt h3 {
    margin-bottom: 10px;
  }
  #main .menuMain li {
    float: left;
    width: 30%;
    margin-right: 20px;
  }
  #main .menuMain li:nth-child(3n) {
    margin-right: 0;
  }
  #main .menuMain li:nth-child(4n) {
    margin-right: 20px;
  }
  #main .menuMain li .img img {
    width: 100%;
    height: auto;
  }
  #main .menuMain li .txt {
    margin-bottom: 5px;
    font-size: 85%;
  }
  #main .menuMain li .txt h3 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #main .menuMain li .txt2 {
    margin-bottom: 5px;
    font-size: 85%;
  }
  #main .menuMain li .txt2 h3 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #main .menuMain li .price {
    font-size: 116%;
    margin-bottom: 20px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  }
  #main .menuList ul {
    margin-bottom: 10px;
  }
  #main .menuList li {
    margin-bottom: 20px;
  }
  #main .menuList li .img {
    margin-right: 20px;
    float: left;
  }
  #main .menuList li .txt {
    float: left;
    width: auto;
    overflow: visible;
    line-height: 160%;
  }
  #main .menuList li .txt h3 {
    margin-bottom: 5px;
  }
  #main .menuList li .txt p {
    margin-top: 5px;
  }
  #main .menuList li .txt2 {
    float: left;
    width: auto;
    overflow: visible;
    line-height: 160%;
  }
  #main .menuList li .txt2 h3 {
    margin-bottom: 5px;
  }
  #main .menuList li .txt2 p {
    margin-top: 5px;
  }
  #main .menuList li .price {
    float: none;
    text-align: right;
  }

  #main .drinkMenu {
    padding: 10px;
  }
  #main .drinkMenu h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  #main .drinkMenu ul, #main .drinkMenu li {
    list-style-type: disc;
    margin-left: 10px;
  }
  #main .drinkMenu li {
    margin-bottom: 10px;
  }
  #main .pageArea p {
    margin-bottom: 10px;
  }
  #main .pageArea table th {
    width: 60px;
  }
  #main .pageArea table th, #main .pageArea table td {
    font-size: 85%;
    padding: 5px;
  }
  #main .threeColumn li .txt {
    float: none;
    overflow: auto;
  }
  #main .threeColumn li .price {
    clear: both;
  }
  #main .threeColumn2 li .txt {
    overflow: auto;
    float: none;
  }
  #main .threeColumn2 li .price {
    clear: both;
  }

  #footer {
    width: 100%;
  }
  #footer img {
    max-width: 100%;
    height: auto;
  }
  #footer #fNav {
    display: block;
  }
  #footer #pageTop {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #container {
    min-width: 320px;
  }

  #main #recentNews li .img {
    width: 90px;
  }
  #main #recentNews li .txt {
    overflow: visible !important;
  }
  #main .menuMain li {
    clear: both;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0 !important;
    float: none;
    height: auto !important;
  }
  #main .menuMain li .img {
    float: left;
    width: 100px;
    margin-right: 10px;
  }
  #main .menuMain li .img img {
    max-width: 100%;
    height: auto;
  }
  #main .menuMain li .txt {
    width: auto;
    float: none;
    overflow: auto;
  }
  #main .menuMain li .txt h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #main .menuMain li .price {
    text-align: right;
    margin-top: 5px;
    clear: both;
  }
  #main .menuList li {
    width: auto;
    margin-bottom: 40px;
  }
  #main .menuList li .img {
    width: auto;
    margin-right: 10px;
  }
  #main .menuList li .img img {
    max-width: 100%;
    height: auto;
  }
  #main .menuList li .txt {
    width: auto;
    overflow: auto;
  }
  #main .menuList li .txt h3 {
    font-size: 108%;
    margin-top: 5px;
  }
  #main .menuList li .txt2 {
    float: left;
    width: 700px;
    overflow: auto;
    line-height: 160%;
  }
  #main .menuList li .txt2 h3 {
    margin-bottom: 5px;
  }
  #main .menuList li .txt2 p {
    margin-top: 5px;
  }
  #main .menuList li .price {
    float: right;
    text-align: right;
    margin-top: 5px;
  }

  #main .threeColumn li .img {
    float: left;
    width: 100px;
  }
  #main .threeColumn li .img img {
    max-width: 100%;
    height: auto;
  }
  #main .threeColumn li .txt {
    overflow: auto;
  }
  #main .note ul li {
    margin-bottom: 0;
  }
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * 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;
  padding: 0;
  *zoom: 1;
}

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

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

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

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .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: -40px;
  display: block;
  width: 72px;
  padding-top: 72px;
  background-position: 0 -554px;
  -webkit-background-size: 160px, 872px;
  -moz-background-size: 160px, 872px;
  -o-background-size: 160px, 872px;
  background-size: 160px, 872px;
}

.bx-wrapper .bx-next {
  right: -40px;
  display: block;
  width: 72px;
  padding-top: 72px;
  background-position: 0 -646px;
  -webkit-background-size: 160px, 872px;
  -moz-background-size: 160px, 872px;
  -o-background-size: 160px, 872px;
  background-size: 160px, 872px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  outline: 0;
  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: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

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