/*
Theme Name: ebara21_tmpl
Theme URI: https://www.ebara21.co.jp/
Author: ebara21_tmpl
Author URI: https://www.ebara21.co.jp/
*/

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: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* IEのSVG対策 */
header img[src$=".svg"],
header img[src$=".svgz"],
footer img[src$=".svg"],
footer img[src$=".svgz"] {
  width: 100%;
}

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: 100%;
	font-weight: 400;
	line-height: 1.5;
}

body {
	/* background: #f5f5f5; */
	background: #fff;
}

a {
	color: #4553a3
;
	text-decoration: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1.title {
	font-size:80%;
	color:#808080;
	margin:0 auto;
}
.rogo-img {
	clear: both;
}
h2 {
	font-size: 24px;
	line-height: 1;
}
.header-h {
	background: #2eb6aa;
	width:100%;
}

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-bottom: 24px;
	line-height: 1.8em;
}

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

dt {
}

dd {
}

ul,
ol {
	list-style: none;
}

ul,ol {
	margin: 0 0 0 0;
}	

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 https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #4553a3;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #4553a3;
	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: #4553A3;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

input[name="submitBack"] {
	background: #999;
}

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;
	text-align: center;
	margin-bottom: 30px;
}

.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: 90%;
	font-style: normal;
	line-height: 1.5;
	margin: 9px 0;
	color: #000;
}

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
 * -----------------------------------------------------------------------------
 */

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

.site-header {
	background-color: #fff;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	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;
}

/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #41a62a;
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}

.catch {
	display: block;
	position: absolute;
	top: 35%;
	left: 22%;
	z-index: 2;
}

.subcate-case-newhouse,
.subcate-case-reform {
	margin-bottom: 10px;
	font-size: 90%;
	padding: 0 0 0 22px;
}

.subcate-case-newhouse {
	background: url(/wp/img/case/icon_folder_newhouse.png) no-repeat 0% 30%;
}

.subcate-case-reform {
	background: url(/wp/img/case/icon_folder_reform.png) no-repeat 0% 30%;
}

#frame-slider {
	position: relative;
	width: 980px !important;
	margin: 0 auto;
}


/* slider */

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 366px;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 100%;
	position: relative;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 310px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 980px;
	height: 310px;
}
/* /slider */


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

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

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

.site-navigation ul li a {
	color: #000;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #a2a9d1;
	font-size: 100%;
	display: block;
	box-sizing: border-box;
}

.site-navigation ul li a:hover {
	background-color: #4553a3;
	color: #fff;
}

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

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

.primary-navigation .nav-menu {
	display: none;
	position: absolute;
	top: 47px;
	width: 100%;
}

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

/* 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: #4457a5;
	border-radius: 0;
	cursor: pointer;
	height: 47px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 15%;
}

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

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

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.hentry {
	margin: 0;
	/* 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: 110%;
	border-bottom: 1px solid #ccc;
	font-weight: 300;
	line-height: 1.0909090909;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

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

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

.entry-title-page {
	background: #eff3ff;
	border-left: 8px solid #4553a3;
	border-right: 1px solid #4553a3;	
	border-top: 1px solid #4553a3;
	border-bottom: 1px solid #4553a3;
	color: #4553a3;
	margin: 0 0 20px 0;
	padding: 8px;
	font-size: 150%;
	font-weight: normalize.css;
	box-sizing: border-box;
}

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

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

.blog-date {
	margin-bottom: 10px;
}

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

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

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

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-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: 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;
}

.entry-content .more-link {
	white-space: nowrap;
}

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

.content-sidebar .wp-playlist-item .wp-playlist-caption {
	color: #000;
}

/* 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;
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 0 auto 30px auto;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	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;
	width: 50%;
	display: inline-block;
	padding: 0 30px;
	box-sizing: border-box;
}

[rel~=next] {
  text-align: right;
  background: url(/wp/img/common/nav_arrow_next.png) no-repeat right;
}

[rel~=prev] {
  background: url(/wp/img/common/nav_arrow_prev.png) no-repeat left;
}

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

/* Paging Navigation */

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

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

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


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	/* margin: 48px auto; */
	/* max-width: 474px; */
	/* padding: 0 10px; */
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	/* color: #767676; */
	/* padding: 48px 10px 0; */
}

/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 30px;
	width: 100%;
	word-wrap: break-word;
}

.widget a {
	color: #3a3636;
}

.widget a:hover {
	color: #4553a3;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
	color: #2b2b2b;
}

.sidebar-lineup-newhouse,
.sidebar-lineup-reform {
	font-size: 85%;
	text-align: right;
	padding: 0 1em 0 0;
}

.sidebar-lineup-newhouse {
	background: url(/wp/img/common/arrow_sidebar_case_newhouse.png) no-repeat right;
}

.sidebar-lineup-reform {
	background: url(/wp/img/common/arrow_sidebar_case_reform.png) no-repeat right;
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

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

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

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

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

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
	color: #2b2b2b;
}

.widget_calendar tbody a {
	background-color: #B5BAD8;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
}

.widget_calendar #prev {
	padding-left: 5px;
	background: #eee;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
	background: #eee;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

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

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

.rightbanner-report a:hover {
	opacity: 0.6;
}

ul.list-newhouse,
ul.list-reform,
ul.list-case-newhouse,
ul.list-case-reform {
	font-size: 100%;
	width: 100%;
	display: block;
	margin: 0 0 15px 0;
}

ul.list-newhouse li,
ul.list-reform li,
ul.list-case-newhouse li,
ul.list-case-reform li {
	padding: 8px 8px 8px 1em;
}

ul.list-newhouse li {
	border-bottom: 1px dotted #969ecb;
}

ul.list-reform li {
	border-bottom: 1px dotted #9fdfda;
}

ul.list-case-newhouse li {
	border-bottom: 1px dotted #969ecb;
}

ul.list-case-reform li {
	border-bottom: 1px dotted #9fdfda;
}

.introduce {
	margin: 0 0 30px 0;
}

.ebarafamily {
	margin: 0 0 10px 0;
}

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget a:hover {
	color: #41a62a;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

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

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

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	color: #2b2b2b;
	font-size: 100%;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 3px solid #515EA9;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: #6873B4;
	color: #fff;
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

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

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

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}


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

#supplementary {
	padding: 0 0;
}

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

.site-footer {
	font-size: 12px;
	position: relative;
	z-index: 3;
	width: 980px;
	margin: 0 auto;
}

.footer-sidebar {
	padding-top: 30px;
	margin: 30px 0 0 0;
}

.copy {
	font-size: 80%;
	background: #4553a3;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #41a62a;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #24890d;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}

.page-83 h3 {
	padding: 0 0 5px 40px;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size:120%;
	line-height: 1.5em;
	border-bottom: 1px dashed #828080;
	background: url(/wp/img/omoi/icon_tree.png) no-repeat top left;
}

.page-86 {
	width: 100%;
	overflow: hidden;
}

.page-86 iframe {
	width: 85%;
	display: block;
	margin: 0 auto;
}

.page-86 table {
	width: 100%;
	border-collapse: collapse;
}

.page-86 table th {
	width: 20%;
	font-weight: normal;
	white-space: nowrap;
	background: #b6c0fb;
	border: 1px solid #969dcb;
}

.page-86 table td {
	background: #e2e5f7;
	border: 1px solid #969dcb;
}

.page-88 h3 {
	font-size: 130%;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.page-88 h3:before {
	content: "▼ ";
	font-size: 50%;
	position: relative;
	bottom: 5px;
	color: #2594C2;
}

.page-4 #faq-block li.faqlist-question,
.page-4 #faq-block li.faqlist-question a {
	color:#000;
	font-weight:bold;
	font-size:110%;
	cursor:pointer;
	padding: 10px;
	background: #eee;
	margin: 0 0 10px 0;
}

.page-4 #faq-block li.faqlist-question:before {
	content: "▼ ";
	font-size: 50%;
	position: relative;
	bottom: 5px;
	color: #2594C2;
}

.page-4 #faq-block .faq-list {
	padding: 0;
}

.page-4 ul {
	margin: 0 0 30px 0;
}

.page-4 li.faqlist-question a {
	text-decoration: none;
	font-weight: normal !important;
	font-size: 90% !important;
	margin: 0 0 10px 0;
	padding: 0;
}

.page-4 #faq-block .single-faq .faq-question,
.page-4 #faq-block .single-faq .faq-question a {
	padding: 0 0 10px 40px;
	margin: 0 0 20px 0;
	font-weight:normal;
	font-size:100%;
	line-height: 1.9em;
	border-bottom: 1px dashed #828080;
	background: url(/wp/img/qa/icon_q.png) no-repeat left top;
}

.page-4 .faq-answer {
	color: #6D6C6C;
	padding: 0 0 10px 40px;
	background: url(/wp/img/qa/icon_a.png) no-repeat left top;
}

.page-4 #faq-block p.scroll-back a:after {
	content: " ▲";
	font-size: 80%;
	color: #fff;
	position: relative;
	bottom: 1px;
}

.page-4 #faq-block p.scroll-back {
	font-size: 80%;
	text-align: right;

}

.page-4 #faq-block p.scroll-back a {
	background: #999;
	padding: 6px 10px;
	text-decoration: none;
	color: #fff;
}

.page-4 #faq-block p.scroll-back a:hover {
	background: #888;
}

.content-newhouse h3,
.content-reform h3 {
	font-size: 125%;
	border-bottom: 1px dashed #a1a1a1;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
}

.content-newhouse h3 {
	color: #4553a3;
}

.content-reform h3 {
	color: #24b7aa;
}

.content-newhouse h4,
.content-reform h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.pagetop {
	display: none !important;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}

.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 12px;
	text-decoration: none;
	padding: 15px;
	border: 1px solid #B4B4B4;
}
 
.pagetop a:hover {
	display: block;
	background-color: #222;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 15px;
}

#case-detail-case-newhouse h2,
#case-detail-case-reform h2 {
	color: #fff;
	font-size: 100%;
	padding: 5px 10px;
	margin: 0 0 35px 0;
	line-height: 1.5em;
}

#case-detail-case-reform h2 {
	background: #24b7aa;
}

#case-detail-case-newhouse h2 {
	background: #14abd1;
}

.breadcrumbs {
	font-size: 70%;
}

#case-detail-case-newhouse h3,
#case-detail-case-reform h3 {
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 0 70px 0 0;
	line-height: 1.4em;
}

#case-detail-case-newhouse h3 {
	color: #14abd1;
	background: url(/wp/img/case/icon_catch_case_newhouse.png) no-repeat right;
} 

#case-detail-case-reform h3 {
	color: #24b7aa;
	background: url(/wp/img/case/icon_catch_case_reform.png) no-repeat right;
}

#case-detail-case-newhouse h4,
#case-detail-case-reform h4 {
	color: #fff;
	width: 5em;
	text-align: center;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	font-size: 80%;
	border-radius: 10px;
}

#case-detail-case-newhouse h4 {
	background: #87c2d1;
}

#case-detail-case-reform h4 {
	background: #82d5ce;
}

.sub-frame-case-main dl {
	font-size: 80%;
}

#case-detail-case-newhouse .sub-frame-case-main dt {
	font-weight: normal;
	background: url(/wp/img/case/icon_case_newhouse.png) no-repeat left;
	padding: 0 0 0 15px;
}

#case-detail-case-reform .sub-frame-case-main dt {
	font-weight: normal;
	background: url(/wp/img/case/icon_case_reform.png) no-repeat left;
	padding: 0 0 0 15px;
}

.sub-frame-case-main dt,
.sub-frame-case-main dd {
	margin: 0 0 0 0;
}

dl.frame-gaiyou {
	margin: 0 0 20px 0;
}

dl.frame-gaiyou dt {
	float: left;
}

#case-detail-case-newhouse .sub-frame-case-main h5,
#case-detail-case-reform .sub-frame-case-main h5 {
	background: url(/wp/img/case/title_case_deai.png) no-repeat;
	text-indent: -9999em;
	width: 285px;
	height: 60px;
}

#case-detail-case-newhouse h6,
#case-detail-case-newhouse .frame-mae,
#case-detail-case-newhouse .frame-chu,
#case-detail-case-newhouse .frame-nayami,
#case-detail-case-newhouse .frame-goteian {
	display: none !important;
}

#case-detail-case-reform h6.title-kansei {
	display: none;
}

#case-detail-case-newhouse h6,
#case-detail-case-reform h6 {
	clear: both;
	padding: 0 0 5px 25px;
	margin: 0 0 30px 0;
}

#case-detail-case-newhouse h6.title-kansei {
	display: block !important;
	clear: both;
	padding: 0 0 5px 25px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #24a2b9;
	background: url(/wp/img/case/icon_case_mae_newhouse.png) no-repeat 0% 10%;
}

#case-detail-case-reform h6 {
	border-bottom: 1px solid #24b7aa;
	background: url(/wp/img/case/icon_case_mae_reform.png) no-repeat 0% 10%;
}

#case-detail-case-newhouse h7,
#case-detail-case-reform h7 {
	background: url(/wp/img/case/title_case_cvoice.png) no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 0 5px 0;
	clear: both;
} 

#case-detail-case-newhouse h8,
#case-detail-case-reform h8 {
	background: url(/wp/img/case/title_case_svoice.png) no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0 0 5px 0;
	clear: both;
}

.inner-frame-staff h3 {
		font-size: 120%;
		padding: 0 0 8px 0;
		margin: 0 0 10px 0;
		color: #4553A3;
		border-bottom: 1px solid #A2A9D1;
}

.staff-text-position {
	font-size: 90%;
	color: #6F6E6E;
}

.reason h3 {
	margin: 0 0 20px 0;
	color: rgb(37, 148, 194);
	border-top: 1px solid #D6E8EF;
	border-bottom: 1px solid #D6E8EF;
	padding: 10px 0 10px 10px;
	background: #EFF3FF;	
	line-height: 1.5em;
	font-size: 110%;
}

.reason h4.q {
	font-size: 105%;
	color: #2594C2;
	border-bottom: dotted 1px #2594C2;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.reason h4.q:before {
	content: "Q.";
	font-size: 150%;
}

.reason div.a {
	font-size: 100%;
}

.reason div.a:before {
	content: "A.";
	color: #F39801;
	font-size: 120%;
}

.reason h5 {
	font-size: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	border-left: 3px solid #F39801;
}

.reason tr.even {
	background: #eee;
}

#frame-worker {
	display: inline-block;
	width: 21%;
	margin: 0 10px 20px 0;
	padding: 8px;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: top;
	background: #EFF3FF;
}

.lead-worker {
	text-align: left;
}

.list-worker {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#frame-worker h3 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 110%;
	border-bottom: 1px dotted #ccc;
}

#frame-worker img {
	padding: 0 0 10px 0;
}

#frame-worker p.txt-worker {
	text-align: left;
	font-size: 70%;
	margin-bottom: 0 !important;
}

.title-ebarafamily img {
	width: 100%;
	border: 1px solid #F0E9DD;
}

.entry-meta span.blog {
	display: none;
}

.textwidget li {
	color: #2b2b2b;
}

.lineup-voice h1 img {
	border: none;
	float: none;
}

.add-name {
	margin: 40px 0 5px 0;
	color: #C27A42;
	clear: both;
}

.lineup-voice h2 {
	font-size: 110%;
	background: #EFE8C2;
	color: #9C4800;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 10px;
	position: relative;
	border-radius: 5px;
}

.triangle {
	position: absolute;
	bottom: -10px;
	left: 10%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #EFE8C2;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.lineup-voice img,
.lineup-voice p {
	vertical-align: top;
}

.lineup-voice img {
	margin: 0 20px 20px 0;
	width: 164px;
	height: auto;
	float: left;
	border: 1px solid #DAA679;
}

.lineup-voice h1 img {
	width: 100%;
}

.lineup-voice p {
	width: 100%;
	font-size: 95%;
	line-height: 1.8em;
}

.top-lineup {
	font-size: 80%;
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* ------------ added by yukihira ------------ */

/* スマホ用 */

@media screen and (max-width:640px){

#frame-worker {
	width: 42%;
}
#frame-worker p.txt-worker {
	font-size: 60%;
}

.frame-mae,
.frame-chu,
.frame-ato {
	height: auto !important;
	padding: 0 5px;
	width: 45%;
	vertical-align: top;
	display: inline-block;
	font-size: 90%;
}

.lineup-voice img {
	margin-bottom: 10px;
}

#frame-slider {
	display: none;
}

.flexslider {
	display: block;
}

.catch-sp {
	width: 100%;
	display: block;
}

.catch-sp img {
	width: 100%;
}

.site-content {
	width: 95%;
	margin: 0 auto;
}

.site-header {
	width: 100%;
	height: auto;
	box-shadow: 0px 1px 5px #999;
}

	h1.title {
		font-size: 90%;
		width: 95%;
		margin-top: 10px;
		line-height: 1.2em;
	}
	.site-header .rogo-imgs {
		width: 100%;
		margin:15px auto;
	}
	
	.catch-top {
		font-size: 120%;
		width: 95%;
		float: none;
		color: #2EB6AA;
		line-height: 1.2em;
		margin: 10 auto;
		text-align: center;
	}
	.catch-top span {
		 font-size: 72%;
		 color: #595757;
		 line-height: 1em;
	}
	.contact-tel {
		width: 98%;
		margin: 20px auto;
	}
	
.site-header h1 img {
		display: block;
		width: auto;
		height: 30px;
		padding: 10px 0 0 10px;
}
.site-header .rogo-img img {
		display: block;
		width: auto;
		height: 30px;
		padding: 10px 0 0 10px;
}

.site-header .rogo-imgs img {
		display: block;
		width: auto;
		height: 30px;
		padding: 10px 0 0 10px;
}

.catch-and-contact {
	display: none;
}
		
.catch-and-contact img {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.catch img {
	width: 100%;
}

ul.banner-reform-big {
	margin-bottom: 15px;
}

ul.banner-reform-short {
	margin-bottom: 20px;
}

ul.banner-reform-big li a,
ul.banner-reform-short li a {
	display: block;
	width: 100%;
	height: auto;
	text-indent: 0;
	margin: 0 0 0 0;
	padding: 10px;
	box-sizing: border-box;
	background: url(/wp/img/common/icon_rightbanner.gif) 97% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddddde), color-stop(100%,#ffffff));
	background-size: 95% 95% 100%;
	background-repeat: no-repeat;
}

ul.banner-reform-big li span {
	display: block;
	font-size: 80%;
	margin: 3px 0 0 0;
}

.rightbanner-wake {
	margin-bottom: 10px;
}

ul.top-banner-newref {
	display: block;
	margin: 40px 0 15px 0;
	width: 100%;
}

ul.top-banner-newref li a {
	background-repeat: no-repeat;
	width: auto;
	height: auto;
	display: block;
}

ul.top-banner-newref li img {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
}

ul.top-banner-newref li:first-child a {
	background-image: none;
	float: none;
}
	
ul.top-banner-newref li:nth-child(2) a {
	background-image: none;
	float: none;
}

.entry-meta span.newhouse,
.entry-meta span.reform {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	text-indent: -9999em;
	display: block;
}

.entry-meta span.newhouse,
.entry-meta span.reform {
	width: 95%;
	margin: 0 auot;
	background: none;
	width: auto;
	height: auto;
}

.entry-meta span.newhouse img,
.entry-meta span.reform img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.entry-meta span.newhouse img {
	border: 1px solid #a2a9d1;
}

.entry-meta span.reform img {
	border: 1px solid #24b7aa;
}

.entry-header h2.entry-title img.pc {
	display: none;
}
		
.entry-header h2.entry-title img.sp {
	display: block;
	border: 1px solid #e4e4e4;
	width: 100%;
}

#frame-slider {
	position: relative;
	width: 100% !important;
	margin: 0 auto;
}

h2.title-top-omoi {
	margin: 0 0 20px 0;
}

h2.title-top-omoi img {
		display: block;
		width: 100%;
}

.btn-top-omoi-more a {
	margin: 0 auto 20px auto;
	text-align: center;
	display: block;
	padding: 10px 5px;
	background: #eceef6;
	border: 1px solid #4457a5;
}

h3.title-top-voice img,
h3.title-top-case img,
h3.title-top-events img,
h3.title-top-news img {
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
}

.frame-voice-top img {
	float: left;
	width: 45%;
	display: block;
}

.frame-voice-top dl {
	padding: 0 0 0 50%;
	font-size: 100%;
}

.frame-voice-top p {
	font-size: 80%;
	padding: 0 0 0 50%;
}

.frame-voice-top div {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;	
}

.frame-voice-top div:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.frame-case-single {
	width: 100%;
}

.frame-case-single img {
	float: left;
	width: 45%;
}

.frame-case-single dl {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	height: auto !important;
}

.frame-case-single dl:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.frame-case-single dd {
	padding: 0 0 0 50%;
}

.frame-case-single dd a {
	display: block;
	margin: 5px 0 0 0;
}

span.case-newhouse,
span.case-reform {
	font-size: 75%;
	color: #fff;
	padding: 3px 10px;
	border-radius: 10px;
	display: table-cell;
	vertical-align: middle;
}

span.case-newhouse {
	background: #14abd1;
}

span.case-reform {
	background: #25b7aa;
}

.frame-news {
	border-bottom: 1px dotted #999;
	margin: 0 0 10px 0;
	text-align: center;
}

.frame-news img {
	width: 50%;
	height: auto;
}

.frame-news dl {
	font-size: 90%;
}

.frame-news dt {
	float: none;
	color: #4553a3;
}

.frame-news dd {
	padding: 0 0 10px 0;
	color: #4553a3;
}

.frame-news dd span {
	color: #3a3636;
}

.frame-news p {
	margin: 0 0 0 0;
}

#footer-contact {
	width: 95%;
	margin: 0 auto;
	height: auto;
	background: #25b7aa;
	display: block;
	background: none;
}

#footer-contact li img {
	display: block;
	margin: 0 auto 10px auto;
	width: 90%;
}

#footer-contact li a:hover {
	opacity: 0.6;
}

#footer-contact li:first-child a,
#footer-contact li:nth-child(2) a {
	position: relative;
	background-repeat: no-repeat;
	top: 0;
	display: block;	
}

#footer-contact ul {
	width: 100%;
	background: #25b7aa;
}

#footer-contact li:first-child a {
	left: 0;
	top: 0;
}

#footer-contact li:nth-child(2) a {
	right: 0;
	top: 0;
}

.top-footer-contact {
	dipslay: block;
	width: 100%;
}

.top-footer-contact img {
	width: 100%;
}

.rightbanner-report a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	text-indent: -9999em;
	background: none;
}

.rightbanner-report img {
	display: block;
	width: 100%;
	height: auto;
}

h2.listtitle-newhouse,
h2.listtitle-reform {
	background: none !important;
}

h2.listtitle-case-newhouse,
h2.listtitle-case-reform {
	background: none !important;
}

.introduce img {
	width: 100%;
	margin: 0 0 15px 0;
}

.rightbanner-wake img {
	display: block !important;
}

.ebarafamily img {
	display: block !important;
}

.secondary-navigation {
	font-size: 90%;
	margin: 15px 0 0 0;
}

.site-footer {
	font-size: 90%;
	width: 95%;
	margin-bottom: 75px;
}

.footer-sidebar {
	padding-top: 0;
	margin: 15px 0 0 0;
}

.footer-sidebar {
	font-size: 13px;
	line-height: 1.5;
	background: none;
}

.footer-sidebar li a {
	padding: 0 0 0 20px;
	background: url(/wp/img/common/icon_common.gif) no-repeat left;
}

footer {
	width: 95%;
	margin: 0 auto;
}

.footer-sidebar li {
	padding: 0;
}

.footer-sidebar li a {
	padding: 10px 0 10px 20px;
	display: block;
	border-bottom: 1px solid #ccc;
	background: url(/wp/img/common/icon_common.gif) no-repeat left;
}

.footer-contact p {
	margin-bottom: 18px;
	color: #000;
	line-height: 1.8em;
	margin: 0 0 0 0;
	font-size: 90%;
}

.footer-contact img {
	margin: 0 0 10px 0;
}

.footer-contact-title {
	font-weight: bold;
}

/*------------------------------------------
    slider
-------------------------------------------*/


.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; background: #fff; position: relative; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/img/common/global/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 0; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; margin: 0 auto !important; position: absolute; bottom: -20%; text-align: center;padding: 0;}
.flex-control-nav li {margin: 0 2px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 6px; height: 6px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px auto !important; position: static; overflow: hidden; width: 100%;padding: 0;}
.flex-control-thumbs li {width: 25%; text-align: center; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

.h3-newref,
.h3-reform,
.h3-reform-atataka,
.h3-reform-taishin,
.h3-reform-okusamav,
.h3-reform-gaiheki,
.h3-reform-kaigo,
.h3-casetop,
.h3-y100,
.h3-y200,
.h3-y300,
.h3-y400,
.h3-hojo {
	width: auto !important;
	height: auto !important;
	margin: 0 0 10px 0 !important;
	background-image: none !important;
}

.h3-newref img,
.h3-reform img,
.h3-reform-atataka img,
.h3-reform-taishin img,
.h3-reform-okusamav img,
.h3-reform-gaiheki img,
.h3-reform-kaigo img,
.h3-casetop img,
.h3-y100 img,
.h3-y200 img,
.h3-y300 img,
.h3-y400 img,
.h3-hojo img {
	display: block !important;
	width: 100% !important;
}

.h3-newref img,
.h3-casetop img,
.h3-y100 img,
.h3-y200 img,
.h3-y300 img,
.h3-y400 img,
.h3-hojo img {
	border: 1px solid #a2a9d1;
}

.h3-reform img,
.h3-reform-atataka img,
.h3-reform-taishin img,
.h3-reform-okusamav img,
.h3-reform-gaiheki img,
.h3-reform-kaigo img {
	border: 1px solid #6cccc8;
}

.footerlink-single ul {
	margin: 0 auto 20px auto;
	width: 100%;
	text-align: center;
}

.footerlink-single ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.footerlink-single li img {
	width: 95%;
}

.footerlink-single li {
	float: left;
	width: 50%;
	margin: 0 0 5px 0;
}

.content-area {
	padding-top: 0;
}

.breadcrumbs {
	padding: 10px;
}

#case-detail-case-newhouse h3,
#case-detail-case-reform h3 {
	font-size: 110%;
	background: none;
	padding: 0;
}

span.case {
	display: none;
}

.content-area {
	padding-top: 0 !important;
}

.frame-case-main img {
	width: 100%;
	margin: 0 0 15px 0;
}

.sub-frame-case-main {
	margin: 15px 0 0 0;
}

.frame-ato img,
.frame-chu img,
.frame-mae img {
	margin: 0 0 15px 0;
	width: 100%;
}

.frame-ato dd,
.frame-chu dd,
.frame-mae dd {
	margin: 0 0 15px 0;
}

.frame-case-voice {
	background: #e1f8f6;
	border-radius: 5px;
	border: 1px solid #24b7aa;
	padding: 10px;
	margin: 0 0 30px 0; 
}

.frame-case-voice img,
.frame-case-staff img {
	display: block;
	margin: 0 auto;
}

.frame-case-voice p {
	padding: 0;
	margin: 10px 0 0 0;
}

.frame-case-staff {
	background: #d7ebbc;
	border-radius: 5px;
	border: 1px solid #4f9428;
	padding: 10px;
	margin: 0 0 20px 0; 
}

.frame-case-staff p {
	padding: 0;
	margin: 10px 0 0 0;
}

.inner-frame-case-staff p {
	text-align: center;
	font-size: 90%;
}

.lineup-voice p {
	width: 100%;
}

.br-sp { display:none; }

dl.news {
	line-height: 2.0em;
	border-bottom: 1px dashed #2b2b2b;
}
	
dl.news dt.time {
	float: none;
	margin-right:15px;
	width:15%;
}
	
dl.news dd .tsCategory {
	margin-right:10px;
}
	
ul.top-event-list {
	width:100%;
	text-align: center;	
}
ul.top-event-list li {
	width:48%!important;
	margin-bottom:2%;
}

ul.top-event-list li p {
	margin:0;
	padding:0;
}

.lineup-events .eventsText {
	width:100%;
	float: left;
	margin-top:20px;
	margin-bottom:35px;
}
.lineup-events .eventsText span {
	font-weight: bold;
}

.lineup-events .eventsList {
	clear: both;
}

.eventsList table.listStyle {
}
.eventsList table.listStyle th {
	width:25%;
	padding:10px;
	text-align: center;
}
.eventsList table.listStyle td {
	font-size:120%;
	padding:10px;
	vertical-align: middle;
}

h2.entry-title-event {
	font-weight: bold;
	margin-top:15px;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}
h2.entry-title-event:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}
h2.entry-title-eventSb {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
	margin-bottom:10px;
}
.side-event {
	margin:0 0 20px 0;
	background: #6a3906;
	border: 5px solid #6a3906;
}
.side-event h2.title-side-events {
	color:#fff;
	font-size:160%;
	font-weight: bold;
	margin:10px;
	text-shadow: 1px 1px 1px #000000;
}
ul.side-event-list {
	padding:10px;
	background: #fff;
}
ul.side-event-list li {
	line-height: 1.5em;
	margin-bottom:10px;
	border-bottom: 1px dashed #6a3906;
}


} /* スマホ用　ここまで */



/* PC用 */
@media screen and (min-width: 641px) {

	#frame-staff {
		margin: 0 0 30px 0;
	}

	#frame-staff:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
	  	visibility:hidden;
	}

	#frame-staff img {
		float: left;
	}

	.inner-frame-staff {
		width: 65%;
		float: right;
	}

	#introduce div a {
		width: 230px;
		height: 65px;
	}

	#introduce div a:hover {
		opacity: 0.6;
	}

	.banner-staff img,
	.banner-worker img {
		display: none;
	}

	.banner-staff a {
		background: url(img/common/right_banner_staff.jpg) no-repeat;
		display: block;
	}

	.banner-worker a {
		background: url(img/common/right_banner_worker.jpg) no-repeat;
		display: block;
	}

	#frame-slider {
		display: block;
	}

	.flexslider {
		display: none;
	}
	
	.catch-sp {
		display: none;
	}

	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
	}

	.list-view .site-content .hentry {
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		/* display: none; */
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 120%;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

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

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}


	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}

	.site-content .entry-header {
		padding-right: 30px;
		padding-left: 30px;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}

	.site-content {
		/* margin-right: 33.33333333%; */
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 30px;
		padding-left: 30px;
	}

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

	.full-width .site-content {
		margin-right: 0;
		width: 100%;
	}

	.full-width .site-content .has-post-thumbnail .entry-header,
	.full-width .site-content .hentry.has-post-thumbnail:first-child {
		margin-top: -48px;
	}

	#secondary,
	#supplementary {
		padding: 0 0;
	}

	.content-sidebar {
		border: 0;
		float: right;
		/* margin-left: -33.33333333%; */
		/* padding: 48px 30px 24px; */
		position: relative;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.site-title {
		/* Search-toggle width = 48px */
		max-width: -webkit-calc(100% - 48px);
		max-width:         calc(100% - 48px);
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */

	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}

	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #3a3636;
	}

	/* Primary Navigation */

	.primary-navigation {
		font-size: 11px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		position: relative;
		top: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: table-cell;
		vertical-align: top;
		height: 48px;
		line-height: 48px;
		position: relative;
	}

	.primary-navigation li a {
		background-image: url(img/common/menu.gif);
		background-repeat: no-repeat;
		display: block;
		text-indent: -9999em;
		height: 37px;
		white-space: normal;
	}

	.primary-navigation li ul li a {
		background-image: none;
		background-repeat: no-repeat;
		text-indent: 0em;
		height: auto;
	}

	.primary-navigation li:first-child a {
		width: 59px;
		background-position: 0 0;
	}

	.primary-navigation li:first-child:hover a {
		background-position: 0 -37px;
	}

	.primary-navigation li:nth-child(2) a {
		width: 132px;
		background-position: -59px 0;
	}

	.primary-navigation li:nth-child(2) a:hover {
		background-position: -59px -37px;
	}

	.primary-navigation li:nth-child(3) a {
		width: 131px;
		background-position: -191px 0;
	}

	.primary-navigation li:nth-child(3) a:hover {
		background-position: -191px -37px;
	}

	.primary-navigation li:nth-child(4) a {
		width: 132px;
		background-position: -322px 0;
	}

	.primary-navigation li:nth-child(4) a:hover {
		background-position: -322px -37px;
	}

	.primary-navigation li:nth-child(5) a {
		width: 131px;
		background-position: -454px 0;
	}

	.primary-navigation li:nth-child(5) a:hover {
		background-position: -454px -37px;
	}

	.primary-navigation li:nth-child(6) a {
		width: 132px;
		background-position: -585px 0;
	}

	.primary-navigation li:nth-child(6) a:hover {
		background-position: -585px -37px;
	}

	.primary-navigation li:nth-child(7) a {
		width: 131px;
		background-position: -717px 0;
	}

	.primary-navigation li:nth-child(7) a:hover {
		background-position: -717px -37px;
	}

	.primary-navigation li:nth-child(8) a {
		width: 132px;
		background-position: -848px 0;
	}

	.primary-navigation li:nth-child(8) a:hover {
		background-position: -848px -37px;
	}

	.primary-navigation li ul li:first-child a,
	.primary-navigation li ul li:nth-child(2) a,
	.primary-navigation li ul li:nth-child(3) a,
	.primary-navigation li ul li:nth-child(4) a,
	.primary-navigation li ul li:nth-child(5) a,
	.primary-navigation li ul li:nth-child(6) a,
	.primary-navigation li ul li:nth-child(7) a,
	.primary-navigation li ul li:nth-child(8) a,
	.primary-navigation li ul li:first-child a:hover,
	.primary-navigation li ul li:nth-child(2) a:hover,
	.primary-navigation li ul li:nth-child(3) a:hover,
	.primary-navigation li ul li:nth-child(4) a:hover,
	.primary-navigation li ul li:nth-child(5) a:hover,
	.primary-navigation li ul li:nth-child(6) a:hover,
	.primary-navigation li ul li:nth-child(7) a:hover,
	.primary-navigation li ul li:nth-child(8) a:hover {
		width: auto;
		background-position: 0 0;
	}

	.primary-navigation ul ul {
		background-color: #fff;
		float: left;
		margin: 0;
		position: absolute;
		top: 37px;
		left: -999em;
		z-index: 99999;
		border-right: 1px solid #969ecb;
		border-left: 1px solid #969ecb;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 10px !important;
		white-space: nowrap;
		border-bottom: 1px solid #969ecb;
		font-size: 13px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		color: #3a3636;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #dadded;
		color: #3a3636;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}

	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
	}

	.full-width .site-content .alignright {
		clear: right;
	}

	.content-area,
	.content-sidebar {
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.comment-list .trackback,
	.comment-list .pingback,
	.comment-list article {
		margin-bottom: 36px;
		padding-top: 36px;
	}

	.comment-author .avatar {
		height: 34px;
		top: 2px;
		width: 34px;
	}

	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 50px;
	}

	.comment-list .children {
		margin-left: 20px;
	}

	.full-width .site-content .hentry.has-post-thumbnail:first-child {
		margin-top: -72px;
	}

	.featured-content {
		margin-bottom: 0;
	}

	.search-box-wrapper {
		padding-left: 182px;
	}

	.site-content {
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.content-sidebar {
		/* margin-left: -29.04761904%; */
		/* width: 29.04761904%; */	
		width: 230px;
	}

	#secondary {
		background-color: #fff;
		border: 0;
		clear: none;
		float: right;
		margin: 0;
		min-height: 100vh;
		width: 230px;
		box-sizing: border-box;
	}

	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: block;
		margin: 0 0 18px;
	}

	.site-description:empty {
		margin: 0;
	}

	.secondary-navigation {
		font-size: 11px;
		margin: 0 0 0 0;
		width: 100%;
	}

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

	.secondary-navigation a {
		padding: 5px 5px 5px 15px !important;
		background: url(img/common/icon_common.gif) no-repeat left;
		border-bottom: none !important;
	}

	.secondary-navigation ul ul {
		background-color: #24890d;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #eaf3f5 !important;
		color: #000 !important;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}

	.footer-sidebar .widget,
	.primary-sidebar .widget {
	}

	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0;
		width: 100%;
	}

	.footer-sidebar aside:first-child,
	.footer-sidebar aside:nth-child(2),
	.footer-sidebar aside:nth-child(3),
	.footer-sidebar aside:nth-child(4) {
		width: auto;
		float: left;
		padding: 0 20px 0 0;
		font-size: 90%;
	}

	.footer-sidebar aside:nth-child(4) {
		width: 31%;
		float: right;
		color: #000;
	}

	.footer-contact img {
		margin-bottom: 5px;
	}

	p.footer-contact-title {
		margin: 0 0 0 0;
		font-weight: bold;
		padding: 0 0 5px 0;
	}

	.footer-sidebar .widget h1,
	.primary-sidebar .widget h1 {
		font-size: 20px;
		line-height: 1.2;
	}

	.footer-sidebar .widget h2,
	.primary-sidebar .widget h2 {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.footer-sidebar .widget h3,
	.primary-sidebar .widget h3 {
		font-size: 16px;
		line-height: 1.5;
	}

	.footer-sidebar .widget h4,
	.primary-sidebar .widget h4 {
		font-size: 14px;
		line-height: 1.7142857142;
	}

	.footer-sidebar .widget h5,
	.primary-sidebar .widget h5 {
		font-size: 12px;
		line-height: 2;
	}

	.footer-sidebar .widget h6,
	.primary-sidebar .widget h6 {
		font-size: 11px;
		line-height: 2.1818181818;
	}

	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget blockquote,
	.primary-sidebar .widget blockquote {
		font-size: 14px;
		line-height: 1.2857142857;
	}

	.footer-sidebar .widget blockquote cite,
	.primary-sidebar .widget blockquote cite {
		font-size: 12px;
		line-height: 1.5;
	}

	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}

	.footer-sidebar .widget input[type="button"],
	.footer-sidebar .widget input[type="reset"],
	.footer-sidebar .widget input[type="submit"],
	.primary-sidebar .widget input[type="button"],
	.primary-sidebar .widget input[type="reset"],
	.primary-sidebar .widget input[type="submit"] {
		padding: 5px 15px 4px;
	}

	.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 11px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 18px;
	}

	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
		font-size: 11px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget_archive li,
	.footer-sidebar .widget_categories li,
	.footer-sidebar .widget_links li,
	.footer-sidebar .widget_meta li,
	.footer-sidebar .widget_nav_menu li,
	.footer-sidebar .widget_pages li,
	.footer-sidebar .widget_recent_comments li,
	.footer-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 6px;
	}

	.footer-sidebar .widget_archive li:last-child,
	.footer-sidebar .widget_categories li:last-child,
	.footer-sidebar .widget_links li:last-child,
	.footer-sidebar .widget_meta li:last-child,
	.footer-sidebar .widget_nav_menu li:last-child,
	.footer-sidebar .widget_pages li:last-child,
	.footer-sidebar .widget_recent_comments li:last-child,
	.footer-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_archive li:last-child,
	.primary-sidebar .widget_categories li:last-child,
	.primary-sidebar .widget_links li:last-child,
	.primary-sidebar .widget_meta li:last-child,
	.primary-sidebar .widget_nav_menu li:last-child,
	.primary-sidebar .widget_pages li:last-child,
	.primary-sidebar .widget_recent_comments li:last-child,
	.primary-sidebar .widget_recent_entries li:last-child {
		padding: 0;
	}

	.footer-sidebar .widget_categories li ul,
	.footer-sidebar .widget_nav_menu li ul,
	.footer-sidebar .widget_pages li ul,
	.primary-sidebar .widget_categories li ul,
	.primary-sidebar .widget_nav_menu li ul,
	.primary-sidebar .widget_pages li ul {
		border-top: 0;
		margin-top: 6px;
	}

	#supplementary {
		padding: 0;
	}

	.footer-sidebar {
		font-size: 13px;
		line-height: 1.5;
		background: url(img/common/footer_contents.gif) no-repeat top left;
	}

	.footer-sidebar li a {
		padding: 0 0 0 20px;
		background: url(img/common/icon_common.gif) no-repeat left;
	}

	.featured-content {
		padding-left: 182px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 0;
		padding-left: 0;
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		padding-right: 0;
		padding-left: 0;
	}

	.search-box .search-field {
		width: 324px;
	}

	.site-content,
	.site-main .widecolumn {
	}

	.site:before {
		width: 222px;
	}

	.search-box-wrapper,
	.featured-content {
		padding-left: 222px;
	}

	.secondary-navigation,
	.secondary-navigation ul ul {
		width: 222px;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}

	.slider .featured-content .entry-title {
		font-size: 33px;
	}

	.slider .featured-content .entry-header,
	.slider-control-paging {
		width: 534px;
	}

	.slider-control-paging {
		padding-left: 24px;
	}

	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}

	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}

	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 0;
		padding-left: 0;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		/* margin-right: 54px; */
	}

	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}

	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}

	/* ------------ added by yukihira ------------ */

	.report-inquiry {
		background: #f4edd3;
		padding: 20px;
		box-sizing: border-box;
		border: 1px solid #f4d668;
	}

	.report-inquiry img {
		margin-top: 0;
		margin-bottom: 0;
	}

	.report-form dt {
		margin: 0 0 5px 0;
	}

	.report-form dd {
		margin: 0 0 20px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px dashed #ccc;
	}

	.report-form span {
		color: red;
	}

	.report-form span.vertical-item {
		color: #2b2b2b;
	}

	h3.form_title {
		margin: 40px 0 10px 0;	
		padding: 15px;
		background: #FE8573;
		border: 1px solid #FE503C;
		color: #fff;
	}

	h3.bookTitle {
		margin: 0 0 20px 0;
		color: rgb(37, 148, 194);
		border-top: 1px solid #D6E8EF;
		border-bottom: 1px solid #D6E8EF;
		padding: 10px 0 10px 10px;
		background: #EFF3FF;	
		line-height: 1.5em;
	}

	.anchortop {
		text-align: right;
	}

	.anchortop a {
		text-decoration: none;
		padding: 10px;
		font-size: 70%;	
	}

	.content-area {
		padding: 0 0 0 0;
		width: 710px;
		float: left;
		box-sizing: border-box;
	}

	.main-content {
		width: 710px;
		float: left;
		box-sizing: border-box;
	}

	.site {
		background-color: #fff;
		width: 980px;
		margin: 0 auto;
		padding: 50px 0 0 0;
		position: relative;
		overflow-x: hidden;
	}

	.primary-navigation .nav-menu {
		display: block !important;
		clear: both;
		width: 980px;
		height: 37px;
		margin: 0 auto;
	}

	.site-navigation ul {
		background: none;
	}

	.site-navigation ul li a {
		padding: 0;
	}

	.site-navigation ul li a:hover {
		background-color: none !important;
	}

	.site-header {
		width: 980px;
		height: auto;
		margin: 10px auto 0 auto;
		box-shadow: none;
	}

h1.title {
	font-size: 90%;
    width: 500px;
    margin-top: 10px;
    line-height: 1.2em;
}

	.site-header h1 a {
		background: url(img/common/logo.gif) no-repeat;
		width: 125px;
		height: 57px;
		display: block;
		float: left;
		position: absolute;
		top: 15%;
	}
	.site-header .rogo-img a {
		background: url(img/common/logo.gif) no-repeat;
		width: 125px;
		height: 57px;
		display: block;
		float: left;
		position: absolute;
		top: 15%;
	}
	.site-header .rogo-img img {
		display: none;
	}
	.site-header h1 img {
		display: none;
	}

	.catch-and-contact {
		background: url(img/common/catch.gif) no-repeat;
		display: block;
		width: 407px;
		height: 108px;
		float: right;
		padding: 0 0 5px 0;
		text-indent: -9999em;
	}
	
	.site-header .rogo-imgs {
		width: 125px;
		height: 57px;
		display: block;
		float: left;
		position: absolute;
		top: 15%;
	}
	
	.catch-top {
		font-family: "Gothic MB101 Bold";
		font-size: 160%;
		display: block;
		width: 450px;
		height: 140px;
		float: right;
		color: #2eb6aa;
		line-height: 1.2em;
	}
	.catch-top span {
		 font-family: "A1 Mincho";
		 font-size: 72%;
		 color: #595757;
		 line-height: 1em;
	}
	.contact-tel {
		width: 420px;
	}

	.catch-and-contact img {
		display: none;
	}

	.rightbanner-report a {
		display: block;
		width: 230px;
		height: 334px;
		margin: 0 0 40px 0;
		text-indent: -9999em;
		background: url(img/common/right_banner_report) no-repeat;
	}

	.rightbanner-report img {
		display: none;
	}

	ul.banner-reform-big {
		margin-bottom: 15px;
	}

	ul.banner-reform-short {
		margin-bottom: 30px;
	}

	ul.banner-reform-big li a {
		display: block;
		width: 230px;
		height: 70px;
		margin: 0 0 5px 0;
		text-indent: -9999em;
	}

	ul.banner-reform-short li a {
		display: block;
		width: 230px;
		height: 36px;
		margin: 0 0 5px 0;
		text-indent: -9999em;
	}

	ul.banner-reform-big li a:hover,
	ul.banner-reform-short li a:hover {	
		opacity: 0.6;
	}

	ul.banner-reform-big li:first-child a {
		background: url(img/common/right_banner_hojokin.jpg) no-repeat;
	}

	ul.banner-reform-big li:nth-child(2) a {
		background: url(img/common/right_banner_nisetai.jpg) no-repeat;
	}

	ul.banner-reform-short li:first-child a {
		background: url(img/common/right_banner_yosan100.jpg) no-repeat;
	}

	ul.banner-reform-short li:nth-child(2) a {
		background: url(img/common/right_banner_yosan200.jpg) no-repeat;
	}

	ul.banner-reform-short li:nth-child(3) a {
		background: url(img/common/right_banner_yosan300.jpg) no-repeat;
	}

	ul.banner-reform-short li:nth-child(4) a {
		background: url(img/common/right_banner_yosan400.jpg) no-repeat;
	}

	.rightbanner-wake {
		margin-bottom: 10px;
		background: url(img/common/right_banner_wake.jpg) no-repeat;
		width: 605px;
		height: 70px;
	}

	.rightbanner-wake a {
		display: block;
		width: 605px;
		height: 70px;
	}

	.rightbanner-wake img {
		display: none;
	}

	.ebarafamily a {
		margin-bottom: 10px;
		display: block;
		background: url(img/common/right_banner_family.jpg) no-repeat;
		width: 604px;
		height: 80px;
	}

	.ebarafamily img {
		display: none;
	}

	

	ul.top-banner-newref:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
	  	visibility:hidden;
	}

	ul.top-banner-newref {
		display: table;
		margin: 0 0 15px 0;
		width: 100%;
	}

	ul.top-banner-newref li a {
		background-repeat: no-repeat;
		width: 340px;
		height: 100px;
		display: block;
	}

	ul.top-banner-newref li img {
		display: none;
	}

	ul.top-banner-newref li:first-child a {
		background-image: url(img/top/top_banner_newhouse.jpg);
		float: left;
	}
	
	ul.top-banner-newref li:nth-child(2) a {
		background-image: url(img/top/top_banner_reform.jpg);
		float: right;
	}

	h3.title-top-voice,
	h3.title-top-case,
	h3.title-top-events,
	h3.title-top-news {
		background-repeat: no-repeat;
		width: 695px;
		height: 42px;
		display: block;
		margin: 0 0 20px 0;
	}

	h3.title-top-voice img,
	h3.title-top-case img,
	h3.title-top-events img,
	h3.title-top-news img {
		display: none;
	}

	h3.title-top-voice {
		background-image: url(img/top/top_title_voice.gif);
	}

	h3.title-top-case {
		background-image: url(img/top/top_title_newcase.gif);
	}
	
	h3.title-top-events {
		background-image: url(img/top/top_title_events.png);
	}

	h3.title-top-news {
		background-image: url(img/top/top_title_news.png);
	}

	h2.title-top-omoi {
		width: 695px;
		height: 209px;
		margin: 0 0 0 0;
		display: block;
		background: url("img/top/top_title_omoi.jpg") no-repeat right;
	}

	h2.title-top-omoi img {
		display: none;
	}

	h2.title-top-omoi img {
		display: none;
	}

	.bg-omoi {
		background: url(img/top/top_bg_omoi.gif) no-repeat right;
		font-size: 80%;
		padding: 20px 30px 0 0;
		width: 695px;
		box-sizing: border-box;
	}

	.bg-omoi p {
		line-height: 1.8em;
		margin: 0 0 0 0;
	}

	.btn-top-omoi-more {
		position: relative;
		margin: 0 0 40px 0;
		width: 695px;
	}

	.btn-top-omoi-more a {
		display: block;
		width: 141px;
		height: 12px;
		background: url(img/top/top_omoi_more.gif) no-repeat;
		text-indent: -9999em;
		position: absolute;
		right: 0;
		border: none;
		margin: 0;
		padding: 0;
	}

	.btn-top-omoi-more img {
		display: none;
	}

	#footer-contact {
		width: 696px;
		height: 214px;
		position: relative;
		background: url(img/common/banner_contact.jpg) no-repeat;
	}

	#footer-contact li img {
		display: block;
	}

	#footer-contact li a:hover {
		opacity: 0.6;
	}

	#footer-contact li:first-child a,
	#footer-contact li:nth-child(2) a {
		position: absolute;
		background-repeat: no-repeat;
		top: 110px;
		display: block;	
	}

	#footer-contact li:first-child a {
		left: 30px;
	}

	#footer-contact li:nth-child(2) a {
		right: 30px;
	}

	.entry-meta span.newhouse,
	.entry-meta span.reform {
		width: 694px;
		height: 40px;
		margin: 0 0 20px 0;
		text-indent: -9999em;
		font-size: 100%;
		display: block;
	}

	.entry-meta span.newhouse img,
	.entry-meta span.reform img {
		display: none;
	}

	.entry-meta span.newhouse {
		background: url(img/newhouse/title_newhouse.gif) no-repeat;
	}

	.entry-meta span.reform {
		background: url(img/reform/title_reform.gif) no-repeat;
	}

	.entry-header h2.entry-title img.pc {
		display: block;
		border: 1px solid #c7c7c7;
	}
		
	.entry-header h2.entry-title img.sp {
		display: none;
	}

	.frame-case-single {
		width: 95%;
		margin: 0 auto 30px auto;
		display: block;
	}

	.frame-case-single dl {
		border: 1px solid #969ecb;
		width: 30%;
		margin: 0 5px 15px 5px;
		text-align: center;
		vertical-align: top;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		box-sizing: border-box;
	}

	.frame-case-single dl dt {
		background: #eee;
	}

	.frame-case-single dl dt img {
		width: 100%;
		max-height: 180px !important;
	}

	.frame-case-single dl dd {
		padding: 10px;
		margin: 0 0 0 0;
		font-size: 90%;
		text-align: left;
	}

	.frame-case-single dl dd a {
		margin: 3px 0 0 0;
		display: block;
	}

	.footerlink-single {
		width: 100%;
		margin: 0 auto 30px auto;
		display: block;
		text-align: center;
	}

	.footerlink-single li {
		padding: 5px 0;
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	.footerlink-single li:hover {
		opacity: 0.8;
	}

	span.case-newhouse,
	span.case-reform {
		font-size: 75%;
		color: #fff;
		padding: 3px 10px;
		border-radius: 10px;
		display: table-cell;
		vertical-align: middle;
	}

	span.case-newhouse {
		background: #14abd1;
	}

	span.case-reform {
		background: #25b7aa;
	}

	span.case,
	span.voice {
		display: none;
	}

	.frame-case-main {
		width: 100%;
		position: relative;
	}

	.frame-case-main:before {
		content: "　";
		background: url(img/case/icon_happa_mainimg.png) no-repeat;
		width: 214px;
		height: 252px;
		position: absolute;
		top: -20px;
		left: -10px;
	}

	.frame-case-main:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
	  	visibility:hidden;
	}

	.frame-case-main img {
		float: left;
		width: 50%;
		margin: 0 0 20px 0;
		border: 1px solid #DDD;
	}

	.sub-frame-case-main {
		float: right;
		width: 45%;
	}

	p.deai-txt {
		font-size: 75%;
		padding: 0 0 0 55%
	}

	#case-detail-case-newhouse dl.frame-nayami dt,
	#case-detail-case-reform dl.frame-nayami dt {
		padding: 0 0 0 20px;
		font-weight: normal;
		margin: 0 0 5px 0;
	}

	#case-detail-case-newhouse dl.frame-nayami dt {
		background: url(img/case/icon_case_nayami_newhouse.png) no-repeat top left;
		color: #24a2b9;
	}

	#case-detail-case-reform dl.frame-nayami dt {
		background: url(img/case/icon_case_nayami_reform.png) no-repeat top left;
		color: #24b7aa;
	}

	#case-detail-case-newhouse dl.frame-nayami dd,
	#case-detail-case-reform dl.frame-nayami dd {
		font-size: 90%;
		padding: 10px;
		border-radius: 10px;
	}

	#case-detail-case-newhouse dl.frame-nayami dd {
		color: #0f4b46;
		background: #dfe9f6;
		border: 3px solid #24a2b9;
	}

	#case-detail-case-reform dl.frame-nayami dd {
		color: #0f4b46;
		background: #e1f8f6;
		border: 3px solid #24b7aa;
	}

	dl.frame-nayami {
		width: 47%;
		float: left;
		margin: 30px 0;
	}

	#case-detail-case-reform dl.frame-goteian {
		background: url(img/case/icon_case_arrow_reform.png) no-repeat 0% 60%;
		padding: 0 0 0 25px;
	}

	#case-detail-case-newhouse dl.frame-goteian dt,
	#case-detail-case-reform dl.frame-goteian dt {
		text-indent: -9999em;
		width: 222px;
		height: 26px;
		display: block;
		margin: 0 auto 5px auto;
	}

	#case-detail-case-reform dl.frame-goteian dt,
	#case-detail-case-newhouse dl.frame-goteian dt {
		background: url(img/case/title_case_goteian_reform.png) no-repeat;
	}

	#case-detail-case-newhouse dl.frame-goteian dd,
	#case-detail-case-reform dl.frame-goteian dd {
		font-size: 90%;
		padding: 10px;
		border-radius: 10px;
		color: #fff;
	}

	#case-detail-case-reform dl.frame-goteian dd,
	#case-detail-case-newhouse dl.frame-goteian dd {
		background: #80ae3f;
		border: 3px solid #4f9428;
	}

	dl.frame-goteian {
		width: 47%;
		float: right;
		margin: 30px 0;
	}

	.frame-mae,
	.frame-chu,
	.frame-ato {
		width: 200px;
		height: auto;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 0 20px 20px 0;
		box-sizing: border-box;
		/* background: #eee; */
		/* border: 1px solid #ddd; */
		position: relative;
	}

	.frame-mae img,
	.frame-chu img,
	.frame-ato img {
		box-sizing: border-box;
	}			

	.frame-mae:after,
	.frame-chu:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
	  	visibility:hidden;
	}

	.frame-mae dd,
	.frame-chu dd,
	.frame-ato dd {
		font-size: 80%;
		text-align: left;	
		margin: 10px 0 0 0;
		padding: 0 10px 10px 10px;		
	}

	.frame-case-voice:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
	  	visibility:hidden;
	}

	.frame-case-voice img {
		float: left;
		width: 160px;
		height: auto;
		margin-right:5px;
	}

	.frame-case-voice p {
		font-size: 90%;
		padding: 0 0 0 0;
	}

	.frame-case-voice {
		background: #e1f8f6;
		border-radius: 10px;
		border: 3px solid #24b7aa;
		padding: 10px;
		margin: 0 0 30px 0; 
	}

	.frame-case-staff:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
	  	visibility:hidden;
	}

	.inner-frame-case-staff {
		float: right;
		text-align: center;
	}

	.inner-frame-case-staff img {
		width: 160px;
		height: auto;
	}

	.frame-case-staff p {
		font-size: 90%;
		padding: 5px 0 0 0;
		margin: 0 0 0 0;
	}

	.frame-case-staff {
		background: #d7ebbc;
		border-radius: 10px;
		border: 3px solid #4f9428;
		padding: 10px;
		margin: 0 0 20px 0; 
	}

	.frame-voice-top {
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.frame-voice-top div {
		width: 150px;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		margin-right: 10px;
	}

	.frame-voice-top div dl {
		padding: 0 0 0 0;
		text-align: left;
	}

	.frame-voice-top div img {
		margin: 0 0 5px 0;
		width: 100%;
	}

	.frame-voice-top div dt {
		font-size: 90%;
	}

	.frame-voice-top div dd {
		font-size: 80%;
		color: #888;
	}

	.frame-voice-top div p {
		font-size: 70%;
		padding: 0 0 0 0;
		text-align: right;
	}

	.frame-news {
		margin: 0 70px 20px 0;
		width: 160px;
		display: inline-block;
	}

	.frame-news img {
		max-width: 160px;
		max-height: 225px;
	}

	.frame-news dl {
		font-size: 90%;
		margin: 5px 0 0 0;
	}

	.frame-news dt {		
		color: #4553a3;
	}

	.frame-news dd {
		padding: 0 0 10px 0;
		color: #4553a3;
	}

	.frame-news dd span {
		color: #3a3636;
	}

	.frame-news p {
		margin: 0 0 0 0;
	}

	.top-footer-contact {
		display: none;
	}

	h2.listtitle-newhouse,
	h2.listtitle-reform,
	h2.listtitle-case-newhouse,
	h2.listtitle-case-reform {
		display: block;
		width: 230px;
		height: 74px;
		text-indent: -9999em;
		margin: 0 0 10px 0;
	}

	h2.listtitle-case-newhouse,
	h2.listtitle-case-reform {
		height: 43px !important;
	}

	h2.listtitle-newhouse img,
	h2.listtitle-reform img,
	h2.listtitle-case-newhouse img,
	h2.listtitle-case-reform img
		display: none;
	}

	h2.listtitle-newhouse {
		background: url(img/common/right_banner_newhouse.gif) no-repeat;
	}

	h2.listtitle-reform {
		background: url(img/common/right_banner_reform.gif) no-repeat;
	}

	h2.listtitle-case-newhouse {
		background: url(img/common/right_title_case_newhouse.jpg) no-repeat;
	}	

	h2.listtitle-case-reform {
		background: url(img/common/right_banner_case_reform.jpg) no-repeat;
	}

	.h3-newref,
	.h3-reform,
	.h3-reform-atataka,
	.h3-reform-taishin,
	.h3-reform-okusamav,
	.h3-reform-gaiheki,
	.h3-reform-kaigo,
	.h3-casetop,
	.h3-y100,
	.h3-y200,
	.h3-y300,
	.h3-y400,
	.h3-hojo {
		width: 694px;
		height: 39px;
		display: block;
		margin: 0 0 20px 0;
	}

	.introduce img {
		display: none;
		margin: 0 0 0 0;
	}

	.h3-newref img,
	.h3-reform img,
	.h3-reform-atataka img,
	.h3-reform-taishin img,
	.h3-reform-okusamav img,
	.h3-reform-gaiheki img,
	.h3-reform-kaigo img,
	.h3-casetop img,
	.h3-y100 img,
	.h3-y200 img,
	.h3-y300 img,
	.h3-y400 img,
	.h3-hojo img {
		display: none;
	}

	.h3-newref {
		background-image: url(img/newhouse/title_newhouse_case.gif);
	}

	.h3-reform-atataka {
		background-image: url(img/reform/title_reform_case-atataka.png);
	}
	
	.h3-reform-taishin {
		background-image: url(img/reform/title_reform_case-taishin.png);
	}
	
	.h3-reform-okusamav {
		background-image: url(img/reform/title_reform_case-okusamav.png);
	}
	
	.h3-reform-gaiheki {
		background-image: url(img/reform/title_reform_case-gaiheki.png);
	}
	
	.h3-reform-kaigo {
		background-image: url(img/reform/title_reform_case-kaigo.png);
	}

	.h3-reform {
		background-image: url(img/reform/title_reform_case.gif);
	}

	.h3-y100 {
		background-image: url(img/case/title_y100_case.gif);
	}

	.h3-y200 {
		background-image: url(img/case/title_y200_case.gif);
	}

	.h3-y300 {
		background-image: url(img/case/title_y300_case.gif);
	}

	.h3-y400 {
		background-image: url(img/case/title_y400_case.gif);
	}

	.h3-hojo {
		background-image: url(img/case/title_hojoreform_case.gif);
	}

	.h3-casetop {
		background-image: url(img/case/title_case.gif);
	}

	.content-area {
		padding-top: 10px;
	}

	.page-report ol {
		padding: 10px 20px;
		border: 1px solid #ccc;
		background: #eee;
		margin: 0 0 30px 0;
		line-height: 1.8em;
	}

	.page-report li {
		margin: 0 0 0 25px;
		border-bottom: 1px dashed #ccc;
		padding: 5px 0;
		line-height: 1.5em;
	}

	.page-report li a {
		text-decoration: none;
	}

	ul.text1 li,
	ul.text2 li,
	ul.text3 li,
	ul.text4 li {
		border-bottom: 0;
		border-bottom: 1px dashed #ccc;
		width: 75%;
		margin: 0 0 0 0;
		padding: 5px 5px 5px 20px;	
		background: url(img/report/icon_pencil.png) no-repeat left;	
		background-size: 3%;
	}

	ul.text1,
	ul.text2,
	ul.text3,
	ul.text4 {
		margin: 20px 0 0 0;
	}

	ul.text1 {
		background: url(img/report/book.gif) no-repeat 100% 50%;
	}

	ul.text2 {
		background: url(img/report/denka_book.gif) no-repeat 100% 50%;
	}

	ul.text3 {
		background: url(img/report/book03.gif) no-repeat 100% 50%;
	}

	ul.text4 {
		background: url(img/report/book04.gif) no-repeat 100% 50%;
	}

	#fb {
		width: 100%;
		background: #eee url(data:image/png;base64,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);
		margin: 30px auto 0 auto;
		display: block;
		text-align: center;
	}
	
	.heightLine-group {
		width:98%;
		margin-bottom:30px;
	}
	dl.news {
		line-height: 2.0em;
		border-bottom: 1px dashed #2b2b2b;
	}
	
	dl.news dt.time {
		float: left;
		margin-right:15px;
		width:15%;
	}
	
	dl.news dd .tsCategory {
		margin-right:10px;
	}

/**
 * イベント情報用new
 * -----------------------------------------------------------------------------
 */
.lineup-events {
	width:100%;
}

.lineup-events .eventsImg {
	width:50%;
	float: left;
}
.lineup-events .eventsImg p {
}

.lineup-events .eventsImg img {
	width:100%;
}

.lineup-events .eventsText {
	width:100%;
	float: left;
	margin-top:20px;
	margin-bottom:35px;
}
.lineup-events .eventsText span {
	font-weight: bold;
}

.lineup-events .eventsList {
	clear: both;
}

.eventsList table.listStyle {
}
.eventsList table.listStyle th {
	width:25%;
	padding:10px;
	text-align: center;
}
.eventsList table.listStyle td {
	font-size:120%;
	padding:10px;
	vertical-align: middle;
}

h2.entry-title-event {
	font-weight: bold;
	margin-top:15px;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}
h2.entry-title-event:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
}
h2.entry-title-eventSb {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
	margin-bottom:10px;
}
ul.top-event-list {
	width:100%;
	display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul.top-event-list li {
	width: 23%;
	padding: 1%;
	border: 1px solid #ccc;
	margin-right:2%;
	text-align: center;	
}

.side-event {
	margin:0 0 20px 0;
	background: #6a3906;
	border: 5px solid #6a3906;
}
.side-event h2.title-side-events {
	color:#fff;
	font-size:160%;
	font-weight: bold;
	margin:10px;
	text-shadow: 1px 1px 1px #000000;
}
ul.side-event-list {
	padding:10px;
	background: #fff;
}
ul.side-event-list li {
	line-height: 1.5em;
	margin-bottom:10px;
	border-bottom: 1px dashed #6a3906;
}


} /* PC用　ここまで */


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

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

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

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

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

	.entry-meta .tag-links a {
		color: #fff;
	}

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

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}

	.top-footer-contact {
		display: none;
	}

}

@media (max-width: 567px) {
	dl.news dt.time {
		width:25%;
		float: none;
	}
}