
h1 {
	font-size: 24px;
	color: #755e3c;
}
h2 {
	font-size: 20px;
	color: #755e3c;
}
h3 {
	font-size: 18px;
	color: #755e3c;
}
.progress {
	width: 100px;
}

body {
	padding-bottom: 70px;
	font-family: serif;
}

.alert {
	padding: 10px 35px 10px 15px;
	margin-top: 10px;
}

.table {
	font-size: 95%;
}
strong {
	color: #aaa;
}

a {
    color: #9e2e20;
    text-decoration: none;
}
a:focus, a:hover {
    color: #812014;
    text-decoration: underline;
}


#place-map {
	height: 350px;
	width: 100%;
	position: relative;
	background-color: #E5E3DF;
	overflow: hidden;
	margin-bottom: 10px;
}

.page-header {
	background: url("/images/bg_pageheader.gif") no-repeat right bottom;
	padding-bottom: 5px;
	padding-top: 20px;
	margin: 0px 0px 20px;
}

h2 {
background: url("/images/bg_h2.gif") no-repeat bottom left;
padding-left: 30px;
min-height: 26px;
padding: 0 0 10px 30px;
}

.guide {
background: url("/images/bg_h2guide.gif") no-repeat bottom left;
padding-left: 40px;
padding-top: 10px;
height: 40px;
vertical-align: middle;
}

.dl-horizontal hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.tab-pane {
	padding-top: 10px;
}

.accs {
	padding-left: 1em;
}

.spec th {
	background: #f0f0f0;
	width: 13%;
}
.spec td {
	width: 37%;
}


/* Inverse dropdown  */
.dropdown:hover .dropdown-menu {
//	display: block;
}
.dropdown-menu-inverse {
	background-color: #222;
//	border-color: #080808;
}
.dropdown-menu-inverse li a {
	color: #9D9D9D;
}
.dropdown-menu-inverse li a:hover {
	color: #fff;
	background-color: #222;
	background-image: none;
}
.dropdown-menu-inverse .divider {
	background-color: #111;
}
.dropdown-menu-inverse .active a,
.dropdown-menu-inverse .active a:focus,
.dropdown-menu-inverse .active a:hover
 {
	background-color: #111;
	background-image: none;
}

/* Image style */
#scrollUp {
    background-image: url("/images/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}

/* fudashonav
-------------------------------------------------- */

.fudashonav h1 {
	margin: 0 0 10px 0;
	font-size: 21px;
}
.fudashonav ol, .fudashonav ul {
	padding: 0;
}
.fudashonav .well {
    background-image: linear-gradient(to bottom, #f5e19f 0px, #fbf3d7 100%);
    background-repeat: repeat-x;
    border-color: #DCDCDC;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
    background-image: url("/images/bg_menu.jpg");
}
.fudashonav li {
	border-bottom: 1px solid #faefdd;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

/* Sticky footer inverse
-------------------------------------------------- */
.footer {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}




/* print a no-display. */

@media screen {
	.mainimg {
		width:100%;
	}
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  
  
  .fudashonav {
  display: none;
  }
  
  .mainimg {
	max-height: 90%;
  }
}

.guide, .nav-tabs {
	page-break-before: always;
}


/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}



.cntbn {
	margin: 1em auto; text-align: center;
}
.cntbn img {
	width: 100%;
	cursor: pointer;
}
@media (max-width:767px) {
.cntbn img {
	width: 100%;
}
}

.sweets {
	background-color: #fff;
}
.sweets dl {
	display: flex;
	border-bottom: 1px solid #ddd;
}
.sweets dt {
	width: 220px;
	padding: 10px;
}
.sweets dd {
	padding: 10px;
	line-height: 1.8em;
}
.sweets img {
	width: 200px;
}
.sweets b {
	font-size: 110%;
}
.sweets div {
	display: block;
	line-height: 1.6em;
	margin: .7em 0;
}

@media (max-width:767px) {
.sweets img {
	width: 150px;
}
.sweets dt {
	width: 170px;
}
}

