/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f2eede;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

@media print , screen and (min-width:769px) {
	#content h1 {
		clear: both;
		font-weight: 700;
		margin: 50px 0 20px;
	}
}
@media screen and (max-width:768px) {
	#content h1 {
		clear: both;
		font-weight: 700;
		margin: 10px 0 20px;
	}
}

h1 {
	font-size: 24px;
	line-height: 1;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin: 0;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	position: relative;
}

.main-content {
	width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}
@media print , screen and (min-width:769px) {
	.site-header {
		background-image:url('/image/backgroundimage002.png');
		width: 100%;
		min-width:960px;
		height:140px;
		z-index: 4;
	}
	.head_content{
		width:960px;
		margin:0px auto;
	}

	.head_content_first{
		margin:5px 0;	
	}
	.header-main {
		float:left;
	}

	.site-title {
		float: left;
		margin: 0;

		/* Nav-toggle width + search-toggle width - gutter = 86px */
		max-width: -webkit-calc(100% - 86px);
		max-width:         calc(100% - 86px);
	}

/*.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
	.globalnavi{
		float:right;
	}
	img.popup_frontpage {
		position:relative;
		left: 440px;
		z-index:1;
	}
	img.popup_outline {
		position:relative;
		top: -22px;
		left: 540px;
	}
	img.popup_list {
		position:relative;
		top: -22px;
		left: 650px;
	}
	img.popup_event {
		position:relative;
		top: -22px;
		left: 760px;
	}
	img.popup_function {
		position:relative;
		top: -22px;
		left: 875px;
	}
}
@media print , screen and (max-width:768px) {
	.head_content_first{
		background-color:#24292b;
		padding-bottom:10px;
	}
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #41a62a;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #55d737;
	font-weight: 900;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
@media print , screen and (min-width:769px) {
	.hentry {
		margin: 0 auto 48px;
		max-width: 672px;
	}
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #41a62a;
}

.site-content .entry-header {
	background-color: #fff;
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.page .entry-content {
	padding-top: 0;
}


.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding:4px 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

.hentry .mejs-overlay-button {
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color: #000;
	height: 36px;
	margin-left: -24px;
	width: 48px;
}

.hentry .mejs-overlay-button:before {
	-webkit-font-smoothing: antialiased;
	content: '\f452';
	display: inline-block;
	font: normal 32px/1.125 Genericons;
	position: absolute;
	top: 1px;
	left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus {
	outline: none;
}

.hentry .mejs-controls .mejs-button button {
	-webkit-font-smoothing: antialiased;
	background: none;
	color: #fff;
	display: inline-block;
	font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before {
	content: '\f452';
}

.hentry .mejs-playpause-button.mejs-pause button:before {
	content: '\f448';
}

.hentry .mejs-volume-button.mejs-mute button:before {
	content: '\f109';
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.hentry .mejs-volume-button.mejs-unmute button:before {
	content: '\f109';
	left: 0;
	position: absolute;
	top: 0;
}

.hentry .mejs-fullscreen-button button:before {
	content: '\f474';
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
	content: '\f406';
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #24890d;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #41a62a;
}



/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}
.page-404-header .page404 {
	font-size: 48px;
	font-weight: bold;
	font-family:helvetica;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}



/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer {
	background-color: #f2eede;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 48px;
}
@media print , screen and (min-width:769px) {
	.site-info {
		padding: 15px 10px;
		margin: 0 auto;
		width: 940px;
	}
}
.site-info p{
	color: #666666;
	font-size:11px;
}
#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*def*/
div.floatclear{
	clear:both;	
}
@media print , screen and (min-width:769px) {
	.floatright{
		float:right;
	}
	.floatleft{
		float:left;
	}
}
.textcenter{
	text-align:center;
}
.bold{
	font-weight:bold;
}
@media print , screen and (min-width:769px) {
	div.return_top{
		text-align:right;
		margin-top:10px;	
	}
	div.return_list{
		margin-top:10px;
	}
}
@media screen and (max-width:768px) {
	div.return_top{
		text-align:right;
	}
	div.return_top,
	div.return_list{
		padding:5px;
	}

}

div.return_top a,
div.return_list a {
margin-left: 10px;
vertical-align: middle;
}
a img:hover{
	opacity:0.5;
}
.size_18{
	font-size:18px;	
}
.size_12{
	font-size:12px;
}
.bottom_25{
	margin-bottom:25px;
}
.bottom_50{
	margin-bottom:50px;
}
.browncolor{
	color:#40352A;	
}
@media print , screen and (min-width:769px) {
/* globalnavi*/
	.globalnavi ul li {
		float:left;
		margin-right:2px;
	}
	.globalnavi ul li:list-child{
		margin-right:0;
	}
	.globalnavi ul {
		list-style: none;
		margin:0px;
	}
}

@media print , screen and (min-width:769px) {
	/*breadcrumbs*/
	#breadcrumbs{
		margin-left:7px;
	}

	/* ----- content ----- */

	.front-area{
		width:960px;
		margin:30px auto;
	}
	.all-area{
		width:960px;
		margin:-26px auto 20px;	
	}
	.content-area{
		width:946px;
		border:solid 7px #dad7c4;
		background-color:#ffffff;	
		box-shadow:rgba(0, 0, 0, 0.3) 0px 3px 6px 1px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 3px 6px 1px;
		-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 3px 6px 1px;
		min-width:946px;
	}

	.content-background,
	.front-page{
		background-image:url('/image/backgroundimage003.png');
		background-position: top left;
		min-width:960px;
	}
	.main-content.front-page{
		border-top: solid 7px #dad7c4;
		margin:-25px auto 0px;
		position: relative;	
	}
	#main_content,.pad85{
		padding:0 85px;	
	}
}
@media screen and (max-width:768px) {
	#main-content{
		border-top: solid 7px #dad7c4;
	}
	#main *{box-sizing:border-box;}
	#main-content.content-background .site-content{
		background-color:#ffffff;
		padding:10px;
		border-bottom: solid 7px #dad7c4;
	}
}
/*custom*/

.subtitle h3{
	font-size:16px;
	color:#660000;
	font-family:'Hiragino Mincho ProN', serif;
	margin:36px 0 20px;
	line-height:1.6em;
}
.twinbox{
clear:both;
margin-bottom:20px;	
color:#736b63;
}
@media print , screen and (min-width:769px) {
	.left_side{
		float:left;
		width:300px;
		display:table-cell;
	}
	.right_side{
		display:table-cell;
		width:475px;
	}
	.homepage_url{
		float:left;	
		margin-right: 10px;
	}
	.telnumber{
	background-color:#797979;	
	text-align: center;
	float:left;
	padding: 7px 20px 8px;
	}
}
@media screen and (max-width:768px) {
	.homepage_url{
		margin-bottom: 10px;
		display:inline-block;
	}
	.telnumber{
		background-color:#797979;	
		text-align: center;
	}
	.telnumber p a{
		width:100%;
		display:inline-block;
		padding: 7px 20px 8px;
		color:#ffffff;
	}
}
.left_side .service_icon span{
	vertical-align: middle;
}
.left_side .service_icon img{
	margin-right:3px;	
}

.right_side div.cope{
	margin-top:7px;
	margin-bottom:20px;	
}
.right_side  table.information{
	border:0px;
	background-color:#f5f5ec;
	padding:10px;
	box-shadow:rgba(208, 208, 208, 0.7) 2px 2px 3px 1px;
	-webkit-box-shadow:rgba(208, 208, 208, 0.7) 2px 2px 3px 1px;
	-moz-box-shadow:rgba(208, 208, 208, 0.7) 2px 2px 3px 1px;

}
.homepage_url,.telnumber{
	box-shadow:rgba(208, 208, 208, 0.7) 2px 2px 3px 1px;
	-webkit-box-shadow:rgba(208, 208, 208, 0.7) 2px 2px 3px 1px;
	-moz-box-shadow:rgba(208, 208, 208, 0.7) 2px 2px 3px 1px;
	
}
.right_side table.information td{
	border-width:0px 0px 2px 0px;
	border-bottom-style: dotted;	
}
div.img_backimage{
	margin-bottom: 10px;
}
div.img_backimage img{
	box-shadow:rgba(208, 208, 208, 0.5) 2px 2px 3px 1px;
	-webkit-box-shadow:rgba(208, 208, 208, 0.5) 2px 2px 3px 1px;
	-moz-box-shadow:rgba(208, 208, 208, 0.5) 2px 2px 3px 1px;
	border:solid 7px #f3f3e8;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
@media screen and (max-width:768px) {
	div.img_backimage{
		text-align:center;
	}
	div.img_backimage img{
		width:75%;
	}
	div.service_icon{
		width:100%;
	}
	div.service_icon .in-content{
		width:75%;
		margin:0 auto;
	}
	div.twinbox div.left_side{
		margin-bottom:20px;
	}
}
.access_banner{
	margin-bottom:10px;
}

.telnumber p{
	color:#FFF;
	font-size: 20px;
	font-weight: bold;
}
.information tr td.cell span{
	display:table-cell;
}
.imageRow{
	margin-bottom:20px;
}

#google_margin{
	margin:0 0 5px;
}
.googlemap{
	margin-bottom:20px;
}
.googlemap span a img {
	margin-right:5px;
}
/**/


h3.headtitle{
	font-size:24px;
	color: #457666;
	border-left: solid 5px #336666; 
	margin:0 0 20px;/*171129*/
	padding-top:5px;
	padding-left:15px;
	font-weight:300;
}
h4.headtitle{
	font-size:18px;
	color:#457666;
	padding-left:20px;	
}
div.interior-area p{
	margin-bottom:10px;
}
div.interior-area div.in-content{
	padding-left:20px;
}

/*-- 171020 --*/

@media print , screen and (min-width:769px) {
	body.major div.interior-area div.text-center.in-content .image-wrap.one .img-cont{
		margin-right:12px;
	}
	body.major div.interior-area div.text-center.in-content .image-wrap.two .img-cont:first-child{
		margin-right:12px;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {
	body.major div.interior-area div.text-center.in-content .image-wrap{
		width:100%;
	}
	body.major div.interior-area div.text-center.in-content .image-wrap.one{
		margin-bottom:10px;
	}
	body.major div.interior-area div.text-center.in-content .image-wrap .img-cont{
		width:49%;
		text-align: center;
	}
	body.major div.interior-area div.text-center.in-content .image-wrap .img-cont img{
		height:175px;
		width:auto;
	}
}
body.major div.interior-area div.text-center.in-content .image-wrap{
	display:inline-block;
}
body.major div.interior-area div.text-center.in-content .image-wrap .img-cont{
	display:inline-block;
}

/*-- end 171020 --*/

@media print , screen and (min-width:769px) {
	div.interior-area div.in-content span.cell{
		width:80px;
	}
	body.outline div.interior-area div.in-content span{
		display:table-cell;
	}
	body.outline div.interior-area div.in-content div.floatleft{
		width:610px;
	}
	body.outline div.interior-area div.in-content div.floatright{
		width:125px;
		text-align:right;
	}	
	body.event div.interior-area div.in-content div.floatleft{
		width:450px;
	}
	body.event div.interior-area div.in-content div.floatright{
		width:280px;
		text-align:right;
	}
	body.photo-yokohama div.event-area div.floatleft{
		width:450px;
	}
	body.photo-yokohama div.event-area div.floatright{
		width:300px;
	}

}
@media screen and (max-width:768px) {
	div.interior-area div.in-content span.cell{
		display:block;
	}
	body.major div.interior-area div.text-center.in-content span{
		width:100%;
		margin-bottom:1px;
	}
	body.major div.interior-area div.text-center.in-content span img{
		width:49.5%;
	}
	body.major div.interior-area div.text-center.in-content span img:first-child{
		margin-right:1%;
	}
	body.major div.major_event_list.mobile_back{
		margin-top: 30px;
		padding: 1px 10px;
	}
	body.major div.major_event_list.mobile_back a{
		float:right;
	}
	body.event div.interior-area div.in-content div.floatleft{
		margin-bottom:20px;
	}
	body.seitansai div.floatleft{
		margin-bottom:20px;
	}
	body.outline div.interior-area div.in-content div.floatright{
		text-align:center;
	}
}
div.interior-area{
	border-left:dotted 1px #457666;
	margin-top:65px;
}
div.interior-area.first_area{
	margin-top:35px;
}
.year_text{
	background-color:#40352A;
	padding:3px 15px;
	display: inline-block;	
}
.year_text span{
	color:#dad7c4;
	font-size:24px;
	
}
/*ie7*/
.ie7 .year_text{
	width:108px;
}
.ie7 .imageRow{
	display:none;
}             
/*list*/
table.table_list{
	border:solid 5px #40352a;
	border-collapse: collapse;
	margin-bottom:50px;
}
table.table_list td{
	border:solid 1px #40352a;
	text-align:center;
}
table.table_list td a{
	color:#40352a;
}
/*listarea*/

@media print , screen and (min-width:769px) {
	div.list_area h3{
		margin:0px;
		float:left;
		width:120px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		font-weight:normal;
		border-left:solid 5px #457666;
		color:#457666;	
	}
	div.list_area div{
		float:left;
		margin-bottom:30px;
		width:630px;
	}
	div.list_area div p{
		line-height:2em;
		border-bottom:dotted 2px #336666;
	}
	div.list_area div p span{
		display:inline-block;
	}
	div.list_area div p span.list_area_name{
		width:200px;
		padding-left:3px;
	}
	div.list_area div p span.list_area_address{
		width:330px;
	}
	div.list_area div p span.list_area_tel{
		text-align:right;
	}
}
@media screen and (max-width:768px) {
	div.list_area h3{
		margin:0px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		font-weight:normal;
		border-left:solid 5px #457666;
		color:#457666;	
	}
	div.list_area div{
		margin-bottom:30px;
	}
	div.list_area div p{
		line-height: 1.8em;
		border-bottom: dotted 2px #336666;
		margin-bottom: 15px;
		padding-left:10px;
	}
	div.list_area div p span{
		margin-bottom:5px;
		display:block;
	}
	div.list_area div p span.list_area_name{
	}
	div.list_area div p span.list_area_address{
	}
	div.list_area div p span.list_area_tel{
	}
}
@media print , screen and (min-width:769px) {

div.interior-area img.floatright,
div.event-area img.floatright{
	margin-left:20px;
	}
}
div.event-area{
	color:#40352a;
}
@media print , screen and (min-width:769px) {
	div.event-area div.border_pink{
		border:solid 1px #ff9999;
		padding:10px;
		width:430px;
	}
	div.event-area div.border_brown{
		border:solid 1px #40352a;
		padding:10px;
		width:430px;
	}
}
@media screen and (max-width:768px) {
	div.event-area div.border_pink{
		border:solid 1px #ff9999;
		padding:10px;
	}
	div.event-area div.border_brown{
		border:solid 1px #40352a;
		padding:10px;
	}
}
div.event-area div div.border_pink p,
div.event-area div div.border_brown p{
	margin-bottom:0;	
}


div.box-pink p,
div.box-blue p,
div.box-red p{
	padding:10px;
}

div.box-pink{
	background-color:#ffedc9;
}
div.box-blue{
	background-color:#ddeaed;	
}
div.box-red{
	background-color:#ffeaea;

}
@media print , screen and (min-width:769px) {
	div.box-pink,div.box-blue{
		float:left;
		margin-right:10px;
	}
	div.box-red{
		float:right;
	}
	div.box-pink,
	div.box-blue,
	div.box-red{
		width:252px;
		min-height: 190px;
	}
}
div.box-pink img.date,
div.box-blue img.date,
div.box-red img.date{
	position:relative;
	top: -10px;
	left: 10px;
}
@media screen and (max-width:768px) {
	div.box-pink,div.box-blue,div.box-red{
		margin-bottom:30px;
		width:100%;
	}
	
}

div.member-store{
	margin-top:50px;	
}

div.member-store-table{
	color:#40352a;
}
@media print , screen and (min-width:769px) {
	div.member-store-table div.floatleft,
	div.member-store-table div.floatright{
		width:373px;	
	}
}
div.event-area{
	margin-top:20px;
	margin-bottom:40px;
}
div.event-area div  p{
	margin-bottom:20px;
}
div.event-area div p.headtext{
	font-size:18px;
	font-weight:bold;
}
div.member-store .size_18{
	font-weight:bold;	
}
.member-store-table{
	margin:10px 0;	
}

@media print , screen and (min-width:769px) {
	.member-store-table .floatleft table,
	.member-store-table .floatright table{
		border:none;
		border-top:solid 1px #ff9900;	
		border-collapse: collapse;
	}
	.member-store-table .floatleft table td,
	.member-store-table .floatright table td{
		border:none;
		border-bottom:solid 1px #ff9900;	
	}
	.member-store-table{
		margin:10px 0;	
	}
}
@media screen and (max-width:768px) {
	.member-store-table .floatleft table,
	.member-store-table .floatright table{
		border:none;
		border-collapse: collapse;
	}
	.member-store-table .floatleft table{
		margin-bottom:0px;
	}
	.member-store-table .floatleft table tr:first-child{
		border-top:solid 1px #ff9900;	
	}
	.member-store-table .floatleft table td,
	.member-store-table .floatright table td{
		border:none;
		display:block;
	}
	.member-store-table .floatleft table tr,
	.member-store-table .floatright table tr{
		border-bottom:solid 1px #ff9900;	
	}
	.member-store-table .floatleft table tr:after,
	.member-store-table .floatright table tr:after{
		content:"";
		display:block;
		clear:both;
	}
	.member-store-table .floatleft table tr td:first-child + td,
	.member-store-table .floatleft table tr td:first-child + td + td,
	.member-store-table .floatright table tr td:first-child + td,
	.member-store-table .floatright table tr td:first-child + td + td{
		width:50%;
		float:left;
	}
	div.event-area .floatright{
		margin-bottom:10px;
	}
}

p.red_text{
	margin:20px 0;	
	color:#cc0000;
}
p.red_text + p{
	margin-bottom:20px;
}
.photo_right{
	margin-right:20px;
}
/*front*/
.top_front_content{
	margin-top:15px;	
}
.front_banner_bottom{
	margin-bottom:18px;
}
@media print , screen and (min-width:769px) {
	.leadsentence p{
		display:table;
	}
	.leadsentence p img,
	.leadsentence p span{
		display:table-cell;
	}
	.leadsentence p span{
		padding-left:10px;
		vertical-align:bottom;
		color:#736b63;
	}
}

.banner_shadow{
/* border-radius */
border:solid 7px #dad7c4;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.35) -3px 3px 10px -2px;
-webkit-box-shadow:rgba(0, 0, 0, 0.35) -3px 3px 10px -2px;
-moz-box-shadow:rgba(0, 0, 0, 0.35) -3px 3px 10px -2px;
}
/* sitemap */
@media print , screen and (min-width:769px) {

	#sitemap .site_content{
		width:960px;
		padding-bottom:20px;
		margin:0 auto;
	}
	.sitemap_title{
		border-left:solid 10px #40352a;
		padding-top:10px;
		padding-left:10px;
		margin-bottom:10px;
	}
	.site_content .main_page{
		width:370px;
	}
	.main_page,.shop_category01,.shop_category02,.shop_area p span.yokohama-area{
		float:left;	
	}
}
@media screen and (max-width:768px) {
	.sitemap_title{
		border-left:solid 10px #40352a;
		padding-top:10px;
		padding-left:10px;
		margin-bottom:10px;
	}
	#sitemap{
		padding:0px 10px 10px;
	}
	#sitemap .site_content .main_page > ul{
		margin:0 0 24px 0; 
	}
}

.shop_category01 span.site_shopblock {
padding-left: 70px;
display: block;
}
.shop_category02 span.site_shopblock {
padding-left: 84px;
display: block;
}
.shop_area{
	clear:both;	
	margin-bottom:10px;
}
.shop_area p {
margin-bottom: 0px;
color:#736b63;
}
.shop_category01,.shop_category02{
	width:280px;
	padding-top:10px;
	padding-left:10px;
}

.site_content div ul li.right_arrow{
	padding-left:20px;
	background-image:url(../../../image/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px;
	list-style-type:none;
	margin-bottom: 5px;

}
.site_content div ul li.right_arrow.parent{
	background-position: 0px 5px;
}
.shop_page p img{
	margin-right:10px
}
/*link*/

div.link_content_area p img{
	margin:10px 0 10px 20px;
}
div.link_content_area ul li{
	list-style-type: square;
}
div.link_content_area ul li ul{
	margin-top:15px;
	margin-bottom:15px;
	list-style-type: disc;
}
div.link_content_area ul li ul li{
	list-style-type: disc;
}

/*slider*/

.viewer {
    margin: 0 auto 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
	margin:0px;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

/*major*/

@media print , screen and (min-width:769px) {
	.major_event_list{
		margin-top:50px;
		width:756px;
		padding:1px 10px;
		background-color:#006699;
		font-size:12px;
	}
	.major_event_list a img{
		margin-top:4px;	
	}
	.major_event_list ul {
		list-style: none;
		margin:0px;
	}

	.major_event_list ul li {
		float:left;
		margin-right: 15px;/*171129*/
    	padding: 2px 0px;
	}
	.major_event_list ul li:list-child{
		margin-right:0;
	}
	.major_event_list ul li a{
		color:#ffffff;
	}
}
@media screen and (max-width:768px) {
	.major_event_list .mobile_width table.list_link{
		border:none;
	}
	.major_event_list .mobile_width table.list_link td{
		background-color:#006699;
		border:1px solid #ffffff;
		width:33%;
		padding:3px;
		text-align:center;
		vertical-align:middle;
		height:45px;
	}
	.major_event_list .mobile_width table.list_link td a{
		color:#ffffff;
	}

}
div.interior-area.event_bar {
margin-top: 50px;/*171129*/
}
/* footer */
html,body{
     height:100%;
}
#page{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
#main{
     padding-bottom:48px; 
}
#colophon{
    height:48px;
     position:absolute;
     bottom:0;
	 width:100%;
}
/*single 6枚以上対応*/

div.single.slider #thumbNails ul{
 display: block;
list-style: none;
margin: 0px;
padding: 0px;
overflow:visible;
}
@media print , screen and (min-width:769px) {
	div.single.slider #thumbNails li{
		display: block;
		float: left;
		min-width: 135px;
		min-height: 135px;
		padding: 0px;
		text-align: center;
		margin-right:17px;
	}
}
@media screen and (max-width:768px) {
	div.single.slider #thumbNails li{
		display: block;
		float: left;
		min-width: 135px;
		min-height: 135px;
		padding: 0px;
		text-align: center;
	}
	div.single.slider #thumbNails li a{
		display:inline-block;
	}
}
/*single 5枚以下対応*/
div.single.panel{
	width:800px;	
}

div.single.panel ul{
	list-style:none;	
	margin:0 0 0 -13px;
	border-collapse: separate;
    border-spacing: 23px 0;

}
div.single.panel ul li{
	width:135px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.single{
overflow: visible;
position: relative;
}
@media print , screen and (min-width:769px) {
	div#carouprev{
		position:absolute;
		width:1.5em;
		left:-20px;
		height:135px;
		top:0%;
		text-align:center;
	}

	div#carounext{
		position:absolute;
		width:1.5em;
		right:-20px;
		height:135px;
		top:0%;
		text-align:center;
	}
	div#carounext span,
	div#carouprev span{
	top:45%;
	position:relative;
	color:#fff;	
	}
}
@media screen and (max-width:768px) {
	div#carouprev{
		position:absolute;
		left:0px;
		height:135px;
		top:0%;
		text-align:center;
	}

	div#carounext{
		position:absolute;
		right:0px;
		height:135px;
		top:0%;
		text-align:center;
	}
	div#carounext span,
	div#carouprev span{
	top:45%;
	position:relative;
	}	
}
#pager a:hover,
#pager a.selected {
	background: #333;
}
#pager a {
	background: #ccc;
	text-indent: -9999px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
#pageplugin{
	margin-bottom:30px;
}


/*mobile*/

@media screen and (max-width:768px) {
	.pc_width{
		display:none;
	}
	.globalnavi ul{
		display:table;
		margin:0px;
		padding:0 10px;
		width:100%;
	}	
	.globalnavi *{box-sizing: border-box;}
	.globalnavi ul li{
		display:table-cell;
		width:20%;
		text-align:center;
		border-left:3px solid #24292b;
	}
	.globalnavi ul li:first-child{margin-left:0;border-left:none;}
	.globalnavi ul li .mobile_width{
		height:60px;
		width:100%;
		border-radius:5px;
		
	}
	.globalnavi ul li .mobile_width a{
		width:100%;
		padding:5px 0px;
		display:block;
	}
	.globalnavi ul li .mobile_width span.menu_icon{
		display:block;
		height:25px;
	}
	.globalnavi ul li .mobile_width span.menu_icon img{
		vertical-align:top;
	}
	.globalnavi ul li .mobile_width span.text{
		display:inline-block;
		width:4em;
		font-size:11px;
		line-height:1.2em;
		color:#000000;
		font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
		
	}
	.globalnavi ul li .mobile_width.home{
		background-image:url("/image/header_menu_back_001_mobile.png");
	}
	.globalnavi ul li .mobile_width.outline{
		background-image:url("/image/header_menu_back_002_mobile.png");
	}
	.globalnavi ul li .mobile_width.member{
		background-image:url("/image/header_menu_back_003_mobile.png");
	}
	.globalnavi ul li .mobile_width.event{
		background-image:url("/image/header_menu_back_004_mobile.png");
	}
	.globalnavi ul li .mobile_width.major{
		background-image:url("/image/header_menu_back_005_mobile.png");
	}
	img.popup_frontpage,img.popup_outline,img.popup_list,img.popup_event,img.popup_major,img.popup_function{
		display:none;
	}
	.header-main{
		padding:0px 10px;
	}
	.header-main h1.site-title,
	.header-main div.site-title{
		margin:5px 0px;
		text-align:center;
	}

	#breadcrumbs{
		background-image: url("/image/header_back.png");
		min-height:30px;
		padding:5px 10px;
	}
	#main-content{
		
	}
	#main .leadsentence{padding:0px 10px;}
	#main .leadsentence img{margin-bottom:15px;}
	#main .leadsentence p span{display:block;}
	#main .entry-content{padding:10px 0px;}
	#main .top_front_content .floatright{text-align:center;}
	.content-background,
	.front-page{
		background-image:url('/image/backgroundimage003.png');
		background-position: top left;
	}
	.site-info{
		padding:10px 10px 0px;
	}
	.site-info p span{
		display:block;
		padding-bottom:5px;
	}
	.news{
		padding:0px 10px;
		margin-bottom:20px;
	}
	#content h1.shopphoto img{
		width:100%;
	}
	table.table_list td{
		height:45px;
		vertical-align:middle;
	}
	#content .mobile_width h1 {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		font-size:20px;
		font-weight:normal;
	}
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe[style]{ 
		width: 100%!important; 
	}
	.under_wrap:after{
		content:"";
		display:block;
		clear:both;
	}
	.under_wrap .return_list{
		float:left;
	}
	.under_wrap .return_top{
		float:right;
	}
}
@media screen and (max-width:400px) {
	.header-main h1.site-title a img,
	.header-main div.site-title a img{
		width:100%;
		height:auto;
	}
}
@media print , screen and (min-width:769px) {
	.mobile_width{
		display:none;
	}
	#content h1.link_headtitle{
	margin:50px 0 35px;
}
	#content h1.headtitle_major{
	margin:50px 0 0;	
}
	#content h1.shopphoto{
	margin:36px 0 0;	
}
}
.major_event_list:after{
	content:"";
	display:block;
	clear:both;
}

/*170710*/
#content #life-event *{
	color:#40352a;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#content #life-event a {color: #006699;/*text-decoration: none;*/}
#content #life-event a:hover {color: #41a62a;}
#content #life-event div.interior-area p {
    margin-bottom: 20px;
    line-height: 1.6em;
}
#content #life-event div.interior-area p.spot{
	font-size: 18px;
    margin-bottom: 10px;
    margin-top: 50px;
}
@media print , screen and (min-width:769px) {
	
	#content #life-event h1{
		margin: 20px 85px 20px;
		font-size:48px;
	}
	#content #life-event h1 span{
		font-size:34px;
	}
	#content #life-event .entry-content{
		padding:30px 70px;
	}
	#content #life-event .entry-content .in-content .width490{
		float:left;
		width:490px;
	}
	#content #life-event .entry-content .in-content .width250{
		float:right;
		width:255px;/*171129*/
	}
	#content #life-event .entry-content .area-block{}
	#content #life-event .entry-content .area-block:after{
		content:"";
		height:0;
		display:block;
		clear:both;
	}
	#content #life-event .entry-content .area-block .width385.left{
		float:left;
		width:385px;
	}
	#content #life-event .entry-content .area-block .width370.right{
		float:right;
		width:370px;
		text-align: right;
	}
	#content #life-event .entry-content .area-block .width385.left ul li{
		display:table;
	}
	#content #life-event .entry-content .area-block .width385.left ul li div.name,
	#content #life-event .entry-content .area-block .width385.left ul li div.add{
		display:table-cell;
	}
	#content #life-event .entry-content .area-block .width385.left ul li div.name{
		width:150px;
	}

	
}
@media screen and (max-width:768px) {
	#content #life-event h1{
		margin: 10px 20px 20px;
		font-size:24px;
	}
	#content #life-event h1 span{
		font-size:18px;
	}
	#content #life-event .event-image img{
		width:100%;
		height:auto;
	}
	#content #life-event .entry-content .area-block .width385.left ul li div.add{
		padding-left:1em;
	}
	#content #life-event .entry-content .area-block .width385.left ul li div.name span{
		font-weight:bold;
	}
}


#content #life-event h1{
    clear: both;
    font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#content #life-event h1 span{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#content #life-event .event-image{
	text-align:center;
}

#content #life-event .interior-area.faq-area{
	border-left:dotted 1px #804a3a;
}

#content #life-event h2.headtitle {
    font-size: 24px;
    color: #457666;
    border-left: solid 5px #336666;
    margin: 0 0 25px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: 300;
}
#content #life-event .entry-content h2.headtitle.faq{
    color: #804a3a;
    border-left: solid 5px #804a3a;
}


#content #life-event .entry-content .in-content:after{
	content:"";
	display:block;
	height:0px;
	clear:both;
}
#content #life-event .entry-content .in-content .qa-wrap{
	margin-bottom:30px;
}
#content #life-event .entry-content .in-content .qa-wrap .table{
	display:table;
	width:100%;
	margin-bottom:20px;
}
#content #life-event .entry-content .in-content .qa-wrap .mark,
#content #life-event .entry-content .in-content .qa-wrap .text{
	display:table-cell;
	vertical-align: top;
}
#content #life-event .entry-content .in-content .qa-wrap .mark{
	width:50px;
}
#content #life-event .entry-content h2.headtitle.faq{
	
}
#content #life-event .entry-content .index-block{
	border:1px solid #457666;
	padding: 5px 20px 10px;
}
#content #life-event .entry-content .index-block p{
	color:#457666;
	font-size:24px;
	margin-bottom:5px;
}
#content #life-event .entry-content .index-block ul{
	margin:0px;
}
#content #life-event .entry-content .index-block ul li{
	list-style-type: none;
	margin-bottom:7px;
}
#content #life-event .entry-content .index-block ul li:before{
	font-family: FontAwesome;
	content:"\f0da";
	margin-right:15px;
	color:#006699;
	font-size:16px;
}
#content #life-event .entry-content .mgb30{
	margin-bottom:30px;
}
#content #life-event .entry-content .area-block .width385.left ul li{
	list-style-type: none;
	width:100%;
	margin-bottom:3px;
}
#content #life-event .entry-content .area-block .width385.left ul li div.name a{
	font-weight:bold;
}

body.major div.btn-block{
	text-align:right;
	margin-top:30px;/*171129*/
}
body.major div.btn-block a{
	display:inline-block;
	padding:5px 10px;
	border-radius: 5px;
	background-color:#457666;
	color:#ffffff;
	text-align: center;
	text-decoration: none;
	
}
body.major div.btn-block a:before{
	content:"\f061";
	display:inline-block;
	margin-right:5px;
	font-family:FontAwesome;
}
body.major div.btn-block a:hover{
	opacity:0.5;
}

