/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/


@media only screen and (max-width: 1023px) {
	.main-header .site-title, .main-header .site-title a {
		font-size: 24px !important;
	}
	.entry-content h2 {
		font-size: 16px !important;
	}
	.entry-content h3 {
		font-size: 14px !important;
	}
}
.entry-content h2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	font-size: 20px;
	margin-bottom: 20px;
}
.entry-content h3 {
	border-left: 3px solid #000;
	padding: 5px 0 5px 10px;
	font-size: 18px;
}
.main-header .site-title, .main-header .site-title a {
	font-size: 44px;
	font-weight: bold;
	font-family: sans-serif;
}
blockquote {
	font-size: 14px;
}
blockquote:before, q:before {
	font-size: 16px;
}
table {
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	font-size: 0.9em;
}
th {
	border: 1px solid #e6e6e6;
	padding: 10px;
	background: #fbfbfb;
}
td {
	border: 1px solid #e6e6e6;
	padding: 10px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
.basic-info {
	border: 1px solid #e6e6e6;
	padding: 10px;
	margin-bottom: 20px;
}
.basic-info-text {
	font-size: 14px;
}
.basic-info ul {
	margin-bottom: 0;
}
.code-box {
	padding: 10px;
	border: 1px solid #999;
	background: #f5f5f5;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: .9em;
}
.text-red {
	color: #ff0000;
}
.text-blue {
	color: #0000ff;
}
.single-post .entry-header {
	margin-bottom: 15px;
}
.single-post h1.entry-title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
}
.single-post .meta-category {
	background: #CF4D35;
	padding: 2px 10px;
	margin: 2px;
	border-radius: 4px;
}
.single-post .meta-category a {
	color: #fff;
}
.inside-link-box {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.inside-link-box a {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
.inside-link-box a:hover {
	background: #000 !important;
	color: #fff !important;
	transition-property: all;
	transition-duration: .5s;
}
.afili-box {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.afili-box .text-left {
	text-align: left;
}
.ads-pc {
	display: block;
}
.ads-box-left {
	float: left;
	padding-left: 50px;
	padding-bottom: 20px;
}
.ads-box-right {
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
}
.ads-sp {
	display: none;
}
.ads-toppage {
	height: auto !important;
	text-align: center;
	box-shadow: none;
}
.ads-toppage p {
	line-height: 0;
	margin: 0;
}
.ads-toppage .main-box-inside {
	padding: 0;
}
.temp th, .temp td {
	text-align: center;
	vertical-align: middle;
}
fieldset {
	border: 1px solid #777;
	padding-left: 15px;
	padding-bottom: 10px;
	background: #fafafa;
}
.feature-set {
	font-feature-settings: "palt";
}
.text-over-ex {
	width: 280px;
	border: 1px solid #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mini-text {
	font-size: 0.8em;
	color: #777;
}
.table-head {
	background: #333;
	color: #fff;
}
.pass-table {
	table-layout: fixed;
	font-size: 0.8em;
}
.border-ex {
	border-width: 5px;
	margin-bottom: 30px;
}
.border-ex2 {
	border-style: solid;
	margin-bottom: 30px;
}
.border-ex3 {
	border-style: solid;
	border-width: medium;
	margin-bottom: 30px;
}
.radius-ex {
	width: 250px;
	border: 5px solid #999;
	border-radius:100px 50px 100px 50px / 50px 100px 50px 100px;
	margin-bottom: 30px;
	padding: 10px;
	font-size: 0.9em;
}
.border-image-ex {
	width: 250px;
	border:15px solid #999;
	border-image-source: url(/wp-content/uploads/programing-img/programing-img-135.jpg);
	margin-bottom: 30px;
	background: #f5f5f5;
	font-size: 0.9em;
	padding: 10px;
}
.border-image-ex2 {
	width: 250px;
	border:15px solid #333;
	border-image:url('http://kubogen.com/wp-content/uploads/programing-img/programing-img-135.jpg') 33% round;
	padding: 10px;
	font-size: 0.9em;
	margin-bottom: 30px;
	background: #f5f5f5;
}
.collapse-ex {
	border-collapse: collapse;
	padding: 5px;
}
.collapse-ex th {
	border-collapse: collapse;
}
.collapse-ex td {
	border-collapse: collapse;
}

.collapse-ex2 {
	border-collapse: separate;
	padding: 5px;
	border-spacing: 5px;
}
.collapse-ex th {
	border-collapse: separate;
}
.collapse-ex td {
	border-collapse: separate;
}
.border-spacing-ex {
	padding: 5px;
	border: 1px solid #999;
	border-spacing: 5px;
	border-collapse: separate;
}
.border-spacing-ex td {
	border: 1px solid #999;
}
.transition-ex, .transition-ex2, .transition-ex3, .transition-ex4, .transition-ex5, .transition-ex6 {
	width: 200px;
	height: 120px;
	background: purple;
	color: white;
	font-size: 0.9em;
	padding: 7px;
	margin-bottom: 30px;
}
.transition-ex:hover {
	transition-property: all;
	background: orange;
	color: black;
}
.transition-ex2:hover {
	transition-property: all;
	transition-duration: 2s;
	background: orange;
	color: black;
}
.transition-ex3:hover {
	transition-property: all;
	transition-duration: 5s;
	background: orange;
	color: black;
	width: 250px;
	height: 170px;
	transition-timing-function: cubic-bezier(0.87,0.16,1,1);
}
.transition-ex4:hover {
	transition-property: all;
	transition-duration: 5s;
	background: orange;
	color: black;
	width: 250px;
	height: 170px;
	transition-timing-function: cubic-bezier(0.07,0.88,1,1);
}
.transition-ex5:hover {
	transition-property: all;
	transition-duration: 2s;
	transition-delay: 2s;
	background: orange;
	color: black;
}
.transition-ex6:hover {
	transition: all 3s 1s ease-in;
	background: orange;
	color: black;
}
.animation-ex {
	width: 200px;
	height: 70px;
	background: red;
	animation-name: ex-animation;
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-delay: 2s;
	margin-bottom: 30px;
}
.animation-ex:hover {
	animation-play-state: paused;
}
@keyframes ex-animation {
	0%{width: 50px;height: 70px;}
	100%{width: 200px;height: 70px;}
}
.cursor-auto:hover {
	cursor: auto;
}
.cursor-default:hover {
	cursor: default;
}
.cursor-context-menu:hover {
	cursor: context-menu;
}
.cursor-help:hover {
	cursor: help;
}
.cursor-pointer:hover {
	cursor: pointer;
}
.cursor-progress:hover {
	cursor: progress;
}
.cursor-wait:hover {
	cursor: wait;
}
.cursor-cell:hover {
	cursor: cell;
}
.cursor-crosshair:hover {
	cursor: crosshair;
}
.cursor-text:hover {
	cursor: text;
}
.cursor-virtical-text:hover {
	cursor: virtical-text;
}
.cursor-alias:hover {
	cursor: alias;
}
.cursor-copy:hover {
	cursor: copy;
}
.cursor-move:hover {
	cursor: move;
}
.cursor-no-drop:hover {
	cursor: no-drop;
}
.cursor-not-allowed:hover {
	cursor: not-allowed;
}
.cursor-e-resize:hover {
	cursor: e-resize;
}
.cursor-ne-resize:hover {
	cursor: ne-resize;
}
.cursor-n-resize:hover {
	cursor: n-resize;
}
.cursor-nw-resize:hover {
	cursor: nw-resize;
}
.cursor-w-resize:hover {
	cursor: w-resize;
}
.cursor-sw-resize:hover {
	cursor: sw-resize;
}
.cursor-s-resize:hover {
	cursor: s-resize;
}
.cursor-se-resize:hover {
	cursor: se-resize;
}
.cursor-ew-resize:hover {
	cursor: ew-resize;
}
.cursor-ns-resize:hover {
	cursor: ns-resize;
}
.cursor-nesw-resize:hover {
	cursor: nesw-resize;
}
.cursor-nwse-resize:hover {
	cursor: nwse-resize;
}
.cursor-col-resize:hover {
	cursor: col-resize;
}
.cursor-row-resize:hover {
	cursor: row-resize;
}
.cursor-all-scroll:hover {
	cursor: all-scroll;
}
.cursor-zoom-in:hover {
	cursor: zoom-in;
}
.cursor-zoom-out:hover {
	cursor: zoom-out;
}
.content-ex:before {
	content: url('/wp-content/uploads/programing-img/programing-img-110.jpg');
}
.quotes-ex {
	quotes: "『" "』"
}
.quotes-ex:before {
	content: open-quote;
}
.quotes-ex:after {
	content: close-quote;
}
.counter-ex {
	counter-increment: number 1;
}
.counter-ex:before {
	content: counter(number) "位　";
}
.counter-ex2 {
	counter-increment: number2 2;
}
.counter-ex2:before {
	content: counter(number2) "位　";
}
.object-fit-img {
	width: 250px;
	height: 250px;
	border: 2px solid #ccc;
	background: #eee;
}
.centering {
	background: #ccc;
	margin-bottom: 30px;
}
.tag-style {
	background: #333;
	color: #fff;
	padding: 3px 6px;
	border-radius: 5px;
}
figure.hover-parent {
	width: 250px;
	height: 175px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
figcaption.hover-mask {
	width: 250px;
	height: 175px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 30px;
}
figure.hover-parent:hover .hover-mask {
	opacity: 1;
}
figcaption.hover-mask2 {
	transition:all 0.6s ease;
}
figcaption.hover-mask3 {
	transition: all 0.6s ease;
	padding-bottom: 0;
}
figure.hover-parent:hover .hover-mask3 {
	padding-bottom: 30px;
}
figcaption.hover-mask4 {
	transition: all 0.6s ease;
	padding-top: 0;
}
figure.hover-parent:hover .hover-mask4 {
	padding-top: 30px;
}
figcaption.hover-mask5 {
	transition:all 0.6s ease;
}
figure.hover-parent:hover .hover-mask5 {
	transform: scale(1.2);
}
figcaption.hover-mask6 {
	transition:all 0.6s ease;
	transform: scale(0);
}
figure.hover-parent:hover .hover-mask6 {
	transform: scale(1);
}
figcaption.hover-mask7 {
	transition:all 0.6s ease;
	top: -100%;
}
figure.hover-parent:hover .hover-mask7 {
	top: 0;
}
figcaption.hover-mask8 {
	transition:all 0.6s ease;
	left: -100%;
}
figure.hover-parent:hover .hover-mask8 {
	left: 0;
}
figcaption.hover-mask9 {
	transition:all 0.6s ease;
	transform: rotateX(-180deg);
}
figure.hover-parent:hover .hover-mask9 {
	transform: rotateX(0deg);
}
figcaption.hover-mask10 {
	transition:all 0.6s ease;
	transform: rotateY(-180deg);
}
figure.hover-parent:hover .hover-mask10 {
	transform: rotateY(0deg);
}
figcaption.hover-mask11 {
	transition:all 0.6s ease;
}
figure.hover-parent:hover .hover-mask11 {
	transform: rotate(360deg);
}
figcaption.hover-mask12 {
	transition:all 0.6s ease;
	transform: rotate(90deg) scale(0);
}
figure.hover-parent:hover .hover-mask12 {
	transform: rotate(360deg) scale(1);
}
figcaption.hover-mask13 {
	transition:all 0.6s ease;
	transform: rotate(90deg) scale(3);
}
figure.hover-parent:hover .hover-mask13 {
	transform: rotate(360deg) scale(1);
}
figcaption.hover-mask14 {
	transition:all 0.6s ease;
	transform: rotateX(-90deg) rotateY(-90deg);
}
figure.hover-parent:hover .hover-mask14 {
	transform: rotateX(0) rotateY(0);
}
figure.hover-parent15 {
	transform-style: preserve-3d;
	perspective: 1500px;
	perspective-origin: 0 50%;
	overflow: visible !important;
}
figcaption.hover-mask15 {
	transition:all 0.6s ease;
	transform-origin: 0;
	transform: rotateY(-90deg);
}
figure.hover-parent:hover .hover-mask15 {
	transform: rotateY(0);
}
#slideshow {
	position: relative;
	width: 500px;
	height: 350px;
	margin-bottom: 30px;
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
#slideshow img.active {
	z-index: 10;
}
#slideshow img.last-active {
	z-index: 9;
}
#slideshow2 {
	position: relative;
	display: block;
	width: 500px;
	height: 350px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 30px;
}
#slideshow2 li {
	display: block;
	position: absolute;
	width: 500px;
	height: 350px;
}
.scroll-ex, .scroll-touch {
  	width: 250px;
  	height: 300px;
  	border: 3px solid #ddd;
 	padding: 20px;
  	box-sizing: border-box;
  	overflow: scroll;
	margin-bottom: 30px;
}
.scroll-touch {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.demo-210 {
	width: 250px;
	height: 175px;
	background-image: url(https://kubogen.com/wp-content/uploads/france-img/fra​​nc​e​-​im​​g-1​04.jpg);
	background-size: cover;
	position: relative;
	margin-bottom:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	padding: 2rem;
}
.demo-210::before {
	width:250px;
	height:175px;
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.demo-210-2 {
	width: 250px;
	height: 175px;
	background-image: url(https://kubogen.com/wp-content/uploads/france-img/fra​​nc​e​-​im​​g-1​04.jpg);
	background-size: cover;
	position: relative;
	margin-bottom:30px;
}
.demo-210-2::before {
	width:250px;
	height:175px;
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.demo-210-text {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	text-align: center;
	padding: 2rem;
}
.demo-212-img {
	width: 250px;
	height: 175px;
	transition-duration: 0.5s;
}
.demo-212-img:hover {
	transform: scale(1.2,1.2);
	cursor: pointer;
}
.demo-212-img-r {
	width: 250px;
	height: 175px;
	transition-duration: 0.5s;
}
.demo-212-img-r:hover {
	transform: scale(0.5,0.5);
	cursor: pointer;
}
.demo-212 {
	width: 250px;
	height: 175px;
	overflow: hidden;
	margin-bottom: 30px;
}
.kaerebalink-box {
	padding: 2rem;
	border: 1px solid #dedede;
	margin-bottom: 30px;
}
.kaerebalink-image {
	margin-bottom: 0 !important;
}
.kaerebalink-name {
	font-size: 1.5rem;
}
.shoplinkamazon a {
	background: #FDA638;
	color: #fff;
	padding: 1.5rem 4rem;
	display: inline-block;
}
.shoplinkrakuten a {
	background: #BE0712;
	color: #fff;
	padding: 1.5rem 4rem;
	display: inline-block;
}
.shoplinkamazon a:hover, .shoplinkrakuten a:hover {
	text-decoration: none;
}
.point-box {
	background: #f9f9f9;
    padding: 1.5em 0.5em;
    margin-bottom: 30px;
    font-size: 0.9em;
    font-weight: bold;
	border: 1px dotted #333;
}
.point-box ul {
    margin-bottom: 0px;
}
.info {
	font-size: 0.8em;
	margin-bottom:30px;
}
.relation {
    padding: 1em 1.2em;
    margin-bottom: 30px;
    font-size: 0.9em;
	background: #f9f9f9;
}
@media only screen and (min-width: 200px) and (max-width: 670px) {
	.site-branding {
		line-height: 3.7;
	}
	.header-sticky .site-title a {
		font-family: sans-serif;
		font-weight: bold;
		font-size: 24px;
	}
	.single-post h1.entry-title {
		font-size: 1em;
		margin: 10px 0;
		line-height: 20px;
	}
	.single-post .meta-category {
		display: inline-block;
		margin-bottom: 5px;
	}
	.ads-sp {
		display: block;
	}
	.ads-sp .ads-box-left {
		margin: 0 auto;
		padding: 0;
		margin-left: -10px;
		margin-bottom: 20px;
	}
	.ads-sp .ads-box-right {
		margin: 0 auto;
		padding: 0;
		margin-left: -10px;
	}
	.ads-pc {
		display: none;
	}
	.text-over-ex {
		width: 250px;
		border: 1px solid #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.table-scroll {
		overflow:auto;
		white-space:nowrap;
		border: 1px solid #aaa;
		padding: 0;
		margin-bottom: 30px;
		-webkit-overflow-scrolling: touch;
	}
	.table-scroll table {
		margin: 0;
	}
	.kaerebalink-image {
		float: none !important;
		margin-bottom: 1rem !important;
		margin-right: 0 !important;
		text-align: center;
	}
	.shoplinkamazon a {
		margin-bottom: 1rem;
		width: 100%;
		text-align: center;
		padding: 2rem;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.shoplinkrakuten a {
		width: 100%;
		text-align: center;
		padding: 2rem;
		font-size: 1.3rem;
		font-weight: bold;
		margin-bottom: 1rem;
	}
}