/*
Theme Name: Oren Lodge's Main Theme
Version: 1.0
Derived from the Original Theme: Twenty Eleven
Original Theme URI: http://wordpress.org/extend/themes/twentyeleven
Original Author: the WordPress team
Original Author URI: http://wordpress.org/
Original Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	 /* Mat c/o when coding unique-nagano.com and talking with kaz font-family: inherit; font-style: inherit; font-weight: inherit; */
	margin: 0;
	outline: 0;
	padding: 0;
	max-height: 999999px;	/* against Android Chrome Font Boosting */
/*	vertical-align: baseline; */	/* MTL: c/o */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {	/* MTL: added instead */
	vertical-align: baseline;
}
table, caption, tfoot, thead {	/* MTL: added instead */
	vertical-align: middle;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img[usemap^="#"],	/* MTL KAZ: added for IE 9 or older */
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

*, *:before, *:after {	/* Mat added 2017 1 */
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0;	/* MTL: was 0 2em */
	 /* MAT c/o (nonsense and caused horizontal scroll with Norton toolbar on Chrome) (also was in #main,#colophon,#ft_nav_top,#topmain,#h1_main,#branding,#content) width: 100%; */
	min-width: 1024px;	/* MTL: This should be equal to the width of content areas such as #masthead and #mainwall if the content areas should have no paddings or margins or a little wider if a margin is required between browser and the text in the content. */
	/* background: #fff;	MTL: including the gap in the browser below the site */
	font-size: 100%;	/* MTL: moved from below */
	-webkit-text-size-adjust: 100%;	/* MTL KAZ: added */
}
#masthead, #breadcrumbs, #ss_overlay, #mainwall, #ft_links {
	width: 1000px;
}
#page {
	background: #fff;
	 /* margin: 2em auto; */
}
#primary {	/* Mat, alwasy no sidebar */
	float: none;
	margin: 0 auto;
	width: 100%;
}
#content {
	margin: 0;	/* MTL: was 0 34% 0 7.6% */
}
 /* #secondary {
	float: right;
	width: 261px;	* width of sidebar, if no margin between the sidebar and the main area, this can be commented out
 } */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #3a2417;
	font-family: 'Quicksand', sans-serif; /* MTL Mat see tips.xls */
		/* font-size: 100%; */
	line-height: 1.333;
}
input, textarea, select {	/* MTL: added instead */
	font-size: 100%;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}
h2, h3 {
	font-weight: bold;
}

/* Text elements */
hr, p {
	margin-bottom: 16px;
}
strong, .strong  {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Table */
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;	/* MTL: was separate */
	border-spacing: 0;
	margin-bottom: 16px;
}
tbody {
	vertical-align: top;
}
.middle-align {
	vertical-align: middle;
}

/* List */
ul {
	list-style: none;
}
ul, ol {
	margin: 0 0 16px 22px;	/* MTL: was 0 0 1.625em 2.5em */
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

/* Data list */
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input[type=submit],
input[type=image],
input[type=button],
button {	/* MTL KAZ: added */
	cursor: pointer;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
.dotted-link {
	padding: 0 15px 5px;
	border-bottom: #ff8817 2px dotted;
	color: #3a2417;
	font-size: 94%;		/* 16px * 94% = 15.04px */
	font-weight: bold;
}
.dotted-link:hover {
	border-bottom: #f6b373 2px dotted;
	text-decoration: none;
}

/* a:focus, a:active, */
a:hover {
	text-decoration: underline;
	color: #978576;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/*Buttons*/
.contact-button {
	display: inline-block;
	background-color: #ff8817;
	border: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 3px;
	padding: 0 17px;
	line-height: 39px;
	color: #fff;
	font-family: inherit;
	font-size: 20px;
	font-weight: bold;
}
.contact-button:hover {
	text-decoration: none;
	background-color: #978576;
	color: white;
}

/* =Header
----------------------------------------------- */
#branding {
	position: relative;
	z-index: 9999;
}
#masthead {
	margin: 0 auto;
}


/* =Menu
-------------------------------------------------------------- */
/* MTL: BEGIN */
#headmenu {
	height: 143px;
}
#headlogo-wrapper {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	padding-bottom: 6px;
}
#headlogo {
	clear: both;
	display: inline-block;
	width: 355px;
	height: 30px;
}
#headlogo img {
	width: 355px;
	height: 30px;
}
#headmenu ul#headmenubar {
/*	overflow: hidden;*/
	height: 30px;
	margin: 0;
	line-height: 30px;
}
#headmenu ul#headlangbar li:first-child {
	border-left: none;
}
#headmenubar li {
	list-style-type: none;
	display: inline-block;
	float: left;
	width: 158px;
	margin-left: 10px;
	text-align: center;
	border-bottom: #ff8817 2px dotted;
}
#headmenubar li:hover,
#headmenubar li.current {
	border-bottom: #f6b373 2px dotted;
}
#headmenubar li:first-child {
	margin-left: 0;
}
#headmenubar li a {
	font-size: 15px;
	font-weight: bold;
	color: #3a2417;
	white-space: nowrap;
}
#headmenubar li a:hover,
#headmenubar li.current a {
	text-decoration: none;
	color: #978576;
}
/* #breadcrumbs {
 *	font-size: 75%;
 *	line-height: 1;
 *	margin: 12px auto 15px;
 *}
 */


/* Pull Down Menu
-------------------------------------------------------------- */
#pulldown-menu {
	height: 35px;
	margin: 0 0 9px;
}
#pulldown-menu div.submenu {	/* メニュー項目 */
	position: relative;
	float: right;
	width: 117px;
	height: 35px;
	padding: 0;
	text-align: center;
	color: black;	/* 文字の色 */
	cursor: pointer;
	font-size: 94%;
	font-weight: bold;
}
#pulldown-menu div.submenu a {
	text-decoration: none;
}
#pulldown-menu div.submenu .title {	/* 親項目 */
	background-color: #e8e4e1;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	display: block;
	height: 35px;
	padding: 5px 10px 0;
	line-height: 30px;
	color: black;
}
#pulldown-menu div.submenu:hover .title {	/* 親項目 */
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
 /* 以下が Pull down する部分 */
#pulldown-menu div.submenu ul {
	background-color: #e8e4e1;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 117px;
	left: 0;
	top: 35px;
	z-index: 9999;
	margin: 0;
}
#pulldown-menu div.submenu:hover ul {	/* 親項目がリンクでなく、スライド効果が不要の場合のみ使用。親項目がリンクになっている / スライド効果が必要 / PCでもクリックで開閉する場合(javascriptを使用する場合)、削除 */
	display: block;
}
#pulldown-menu div.submenu ul li {	/* サブメニュー項目 */
	list-style-type: none;
	border-top-width: 0px;
	line-height: 30px;
}
#pulldown-menu div.submenu ul li a {
	display: inline-block;
	width: 117px;
	padding: 5px 10px;	/* 文字の位置 */
	color: #3a2417;
	font-weight: normal;
}
#pulldown-menu div.submenu ul li a:hover {
	color: #71462b;
}
/* MTL: END */


/* =Content
----------------------------------------------- */
#topmain, #main {
	clear: both;
	overflow: hidden;
	position: relative;
}
#topmain {
	background: #fff url(/images/front-page-bg.jpg) no-repeat center bottom;
}
/* #main {
	background: url(/images/main_bg.jpg) repeat;
} */
#mainwall {
		/* MTL Mat c/o for slide show buttons like http://kobabo-s.com  overflow: hidden; */
	margin: 0 auto;		/* was 15px auto 0 */
}
#topmain #mainwall #primary {
	padding-bottom: 500px;	/* KAZ: instead of height: 2850px; in #topmain */
}
.page-title {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 15px;
	padding: 0 0 1.625em;
	position: relative;
}
.singular .hentry {
	margin: 0;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
	clear: both;
	color: white;
	font-weight: bold;
	line-height: 54px;
	height: 231px;
	margin: 0 -500px;
	padding-top: 105px;
	line-height: 39px;
	font-size: 181%;
	text-align: center;
	-ms-text-shadow: 0 0 3px #382212;
	-moz-text-shadow: 0 0 3px #382212;
	-webkit-text-shadow: 0 0 3px #382212;
	text-shadow: 0 0 3px #382212;
	background: gray;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
.entry-title a:hover {
	color: inherit;
	text-decoration: underline;
}
.entry-title img {
	vertical-align: middle;
}
.entry-title-top {
	display: none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	margin-bottom: 20px;
}
.entry-content h1,
.entry-content h2 {
	background: #fff;
	margin: 0 0 20px;
	color: #000;
}
.entry-content h1 {
	height: 50px;
	line-height: 50px;
	font-size: 175%;
}
.entry-content h2 {
	background: url(/images/footer_bg.jpg) repeat center top;
	margin: 0 -500px;
	padding: 24px 0;
	color: #fff;
	font-size: 131%;	/* 21px/16px = 131.25% */
}
.entry-content h2.h3 {
	background: none;
	padding: 0;
}
.entry-content h2.h3,
.entry-content h3 {
	margin: 21px 0;
	color: #ff8817;
	font-size: 131%;	/* 21px/16px = 131.25% */
}
.entry-content h4 {
	font-weight: bold;
	min-height: 20px;
	line-height: 1.43;
	margin: 0 0 12px;
}
.entry-content #s {
	width: 75%;
}
.entry-content p, .entry-content li {	/* to avoid Android's bug, see wordpress\todo.txt in MTL */
	background-color: rgba(255,255,255,0.01);
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	max-width: 96%;
	background: #eee;
	margin-bottom: 1em;	/* MTL: was 1.625em */
	padding: 5px 0;	/* MTL: was 9px */
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption img[class*='wp-image-'] {	/* MTL: added against img[class*='wp-image-'] */
	border: 0;
	padding: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 1px;	/* MAT: was 16px; MTL was 0.6em */
	padding: 2px 0 0 5px;	/* MAT: was 5px 0 5px 5px KAZ: was 10px 0px 5px 40px */
	position: relative;
	background: transparent;	/* MAT */
	text-align: center;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	 	 /* MTL MAT background: #eee; */
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}


/* =error404
----------------------------------------------- */
.error404 #primary #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	overflow: hidden;
	margin: 0 0 25px;
}
.error404 #primary #s {
	width: 95%;
}


/* =Navigation
-------------------------------------------------------------- */
#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
/*	line-height: 2.2em; */	/* MTL: c/o */
	color: inherit;/* Mat */
/*	font-size: 12px; */	/* MTL: c/o */
	/* Mat font-weight: bold; */
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#content #nav-single {
	width: 100%;
}

/* MTL KAZ: BEGIN */
#content div.wp-pagenavi {
	clear: both;
	text-align: center;
}
#content div.wp-pagenavi a,
#content div.wp-pagenavi span {
	display: inline-block;
	border: 0;
	min-width: 18px;
	margin: 0 5px;
	padding: 5px;
	line-height: 1;
	font-size: 18px;
}
#content div.wp-pagenavi span.current {
	font-weight: inherit;
}
#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink,
#content div.wp-pagenavi span.extend {
	color: inherit;
}
#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink {
	background-color: #d2caba;
}
#content div.wp-pagenavi a.page:hover,
#content div.wp-pagenavi a.previouspostslink:hover,
#content div.wp-pagenavi a.nextpostslink:hover,
#content div.wp-pagenavi span.current {
	background-color: #42210b;
}
#content div.wp-pagenavi a.page:hover,
#content div.wp-pagenavi a.previouspostslink:hover,
#content div.wp-pagenavi a.nextpostslink:hover,
#content div.wp-pagenavi span.current {
	color: white;
}
/* MTL KAZ: END */


/* =Footer
----------------------------------------------- */
.fb_plugin {
	clear: both;
	display: block;
}
.ft_nav_top {
	display: none;	/* KAZ: NOV-2017: added */
	position: fixed;
	bottom: 20px;
	right: 50%;
	margin: 0 -557px 0 0;
	opacity: 0;
}
.ft_nav_top a img {
	width: 71px;
	margin: 0;
}

.ft_nav_top a span {
	color: #ff8117;
}
.ft_nav_top a img {
	border-bottom: transparent solid 1px;
}
#footer-content {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-moz-box-orient: block-axis;
	-webkit-box-orient: block-axis;
	-ms-flex-direction: column;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	height: 245px;
}
#colophon {
	background: url(/images/footer_bg.jpg) repeat center top;
	clear: both;
	overflow: hidden;
	text-align: center;
}
#ft_links {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 36px;
}
#footmenu, 
#langmenu {
	text-align: center;
}
#langmenu {
	padding-top: 36px;
}
#footmenu ul {
	overflow: hidden;
	margin: 0;
}
#footmenu ul li {
	float: left;
	list-style: none;
}
#ft_copyright {
	margin: 28px 0 -20px 0;
	font-size: 70%;
	color: #fff;
}
#ft_copyright p {
	margin-bottom: 0;
}
#ft_links a {
	padding: 0 12px;
	color: #fff;
}
#ft_links a.current {
	text-decoration: underline;
}


/* =IE8
----------------------------------------------- */
#ie8 section.feature-image.large img {
	width: 100%;
}


/* MTL: common entries
-------------------------------------------------------------- */
.left {
	text-align: left;
	display: block;	/* 2016 Mat added these. If you use these for table, list, etc. and can't cover by the following td.right .., please override these invidually. */
}
.center {
	text-align: center;
	display: block;
}
.right {
	text-align: right;
	display: block;
}
td.right, th.right, td.center, th.center, td.left, th.left {
	display: table-cell;
}
li.right, li.right, li.center {
	display: list-item
}
.middle {
	vertical-align: middle;
}
.imgonly {
	line-height: 0;
}
.imgonly a,
a.imgonly {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
a.current img, .transbtn:hover, a:hover img {	/* 2016 Mat added a:hover img and notransbtn */
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.notransbtn:hover, #headlogo a:hover img, #ft_links a:hover img {
	opacity: 1;
	filter: none;
}
.ios .transbtn:hover {
/* iOS 8.4.1 で :hover に opacity が指定してあると 2 回タップしないとリンク先に飛ばない。script.js でユーザーエージェントを見て body に class="ios" を追加。 */
	opacity: 1;
	filter: none;
}
.nomargin {	/* 2016 Mat added */
	margin: 0 !important;
}
.onlymarginright{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.onlymarginleft{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
.noborder {
	border: 0px !important;
}
.noclear {
	clear: none !important;
}
.nobackground {
	background: transparent none !important;
}
.sponly {	/* スマホ専用のコンテンツ (電話番号のリンクを含む) */
	display: none;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*Shared*/
.row {
	-moz-box-orient: inline-axis;
	-webkit-box-orient: inline-axis;
	-ms-flex-direction: row;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
}
.row-reverse {
	-moz-box-orient: inline-axis;
	-webkit-box-orient: inline-axis;
	-moz-box-direction: reverse;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}
.column {
	-moz-box-orient: block-axis;
	-webkit-box-orient: block-axis;
	-ms-flex-direction: column;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
}


/* MTL: Front Page Components
----------------------------------------------- */
/* Slideshow */
#slideshow {
	position: relative;
	width: 100%;
	height: 665px;	/* 実際の画像の高さ（+ 必要ならss_panelの高さ）*/
	z-index: 4999;
}
#ss_img_wrapper, #ss_img_wrapper .ss_img {
	height: 595px;		/* 実際の画像の高さ */
	margin: 0 auto;
}
#ss_img_wrapper {
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
		/* MTL KAZ: 'position: relative; overflow: hidden; max-width: XXX; margin: 0 auto;' の組合せは Firefox で動作しないので、'position: absolute; left: 0; right: 0;' を使用する。*/
}
#ss_img_wrapper .ss_img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	display: block;
	position: absolute;
	width: 100%;
	min-width: 2000px;
	left: 50%;
	top: 0;
	z-index: -9999;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#ss_img_wrapper .ss_img#ss1 {
	background-image: url(/images/top_ss1.jpg);
	z-index: 0;
}
#ss_img_wrapper .ss_img#ss2 {
	background-image: url(/images/top_ss2.jpg);
}
#ss_img_wrapper .ss_img#ss3 {
	background-image: url(/images/top_ss3.jpg);
}
#ss_img_wrapper .ss_img#ss4 {
	background-image: url(/images/top_ss4.jpg);
}
#ss_img_wrapper .ss_img#ss5 {
	background-image: url(/images/top_ss5.jpg);
}
#ss_overlay {
	position: relative;
	height: 595px;		/* 実際の画像の高さ */
	z-index: 500;
	margin: 0 auto;
}
#ss_overlay .text {
	padding-top: 252px;
	line-height: 39px;
	color: white;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
/*	text-shadow: 0 0 3px #382212; */
	text-shadow: -1px 0px 3px #382212, 0px 1px 3px #382212, 1px 0px 3px #382212, 0px -1px 3px #382212;
}
#ss_overlay .map {
	position: absolute;
	width: 215px;
	height: 215px;
	top: 20px;
	left: 20px;
}
#ss_panel {
	width: 100%;		/* Mat added */
	text-align: center;
	margin: 0 auto;
	padding-top: 6px;
	line-height: 12px;
}
#ss_panel a,
#ss_panel a span {
	display: inline-block;
}
#ss_panel a {
	margin-left: 3px;
	margin-right: 3px;
	padding: 6px;
}
#ss_panel a span {
	background-color: #e9e5e2;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 12px;
	height: 12px;
}
#ss_panel a.current span,
#ss_panel a:hover span {
	background-color: #ff8817;
}

/* Special Notice */
#notice_wrapper {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #ff8817 2px solid;
	margin-bottom: 40px;
	font-size: 131%;	/* 21px/16px = 131.25% */
	text-align: center;
}
.notice_icon {
	background: #ff8817;
	padding: 0.5em 0;
	line-height: 33px;
	color: #fff;
	font-weight: bold;
}
.notice_icon img {
	height: 30px;
	margin-right: 15px;
	vertical-align: -7px;
}
#notice {
	padding: 0.5em 1em;
	margin: 0 auto;
}
#notice > :last-child,
#notice > :last-child > :last-child,
#notice > :last-child > :last-child > :last-child {
	margin-bottom: 0;
}

/* Content */
.oren-feature {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	margin-top: 42px;
	border-top: #3a2417 1px solid;
	page-break-inside: avoid;
}
.oren-feature:first-child {
	margin-top: 0;
}
.oren-feature-image,
.oren-feature-text {
	width: 50%;	/* for IE 10 */
}
.oren-feature-image img {
	height: 351px;
	width: 500px;
	margin-top: -1px;
}
.oren-feature-text {
	position: relative;
	padding: 0 64px;
}
.oren-feature-text .oren-feature-link {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
}
.oren-feature-text p,
.oren-feature-text .oren-feature-link .dotted-link {
	text-shadow: -1px 0px 3px white, 0px 1px 3px white, 1px 0px 3px white, 0px -1px 3px white
}
#feature-1 {
	background: url(/images/top-bg-img1.png) no-repeat -66px 131px;
}
#feature-2 {
	background: url(/images/top-bg-img2.png) no-repeat 218px 150px;
}
#feature-3 {
	background: url(/images/top-bg-img3.png) no-repeat -56px 141px;
}
#feature-4 {
	background: url(/images/top-bg-img4.png) no-repeat 247px 145px;
}
#feature-5 {
	background: url(/images/top-bg-img5.png) no-repeat -56px 142px;
}
.reservation-cta {
	margin-top: 64px;
}
.reservation-cta h2 {
	margin-bottom: 48px;
}
.reservation-cta p {
	font-size: 118%;
	font-weight: bold;
}
.reservation-cta .contact-button {
	margin-top: 36px;
}


/* MTL: Fixed Pages
----------------------------------------------- */
/*About Page*/
#my-about .entry-title {
	background: url(/images/about-page-bg.jpg) no-repeat center center;
}
#my-about .entry-content .info-box {
	background: #f1efec;
	margin: 0 36px;
	padding: 21px 0;
}
#my-about .entry-content #about-bath .info-box {
	margin-bottom: 30px;
}
#my-about .entry-content h2 {
	margin-top: 62px;
	margin-bottom: 35px;
}
#my-about .entry-content #about-bath h2:first-child {
	margin-top: 0;
}
#my-about .entry-content p {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
}
#my-about #other-facilities-content {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	page-break-inside: avoid;
}
#my-about #other-facilities-content p {
	width: 288px;
}
#my-about #about-bath-content p,
#my-about #about-meals-content p {
	margin-top: 21px;
}
#my-about #about-bath-content .info-box p,
#my-about #about-meals-content .info-box p {
	margin-top: 0;
	margin-bottom: 5px;
}
#my-about #individual-rooms-content {
	margin-bottom: 50px;
}


/*Rates & Reservations Page*/
#my-rates-reservations .entry-title {
	background: url(/images/reservations-page-bg.jpg) no-repeat center center;
}
#my-rates-reservations #contact-section a {
	color: #ff8117;
	text-decoration: underline;
}
#my-rates-reservations #contact-section p {
	font-size: 125%;
	margin: 55px 0;
}
#my-rates-reservations .room-rates-section .images {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	margin-bottom: 70px;
	page-break-inside: avoid;
}
#my-rates-reservations .room-rates-section .images img {
	width: 483px;
}

/*Rates Table*/
#my-rates-reservations .tablepress {
	border: #3a2417 1px solid;
	margin: 36px 0 45px;
	line-height: 1.3;
	font-size: 125%;	/* 16 * 125% = 20px */
}
#my-rates-reservations .tablepress th,
#my-rates-reservations .tablepress td {
	border: #ad9d8d 1px solid;
	height: 81px;
	padding: 0 18px;
	text-align: center;
	vertical-align: middle;
}
#my-rates-reservations .tablepress th.column-1,
#my-rates-reservations .tablepress td.column-1 {
	border-left: 0;
}
#my-rates-reservations .tablepress th.column-4,
#my-rates-reservations .tablepress td.column-4 {
	border-right: 0;
}
#my-rates-reservations .tablepress thead {
	background: url(/images/lightbrown_pattern.gif) repeat left top;
}
#my-rates-reservations .tablepress thead th {
	background: none;
	border-top: 0;
	border-bottom: 0;
	line-height: 1.2;
}
#my-rates-reservations .tablepress thead th span.note {
	font-size: 70%;		/* 16 * 125% * 70% = 14px */
}
#my-rates-reservations .tablepress tbody tr:first-child td {
	border-top: 0;
}
#my-rates-reservations .tablepress tbody tr:last-child td {
	border-bottom: 0;
}
#my-rates-reservations .tablepress td.column-1 {
	font-weight: bold;
	text-align: left;
}
#my-rates-reservations .tablepress tr.row-9 td.column-1 {
	line-height: 2.6;	/* One liners' height doubled */
}
#my-rates-reservations .tablepress td.column-1 span.icons,
#my-rates-reservations .tablepress td.column-1 span.text {
	display: inline-block;
}
#my-rates-reservations .tablepress td.column-1 span.icons {
	float: left;
	width: 136px;
	padding: 8px 0;
	line-height: 0;
}
#my-rates-reservations .tablepress td.column-1 span.icons img {
	width: 36px;
	margin-right: 7px;
}
#my-rates-reservations .tablepress td.column-1 span.note {
	font-size: 75%;		/* 16 * 125% * 75% = 15px */
	font-weight: normal;
}

/*Reservation Form*/
#reserveform_notice {
	margin-bottom: 40px;
    color: #ff8117;
}
#reserveform_notice p {
	font-size: 125%;
}
#reserveform {
	margin: 50px auto 70px;
	width: 80%;
}
#reserveform form {
	text-align: left;
}
#reserveform input {
	padding-left: 6px;
}
#reserveform select {
	padding-left: 3px;
}
#reserveform textarea {
	padding: 5px 7px;
}
#reserveform p span.title,
#reserveform #trekking-itinerary {
	font-weight: bold;
}
#reserveform #trekking-itinerary {
	margin: 30px 0; 
}
#reserveform p span.formnote {
	font-size: 0.8em;
}
#reserveform form input, 
#reserveform form select,
#reserveform form button.ui-datepicker-trigger {
	border: 1px solid #9c9c9c;
	margin-top: 5px;
}
#reserveform form input[type=text], 
#reserveform form input[type=date], 
#reserveform form input[type=email], 
#reserveform form input[type=number],
#reserveform form button.ui-datepicker-trigger {
	height: calc(2em + 2px);
	line-height: 2em;
}
#reserveform form input[type=text], 
#reserveform form input[type=date], 
#reserveform form input[type=email], 
#reserveform form input[type=number],
#reserveform form textarea {
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#reserveform form input[type=date],
#reserveform form button.ui-datepicker-trigger {
    vertical-align: middle;
}
#reserveform form button.ui-datepicker-trigger {	/* IE / Safari / Firefox */
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 1px 8px;
	font-size: 100%;
	transform: translateX(-100%);
}
#reserveform form select {
	background-color: #fff;
	height: 2.2em;
	border: 1px solid #9c9c9c;
	border-radius: 5px;
	width: 10em;
}

#reserveform form input[name=your-name], 
#reserveform form input[name=your-country], 
#reserveform form input[name=your-address], 
#reserveform form input[name=your-contact], 
#reserveform form input[name=your-email], 
#reserveform form input[name=your-thead],
#reserveform form textarea {
	width: 100%;
}
#reserveform form input[type=number] {
	width: 4em;
}
#reserveform form span.first {
	margin-left: 0px;
}
#reserveform form p#formsubmit {
	text-align: center;
	margin-top: 55px;
}
#reserveform input[type=submit] {
	display: inline-block;
	background-color: #ff8817;
	border: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 39px;
	color: #fff;
	font-family: inherit;
	font-size: 125%;
	width: 30%;
	font-weight: bold;
	/*prevent button from changing in iOS*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#reserveform #form-people {
	margin-top: 25px;
	margin-bottom: 25px;
}
#reserveform #form-people br.form-break {
	line-height: 2.5em;
}
#reserveform #form-people span.title,
#reserveform #form-meals span.title,
#reserveform #form-hiking-route span.title {
	line-height: 2em;
}
#reserveform #trekking-itinerary {
    margin: 40px 0;
}


/*Hiking Courses Page*/
#my-hiking-courses .entry-title {
	background: url(/images/trekking-courses-page-bg.jpg) no-repeat center center;
}
#my-hiking-courses h2 span.color-marker {
	height: 19px;
	width: 19px;
	border: 1px white solid;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -2px;
}
#my-hiking-courses ul#courses_menu li a#menu_sakuradaira,
#my-hiking-courses h2 span#course-1-marker {
	background: #cd5257; 
}
#my-hiking-courses ul#courses_menu li a#menu_traverse,
#my-hiking-courses h2 span#course-2-marker {
	background: #3890cb; 
}
#my-hiking-courses ul#courses_menu li a#menu_minotoguchi,
#my-hiking-courses h2 span#course-3-marker {
	background: #fbbe53; 
}
#my-hiking-courses ul#courses_menu li a#menu_inagoyu,
#my-hiking-courses h2 span#course-4-marker {
	background: #3dac71; 
}
#my-hiking-courses ul#courses_menu {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 997px;
	margin: 35px 0 0;
}
#my-hiking-courses ul#courses_menu li {
	list-style: none;
	width: 25%;
}
#my-hiking-courses ul#courses_menu li a {
	display: block;
	height: 96px;
	padding: 24px 20px;
	color: #fff;
	font-size: 112%;
	text-decoration: none;
}
#my-hiking-courses ul#courses_menu li a#menu_sakuradaira {
	padding: 12px 20px;
}
#my-hiking-courses p#trekking-season {
	margin: 15px 0 60px;
}
#my-hiking-courses p.course-description {
	width: 66%;
	margin: 25px auto 0;
	line-height: 1.7em;
}
#my-hiking-courses .course-photo {
	width: 395px;
	height: 210px;
}
#my-hiking-courses .route-map {
	margin: 45px 0 52px;
}
#my-hiking-courses .course-info {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	width: 83%;
	margin: 60px auto 45px;
	page-break-inside: avoid;
}
#my-hiking-courses .course-info .course-info-box {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 395px;
	border: #3A2417 1px dashed;
	padding: 0 49px;
}
#my-hiking-courses .course-info .recommended-course {
	border: none;
	padding: 0;
}
#my-hiking-courses .course-info .course-info-box p {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
	width: 100%;	/* for IE 10 */
	font-size: 106%;
}
#my-hiking-courses table td.table-icon {
	text-align: right;
	padding-right: 34px;
}
#my-hiking-courses table tr:first-child td {
	padding-bottom: 15px;
}
#my-hiking-courses table tr:last-child td {
	padding-top: 15px;
}

/*Hiking Guide Page*/
#my-hiking-guide .entry-title {
	background: url(/images/trekking-guide-page-bg.jpg) no-repeat center center;
}
#my-hiking-guide #guide-intro,
#my-hiking-guide #trekking-tips-section,
#my-hiking-guide #accident-tips-section p {
	width: 800px;
	margin: 0 auto;
}
#my-hiking-guide #guide-intro {
	margin-top: 32px;
	margin-bottom: 38px;
}
#my-hiking-guide #trekking-tips-section {
	margin-bottom: 55px;
}
#my-hiking-guide #trekking-tips-section .trekking-tip {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	border-top: #3a2417 1px solid;
	margin-bottom: 42px;
	page-break-inside: avoid;
}
#my-hiking-guide #trekking-tips-section .trekking-tip:last-child {
	margin-bottom: 0;
}
#my-hiking-guide #trekking-tips-section .trekking-tip-img img,
#my-hiking-guide #trekking-tips-section .trekking-tip-text {
	width: 366px;
}
#my-hiking-guide #trekking-tips-section .trekking-tip-text {
	-ms-flex-item-align: center;
	-webkit-align-self: center; /* Safari */
	align-self: center;
}
#my-hiking-guide #accident-tips-section p {
	margin-top: 32px;
	margin-bottom: 70px;
}

/*Facilities & FAQ Page*/
#my-facilities-faq .entry-title {
	background: url(/images/facilities-faq-page-bg.jpg) no-repeat center center;
}
#my-facilities-faq #facilities-content,
#my-facilities-faq #using-facilities-content,
#my-facilities-faq #faq-content,
#my-facilities-faq #trekking-tips-content,
#my-facilities-faq .faq-img {
	width: 997px;
	margin: 0 auto;
}
#my-facilities-faq p.question {
	font-size: 131%; /*21/16 = 131.25%*/
	font-weight: bold;
	color: #ff8017;
	border-bottom: #3A2417 1px solid;
	padding-bottom: 10px;
}
#my-facilities-faq #facilities-menu {
	margin: 25px 0 20px;
}
#my-facilities-faq #facilities-menu ul {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	list-style: none;
}
#my-facilities-faq #facilities-menu a {
	color: #ff8017;
	font-weight: bold;
	text-decoration: none;
}
#my-facilities-faq #facilities-menu a:hover {
	color: #978576;
}
#my-facilities-faq #facilities-section {
	margin-bottom: 60px;
}
#my-facilities-faq #facilities-section .row {
	margin-bottom: 20px;
}
#my-facilities-faq #facilities-section #facilities-intro {
	margin: 24px 0 32px;
	padding: 0 55px;
}
#my-facilities-faq #facilities-content .facility-items-wrapper {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; /* Safari */
	display: flex;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	page-break-inside: avoid;
}
#my-facilities-faq .facility-item {
	width: 296px;
}
#my-facilities-faq table td {
	padding-top: 15px;
	padding-bottom: 15px;
}
#my-facilities-faq table td.table-icon {
	text-align: right;
	padding-right: 34px;
}
#my-facilities-faq table tr:first-child td {
	padding-top: 0;
}
#my-facilities-faq table tr:last-child td {
	padding-bottom: 0;
}
#my-facilities-faq #bath_table,
#my-facilities-faq #restroom_table,
#my-facilities-faq #trekking_tips_table {
	margin-top: 32px;
	margin-bottom: 54px;
}
#my-facilities-faq #faq_table {
	margin: 48px 0 72px;
}
#my-facilities-faq #parking_link {
	text-align: center;
	margin-bottom: 15px;
}
#my-facilities-faq #trekking-tips-section h2 {
	margin-bottom: 32px;
}
#my-facilities-faq #trekking-tips-section #trekking_tips_table {
	margin-bottom: 72px;
}

/*Access Page*/
#my-access .entry-title {
	background: url(/images/access-page-bg.jpg) no-repeat center center;
}
#my-access .entry-content {
	text-align: center;
}
#my-access .entry-content h2 {
	margin-top: 56px;	/* varies in design */
}
#my-access .entry-content > h2:first-child {
	margin-top: 0;
}
#my-access .entry-content h3 {
	border-bottom: #9e806f 1px solid;	/* #3a2417 0.5px in design */
	margin-bottom: 32px;
	padding: 14px 0 16px;
	line-height: 34px;
	color: inherit;
}
#my-access .entry-content h3 span.details {
	font-size: 15px;
	font-weight: normal;
}
#my-access .entry-content h4 {
	color: #ff8817;
	font-size: 131%;	/* 21px/16px = 131.25% */
	font-weight: bold;
}
#my-access .entry-content img.icon_shinkansen {
	width: 23px;
}
#my-access .entry-content img.icon_train,
#my-access .entry-content img.icon_bus {
	width: 29px;
}
#my-access .entry-content img.icon_taxi,
#my-access .entry-content #access_parking_lots .access_info_box h3 img {
	width: 24px;
}

#my-access .entry-content #access_map {
	padding-top: 35px;
}
#my-access .entry-content .access_guide,
#my-access .entry-content .access_guide div {
	height: 151px;
}
#my-access .entry-content .access_guide {
	width: 983px;
	margin: 20px auto 40px;
	page-break-inside: avoid;
}
#my-access .entry-content .access_guide div {
	float: left;
	text-align: center;
}
#my-access .entry-content .access_guide div.station {
	background: url(/images/lightbrown_pattern.gif) repeat left top;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding-top: 61px;
	line-height: 28px;	/* varies in design */
	font-size: 131%;  /* 21px/16px = 131.25% */
}
#my-access .entry-content .access_guide div.station.twoliner {
	padding-top: 47px;
}
#my-access .entry-content #access_tokyo_chino_guide div.station {
	width: 167px;
}
#my-access .entry-content #access_osaka_chino_guide div.station {
	width: 137px;	/* 151px in design */
}
#my-access .entry-content #access_tokyo_koumi_guide div.station {
	width: 167px;	/* 229px for Sakudaira in design */
}
#my-access .entry-content .access_guide div.service {
}
#my-access .entry-content #access_tokyo_chino_guide div.service {
	width: 649px;
}
#my-access .entry-content #access_osaka_chino_guide div.service {
	width: 145px;
}
#my-access .entry-content #access_tokyo_koumi_guide div.service {
	width: 241px;
}
#my-access .entry-content .access_guide div.service span.transportation,
#my-access .entry-content .access_guide div.service span.traveltime {
	display: inline-block;
	width: 100%;
}
#my-access .entry-content .access_guide div.service span.transportation {
	border-bottom: #91847d 7px solid;
	height: 79px;
	line-height: 64px;	/* varies in design */
}
#my-access .entry-content .access_guide div.service span.transportation img,
#my-access .entry-content .access_guide div.service span.transportation span.name {
	vertical-align: bottom;
}
#my-access .entry-content .access_guide div.service span.transportation img {
	margin-right: 4px;	/* varies in design */
	margin-bottom: 1px;
}
#my-access .entry-content .access_guide div.service span.transportation span.name {
	display: inline-block;
	line-height: 19px;
	font-size: 93%;		/* 15px/16px = 93.75% */
	text-align: left;
}
#my-access .entry-content .access_guide div.service span.traveltime {
	padding-top: 15px;	/* varies in design */
	height: 72px;
	line-height: 24px;
	font-size: 131%;	/* 21px/16px = 131.25% */
}

#my-access .entry-content h3#access_koumi_inagoyu_header {
	border-top: #9e806f 1px solid;	/* not in design */
	margin-top: 40px;
}
#my-access .entry-content .access_info_box,
#my-access .entry-content .access_providers {
	line-height: 29px;
}
#my-access .entry-content .access_info_box {
	border: #9e806f 1px solid;	/* #3a2417 0.5px in design */
	width: 866px;
	margin: 20px auto 40px;
	padding: 1em 5% 1.3em;
	page-break-inside: avoid;
}
#my-access .entry-content .access_info_box.noborder {
	padding: 1em 0;
}
#my-access .entry-content .access_info_box p {
	margin: 0;
	font-size: 93%;		/* 15px/16px = 93.75% */
}
#my-access .entry-content .access_info_box h5.bus_taxi,
#my-access .entry-content .access_providers .provider .name {
	font-size: 131%;	/* 21px/16px = 131.25% */
	font-weight: bold;
}
#my-access .entry-content .access_info_box h5.bus_taxi img,
#my-access .entry-content .access_providers .provider .name img,
#my-access .entry-content #access_parking_lots .access_info_box h3 img {
	margin-right: 10px;	/* varies in design */
	vertical-align: -4px;
}
#my-access .entry-content .access_info_box .price + h5.bus_taxi {
	margin-top: 1em;
}
#my-access .entry-content .access_info_box .price,
#my-access .entry-content .access_providers .provider .phone {
	font-size: 125%;	/* 20px/16px = 125% */
}
#my-access .entry-content .access_info_box .price span.note {
	font-size: 93%;		/* 15px/16px = 93.75% */
}
#my-access .entry-content .access_providers h5 {
	font-size: 131%;	/* 21px/16px = 131.25% */
}
#my-access .entry-content .access_providers .provider {
	margin-top: 1em;
}
#my-access .entry-content #access_parking_lots h2 {
	border-bottom: 0;
}
#my-access .entry-content #access_parking_lots .access_info_box {
	margin-top: 40px;
	padding: 1em 5% 3em;
}
#my-access .entry-content #access_parking_lots .access_info_box h3 {
	border-bottom: 0;
	margin: 1.6em 0 0;
	padding: 0;
	color: #ff8817;
}
#my-access .entry-content #access_parking_lots .access_info_box p {
	margin: 1em 0;
	line-height: 23px;
}
#my-access #parking_map {
	width: 866px;
	height: 550px;
}


/* =Print
----------------------------------------------- */
@media print {
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}

}
