/*
Theme Name: Atelier Root3
Description: Atelier Root3 theme
Author: DA FLEX
Template: generatepress
Theme URI: http://www.root3.co.jp
Author URI: http://www.daflex.co.jp
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

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;
	margin: 0;
	outline: 0;
	padding: 0;
}
html {
	/*font-family: "brandon-grotesque",sans-serif;
	font-family: "cronos-pro-subhead",sans-serif;
	font-family: "balloon-urw",sans-serif;*/
	font-family: "catwing",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	/*font-family: "brandon-grotesque",sans-serif;
	font-family: "cronos-pro-subhead",sans-serif;
	font-family: "balloon-urw",sans-serif;
	font-family: "catwing",sans-serif;*/
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "catwing",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	background: #666;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 10px 20px;
	color: #FFF;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #606060;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #606060;
}
.button {
	padding: 10px 20px;
	display: inline-block;
	*display: inline;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	background: #FAFAFA;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

body.page-id-2 input[type="text"] {
	font-size:14px;
	height:22px!important;
}
body.page-id-2 td {
	border:0!important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	background: #FFF;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

input[type="file"] {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	/*margin-right: 0.5%;*/
}

.event-box .alignleft {
	display: inline;
	float: left;
	/*margin-right: 1.5em;*/
	margin-right: 0;
	text-align:center;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

figure a img {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
figure:hover a img {
     -webkit-filter: brightness(1.3);
     -moz-filter: brightness(1.3);
     -o-filter: brightness(1.3);
     -ms-filter: brightness(1.3);
     filter: brightness(1.3);
}

figure a + figcaption {
	display:block;
	margin: 0 20%;
	padding:3px 0;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:6px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
figure:hover a + figcaption {
	background-color:#cac7b7;
	/*padding: 3px 20%;*/
	box-sizing:border-box;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

.no-results{
    width:100%;
}
/* =Menu
----------------------------------------------- */

.main-navigation {
	z-index: 10000;
}

.main-navigation {
	padding: 0;
}
.main-navigation ul li a {
	display: block;
}
.menu-toggle {
	margin: 0;
	padding: 0;
}
.menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	line-height: 1em;
}
.toggled .menu-toggle:before {
	content: "\f00d";
}
.menu-toggle .mobile-menu {
	margin-left: 10px;
}
.menu-toggle .mobile-menu:empty {
	display: none;
}
.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding: 10px 20px;
}
.main-navigation {
	clear: both;
	display: block;
}
.inside-navigation {
	position: relative;
}
.main-navigation ul,
.menu-toggle li.search-item {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	display: none;
	float: left;
	position: absolute;
	left: 0;
	z-index: 99999;
	width:200px;
	text-align:left;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	display: block;
}
.main-navigation ul ul li {
	width:100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.sfHover > ul,
.secondary-navigation ul li:hover > ul,
.secondary-navigation ul li.sfHover > ul {
	display: block;
}
.dropdown-click .main-navigation ul li:hover > ul,
.dropdown-click .main-navigation ul li.sfHover > ul,
.dropdown-click .secondary-navigation ul li:hover > ul,
.dropdown-click .secondary-navigation ul li.sfHover > ul {
	display: none;
}
.dropdown-click .main-navigation ul.toggled-on,
.dropdown-click .main-navigation ul li:hover > ul.toggled-on,
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on,
.dropdown-click .secondary-navigation ul.toggled-on,
.dropdown-click .secondary-navigation ul li:hover > ul.toggled-on,
.dropdown-click .secondary-navigation ul li.sfHover > ul.toggled-on {
	display: block;
}
.nav-float-right .main-navigation {
	float:right;
}
.nav-float-left .main-navigation {
	float: left;
}
.nav-float-left .site-branding,
.nav-float-left .site-logo {
	float: right;
	clear: right;
}
.site-header {
	position:relative;
}
.header-aligned-left .site-header {
	text-align: left;
}
.header-aligned-center .site-header {
	text-align: center;
}

.header-aligned-right .site-header {
	text-align: right;
}

.site-header .header-image {
	vertical-align: middle;
}

.main-navigation .main-nav ul ul li a, 
.nav-float-right .main-navigation .main-nav ul ul li a {
	line-height: normal;
}


.nav-float-right .main-navigation ul ul ul{
	top: 0
}

.main-navigation li.search-item {
	float: right;
	z-index: 21;
}

.nav-aligned-center .main-navigation li.search-item.current-menu-item {
	position: absolute;
	right: 0;
}

.main-navigation li.search-item i {
	transform: rotate(90deg);
}

.navigation-search {
	position: absolute;
	right: 0;
	display: none;
	z-index: 20;
	width: 100%;
	bottom: 0;
}

.navigation-search input {
	border: 0;
	vertical-align: bottom;
	line-height: 0;
	opacity: 0.9;
	width: 100%;
	z-index: 20;
	font-size: 16px;
}

.navigation-search input::-ms-clear {
    display: none;
}

.nav-left-sidebar .main-navigation li.search-item,
.nav-right-sidebar .main-navigation li.search-item {
	width: auto;
	display: inline-block;
}

.nav-left-sidebar .main-navigation li.search-item.current-menu-item,
.nav-right-sidebar .main-navigation li.search-item.current-menu-item {
	float: right;
}

.navigation-search input:focus {
	outline: 0;
}

.nav-aligned-right.nav-below-header .main-navigation .menu > li, 
.nav-aligned-right.nav-above-header .main-navigation .menu > li, 
.nav-aligned-center.nav-below-header .main-navigation .menu > li, 
.nav-aligned-center.nav-above-header .main-navigation .menu > li {
	float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
	letter-spacing: -0.31em;
	font-size: 1em;
}

.nav-aligned-right .main-navigation ul li,
.nav-aligned-center .main-navigation ul li {
	letter-spacing: normal;
}

.nav-aligned-left.nav-below-header .main-navigation,
.nav-aligned-left.nav-above-header .main-navigation {
	text-align: left;
}

.nav-aligned-center.nav-below-header .main-navigation,
.nav-aligned-center.nav-above-header .main-navigation {
	text-align: center;
}

.nav-aligned-right.nav-below-header .main-navigation,
.nav-aligned-right.nav-above-header .main-navigation {
	text-align: right;
}
.nav-aligned-center .main-navigation ul li.facebook,
.nav-aligned-center .main-navigation ul li.instagram {
	width:28px;
	height:60px;
	margin:0 20px;
	color:rgba(255,255,255, 0);
	padding:0;
}
.nav-aligned-center .main-navigation ul li.facebook a {
	color:rgba(255,255,255, 0);
	padding:0;
	background-image:url(./images/facebook-icon.svg);
	background-repeat:no-repeat;
	background-position:0 15px;
}
.nav-aligned-center .main-navigation ul li.facebook a:hover {
	background-image:url(./images/facebook-icon-black.svg);
	background-repeat:no-repeat;
	background-position:0 15px;
}
.nav-aligned-center .main-navigation ul li.instagram a {
	color:rgba(255,255,255, 0);
	padding:0;
	background-image:url(./images/instagram-icon.svg);
	background-repeat:no-repeat;
	background-position:0 15px;
}
.nav-aligned-center .main-navigation ul li.instagram a:hover {
	background-image:url(./images/instagram-icon-black.svg);
	background-repeat:no-repeat;
	background-position:0 15px;
}
.main-navigation ul li .dropdown-toggle,
.secondary-navigation ul li .dropdown-toggle {
	display: none;
}

.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-left: 10px;
	padding-right: 15px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.sidebar .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.dropdown-menu-toggle:before {
	content: "\f107";
	font-family: FontAwesome;
	line-height: 1em;
}

.dropdown-click .menu-item-has-children.sfHover > a .dropdown-menu-toggle:before {
	content: "\f106";
}

.dropdown-hover .sub-menu .dropdown-menu-toggle:before,
.dropdown-hover .children .dropdown-menu-toggle:before {
	content: "\f105";
}

.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before {
	content: "\f104";
}

.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before {
	content: "\f105";
}

.dropdown-click .main-navigation ul ul ul,
.dropdown-click .secondary-navigation ul ul ul {
	left: 0;
	top: auto;
	position: relative;
}

.dropdown-click.both-right .widget-area .secondary-navigation ul ul, 
.dropdown-click.right-sidebar .widget-area .secondary-navigation ul ul, 
.dropdown-click.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul {
	right: 0;
}

.dropdown-click .widget-area .main-navigation ul ul,
.dropdown-click .widget-area .secondary-navigation ul ul {
	left: 0;
	right: 0;
	top: auto;
	position: relative;
	float: none;
	width: 100%;
}

.main-navigation .main-nav ul li.menu-item-has-children > a,
.secondary-navigation .main-nav ul li.menu-item-has-children > a {
	padding-right: 0;
	position: relative;
}

.widget-area .main-navigation li,
.widget-area .secondary-navigation li {
	float: none;
	display: block;
	width:100%;
	padding: 0;
	margin: 0;
}

.widget-area .main-navigation ul ul,
.widget-area .secondary-navigation ul ul {
	top: 0;
	left: 100%;
	width:220px;
}

.dropdown-hover.both-right .widget-area .main-navigation ul ul,
.dropdown-hover.right-sidebar .widget-area .main-navigation ul ul,
.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .main-navigation ul ul
 {
	right: 100%;
	left: auto;
}

.slideout-navigation .dropdown-menu-toggle:before {
	content: "\f107" !important;
}
	
.slideout-navigation .sfHover > a .dropdown-menu-toggle:before {
	content: "\f106" !important;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 2em;
}
.posted-on .updated {
	display: none;
}
.byline {
	display: inline;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog .format-status .entry-title, 
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
    display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
	margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
	margin-bottom: 0;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position:relative;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	padding: 8px 10px;
	margin: 0 auto;
	background:#ffffff;
	/*border:1px #666666 solid;*/
	color:#ffffff;
	width:80%;
	text-align:center;
}
.event-box .wp-caption .wp-caption-text {
	font-size:18px;
	padding: 8px 10px;
	margin: 0 auto;
	/*background:#666666;*/
	/*border:1px #666666 solid;*/
	color:#666;
	width:80%;
	text-align:center;
	position:relative;
}
.wp-caption .wp-caption-text a, .wp-caption .wp-caption-text a:visited, .wp-caption .wp-caption-text a:hover {
	color:#666;
	text-decoration: none;
}

.wp-caption img {
	position: relative;
	vertical-align: bottom;
}

.catbox figure {
	width:33%;
	max-width:426px;
	height:auto;
	float:left;
	text-align:center;
}
.tagbox figure {
	width:25%;
	max-width:300px;
	height:auto;
	float:left;
	text-align:center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

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


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 2em;
	overflow: hidden;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment,
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-author-info {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
}

.comment-meta .avatar {
	float: left;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.entry-meta.comment-metadata {
	margin-top: 0;
}

.comment-content {
	margin-top: 1.5em;
}

.comment-respond {
	margin-top: 1.5em;
}
.comment-form > .form-submit {
	margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
	margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
	display: block;
}

.comment-metadata .edit-link:before {
	display: none;
}

.comment-body {
	padding: 30px 0;
}

.comment-content {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
	padding-left: 30px;
	margin-top: -30px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
	font-size: 13px;
}

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

.comment-list > .comment:first-child {
	padding-top:0;
	margin-top:0;
	border-top: 0;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 30px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Categories widget */
.widget_categories .children {
    margin-left: 1.5em;
	padding-top: 5px;
}
.widget_categories .children li:last-child {
	padding-bottom: 0;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =Start custom CSS
----------------------------------------------- */

body {
	font-size: 15px;
}

a {
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}

.main-title {
	word-wrap: break-word;
}

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

pre {
	background: rgba(0, 0, 0, 0.05);
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	padding: 20px;
	font-size: 1.2em;
	font-style:italic;
	margin: 0 0 1.5em;
	position: relative;
}

blockquote p:last-child {
	margin: 0;
}

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: 0 0 1.5em;
    width: 100%;
}
th,
td {
	padding: 8px;
}
th {
    border-width: 0 1px 1px 0;
}
td {
    border-width: 0 1px 1px 0;
}

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

fieldset {
	padding: 0;
	border: 0;
	min-width: inherit;
}

fieldset legend {
	padding: 0;
	margin-bottom: 1.5em;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-item img {
	vertical-align: bottom;
}

.gallery-icon {
	padding: 5px;
}

.separate-containers .inside-article,
.separate-containers .widget,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
	padding: 20px;
}

h1 {
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 1.5em;
	border-bottom:1px #666666 solid;
	color:#666666;
}
h2 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
h3 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h4, h5, h6 {
	margin-bottom: 20px;
}

/* Layout spacing */
.right-sidebar .site-main {
	margin: 30px 30px 30px 0;
}
.left-sidebar .site-main {
	margin: 30px 0 30px 30px;
}
.both-sidebars.separate-containers .site-main {
	margin: 30px;
}
.both-right.separate-containers .site-main {
	margin: 30px 30px 30px 0;
}
.both-left.separate-containers .site-main {
	margin: 30px 0px 30px 30px;
}
.both-left .inside-left-sidebar {
	margin-right: 15px;
}
.both-left .inside-right-sidebar {
	margin-left: 15px;
}
.both-right .inside-left-sidebar {
	margin-right: 15px;
}
.both-right .inside-right-sidebar {
	margin-left: 15px;
}
.site-main {
	margin: 30px 0;
}
.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
	margin-bottom: 0;
}
.inside-right-sidebar,
.inside-left-sidebar {
	margin: 30px 0;
}
.one-container .site-main {
	margin-top: 0;
	margin-bottom: 0;
}
.one-container .site-content {
	padding: 40px;
}
.one-container .site-main {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.one-container.both-right .site-main,
.one-container.right-sidebar .site-main {
	margin-right: 60px;
}
.one-container.both-left .site-main,
.one-container.left-sidebar .site-main {
	margin-left: 60px;
}
.one-container.both-sidebars .site-main {
	margin-left: 60px;
	margin-right: 60px;
}
.one-container .inside-right-sidebar,
.one-container .inside-left-sidebar {
	margin-top: 0;
}
.one-container .inside-article {
	padding: 0 0 30px 0;
}
.one-container.page .inside-article {
	padding-bottom: 0;
}

#main.site-main{
    display: flex;
    flex-wrap: wrap;
}

body.home #main article,
body.category-interior #main article,
body.category-accessory #main article,
body.category-orgel #main article{
    max-width: 230px;
}
/* Widget styling */
.widget {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.widget-title {
	margin-bottom: 20px;
	font-size: 16px;
}
.widget ul,
.widget ol {
	margin: 0;
}
.widget ul li {
	list-style-type: none;
	position:relative;
	padding-bottom: 5px;
}
.widget ul li ul li:before {
	opacity:.7;
}
.widget .search-field {
	width: 100%;
}
.widget:last-child,
.separate-containers .widget:last-child {
	margin-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
	margin-left: 1em;
	margin-top: 5px;
}

.widget ul li.menu-item-has-children,
.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children,
.widget ul li.page_item_has_children {
	padding-bottom:0;
}

.header-widget .widget-title {
	margin-bottom: 15px;
}

#wp-calendar {
	table-layout: fixed;
	font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
	border-right: 0;
}

.sidebar .grid-container {
	max-width:100%;
	width:100%;
}

.footer-widgets {
	padding: 40px 0;
}

.inside-footer-widgets .inner-padding {
	padding: 0 40px;
}
.site-info {
	text-align: center;
}

/* Posts */
.entry-title {
	margin-bottom: 0;
}
.entry-header {
	word-wrap: break-word;
}
.page-header {
	margin-bottom: 30px;
}
.page-header h1 {
	font-size: 36px;
}
.page-header .avatar {
	float: left;
	margin-right: 1.5em;
}
.page-header .author-info {
	overflow: hidden;
}
.page-header > *:last-child {
	margin-bottom:0;
}
.entry-meta {
	font-size: 85%;
	margin-top: .5em;
}
footer.entry-meta {
	margin-top: 2em;
}

footer.entry-meta .author:before {
	content: "\f007";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}
footer.entry-meta .posted-on:before {
	content: "\f073";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}
.cat-links:before {
	content: "\f07b";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}
.tags-links:before {
	content: "\f02c";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}
.comments-link:before {
	content: "\f075";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}
.edit-link:before {
	content: "\f013";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}
.nav-previous .prev:before {
	content: "\f0d9";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}
.nav-next .next:before {
	content: "\f0da";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 5px;
	width: 13px;
	text-align:center;
}

.cat-links,
.tags-links,
.comments-link,
footer.entry-meta .posted-on,
footer.entry-meta .byline {
	display: block;
}

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

.paging-navigation:before,
.paging-navigation:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.paging-navigation:after {
	clear: both;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	display: none;
}

.comment-respond {
	margin-top: 0;
}

.read-more-container {
	margin-bottom: 0;
}


.next-month{
    display: none;
}



/* Site header */

.main-title {
	margin: 0;
	font-size: 50px;
	line-height: 1.2em;
}
.site-logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%;
}
.site-description {
	margin: 0;
}
.header-widget {
	float: right;
	overflow: hidden;
	max-width: 50%;
}
.header-widget .widget {
	padding: 0 0 20px;
	margin-bottom: 0;
}
.header-widget .widget:last-child {
	padding-bottom:0;
}
.nav-float-right .header-widget .widget {
	padding: 0 0 10px;
}
.nav-float-right .header-widget .widget:last-child {
	padding-bottom: 0;
}
.nav-float-right .header-widget {
	position:relative;
	top: -10px;
}

.post-image {
	margin: 2em 0 0;
}

/* Page Header Add-on */
.page-header-image,
.page-header-image-single {
	line-height: 0; /* no more weird spacing */
}

.separate-containers .page-header-image,
.separate-containers .page-header-content {
	/*margin-top: 30px;*/
	margin-top: 0px;
}

.inside-page-header {
	padding: 40px;
}

.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
	margin-top: 30px;
}

.separate-containers .inside-article .page-header-image-single,
.separate-containers .inside-article .page-header-content-single,
.one-container .inside-article .page-header-image-single,
.one-container .inside-article .page-header-content-single,
.separate-containers .inside-article .page-header-image, 
.separate-containers .inside-article .page-header-content,
.one-container .inside-article .page-header-image, 
.one-container .inside-article .page-header-content  {
	margin-bottom: 2em;
	margin-top: 0;
}

/* WooCommerce */
.woocommerce .page-header-image-single {
	display: none;
}

.woocommerce .entry-content,
.woocommerce .product .entry-summary {
	margin-top: 0;
}

/* bbPress */
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results,
#bbpress-forums,
div.bbp-breadcrumb, 
div.bbp-topic-tags {
	font-size: inherit;
}

.single-forum #subscription-toggle {
	display: block;
	margin: 1em 0;
	clear: left;
}

#bbpress-forums .bbp-search-form {
	margin-bottom: 10px;
}

.bbp-login-form fieldset {
	border: 0;
	padding: 0;
}

/* BuddyPress */
#buddypress form#whats-new-form #whats-new-options[style] {
	min-height: 6rem;
	overflow: visible;
}

/* SiteOrigin Page Builder */
.so-panel.widget {
	padding: 0;
}

/* Beaver Builder */
.fl-builder .container.grid-container {
	max-width: 100%;
}

.fl-builder.one-container .site-content {
	padding:0;
}

/* MailChimp CSS */
#mc_embed_signup .clear {
	display: block;
	height: auto;
	visibility: visible;
	width: auto;
}



/* Back to top icon */
.generate-back-to-top,
.generate-back-to-top:visited {
	font-size: 20px;
	background: rgba( 0,0,0,0.4 );
	color: #FFF;
	border-radius: 3px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	line-height: 40px;
	width: 40px;
	text-align: center;
}

.generate-back-to-top:hover,
.generate-back-to-top:focus {
	background: rgba( 0,0,0,0.6 );
	color: #FFF;
}

/* Mobile menu */
.menu-toggle,
.mobile-bar-items {
	display: none;
	cursor: pointer;
}

/* Backwards compatibility until Slideout is updated */
.slideout-mobile.dropdown-hover .slideout-navigation .dropdown-menu-toggle,
.slideout-both.dropdown-hover .slideout-navigation .dropdown-menu-toggle {
	display: none;
}

.slideout-desktop.dropdown-hover #generate-slideout-menu .slideout-menu .menu-item-has-children>a:first-child,
.dropdown-click #generate-slideout-menu .slideout-menu .menu-item-has-children>a:first-child {
	padding-right: 0;
}

.dropdown-click #generate-slideout-menu.main-navigation .main-nav ul li .dropdown-toggle {
	display: none;
}

.slideout-navigation .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.grid-container h2 {
	font-size:40px;
}
.hbox {
	width:18%;
	height:auto;
	float:left;
	margin:3% 2% 3% 0;
	/*background-color:#ffffff;
	border-radius:4px;*/
}
.hbox:last-child {
	margin:3% 0;
}
.event-box h2 {
	font-weight:100;
	font-stretch:expanded;
	font-size:40px;
	color:#333333;
}
.hbox h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:3px #333333 solid;
	margin-bottom:2%;
}
.hbox ul {
	margin:0;
}
.hbox ul li{
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background-image:url(images/arrow-rect-gray1.png);
	background-repeat:no-repeat;
	background-position:0 5px;
}
.tsuta-line span.hide {
	display:none;
}
.tsuta1 { 
	width:100%;
	background-size:contain;
	background-color: #ffffff; 
	/*background-image: url(images/tsuta-line3-mid.jpg); */
	background-image: url(images/div-line-3leaves.png); 
	background-repeat:no-repeat;
	position:relative;
}
.tsuta1:before { 
	content:"";
    display: block;
    padding-top: 9.8%;
}
.tsuta1.generate-sections-inside-container {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#generate-section-2 { background-color: #ffffff;  }
#generate-section-2 .generate-sections-inside-container { padding-top: 40px; padding-bottom: 40px;  }

.tsuta2 {
	width:100%;
	background-size:contain;
	background-color: #ffffff; 
	/*background-image: url(images/tsuta-line2-mid.jpg);*/
	background-image: url(images/div-line-3leaves.png); 
	background-repeat:no-repeat;
	position:relative;
}
.tsuta2:before  { 
	content:"";
    display: block;
    padding-top: 9.8%;
}
.tsuta2.generate-sections-inside-container {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.tsuta3 {
	width:100%;
	background-size:contain;
	background-color: #ffffff; 
	/*background-image: url(images/tsuta-line-long.jpg);*/
	background-image: url(images/div-line-3leaves.png); 
	background-repeat:no-repeat;
	position:relative;
}
.tsuta3:before { 
	content:"";
    display: block;
    padding-top: 9.8%;
}
.tsuta3.generate-sections-inside-container {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.tsuta4 {
	width:100%;
	background-size:contain;
	background-color: #ffffff; 
	/*background-image: url(images/tsuta-line2-mid.jpg);*/
	background-image: url(images/div-line-3leaves.png); 
	background-repeat:no-repeat;
	position:relative;
}
.tsuta4:before { 
	content:"";
    display: block;
    padding-top: 9.8%;
}
.tsuta4.generate-sections-inside-container {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.generate-sections-inside-container { padding-top: 0px; padding-bottom: 0px;  }
.category-select{
    text-align: center;
}
.category-select .category-select-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:98vw;
    max-width: 700px;
    margin: 0 auto;
}
.category-select .category-select-inner .category-btn{
    width:30%;
    border: 1px #ccc solid;
}
.category-select .category-select-inner .category-btn a{
    padding: 1rem .3rem;
    display: block;
}
body .grid-container {
    max-width: 100%!important;
}
body.home .inside-header,
body.home .inside-navigation,
body.home .inside-footer-widgets,
body.single .inside-header,
body.single .inside-navigation,
body.single .inside-footer-widgets,
body.page .inside-header,
body.page .inside-navigation,
body.page .inside-footer-widgets,
body.archive .inside-header,
body.archive .inside-navigation,
body.archive .inside-footer-widgets,
body.search .inside-header,
body.search .inside-navigation,
body.search .inside-footer-widgets {
    max-width: 1280px!important;
}

body.home .inside-footer-widgets,
body.single .inside-footer-widgets,
body.page .inside-footer-widgets,
body.archive .inside-footer-widgets {
	display:flex;
}

.slider,
body.home #primary,
body.archive #primary,
body.single #content,
body.page #content,
body.archive #content,
body.search #content {
	max-width:1280px!important;
	/*width:100%;*/
	margin:0 auto;
}
.video{
    width:100%;
    max-width: 1280px;
    margin: 1rem auto;
    text-align: center;
}
.video .more-btn{
    margin: 1rem auto;
    width: 90%;
    border: 1px #ccc solid;
    max-width: 560px;
    padding: 1rem 0;
}
.video .more-btn a{
    display: block;
}
body.category #primary.seisaku,
body.category-saiji #primary,
body.category-info #primary {
	width:75%!important;
	margin:0 auto;
}

.masonry .grid-sizer,
.masonry .masonry-post {
    width: 50%!important;
	text-align:center!important;
}
.thumbnail_box {
	
}
.zaiko,
.thumtitle,
.price {
	text-align:left;
	font-size:12px;
	/*width:90%;
	max-width:230px;*/
	word-wrap:break-word;
}
.thumtitle{
    min-height: 54px!important;
}
li.facebook-ico,
li.facebook-ico {
	background-image:url(images/FB-f-Logo__blue_29.png);
	background-repeat:no-repeat;
	background-position:15px 15px;
	width:60px;
	height:60px;
	text-indent:-9999px;
}
li.facebook-ico a {
	display:block;
	text-indent:-9999px;
}
#saiji {
	width:100%;
	max-width:700px;
	margin:0 auto;
	overflow:hidden;
}
#top-saiji {
	width:700px;
	margin:0;
	list-style:none;
}
#top-saiji li {
	width: 100%;
	height: auto;
	max-width: 700px;
	margin: 0 10px 20px;
	border-bottom: 1px #ccc dotted;
}
#top-saiji li a {
	font-size:18px;
	color:#339999!important;
	border-bottom:1px #339999 solid;
}
.saijipref {
	font-size:16px;
	color:#fff!important;
	background-color:#339999;
	border-radius:6px;
	padding:2px 5px;
}
.saiji-date {
	display:block;
	margin:10px 0;
}
#top-message {
	text-align:center;
	font-size:14px;
	margin:20px auto;
}
.wp-pagenavi {
	margin-bottom:40px;
}
.small-kana {
	font-size:11px;
	display:block;
}
.cat-descript {
	display:block;
	font-size:1%;
	text-indent:-9999px;
}
#subcat {
	width:100%;
	max-width:1280px;
	margin:0;
	clear:both;
}
#subcat ul {
	width:100%;
	max-width:1280px;
	margin:0;
	list-style:none;
}
#subcat ul li {
	display:inline-block;
	margin:1% 3%;
}
.separate-containers .hentry,
.separate-containers .page-header,
.widget-area .main-navigation {
    margin-bottom: 20px;
}
.sidebar .widget {
    background-color:#f9f9f9;
    color: #666666;
}
.plain-list {
	width:100%;
}

.breadcrumbs {
	margin:20px 0;
	padding:0 10px;
}
body .grid-container .centerbox {
	width:100%;
	max-width:1280px!important;
	margin:0 auto 60px auto;
	height:auto;
}

.sticky-menu-fade .navigation-clone {
    z-index: 10000!important;
}

#maintenance-page{
	display: none;
}

#special-no-results{
    margin: 0 auto;
    width: 400px;
    position: relative!important;
}

#welcart_calendar-5{
    width:90%;
    max-width: 760px;
    margin: 0 auto;
}
#welcart_calendar-5 .widget-title{
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

#itempage .field .field_name.redbold {
    color: #ED5B14;
    font-weight: bold;
}
#itempage .field .field_price.redbold {
    text-align: left!important;
}

.sp-mess.strong{
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: red;
}
@media (min-width: 768px) and (max-width:1024px) {
.tablet-grid-50 {
    float: left;
    width: 100%;
}
.inside-footer-widgets .inner-padding {
    padding: 0 10px;
}

.separate-containers .inside-article, .separate-containers .widget, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 10px;
}

}
/* Menu class for items to float right */
@media (min-width: 769px) {
	.sf-menu > li.menu-item-float-right {
		float: right !important;
	}
	.masonry .grid-sizer,
	.masonry .masonry-post {
		width: 20%!important;
		text-align:center!important;
	}

    p.cart-alert{
        width:60%;
        margin: 0 auto;
    }
    .big-strong{
        font-size: 1rem;
        font-weight: bold;
        display:block;
        text-align: center;
        margin-bottom: .5rem;
    }
body.home .grid-container h2,
body.home .grid-container h2.link-head a{
	font-size:36px;
	text-align:center;
	color:#339999;
}
	body.home .grid-container h2.link-head a:hover{
	font-size:36px;
	text-align:center;
	color:#007C6D;
}
.grid-container h2 {
	font-size:24px;
}
.masonry .grid-sizer, .masonry .masonry-post {
    width: 20% !important;
	height:auto;
    text-align: center !important;
}
.entry-content h2 {
	margin-top:40px;
}
.entry-content p {
	margin-left:20px;
}
.cat-short-mess {
	text-align:center;
}
.fl-flex.snsbox {
	display: flex;
    margin: 0 auto;
    width:150px;
    height: auto;
    justify-content: space-between;
    float: initial;
} 
.fl-flex .fl-item{
    width:48px;
    height: 48px;
} 
#generate-section-444 {
	max-width:640px!important;
	width:100%;
	margin:0 auto;
}
.top-movie {
	text-align:center;
}
.fb-page {
	float:left;
	width:45%;
}
.snsbox {
	float:left;
	width:50%;
	height:auto;
}
.top-infoline {
	text-align:center;
	font-size:14px;
	line-height:150%;
	width:100%;
	max-width:1280px;
	margin:20px auto;
}
}
@media (max-width: 768px) {
	.sf-menu > li.menu-item-float-right {
		float: none !important;
		display: inline-block;
	}
	.menu-toggle,
	.mobile-bar-items {
		display: block;
		cursor: pointer;
	}
.nav-search-enabled .mobile-header-navigation .menu-toggle {
    padding-right: 10px!important;
}
body.home .grid-container h2 {
	font-size:28px;
	text-align:center;
	color:#339999;
}
.grid-container h2 {
	font-size:20px;
}
.cat-short-mess {
	text-align:center;
}
#primary #main.site-main {
	margin:0!important;
}
.separate-containers .inside-article,
.separate-containers .widget,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
	padding: 10px;
}
.separate-containers header.page-header {
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
}
.separate-containers .inside-article {
	border-bottom:1px #666666 dotted;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
footer.entry-meta {
    margin-top: 0;
}
.masonry .grid-sizer, .masonry .masonry-post {
    width: 25% !important;
    text-align: center !important;
}
.footer-widgets {
    padding: 10px 0;
}
.footer-widget-2,
.footer-widget-3,
.footer-widget-4,
.footer-widget-5 {
	display:none;
}

#generate-section-444 {
	max-width:640px!important;
	width:100%;
	margin:0 auto;
}

.site-footer .widget ul li {
    list-style-type: none;
    position: relative;
    padding: 10px;
    background-color: rgba(238,238,238,1.00);
    border-radius: 4px;
    margin: 2px;
    text-align: center;
}
.inside-footer-widgets > div {
    margin-bottom: 10px!important;
}
body.category #primary.seisaku, body.category-saiji #primary {
    width: 100% !important;
    margin: 0 auto;
}
.page-header h1 {
    font-size: 28px;
}
.top-movie {
	text-align:center;
}
.top-infoline {
	text-align:center;
	font-size:14px;
	line-height:150%;
	width:100%;
	max-width:768px;
	margin:20px auto;
}
h1 {
    font-size: 24px;
    margin-bottom: 40px!important;
    line-height: 1.5em;
    border-bottom: 1px #666666 solid;
    color: #666666;
}
}
@media (max-width: 480px) {
	body {
		font-size: 14px;
	}
	#top-message {
		text-align: center;
		font-size: 10px;
		margin: 10px auto;
	}
	#top-message .pblock{
		display: block;
	}
	.menu-toggle,
	.mobile-bar-items {
		display: block;
		cursor: pointer;
	}
	h1 {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.2em;
	}
	h3 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.1em;
	}
	#generate-section-2 .generate-sections-inside-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#generate-section-4 .generate-sections-inside-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#generate-section-7 .generate-sections-inside-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#generate-section-7 .generate-sections-inside-container p.cat-short-mess {
		text-align:center;
		font-size:12px;
		width:90%;
		margin:0 auto 10px auto;
	}
	 .separate-containers .page-header {
		text-align:center;
		padding: 10px 0;
		background: -moz-linear-gradient(#dddddd, #818181);
		background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#818181)); 
		background: -ms-linear-gradient(bottom, #818181, #dddddd);
		background: linear-gradient(to top, #818181, #dddddd);
	}
	.separate-containers .page-header {
		margin-bottom: 5px;
	}
	.masonry-enabled .page-header {
		margin: 0;
	}
	.page-header h1 {
		font-size: 18px;
		color:#ffffff;
	}
	.grid-container h2 {
		font-size: 16px;
	}
	#top-saiji li {
		line-height:100%!important;
		padding:5px 0;
	}
	#top-saiji li a {
		font-size: 13px;
		border-bottom:none;
	}
	.saijipref {
		font-size: 12px;
		color: #fff !important;
		background-color: #339999;
		border-radius: 6px;
		padding: 0 5px;
	}
	#top-saiji li span.saiji-date {
		font-size: 10px;
		border-bottom:none;
		line-height:120%!important;
	}
	#subcat {
		background-color:rgba(237,237,237,.2);
	}
	#subcat ul li {
		width:auto;
		height:auto;
		font-size:12px;
		padding:10px;
		background-color:rgba(231,242,239,1.00);
		border-radius:4px;
		margin:4px 2px;
	}
	.masonry .grid-sizer, .masonry .masonry-post {
		width: 50% !important;
		text-align: center !important;
	}
	.footer-widgets {
		padding: 5px 0;
	}
	.footer-widget-2,
	.footer-widget-3,
	.footer-widget-4,
	.footer-widget-5 {
		display:none;
	}
	.wp-pagenavi {
		padding: 10px 0 !important;
	}
	.wp-pagenavi span.pages {
		display:none!important;
	}
	.wp-pagenavi a.last {
		display:none!important;
	}
	.separate-containers .widget {
		padding: 0px;
	}
	.inside-footer-widgets > div {
		margin-bottom: 5px!important;
	}
	.site-footer .widget ul li {
		list-style-type: none;
		position: relative;
		padding: 10px;
		background-color:rgba(238,238,238,1.00);
		border-radius:4px;
		margin:2px;
		text-align:center;
	}
	.inside-right-sidebar, .inside-left-sidebar {
		margin: 10px 0;
		width:100%;
	}
	.sidebar .widget {
		background-color: #f5f0e9;
		color: #666666;
		padding:10px;
	}
	.widget-title {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.separate-containers .inside-article {
		padding: 10px;
		border-bottom:1px #ccc dotted;
	}
	body.home .entry-header {
		text-align:center;
		padding: 10px 0;
		margin:0 0 20px 0;
	}
	
	.fb_iframe_widget span {
		width:96vw!important;
		max-width:480px;
		height:auto;
	}
	body.home .inside-footer-widgets, body.single .inside-footer-widgets, body.page .inside-footer-widgets, body.archive .inside-footer-widgets {
		display:block;
	}
	body.category #primary.seisaku, body.category-saiji #primary {
		width: 100% !important;
		margin: 0 auto;
	}
	
	figure a + figcaption {
		font-size:9px;
	}
	.small-kana {
		font-size:8px;
	}
	div.usccart_navi ol.ucart{
		font-size: 10px;
	}
	#cart {
		/*overflow-x: scroll;*/
	}
	#cart table{
		/*width: 200%!important;*/
	}
    .category-select .category-select-inner .category-btn{
        width:96%;
    }
    #main article{
        width:45%;
    }
}