@charset "utf-8";

/*
Theme Name: Graphy
Theme URI: http://themegraphy.com/wordpress-themes/graphy/
Author: Themegraphy
Author URI: http://themegraphy.com/
Version: 2.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: graphy
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


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

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 90%;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 100%;
	}
}

/* Base */
body {
	color: #333;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'Noto Sans JP', sans-serif;
	font-size: 17px;
	line-height: 1.6;
	word-wrap: break-word;
}
::selection {
	background-color: #fffad3;
	color: #333;
}
::-moz-selection {
	background-color: #fffad3;
	color: #333;
}
@media screen and (min-width: 783px) {
	body {
		font-size: 18px;
	}
}

/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* Heading */
h1, h2, h3, h4, h5, h6, .site-title {
	clear: both;
	color: #111;
	/*font-family: 'Source Serif Pro', serif;
	font-weight: 400;*/
	letter-spacing: -0.01em;
	line-height: 1.4;
}
h1 {
	font-size: 2.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	position: relative;
	font-size: 1.75rem;
	margin-top: 2em;
	margin-bottom: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
	padding-right: 1em;
    border-top: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
}
.entry-content h2:before {
	content: '';
	position: absolute;
	border-top: 13px solid #CCC;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	bottom: -14px;
	left: 40px;
}
.entry-content h2:after {
	content: '';
	position: absolute;
	border-top: 13px solid #FFF;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	bottom: -11px;
	left: 40px;
}

h2.shop-payment:before,
h2.shop-payment:after {
    border: none;
}

h3 {
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10px;
	border-bottom: 1px solid #AAA;
}
h4 {
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h5 {
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: 1.063rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}
.entry-content a, .entry-summary a, .page-content a, .author-profile-description a, .comment-content a, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
	color: #a62425;
	text-decoration: underline;
}
.main-navigation a:hover, .entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .author-profile-description a:hover, .comment-content a:hover {
	color: #b85051;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .entry-content cite a, .comment-content cite a {
	text-decoration: none;
}

/* Text */
p {
	margin: 0 0 1.6em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
}
code, kbd, tt, var {
	color: #555;
	border-bottom: solid 1px #ccc;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background-color: #fffad3;
	color: #333;
	text-decoration: none;
}
ins.adsbygoogle {
	background-color: transparent;
}

/* List */
ul, ol {
	margin: 0 0 1.6em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.4em;
}
dd {
	margin: 0 0 1.6em 1.6em;
}

.entry-content dl {
	border: 2px solid #666;
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
}
.entry-content dt {
	background: #666;
	color: #FFF;
	padding: 3px 15px;
}
.entry-content dd {
	margin: 0;
	padding: 3px 10px 5px;

}


/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px hsl(0,0%,75%);
    border-left: solid 1px hsl(0,0%,75%);
	font-size: 93.8%;
	margin: 0 0 1.6em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table tr:nth-child(even) {
	background: hsl(0,0%,98%);
}
table th, table td {
	border-bottom: solid 1px hsl(0,0%,75%);
    border-right: solid 1px hsl(0,0%,75%);
    padding: 0.5em;
}
table th {
	font-weight: 600;
	text-align: center;
	background: hsl(0,0%,93%);
}


/* Elements */
blockquote {
	color: #66A;
	font-style: italic;
	margin: 0 0 2em;
	padding: 10px 0 0 35px;
	position: relative;
}
blockquote:before {
	color: #DDF;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 70px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
address {
	margin: 0 0 1.6em;
}
pre {
	background-color: #eee;
	color: #555;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	padding: 1.4em;
	overflow: auto;
	word-wrap: normal;
}
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin: 0 0 1.6em;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.site-content .fullwidth,
.site-content h2 {
	margin-left: -10px;
	margin-right: -10px;
}
@media screen and (min-width: 783px) {
	.site-content .fullwidth,
	.site-content h2 {
		margin-left: auto;
		margin-right: auto;
	}
}


figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 87.5%;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.2em 1.7em;
	transition: .3s ease-in-out;
}
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: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #666;
	margin-top: 0.4em;
	padding: 0.8em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}
select {
	padding: 0.4em;
}
textarea {
	max-width: 700px;
	width: 100%;
}


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

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.6em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.6em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.6em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 1180px) {
	.no-sidebar .alignleft {
		margin-left: -100px;
	}
	.no-sidebar .alignright {
		margin-right: -100px;
	}
}

/* Caption */
.wp-caption {
	color: #777;
	font-size: 93.8%;
	font-style: italic;
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

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

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	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,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.post-list .hentry:before,
.post-list .hentry:after,
.author-profile:before,
.author-profile:after,
.comment-content:before,
.comment-content:after,
.comment-navigation:before,
.comment-navigation:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.widget:before,
.widget:after,
.widget_graphy_recent_posts li:before,
.widget_graphy_recent_posts li:after,
ul.instagram-pics:before,
ul.instagram-pics:after,
.site-footer:before,
.site-footer:after,
.footer-widget:before,
.footer-widget:after,
.site-bottom:before,
.site-bottom:after {
	content: "";
	display: table;
}
.clear:after,
.site-header:after,
.site-content:after,
.entry-content:after,
.post-list .hentry:after,
.author-profile:after,
.comment-content:after,
.comment-navigation:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.paging-navigation:after,
.post-navigation:after,
.widget:after,
.widget_graphy_recent_posts li:after,
ul.instagram-pics:after,
.site-footer:after,
.footer-widget:after,
.site-bottom:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

/* Base */
body {
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
}
.site-branding,
.main-navigation,
.site-content,
.footer-widget-area,
.footer-widget-wrapper,
.site-bottom {
	margin-left: auto;
	margin-right: auto;
}
.site-branding,
.site-bottom {
	text-align: center;
}
.site-content,
.footer-widget-wrapper {
	max-width: 700px;
	padding-left: 10px;
	padding-right: 10px;
}
.site-header {
	margin-bottom: 0px;
}
.site-branding {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.site-logo {
	padding-bottom: 10px;
}
.site-description {
	padding-top: 4px;
}
.header-image,
.featured-post {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 30px;
}
.header-navigation {
	margin-bottom: -12px;
	margin-top: 20px;
}
.content-area,
.sidebar-area {
    margin-top: 20px;
	margin-bottom: 40px;
}
.sidebar-area {
	border-top: solid 1px #eee;
	padding-top: 60px;
}
.footer-widget {
	padding-top: 60px;
}


@media screen and (min-width: 783px) {
	body {
		margin-left: 30px;
		margin-right: 30px;
	}
	.site-header {
		margin-bottom: 0px;
	}
	.site-branding {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 40px;
		padding-top: 30px;
	}
	.header-image {
		margin-left: auto;
		margin-right: auto;
	}
	.featured-post {
		margin-left: -30px;
		margin-right: -30px;
		margin-top: 40px;
	}
}
@media screen and (min-width: 980px) {
	body {
		margin-left: 40px;
		margin-right: 40px;
	}
	.site-branding,
	.site-content,
	.footer-widget-wrapper {
		max-width: 1120px;
	}
	.main-navigation,
	.header-image,
	.footer-widget-area,
	.site-bottom {
		max-width: 1260px;
	}
	.featured-post {
		margin-left: -40px;
		margin-right: -40px;
	}
	.content-area {
		border-left: solid 1px #ddd;
		float: right;
		padding-left: 5.36%;
		width: 62.5%;
	}
	.no-sidebar .content-area,
	.full-width .content-area {
		border-left: none;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		width: 700px;
	}
	.full-width .content-area {
		width: auto;
	}
	.sidebar-area {
		border-top: none;
		float: left;
		padding-top: 0;
		width: 26.78%;
	}
	.footer-widget {
		display: table;
		padding-top: 0;
		table-layout: fixed;
		max-width: none;
		width: 100%;
	}
	.footer-widget .widget-area {
		display: table-cell;
		padding: 75px 46px 0 45px;
		vertical-align: top;
	}
	.footer-widget .widget-area:first-child {
		padding-left: 0;
	}
	.footer-widget .widget-area:last-child {
		padding-right: 0;
	}
	.footer-4 .footer-widget .widget-area {
		width: 25%;
	}
	.footer-3 .footer-widget .widget-area {
		width: 33.3%;
	}
	.footer-2 .footer-widget .widget-area {
		width: 50%;
	}
	.footer-1 .footer-widget .widget-area {
		width: 100%;
	}
}


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

.site-logo {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.site-logo a:hover {
	opacity: 0.8;
}
.site-logo img {
	width: 180px;
}
.site-title {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.site-title a,
.site-title a:hover {
	color: #111;
}
.site-title a:hover {
	opacity: 0.8;
}
.site-description {
	color: #777;
	font-size: 13px;
	line-height: 14px;
}
@media screen and (min-width: 460px) {
	.site-logo img {
		width: 200px;
	}
	.site-description {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (min-width: 783px) {
	.site-logo img {
		width: 250px;
	}
	.site-title {
		font-size: 54px;
	}
	.site-description {
		font-size: 18px;
		line-height: 24px;
	}
}


.header-blog-link {
	position: absolute;
	right: 0;
	top: 60px;
}

.site-branding .search-form {
	background: #fff;
	padding-left: 12px;
	position: absolute;
	right: 0;
	top: 13px;
	color: #999;
}
.site-branding .search-field {
	background: url( "/images/search-icon.png" ) 5px center no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 40px;
	margin-right: -5px;
	margin-top: 4px;
	padding: 0 0 0 34px;
	position: relative;
	width: 1px;
}
.site-branding .search-field:focus {
	background-color: #fff;
	border: solid 1px #eee;
	cursor: text;
	max-width: 100%;
	outline: 0;
	width: 240px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.site-branding .search-field {
		background-image: url( "/images/search-icon@2x.png" );
	}
}
.site-branding .search-submit {
	display: none;
}

@media screen and (min-width: 783px) {
	.site-branding .search-field {
		transition: width .4s ease, background .4s ease;
	}
}

/* Menus
------------------------------------------------------------ */

/* Navigation Bar */
.main-navigation,
.main-navigation a,
.menu-toggle {
	line-height: 58px;
}
.main-navigation {
	margin-left: 0px;
	margin-right: 0px;
/* 	padding-bottom: env(safe-area-inset-bottom); */
	padding-bottom: 0;
/* 	position: fixed; */
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
/* 	background: #333; */
/* 	color: #FFF; */
	background: #FFF;
	color: #333;
	border-bottom: solid 1px #ddd;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
}
.main-navigation li {
	box-sizing: border-box;
	display: list-item;
	float: left;
	width: 16.66%;
	text-align: center;
	border-top: solid 1px #ddd;
/* 	border-right: solid 1px #ddd; */
}

.main-navigation li:last-child {
/* 	border-right: none; */
}
.main-navigation li a {
	display: block;
	font-size: 8px;
	line-height: 16px;
	white-space: nowrap;
}
.main-navigation ul img {
	display: block;
	height: 30px;
	margin: 0px auto 0px;
	padding: 5px 0;
}
.main-navigation ul svg {
	display: block;
	height: 30px;
	margin: 0 auto 0;
	padding: 5px 0;
/* 	fill: #FFF; */
	fill: #333;
}



@media screen and (min-width: 375px) {
	.main-navigation li a {
		font-size: 9px;
	}
}

@media screen and (min-width: 460px) {
	.main-navigation {
		position: relative;
		padding-bottom: 0;
		background: #FFF;
		color: #333;
		border-bottom: solid 1px #ddd;
	}

	.main-navigation li {
		width: 16.66%;
		border-top: solid 1px #ddd;
		border-right: solid 1px #ddd;
	}
	.main-navigation li:nth-child(3) {
		border-right: solid 1px #ddd;
	}
	.main-navigation ul img {
		height: 35px;
	}
	.main-navigation ul svg {
		height: 35px;
		fill: #333;
	}
	.main-navigation li a {
		font-size: 12px;
	}
}

@media screen and (min-width: 783px) {
	.main-navigation {
		margin-left: auto;
		margin-right: auto;
		border-top: solid 1px #ddd;
	}
	.main-navigation ul {
		margin: 0 auto;
		width: 720px;
	}
	.main-navigation li,
	.main-navigation li:nth-child(3) {
		width: 120px;
		background: #FFF;
		border-top: none;
		border-right: none;
	}
	.main-navigation ul img {
		height: 40px;
	}
	.main-navigation ul svg {
		height: 40px;
	}
	.main-navigation li a {
		font-size: 14px;
		line-height: 24px;
	}
}

/* Other Navigations */

.header-social-link {
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: bottom;
}
.header-social-link {
	font-size: 87.5%;
	margin-top: 13px;
}
.header-social-link ul {
	list-style: none;
	margin: 0;
}
.header-social-link li {
	display: block;
	padding-top: 8px;
}
.header-social-link li:first-child {
	padding-left: 0;
	padding-top: 0;
}


@media screen and (min-width: 783px) {
	.header-social-link {
		top: 12px;
	}
	.header-social-link li {
		display: inline-block;
		padding-left: 4px;
		padding-top: 0;
	}

}

/* Social Link 
   This section is based on code from Stargazer.
   https://wordpress.org/themes/stargazer/ */
.menu a:before {
	color: #999;
	display: inline-block;
	font: normal 26px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 0px;
	position: relative;
	top: -1px;
	transition: color .2s ease-in-out;
	vertical-align: middle;
}
.menu a:hover:before {
	color: #666;
}
.widget .menu a:before {
	margin-left: 10px;
	margin-right: 12px;
}
.author-profile-link.menu a:before,
.profilewidget-link.menu a:before {
	content: '\f107';
	font-size: 24px;
	margin-left: 0;
	margin-right: 4px;
}
.header-social-link .menu a:before {
	content: '\f107';
	margin-right: 0;
}
.menu a[href*="codepen.io"]:before      { content: "\f216"; }
.menu a[href*="digg.com"]:before        { content: "\f221"; }
.menu a[href*="dribbble.com"]:before    { content: "\f201"; }
.menu a[href*="dropbox.com"]:before     { content: "\f225"; }
.menu a[href*="facebook.com"]:before    { content: "\f204"; }
.menu a[href*="flickr.com"]:before      { content: "\f211"; }
.menu a[href*="plus.google.com"]:before { content: "\f218"; }
.menu a[href*="github.com"]:before      { content: "\f200"; }
.menu a[href*="instagram.com"]:before   { content: "\f215"; }
.menu a[href*="linkedin.com"]:before    { content: "\f207"; }
.menu a[href*="pinterest.com"]:before   { content: "\f209"; }
.menu a[href*="polldaddy.com"]:before   { content: "\f217"; }
.menu a[href*="getpocket.com"]:before   { content: "\f224"; }
.menu a[href*="reddit.com"]:before      { content: "\f222"; }
.menu a[href*="skype.com"]:before,       
.menu a[href*="skype:"]:before          { content: "\f220"; }
.menu a[href*="stumbleupon.com"]:before { content: "\f223"; }
.menu a[href*="tumblr.com"]:before      { content: "\f214"; }
.menu a[href*="twitter.com"]:before     { content: "\f202"; }
.menu a[href*="vimeo.com"]:before       { content: "\f212"; }
.menu a[href*="wordpress.org"]:before,   
.menu a[href*="wordpress.com"]:before   { content: "\f205"; }
.menu a[href*="youtube.com"]:before     { content: "\f213"; }
.menu a[href$="/feed/"]:before          { content: "\f413"; }
.menu a[href*="kaeuchi.jp/inquiry/"]:before { content: "\f410"; }
.menu a[href*="kaeuchi.jp/blog/"]:before    { content: "\f411"; }
/*.menu .mail a:before          { content: "\f410"; }*/


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

/* Entry */
.hentry {
	margin-bottom: 60px;
}
.post-full-summary .hentry {
	background: url( "images/line.png" ) no-repeat left bottom;
	padding-bottom: 25px;
}
.no-sidebar .post-full-summary .hentry {
	background-position: center bottom;
}
.single .hentry,
.page .hentry {
	background: none;
	margin-bottom: 60px;
	padding-bottom: 0;
}

/* Category */
.cat-links {
	font-size: 81.3%;
	margin-bottom: 8px;
	text-transform: uppercase;
}
a.category {
	color: #ba9e30;
	text-decoration: none;
}
a.category:hover {
	opacity: 0.8;
}
.category-sep {
	color: #ccc;
	font-size: 81.3%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -0.2em;
}

/* Entry Title */
.entry-header {
	margin-bottom: 20px !important;
}
.no-sidebar .post-full-summary .entry-header,
.page.no-sidebar .entry-header,
.page.full-width .entry-header {
	text-align: center;
}
.entry-title {
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
}
.entry-title a:hover {
	color: #555;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
	padding: 6px 12px;
	margin-bottom: 10px;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title:before,
#bbpress-forums #bbp-user-wrapper h2.entry-title:after {
	border: none;
}
.bbp-topics-widget.freshness li:nth-child(n+11) {
	display: none;
}


/* Entry Meta */
.entry-meta {
	color: #999;
	font-size: 87.5%;
	margin-top: 12px;
}
.entry-meta a {
	border-bottom: solid 1px #ccc;
}
.entry-meta a:hover {
	color: #666;
}
.entry-meta-sep {
	color: #ccc;
	position: relative;
	top: -0.1em;
}
.comments-link {
	white-space: nowrap;
}

/* Featured Image */
.post-thumbnail {
	margin-top: 40px;
	overflow: hidden;
}
.post-thumbnail img {
	width: 100%;
	transition: 0.3s ease-in-out;
}
.post-thumbnail a:hover img {
	-webkit-transform: scale( 1.03 );
	-ms-transform: scale( 1.03 );
	transform: scale( 1.03 );
	opacity: 0.9;
}
@media screen and (min-width: 980px) {
	.no-sidebar .post-full-summary .post-thumbnail {
		margin-left: -50px;
		margin-right: -50px;
	}
}

/* Entry Content */
.intro {
	color: #888;
	font-size: 125%;
}

/* Tag */
.tags-links {
	color: #999;
	font-size: 93.8%;
	padding-top: 25px;
	text-align: center;
}
.tags-links:before {
	color: #ccc;
	display: inline-block;
	font: normal 24px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.tags-links:before {
	content: "\f302";
}

/* Entry Summary */
.entry-summary {
	padding-bottom: 1px;
}
a.continue-reading {
	text-transform: uppercase;
}

/* Post Grid / Post List */
.post-grid-list .hentry {
	margin-bottom: 75px;
}
.post-grid-list .post-thumbnail {
	margin-bottom: 30px;
	margin-top: 0;
}
.post-grid-list .entry-header {
	margin-bottom: 20px;
}
.post-grid-list .cat-links {
	font-size: 75%;
}
.post-grid-list .entry-title {
	font-size: 1.75rem;
}
.post-grid-list .entry-meta {
	font-size: 81.3%;
}
.post-grid-list .entry-summary {
	font-size: 87.5%;
}
.post-grid-list .entry-summary p {
	margin-bottom: 0;
}
@media screen and (min-width: 540px) {
	.post-list .post-thumbnail {
		float: left;
		margin-bottom: 0;
		margin-right: 5%;
		overflow: hidden;
		width: 35%;
	}
	.post-list .post-thumbnail img {
		width: 150%;
		max-width: none;
	}
	.post-list-content {
		overflow: hidden;
	}
}

/* Author Profile */
.author-profile {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	margin-top: 60px;
	padding: 30px 0 35px 0;
}
.author-profile-avatar {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}
.author-profile-avatar img {
	border-radius: 50%;
}
.author-profile-meta {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
	vertical-align: middle;
}
.author-profile-name strong {
	font-weight: 600;
}
.author-profile-link {
	margin-top: 4px;
}
.author-profile-description {
	font-size: 93.8%;
	margin-top: 10px;
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #111;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 75%;
	margin-bottom: 15px;
	padding: 4px 10px 3px;
	text-transform: uppercase;
}

/* Archive */
.page-header {
	margin-bottom: 60px;
}
.page-title {
	font-size: 1.5rem;
	margin-bottom: 12px;
	margin-top: 0;
}
.page-content {
	margin-bottom: 60px;
}

/* 404 */
.error-404 {
	margin-bottom: 150px;
	margin-top: 60px;
	text-align: center;
}
.error-404 .page-title {
	font-size: 2rem;
}

/* Hide Title */
.post-full .format-aside .entry-title,
.post-full .format-image .entry-title,
.post-full .format-link .entry-title,
.post-full .format-quote .entry-title,
.post-full .format-status .entry-title {
	display: none;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote,
blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
	font-size: 150%;
	margin-bottom: 1.1em;
}
blockquote.alignleft,
blockquote.alignright {
	max-width: 230px;
}
blockquote.alignleft p,
blockquote.alignright p,
blockquote.aligncenter p {
	margin-bottom: 0;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.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%;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #777;
	font-size: 93.8%;
	margin-bottom: 45px;
}
.no-sidebar .pagination {
	text-align: center;
}
.pagination a {
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 8px 18px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px #ddd;
}
.pagination a.page-numbers:hover {
	border-color: #ccc;
	color: #333;
}
.pagination .current {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 50px;
}
.page-links .page-numbers {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
	padding: 8px 16px;
	margin-left: 4px;
}
.page-links a {
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #ddd;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ccc;
	color: #333;
}

/* Post Navigation */
.post-nav-title {
	color: #999;
	font-size: 81.3%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.post-navigation {
	line-height: 1.4;
	margin-bottom: 45px;
}
.post-navigation a:hover {
	color: #111;
}
.post-navigation .nav-previous {
	margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
	.post-navigation .nav-previous {
		float: left;
		margin-bottom: 0;
		width: 48%;
	}
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
}

/* Comment Navigation */
.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 10px;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}


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

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-bottom: 45px;
	margin-top: 80px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 25px;
	margin-top: 0;
}
.comment-reply-title {
	margin-top: 50px;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #eee;
	list-style: none;
	margin: 0 0 20px;
}
.comment-list .children {
	list-style: none;
	margin-left: 25px;
}
.comment-list .comment-body {
	border-top: solid 1px #eee;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 60px;
}
.has-avatars .comment .comment-meta {
	margin-left: 75px;
}
.bypostauthor > .comment-body .comment-author::after {
	background-color: #333;
	border-radius: 50%;
	color: #fff;
	content: "\f408";
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
	padding: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 25px;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-body .reply a {
	color: #999;
	font-size: 93.3%;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	color: #ccc;
	content: "\f412";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 3px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
	text-decoration: underline;
}
.comment-respond a:hover {
	color: #333;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 15px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	font-size: 87.5%;
	text-transform: uppercase;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	margin-top: 2px;
	width: 100%;
}
.form-submit {
	margin-top: 30px;
	text-align: center;
}
@media screen and (min-width: 540px) {
	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		float: left;
		line-height: 1;
		margin-top: 1.2em;
		width: 20%;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		float: right;
		margin-top: 0px;
		width: 80%;
	}
}


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

/* Base */
.widget {
	color: #555;
	font-size: 87.5%;
	line-height: 1.5;
	margin-bottom: 60px;
}

/* Heading */
.widget-title {
	font-size: 1.063rem;
	letter-spacing: 0.075em;
	margin-bottom: 16px;
	margin-top: 0;
	text-transform: uppercase;
}

/* Link */
.widget a {
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
}
.widget a:hover {
	color: #111;
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget li {
	border-top: solid 1px #eee;
	line-height: 1.4;
	padding-bottom: 14px;
	padding-top: 14px;
}
.widget > ul > li:first-child,
.widget > div > ul > li:first-child {
	border-top: none;
	/* padding-top: 8px; */
}
.widget ul ul {
	margin-left: 28px;
	margin-top: 14px;
}
.widget ul ul li:last-child {
	padding-bottom: 0;
}

#menu-manual {
/* 	background: linear-gradient(to bottom, #000 20%, #FFF 30%, #FFF 100%); */
/*     background: #888; */
	font-weight: bold;
/* 	text-shadow:  -2px -2px 2px #666,
	              -2px  0px 2px #666,
	              -2px  2px 2px #666,
	               0px -2px 2px #666,
	               0px  0px 2px #666,
	               0px  2px 2px #666,
	               2px -2px 2px #666,
	               2px  0px 2px #666,
	               2px  2px 2px #666; */
}
#menu-manual li {
	background: linear-gradient(to bottom, #555 50%, #FFF 50%, #FFF 100%);
	color: #FFF;
	text-align: center;
	font-size: 16px;
/* 	border-radius: 10px; */
}
#menu-manual ul {
	background: #FFF;
}
#menu-manual li li {
	background: #FFF;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
}

#menu-manual #text {
	color: #FF0;
}

#menu-manual ul {
/* 	background: #FFF; */
	margin-left: 0;
	padding-left: 28px;
	font-weight: normal;
	text-shadow: none;
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
	text-transform: uppercase;
}

/* Recent Comments */
.widget_recent_comments li a {
	text-decoration: underline;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.tagcloud {
	line-height: 2.1;
}
.tagcloud a {
	background-color: #eee;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 93.8% !important;
	margin-bottom: 3px;
	padding: 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.tagcloud a:hover {
	background-color: #e2e2e2;
	color: #333;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 35px;
	margin-bottom: 0;
	max-width: 300px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	border-bottom: solid 1px #e6e6e6;
	padding: 2px 0;
}
.widget_calendar tbody td {
	border-bottom: solid 1px #e6e6e6;
}
.widget_calendar tbody td a {
	background-color: #e6e6e6;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #555;
	background-color: #f0f0f0;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 10px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}

/* RSS */
.widget_rss li {
	line-height: 1.5;
	margin-bottom: 6px;
}
.widget_rss li .rsswidget {
	display: block;
	margin-top: 6px;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 86.7%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-bottom: 4px;
}

/* Graphy Recent Posts */
.widget_graphy_recent_posts img {
	float: left;
	margin-right: 12px;
	width: 80px;
	height: 60px;
}
.recent-posts-text {
	overflow: hidden;
}
.recent-posts-text .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
}

/* Graphy Profile */
.profilewidget-profile,
.profilewidget-meta {
	position: relative;
	width: 280px;
	margin: 0 auto;
	margin-bottom: 16px;
	text-align: center;
}
.profilewidget-profile:after {
	border-radius: 10px;
	position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  	box-shadow: inset 0 0 4px 4px #FFF;
}
.profilewidget-profile img {
	border-radius: 15px;
	max-width: 280px;
}
.profilewidget-name {
	font-size: 118.8%;
}
.profilewidget-name strong {
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 8px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}


.widget_graphy_profile {
	margin-bottom: 20px;
}
.footer-widget-1 aside:nth-child(2) {
	text-align: center;
	margin-bottom: 20px;
}
.footer-widget-1 aside:nth-child(2) a {
    color: #a62425;
}


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

/* Footer Widget */
.footer-widget-area {
    margin-top: 20px;
	border-top: solid 1px #ddd;
}

/* Footer */
.site-bottom {
	border-top: solid 1px #ddd;
	color: #999;
	margin-bottom: 80px;
	margin-top: 30px;
	padding-top: 28px;
}
.site-bottom a {
	color: #666;
}
.site-bottom a:hover,
.site-bottom .current-menu-item > a {
	color: #111;
}
.trademark-info,
.site-copyright,
.site-credit {
	font-size: 87.5%;
	margin-bottom: 6px;
	padding-top: 3px;
}
.site-credit {
	font-size: 81.3%;
}
.site-credit-sep {
	color: #ccc;
	position: relative;
	top: -0.15em;
}

@media screen and (min-width: 460px) {
	.site-bottom {
		margin-bottom: 28px;
	}

}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
	display: none;
}
.infinite-loader {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 21px 0;
	width: 25px;
}
#infinite-handle {
	margin-bottom: 60px;
	text-align: center;
}
#infinite-handle span {
	background-color: #eee !important;
	color: #666 !important;
	display: block;
	font-size: 93.8% !important;
	padding: 20px 0 !important;
	transition: .3s ease-in-out;
}
#infinite-handle span:hover {
	background-color: #e2e2e2 !important;
	color: #333 !important;
}

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 35px;
	position: relative;
}
.widget_top-posts > ul > li:first-child {
	padding-top: 14px;
}
.widget_top-posts li:before {
	background-color: #111;
	border-radius: 3px;
	color: #fff;
	content: counter(number) !important;
	counter-increment: number;
	font-weight: 600;
	height: 23px;
	left: 0;
	line-height: 23px;
	position: absolute;
	text-align: center;
	top: 13px;
	width: 23px;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 300px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 25px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.widget-grofile {
	text-align: center;
}
.widget-grofile p,
.widget-grofile h4,
.widget-grofile ul {
	text-align: left;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
.grofile-meta h4 {
	font-size: 118.8%;
	text-align: center;
}
.grofile-thumbnail {
	border-radius: 50%;
	max-width: 200px !important;
}
ul.grofile-urls {
	margin-bottom: 1.6em;
	margin-top: 0;
}

/* Jetpack Sharing */
.sharedaddy {
	margin-bottom: 15px;
	margin-top: 45px;
}

/* Jetpack Related Posts */
#jp-relatedposts {
	margin-bottom: 20px !important;
	margin-top: 0 !important;
	padding-top: 30px !important;
}
#jp-relatedposts .jp-relatedposts-title {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	margin-bottom: 30px !important;
	transition: opacity .2s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 16px;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 1.063rem !important;
	line-height: 1.4 !important;
	margin-bottom: 6px !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #111;
	text-decoration: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: block !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	display: none;
}
@media only screen and (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: -20px !important; 
	}
}
@media only screen and (max-width: 400px) {
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;
		clear: both !important;
	}
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 30px;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 93.8%;
}
.wpcf7-file {
	border: solid 1px #e6e6e6;
	padding: 5px;
}

/* Disqus */
#disqus_thread {
	margin-bottom: 60px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.header-social-link,
	.main-navigation,
	.widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	#infinite-handle,
	.sidebar-area,
	.footer-widget-wrapper {
		display: none !important;
	}
	.site-content {
		max-width: none;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}





/* -----------------------------------------
                  SNS
----------------------------------------- */
.sns{
    max-width: 550px;
	margin: 18px auto 0;
    height: 40px;
}
.post .sns ul,
.sns ul {
    list-style:none;
    margin: 0 -3px;
	padding:0px;
}
.sns li {
	float:left;
	text-align:center;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px;
}
.sns-small li {
    padding-top: 0;
    padding-bottom: 0;
    width: 16.666%;
}
.sns-large li {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 50%;
}
@media screen and (min-width: 460px) {
	.sns-large li {
		width: 33.33%;
	}
}
.sns li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;    
    padding: 5px 0;
    text-align: center;
    height: 40px;
}
.sns li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    line-height: 30px;
}
.sns-small .snstitle {
    display: none;
}
.sns-large .snstitle {
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	line-height: 30px;
}
.snscount {
    position: absolute;
    right: 2px;
    bottom: 0px;
    color: #F3F3F3;
    font-size: 12px;
    line-height: 14px;
}
/* Twitter */
.sns .twitter a { /* #55ACEE 205,81%,63% */
    background: hsl(205, 81%, 63%);
}
.sns .twitter a:hover {
	background: hsl(205, 56%, 54%);
}
/* Facebook */
.sns .facebook a { /* #3B5998 220,44%,41% */
    background: hsl(220, 44%, 41%);
}
.sns .facebook a:hover {
	background: hsl(220, 44%, 35%);
}
/* Google plus */
.sns .googleplus a { /* #DC4E41 5,68%,55% */
    background: hsl(5, 68%, 55%);
}
.sns .googleplus a:hover {
	background: hsl(5, 55%, 47%);
}
/* Pocket */
.sns .pocket a { /* #F03E51 353,85%,59% */
    background: hsl(353, 85%, 59%);
}
.sns .pocket a:hover {
	background: hsl(353, 63%, 46%);
}
/* hatebu */
.sns .hatebu img {
    display: inline-block;
    margin: 6px 0 8px;
    height: 16px;
}
.sns .hatebu a { /* #00A5DE; 195,100%,43% */
    background: hsl(195, 100%, 43%);
}
.sns .hatebu a:hover {
	background: hsl(195, 100%, 37%);
}
/* LINE */
.sns .line img {
    display: inline-block;
    margin: 1px 0 3px;
    height: 26px;
}
.sns .line a { /* #25AF00 107,100%,34% */
    background: hsl(107, 100%, 34%);
}
.sns .line a:hover {
	background: hsl(107, 100%, 28%);
}




/* Keyboard */
.kbd-box {
	height: 40px;
	min-width: 60px;
	margin: 2px 5px 2px;
	vertical-align: middle;
	background: #777;
	border-radius: 6px;
	color: #FFF;
	font-size: 13px;
	position: relative;
	line-height: 15px;
	display: inline-block;
}

.kbd-inner {
    display: flex;          
    justify-content: center;
    align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}


/* Command */
.cmd-box {
	display: inline-block;
    margin: 0 4px;
	padding: 0 8px;
	height: 26px;
	min-width: 60px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	border: 2px solid #AAA;
    border-radius: 6px;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
}



img.aligncenter,
img.alignleft,
img.alignright {
	margin-bottom: 0;
}


.entry-content ul li {
 	margin-bottom: 20px;
}

.entry-content ul ul li {
	margin-bottom: 0px;
}








.version_table td:nth-child(1){
	width: 15%;
}
.version_table td:nth-child(2){
	width: 20%;
}




.bbp-login-form {
	text-align: center;
	font-size: 14px;
}
.bbp-username label,
.bbp-password label,
.bbp-email label {
    width: 90px;
}

.bbp-username input,
.bbp-password input,
.bbp-email input {
    width: 140px;
    border: 1px solid #CCC;
}

.bbp-remember-me label {
	width: auto;
	text-align: left;
}
.bbp-login-form p {
	margin-bottom: 0;
}

.bbp-login-form a {
	color: #a62425;
}
.bbp-login-links {
	margin-top: 10px;
}
.bbp-pagination {
	font-size: 16px;
}
.bbp-pagination-links {
	font-size: 20px;
}

.td_led_pattern {
    width: 30%;
    text-align: center;
	background: hsl(0,0%,20%);
    color: #FFF;
}
.led_white, .led_red, .led_redm, .led_none {
	display: inline-block;
    height: 10px;
    border-radius: 10px;
}
.led_redm {
	height: 4px;
    margin-bottom: 3px; 
    margin-left: -3px;
    margin-right: 3px; 
}
.led_white {
    background: hsl(0,0%,100%);
}
.led_red, .led_redm {
    background: hsl(0,100%,60%);
}





.shop-item-box {
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

.shop-item {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: calc(100vw - 10px);
	padding: 0px 2px 0px;
	margin: 0 0 15px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'Noto Sans JP', sans-serif;
}

.shop-item-image {
	position: relative;
	width: 100%;
}
.shop-item-image:before {
	content:"";
	display: block;
	padding-top: 66%; /* 高さを幅の75%に固定 */
}
.shop-item-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


.shop-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-item a:link {
	text-decoration: none;
	color: #333;
}
.shop-item a:hover,
.shop-item a:active,
.shop-item a:hover  .shop-item-title,
.shop-item a:active .shop-item-title {
	color: hsl(10,95%,50%);
}
.shop-item-none {
	background: #000;
}
.shop-item-none img {
	opacity: 0.4;
}
.shop-item-title {
	font-size: 24px;
	line-height: 30px;
	margin: 4px 5px 3px;
	color: #333;
}
.shop-item-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 4px;
	color: #a62425;
}
.shop-item-price {
	font-size: 18px;
	color: hsl(10,90%,40%);
	margin: 2px 0;
}
.shop-item-price-tax {
	font-size: 12px;
	font-weight: normal;
	color: hsl(10,90%,40%);
}

@media screen and (min-width: 460px) {
	.shop-item-box {
		max-width: 680px;
		margin-left: auto;
		margin-right: auto;
	}
	.shop-item {
		width: 50%;
		max-width: 360px;
		padding: 0 5px 0px;
		margin-bottom: 25px;
	}
}



.shop-item-ribbon {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.shop-item-ribbon-inner {
	display: inline-block;
	position: absolute;
	padding: 7px 0;
	left: 0px;
	top: 25px;
	width: 160px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	background: hsl(210,80%,40%);
	color: #fff;
	font-weight: bold;
/* 	letter-spacing: 0.05em; */
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.shop-item-ribbon.stock-exist .shop-item-ribbon-inner {
	background: hsl(0,80%,40%);
}
.shop-item-ribbon.stock-noreserve .shop-item-ribbon-inner {
	background: hsl(0,0%,40%);
}

.shop-item-ribbon-inner:before, .shop-item-ribbon-inner:after {
	position: absolute;
	content: "";
	border-width: 3px;
	border-style: solid;
	bottom: -6px;
}
.shop-item-ribbon-inner:before {
	border-color: hsl(0,80%,20%) transparent transparent hsl(0,80%,20%);
	left: 13px;
}
.shop-item-ribbon-inner:after {
	border-color: hsl(0,80%,20%) hsl(0,80%,20%) transparent transparent;
	right:10px;
}





.model-select {
	text-align: center;
}
.model-select select {
	margin: 0;
	padding: 0 10px;
	height: 40px;
	width: 80%;
	max-width: 300px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 3px;
	background: linear-gradient(to bottom, #F8F8F8, #BBB);;
	font-weight: bold;
}

.shop-product-title {
	margin-top: 0;
}
.shop-paypal,
.shop-thebase {
	border-top: 1px solid #AAA;
	margin-top: 5px;
}
.shop-paypal {
	margin-bottom: 30px;	
}
.shop-paypal h3, .shop-thebase h3 {
	display: block;
	width: 210px;
	margin: 0 auto;
	padding: 0;
	border: none;
}
.shop-paypal h2, .shop-thebase h2 {
	display: block;
	border: none;
	margin: 2px auto 2px;
	padding: 0;
}
.shop-paypal h2 {
	width: 90px;
}
.shop-thebase h2 {
	width: 60px;
}

.shop-price {
	text-align: center;
	margin: 10px 0;
	font-size: 27px;
}
.shop-price-sub {
	margin-left: 5px;
	font-size: 16px;
	color: #444;
}
.shop-price-shipping {
	display: block;
	margin-left: 5px;
	font-size: 15px;
	line-height: 16px;
	color: #777;
}



.payment-note {
	margin: 0 15px 0;
	font-size: 14px;
	color: #444;
}
/*
.paypal-box,
.thebase-box {
	margin-left: auto;
	width: 150px;
	text-align: center;
}
.paypal-box form {
	height: 40px;
}

.paypal-box input[type="submit"],
.thebase-box button,
.thebase-button {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #555;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	padding: 0;
	font-weight: bold;
}
.paypal-box img,
.thebase-box img {
    margin-top: 3px;
}
*/

.paypal-box,
.thebase-box {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	text-align: center;
	line-height: 0;
}
.paypal-box select,
.thebase-box select {
	width: 50px;
	margin: 5px;
	padding: 0 0 0 8px;
	height: 24px;
	line-height: 20px;
}
.paypal-box input[type="submit"],
.paypal-box button,
.thebase-box button {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 3px;
	background: #555;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.paypal-box button:disabled {
	cursor: default;
	background: #BBB;
	color: #FFF;
}



.paypal-payment-box {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
}
.cashless-logo-left {
    display: inline-block;
    width: 80px;
}
.payment-logo-right {
    display: inline-block;
	margin-top: 3px;
	width: 150px;
}
.payment-logo {
	margin-top: 3px;
	width: 150px;
}
.paypal-logo {
	width: 80px;
}



#menu-manual a:visited {
	color: hsl(20,60%,50%);
}
#menu-manual a {
	color: hsl(200,70%,40%);
}




.contactform7-note {
	font-weight: bold;
	font-size: 18px;
	padding: 3px 15px;
	border: solid 2px hsl(230,100%,40%);
	border-radius: 10px;
    background: hsl(50,100%,90%);
    color: hsl(230,100%,40%);
}
.contactform7-required {
  padding: 5px 8px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.contactform7-optional {
  padding: 5px 8px;
  background: #555;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;    
}
.wpcf7-recaptcha > div {
	margin: 0 auto;
}
.contactform7-submit {
	margin: 5px 0 0 16px;
	text-align: center;
}
.contactform7-submit input {
	padding: 18px 35px;
	font-size: 20px;
}


.wpcf7 input,
.wpcf7 textarea {
	border: 1px solid #999;
	border-radius: 5px;
}
.wpcf7-list-item {
	display: block !important;
	font-size: 16px;
}

#toc_container {
	margin-left: auto;
	margin-right: auto;
}





.shop-form {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.shop-input {
	margin-bottom: 30px;
}
.shop-input label {
	display: block;
	margin-bottom: 3px;
}

.shop-form input {
	margin-top: 0;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0px 1.5px 5px rgba(0,0,0,0.3) inset;
	padding: 3px 7px;
	width: 100%;
}
.shop-form .required, .shop-form .optional {
  padding: 5px 8px;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
}
.shop-form .required {
  background: #DE8686;
}
.shop-form .optional {
  background: #949494;
}
.shop-form .prefecture {
	padding: 7px 7px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background: linear-gradient(to bottom, #FFF, #DDD);
}
.shop-form .name1,
.shop-form .address1 {
	margin-right: 10px;
}
.shop-form .name1, .shop-form .name2,
.shop-form .zipcode {
	width: calc(50% - 5px);
}
.shop-form .zipcode1 {
	width: 30%;
}
.shop-form .zipcode-hyphen {
	display: inline-block;
	width: 30px;
	text-align: center;
}
.shop-form .zipcode2 {
	width: 30%;
}
.shop-form .prefecture,
.shop-form .address1 {
	width: 245px;
}
.shop-form .address1, .shop-form .address2 {
	display: block;
}
.shop-form .address2 {
	margin-top: 5px;
}

.shop-form .button_wrapper{
	text-align: center;
}
.shop-form button {
	margin: 0;
	padding: 0;
	width: 220px;
	height: 50px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 5px;
	background: #38D;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	outline: none;
}
.shop-form button:hover {
	background: #16A;
}

.input_error {
	display: none;
	color: #F00;
	font-size: 16px;
	margin: 3px 10px 0;
}



.input_error_test {
	display: block;
	position: relative;
	background-color: hsl(0,60%,45%);
	border-radius: 7px;
	border: 0px #555 solid;
	padding: 3px 12px;
	color: #FFF;
	font-size: 13px;
	margin: 6px 8px 0;
	max-width: 250px;
}
.input_error_test:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 10%;
	border: 10px solid transparent;
	border-bottom: 10px solid hsl(0,60%,45%);
}
.input_msg {
	display: block;
	position: relative;
	background-color: hsl(0,60%,45%);
	border-radius: 7px;
	border: 0px #555 solid;
	padding: 3px 12px;
	color: #FFF;
	font-size: 13px;
	margin: 6px 8px 0;
	max-width: 250px;
}
.input_msg:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 10%;
	border: 10px solid transparent;
	border-bottom: 10px solid hsl(0,60%,45%);
}
.input_ok{
	display: none;
}
.shopfrom_button_error {
	display: none;
	color: hsl(0,100%,50%);
	font-size: 19px;
	font-weight: bold;
	margin-top: 5px;
}

.form_note {
	font-size: 14px;
	margin: 3px 10px 0;
}
#paypal_submit {
	display: none;
}


.price_table {
	margin: 0 auto;
	max-width: 450px;
	background: none;
	border: none;
}
.unit_price {
	color: hsl(0,100%,45%);
	font-weight: bold;
}

.price_product, .price_product td {
	border: none;
}
.price_postage, .price_postage td {
	border-width: 0 0 1px;
	background: none;
}
.price_charge td {
	border: none;
}

.table_quantity {
	width: 60px;
	padding: 5px;
	text-align: center;
	font-size: 80%;
}
.table_quantity select {
	display: inline-block;
	margin: 0 auto;
	font-size: 125%;
}
.price_col {
	padding: 5px 10px 5px 5px;
	width: 90px;
	text-align: right;
}



.trade_law {
    display: none;
}


a.jump_button {
	display: block;
	text-decoration: none;
	margin: 5px auto;
	height: 50px;
	line-height: 50px;
	width: 200px;
	background: hsl(0,0%,30%);
	border-radius: 6px;
}
a.jump_button:link, a.jump_button:visited {	
	color: hsl(0,0%,100%);
}
a.jump_button:hover {
	background: hsl(0,0%,10%);
}

.trademark {
	position: relative;
	font-size: 80%;
	vertical-align: top;
	top: -0.2em;
}


.model_ver {
	font-size: 80%;
	vertical-align: middle;
	margin: 0 0.2em;
	padding: 0.15em 0.4em;
	color: #FFF;
	border-radius: 3px;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'Noto Sans JP', sans-serif;
}
.model_kaeuchi1 {
	background: hsl(0,0%,55%);
}
.model_kaeuchi2 {
	background: hsl(0,0%,15%);
}



.firmware_ver, .customize_ver {
	font-size: 90%;
	vertical-align: middle;
	margin: 0px 0.2em;
	padding: 0.15em 0.4em;
	color: #FFF;
	border-radius: 3px;
	font-family: initial;
}
.firmware_ver_title, .customize_ver_title {
	font-size: 75%;
	
}
.firmware_ver {
	background: hsl(0,35%,55%);
}
.customize_ver {
	background: hsl(220,55%,55%);
}

.os_logo {
	margin: 0 0.2em;
	height: 1.5em;
}




#viewer-outer {
	position: relative;
	width: 700px;
	max-width:100%;
	margin: 0 auto 15px; 
}
#viewer-outer:before {
	content:"";
	display: block;
	padding-top: 120%;
}
#viewer-outer2 {
	position: relative;
	width: 700px;
	max-width:100%;
	margin: 0 auto 15px; 
}
#viewer-outer2:before {
	content:"";
	display: block;
	padding-top: 65%;
}
#viewer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
}
#viewer li {
	top: 0;
	left: 0;
	position: absolute;
	list-style-type: none;
}
#viewer li img {
	margin: 0 0 5px;
}
.oyaviewer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
}
.oyaviewer li {
	top: 0;
	left: 0;
	position: absolute;
	list-style-type: none;
}
.oyaviewer li img {
	margin: 0 0 5px;
}
.typename {
	position:absolute;
	left: 15px;
	top: 15px;
	width: 180px;
	padding: 5px;
	background: rgba(32,32,32,0.85);
	border-radius: 8px;
	color: #FFF;
	text-align: center;
	font-size: 130%;
}
.img-tab {
	margin: 0;
	padding: 0;
}
.img-tab li {
	list-style-type: none;
	display: inline-block;
	background: hsl(0,0%,90%);
	margin: 0 !important;
	padding: 5px 15px 2px;
	font-size: 80%;
	cursor: pointer;
}
.img-tab .tab-select {
	background: #B3B3B3;
}

.img-oya-layout {
	margin-bottom: 10px;
}


@media screen and (min-width: 460px) {
	.img-tab li {
		font-size: 100%;
	}
}

@media screen and (min-width: 783px) {
	.img-tab li {
		font-size: 130%;
	}
}



.shipment-table {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.shipment-table tr th:nth-of-type(1) {
	width: 60%;
}
.shipment-table td {
	text-align: center;
}

.stock-table {
	border-collapse: collapse;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.stock-table td {
	text-align: center;
}





/* 商品タイトル */
.shop_item_title {
	margin: 5px 10px 5px;
	font-size: 28px;
    text-align: center;
}
/* 商品サブタイトル */
.shop_item_title span {
	display: block;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'Noto Sans JP', sans-serif;
	margin: 5px 0 5px 20px;
	font-size: 18px;
}

.item_price {
	display: block;
	text-align: center;
	font-size: 32px;
	margin: 5px auto 0px;
}
/* 税込 */
.item_price span {
	font-size: 16px;
	color: #666;
}
/* 送料 */
.shipping_charge {
    text-align: center;
    margin: 0 auto 20px;
    color: #666;
    font-size: 14px;
}
.shipping_charge_sub {
	display: block;
	font-size: 12px;
}


/* バリエーション無しの単独ボタン */
.single_buy_button {
    margin: 30px 0 35px;
}
.single_buy_button iframe {
	display: block;
	margin: 0 auto;
}


h2.valiation_title, h2.valiation-title {
	display: inline-block;
	border: none;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: bold;
	margin: 0px 0 0;
	padding: 0;
}
.valiation_title_stock, h2.valiation-title {
	width: calc(100% - 65px);
}
.shipping-estimate {
	background: hsl(208,80%,40%);
	display: inline-block;
	color: #FFF;
	padding: 4px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 14px;
	border-radius: 3px;
}


ul.main_content_result_item_list li h2::before,
ul.main_content_result_item_list li h2::after {
	border: none;
}
/* 残り点数（少ないときに表示） */
/* 68px残っていればよい */
ul.main_content_result_item_list .stock_item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0px;
    width: 58px;
    text-align: center;
	border-radius: 3px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background-color: #888;
	color: #FFF;
}




ul.main_content_result_item_list {
	margin: 0 auto 20px;
	list-style: none;
	max-width: 300px;
}
ul.main_content_result_item_list li {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 15px 15px 20px;
}
ul.main_content_result_item_list li:first-of-type {
	border-top: 1px solid #CCC;
}

/* 品名と購入ボタンが2行 */
.variation {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
	width: 100%;
}
.variation .labels {
	display: inline-block;
}
.storesjp-button-cart,
p.soldout, p.noreserve {
	margin: 0 auto 0 calc((100% - 200px) / 2);
	vertical-align: middle;
	display: inline-block;
}
p.soldout, p.noreserve {
	width: 200px;
	height: 44px;
	border-radius: 4px;
	font-weight: bold;
    line-height: 44px;
	text-align: center;
	background-color: #DDD;
	color: #FFF;
}
p.noreserve {
	font-weight: 400;
	letter-spacing: 0.04em;
	font-size: 16px;
	align-items: flex-start;
}
p.noreserve:before {
    content: url("https://kaeuchi.stores.jp/images/stores_button/cart.svg");
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin: -6px 5.5px 0 0;
}


/* 品名と購入ボタンが1行 */
@media screen and (min-width: 460px) and (max-width: 982px), screen and (min-width: 980px) {
	ul.main_content_result_item_list {
		max-width: 450px;
	}
	ul.main_content_result_item_list li {
		padding: 15px 5px;
	}
	.variation {
    	width: calc(100% - 210px);
    	margin-bottom: 0;
	}
    .storesjp-button-cart,
    p.soldout, p.noreserve {
    	margin-left: 0;
    }
}



.shop-right-2 {
	margin-bottom: 40px;
}

@media screen and (min-width: 980px) {
	.shop-left {
	    float: left;
        width: 65.5%;
	}
	.shop-right {
    	float: right;
        width: 29.5%;
	}
	.shop-left-2 {
	    float: left;
        width: calc(100% - 400px - 10px);
	}
	.shop-left-2:first-of-type {
		margin-top: 60px;		
	}
	.shop-right-2 {
    	float: right;
        width: 400px;
    	margin-bottom: 10px;
	}
}


.payment-list {
	max-width: 270px;
	margin: 25px auto 15px;
	list-style: none;
	position: relative;
    /* タップ時の影を消す */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media screen and (min-width: 400px) {
    .payment-list {
    	max-width: 360px;
    }
}


ul.payment-list li {
 	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 8px 0 0;
    float: left;
    position: relative;
 	background-color: hsl(0,0%,40%);
 	color: #FFF;
	width: 80px;
	height: 80px;
	margin: 5px;
	border-radius: 12px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
    
    background: none;
    border: 2px solid hsl(208,100%,43%);
	border-radius: 10px;
    color: hsl(208,100%,20%);

}

.payment-list li::before,
.payment-list li::after,
.payment-list li span::before,
.payment-list li span::after {
    font-family: FontAwesome;
    position: absolute;
}

 /* #0073d9 = hsl(208, 100%, 43%) */

/* チェックの背景の丸 */
.payment-list li::before{
    content: "\f111";
    top: -8px;
    right: -8px;
    font-size: 34px;
    line-height: 34px;
    color: hsl(208,100%,43%);
}
/* チェック */
.payment-list li::after{
    content: "\f00c";
    top: -8px;
    right: -3px;
    font-size: 18px;
    line-height: 34px;
    color: hsl(0,0%,100%);
}
/* 追加支払手数料のマーク */
.payment-list li .payment-item-mark::before {
    bottom: 2px;
    right: 15px;
    font-size: 13px;
    line-height: 13px;
}
.payment-list li:nth-child(3) .payment-item-mark::before,
.payment-list li:nth-child(5) .payment-item-mark::before,
.payment-list-note li:nth-child(1):before {
    content: "\f067";
    color: hsl(120, 75%, 41%);
}
.payment-list-note li:nth-child(1) {
	color: hsl(120, 90%, 25%);
}
/*
.payment-list li:nth-child(1) .payment-item-mark::before,
.payment-list li:nth-child(6) .payment-item-mark::before,
.payment-list li:nth-child(7) .payment-item-mark::before,
.payment-list-note li:nth-child(2):before {
    content: "\f09d";
    color: hsl(0, 75%, 45%);
}

.payment-list-note li:nth-child(2) {
    color: hsl(0, 90%, 40%);	
}
*/
.payment-list-note li:nth-child(2):before,
.payment-list-note li:nth-child(3):before {
    content: "・";
    color: #000;
}


/* infoマーク */
.payment-list li .payment-item-mark::after {
    content: "\f05a";
    bottom: 2px;
    right: 2px;
    font-size: 13px;
    line-height: 13px;
    color: hsl(208,0%,53%);
}

/* 決済方法解説 */
.payment-list li dl {
    display: none;
}
.payment-list li:hover dl {
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: -20px;
    top: 65px;
    width: 250px;
    background-color: #FFF;
    border-radius: 8px;
    padding: 0px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
	z-index: 999;

}
.payment-list li dt {
    margin: 0;
}
.payment-list li dd {
	text-align: left;
	margin: 5px 2px;
	color: #000;
}


.payment-list li dd .payment-item-img-title {
	text-align: center;
	margin: 0 30px 5px;
	border-bottom: 2px dotted hsl(208,100%,43%);
}
.payment-list li dd img {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}
/* クレジット */
.payment-list li:nth-child(1) dd img {
	margin-bottom: 0;
}
/* 銀行振込 */
.payment-list li:nth-child(2) dd img {
	width: 60%;
}
/* PayPay */
.payment-list li:nth-child(4) dd img {
	width: 70%;
	margin-bottom:8px;
}
/* 翌月後払い */
.payment-list li:nth-child(5) dd img {
	margin-top: 5px;
}
/* キャリア決済 */
.payment-list li:nth-child(6) dd img {
	width: 80%;
	margin: 10px auto 17px;
}
/* 楽天ペイ */
.payment-list li:nth-child(7) dd img {
	width: 80%;
}
/* PayPal */
.payment-list li:nth-child(8) dd img:nth-child(1) {
	width: 70%;
	margin-bottom: 8px;
}
.payment-item-minititle {
	background: hsl(208,100%,43%);
	color: #FFF;
	padding: 2px 5px;
	margin-right: 5px;
	border-radius: 5px;
}


.shipping-info {
	text-align: center;
	position: relative;
	width: 180px;
	font-size: 14px;
	margin: 0 auto 10px;
}
.shipping-info::after {
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 12px;
    vertical-align: super;
}
.shipping-info dl {
	display: none;
	position: absolute;
    left: -35px;
    right: 0;
    box-sizing: border-box;
	width: 250px;
	z-index: 999;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}
.shipping-info:hover dl {
    display: block;
}
.shipping-info dt {
	margin: 0;
}
.shipping-info dd {
	background-color: #FFF;
	text-align: left;
	margin: 0;
}


.sales_period_single {
	border: 2px solid hsl(208,100%,43%);
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: hsl(208,100%,30%);
	margin: 0 auto;
	max-width: 320px;
	padding: 8px 0;
	background-color: hsl(208,100%,96%);
}


.payment-list-note {
	max-width: 400px;
	font-size: 12px;
	margin: 0 auto 15px;
	position: relative;
}
ul.payment-list-note li {
	margin: 0 0 10px 30px;
	list-style-type: none;
}
.payment-list-note li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
}


/* 商品写真 */
.main_content_gallery {
	max-width: 460px;
	margin: 0 auto;
}
.main_content_gallery_image {
/* 	height: calc((100vw - 20px) / 3 * 2); */
/* 	overflow: hidden; */
    position: relative;
    width: 100%;
}
.main_content_gallery_image:before {
	content: "";
	display: block;
	padding-top: 66%;
}
.main_content_gallery_image div {
/* 	margin-top: -17%; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


@media screen and (min-width: 460px) {
	
}


.main_content_gallery_image img {
	display: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main_content_gallery_lists ul {
	list-style-type: none;
	margin: 10px 0 10px;
}
.main_content_gallery_lists .lists_image {
	display: inline-block;
	margin: 0;
	width: 70px;
	max-width: 20%;
}
.main_content_gallery_lists .lists .active img {
    opacity: 0.4
}



.trade_law_table dl {
	border: none;
	margin: -0.5em;
	border-radius: 0;
}
.trade_law_table dt {
	margin: 0;
	padding: 5px 10px;
	background-color: #DDD;
	color: #000;
}
.trade_law_table dd {
	margin-bottom: 15px;
	padding-left: 25px;
}

.donation_mail_text {
	position: relative;
	text-align: center;
}
#donation_mail {
	width: 230px;
	text-align: center;
}
#copy_donation_mail {
	background: hsl(0,0%,30%);
}
#copy_donation_mail:hover {
	background: hsl(0,0%,10%);
}

#clip_tip {
	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	border-radius: 6px;
	margin: auto;
	width: 150px;
	height: 35px;
	line-height: 35px;
	background-color: #666;
	color: #FFF;
}


.aligncenter > figcaption {
    text-align: center;
}


/* reCAPTCHA v3 */
.grecaptcha-badge { visibility: hidden; }

.recaptcha_policy {
	width: 300px;
    padding: 0;
    margin: 20px auto 0;
    text-align: center;
    font-size: 10px !important;
    color: hsl(0, 0%, 55%) !important;
}
.recaptcha_policy a {
    color: hsl(0, 40%, 65%) !important;
    color: hsl(0, 0%, 55%) !important;
/*     text-decoration: none; */
}


a.buy-link-button {
	display: block;
	width: 200px;
	margin: 0 auto 10px;
	background-color: hsl(208,100%,43%);
	height: 40px;
	text-align: center;
	border-radius: 5px;
	line-height: 40px;
	color: #FFF !important;
	text-decoration: none;
	font-size: 16px;
}
a.buy-link-button:hover {
	background-color: hsl(208,80%,52%);
}

a.buy-link-button::before {
    content: "\f07a";
    font-family: FontAwesome;
	margin-right: 10px;
}


