/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 15.29.9
*/
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

ul,
ol {
	list-style: none;
}
/*html,body,h1,h2,h3,p,td,th,li,ul{
	 font-size: 116%;
}*/
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
form,
input {
	margin: 0;
	padding: 0;
}

th {
	font-weight: lighter;
}

img {
	border: none;
	vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 3rem;
}
div {
	box-sizing: border-box;
}
p {
	margin: 0;
	padding: 0;
	text-align: left;
}
/*Lighttingクリア*/
.site-body-bottom, .site-footer {
	display: none;
}
/*clearfix*/
div:after, ul:after {
	content: "";
	display: block;
	clear: both;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
img {
	max-width: 100%;
}
ul, ol {
	margin: 0;
}
/*margin--*/
.mb05 {
	margin-bottom: 05px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt10pa {
	margin-top: 10%;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
body {
	color: #666;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* Text elements */
body {
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}
dt {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a {
	overflow: hidden;
	color: #666;
}
a:hover, a:active {
	color: #c00;
}
.adminEdit {
	clear: both;
	float: none;
	display: block;
	overflow: hidden;
	padding: 0px 0px 20px;
}
.assistive-text {
	display: none;
}
/*-------------------------------------------*/
.content {
	margin-bottom: 36px;
	text-align: left;
	display: block;
	overflow: visible;
}
hr {
	margin-bottom: 20px;
}
.post {
	padding-bottom: 25px;
}
.alert {
	color: #f00;
}
.caption {
	font-size: 11px;
	line-height: 120%;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.sectionBox {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	clear: both;
}
.entry-meta {
	margin-bottom: 2em;
	font-size: 11px;
	color: #666;
}
.content h1, .content h2, .content h3, .content h4, .content h4, .content h5, .content h6, .content .leadTxt {
	color: #333333;
}
h2, h1.contentTitle, h1.entryPostTitle {
	clear: both;
	font-size: 128.6%;
	line-height: 133.3%;
	padding: 0;
	font-weight: bold;
	color: #333;
	position: relative;
}
h1.entryPostTitle {
	margin: 0px 0px 5px;
}
h1.contentTitle {
	margin: 0 0 25px;
}
h2 {
	margin: 30px 0px 25px;
}
h2:nth-child(1), h3:nth-child(1), h4:nth-child(1), h5:nth-child(1), h6:nth-child(1) {
	margin-top: 0;
}
h2 a {
	text-decoration: none;
}
h2.imageTit {
	margin: 0px 0px 30px;
	border: none;
	padding: 0px;
	background: none;
}
h3 {
	clear: both;
	font-size: 128.6%;
	line-height: 130%;
	margin: 35px 0px 20px;
	padding: 0;
}
h4 {
	clear: both;
	font-size: 121.4%;
	line-height: 130%;
	margin: 30px 0px 20px;
	padding: 0;
}
h5 {
	clear: both;
	font-size: 114.3%;
	line-height: 130%;
	margin: 30px 0px 15px;
	padding: 0;
}
h6 {
	clear: both;
	font-size: 100.0%;
	line-height: 130%;
	margin: 30px 0px 15px;
	padding: 0;
}
#tokoyama p {
	margin-bottom: 20px;
	padding: 0px;
}
blockquote {
	padding: 20px 15px 0px;
	margin-bottom: 20px;
	border: 3px solid #efefef;
	clear: both;
}
.content strong {
	font-weight: bold;
}
.content ul, .content ol {
	margin: 0px 0px 20px 30px;
}
.content ul li, .content ol li {
	list-style: disc;
	padding: 0px;
}
.content ul ul, .content ol ul {
	margin-top: 10px;
}
.content ul ul li, .content ol ul li {
	list-style: circle;
}
.content li {
	margin-bottom: 10px;
}
.content ol li {
	list-style: decimal;
	padding: 0px;
}
.content table {
	border-top: 1px solid #e5e5e5;
	margin: 5px -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 85.7%;
	line-height: 141.7%;
}

.content table thead th {
	font-weight: bold;
}
.content table th, .content table thead th {
	background-color: #f5f5f5;
	white-space: nowrap;
}
.content table tfoot th, .content table tfoot td {
	font-weight: bold;
}
.content table th, .content table td {
	border: 1px solid #e5e5e5;
	padding: 10px 10px;
	vertical-align: top;
}
.content table th ul, .content table th ol, .content table td ul, .content table td ol {
	margin-bottom: 0px;
	margin-left: 15px;
}
.content table th ul li, .content table th ol li, .content table td ul li, .content table td ol li {
	margin: 2px 0px;
}
.content table.mobile-block th, .content table.mobile-block td {
	border-top: none;
	display: block;
}
.content dt {
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.content dd {
	margin: 0px 0px 30px;
	padding: 0px;
}
.content p {
	line-height: 160%;
}
#main #container .content.wide {
	width: 99%;
	float: none;
	padding-bottom: 30px;
	overflow: visible;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 950px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding-right: 0;
	padding-left: 0;
}
/*text-align--*/
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.txt-p11 {
	font-size: 85%;
}
.txt-p12 {
	font-size: 92%;
}
.txt-p13 {
	font-size: 100%;
}
.txt-p14 {
	font-size: 108% !important;
}
.txt-p15 {
	font-size: 116% !important;
}
.txt-p16 {
	font-size: 123.1% !important;
}
.txt-p17 {
	font-size: 131% !important;
}
.txt-p18 {
	font-size: 138.5% !important;
}
.txt-p19 {
	font-size: 146.5%;
}
.txt-p20 {
	font-size: 153.9%;
}
.txt-p21 {
	font-size: 161.6%;
}
.txt-p22 {
	font-size: 167%;
}
.txt-p23 {
	font-size: 174%;
}
.txt-p24 {
	font-size: 182%;
}
.txt-p25 {
	font-size: 189%;
}
.txt-p26 {
	font-size: 197%;
}
.fontB {
	font-weight: bold;
}
.mojikan008 {
	letter-spacing: -0.08em;
}
/*見出し-------------------------------------*/
h1, h2, h3, h4, .bizKabuki, .bizFlow, .subTtl, #menuPCwrap ul {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600 !important;
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
h2.ttlTop {
	background: url("/wp-content/uploads/2016/06/ttl_bgBeige.png") repeat;
	line-height: 2;
	font-size: 200%;
	margin: 1.5% 0;
	text-align: center;
	border: none;
	font-weight: 600;
}
h3 {
	font-size: 150%;
	border: none;
	margin: 5px 0;
	color: #534741;
	padding-bottom: 5px;
}
.content h3::after {
	border: none;
}
p {
	line-height: 160%;
}
h3.workTtl {
	height: 3em;
	text-align: center;
}
/*リンク*/
a {
	text-decoration: none;
	color: #67a00d;
}
a:hover {
	color: #cccc33;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*header*/
#header {
	background: #000000;
}
#headerTop #site-description {
	padding: 0;
}
#headerTop {
	background: url("/wp-content/uploads/2016/06/header_line.gif") repeat-x;
	border-top: none;
	height: 10px;
}
#header #site-title {
	margin: 0;
	padding: 10px 0 10px 15px;
}
/*ハンバーガーメニュー*/
#gMenu .assistive-text {
	background: url("/wp-content/uploads/2016/06/sp_menu_icon.gif") no-repeat;
	width: 100px;
	border: none;
	box-shadow: none;
}
#header .assistive-text span::before, #header.itemClose .assistive-text span::before {
	content: " ";
}
#header.itemOpen .assistive-text span::before {
	content: " ";
}
/*ウィンドウサイズメイン画像*/
body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	color: #3E3A39;
}
#wrap {
	width: 100%;
	margin: 0 auto;
	clear: both;
	position: relative;
}
/*メイン画像*/
.kamoji_TopTxt {
	display: none;
}
/*SPレイアウト用---------------------------*/
@media only screen and (max-width: 767px) {
	#main {
		margin-top: 0;
	}
	.pcLayout {
		display: none;
	}
	.kamoji_TopTxt {
		display: block;
	}
	/*fullscreen*/
	#mainFull {
		background: url("/wp-content/uploads/2016/06/kamoji_top_main.jpg") no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#topMain #mainSP {
		height: 90vh;
		position: relative;
		background: url("/wp-content/uploads/2016/06/kamoji_top_main.jpg") no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#topMain #mainSP img {
		padding: 35% 0 0;
		width: 35%;
	}
	.mainHvh {
		height: 90vh;
		position: relative;
	}
	.mainHvh p {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 80%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	#mainFull.mainHvh p img {
		max-width: 100%;
	}
	#mainPC {
		display: none;
	}
}
/*メイン画像SPレイアウト用-----ここまで----------------------*/
/*横画面用*/
@media screen and (orientation:landscape) {
	#mainFull.mainHvh p img {
		display: none;
	}
	.spLayout {
		display: block;
	}
}
/*メイン画像調整*/
@media screen and (max-width: 641px) {
	#mainFull.mainHvh p img {
		width: 40% !important;
	}
	.mainHvh p {
		top: 45%;
	}
}
/*メイン画像PC・タブレット用-------------------------------------------------*/
@media screen and (min-width: 768px) {
	.spLayout {
		display: none;
	}
	.headWrap {
		display: none;
	}
}
/*メイン画像PC・タブレット用-------ここまで---------------------------------*/
#headerTop {
	max-width: 950px;
	margin: 0 auto;
}
/*PC用メニュー*/
#menuPCwrap {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
#menuPCwrap ul {
	display: table;
	width: 100%;
	float: left;
	font-size: 110%;
	line-height: 2em;
	font-weight: bold;
	background: #000000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#menuPCwrap ul li {
	table-layout: fixed;
	display: table-cell;
	vertical-align: middle;
	width: 16.666667%;
	border-right: 1px solid #FFFFFF;
	background: #000000;
	list-style: none;
	margin: 0;
}
#menuPCwrap ul li:last-child {
	border-right: none;
}
#menuPCwrap a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#menuPCwrap ul li a:hover {
	color: #000000;
	background: #FFFFFF;
}
/*SP用メニュー--カスタマイズ*/
#gMenu .headMainMenu ul li {
	background: #000000;
	display: block;
}
#gMenu .headMainMenu ul li a {
	color: #FFFFFF;
}
#gMenu .headMainMenu ul li a:hover {
	color: #281101;
	background: #FFFFFF;
}
#gMenu .headMainMenu ul li a::after {
	content: "2";
}
#header.itemOpen .headMainMenu .menu {
	font-size: 120%;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
	/* 768px - 979px用（タブレット用）の記述 */
	#menuPCwrap ul {
		line-height: 2.8em;
	}
}
/*コンテンツ---------------------------------*/
#main #container {
	padding-top: 0;
}
/*企業情報*/
#topCampany {
	margin-bottom: 30px;
}
/*リキッドデザイン*/
.clm3 {
	margin-right: -1.33%;
}
.cell {
	display: block;
	float: left;
	width: 32%;
	margin-right: 1.33%;
	text-align: center;
}
/*2カラム*/
.clm2 {
	margin: 30px auto;
	text-align: center;
}
.one {
	float: left;
	width: 45%;
	margin: 0 0.5% 0 4.5%;
}
.two {
	float: left;
	width: 45%;
	margin: 0 4.5% 0 0.5%;
	text-align: left;
}
table {
	text-align: left;
}
/*床山の仕事*/
/*トップバナー部分*/
#topBnr {
	text-align: center;
	margin: 0 auto;
	background: #EFEFEF;
	padding: 50px 0 30px 0;
}
#topBnr img {
	margin-bottom: 20px;
}
#fb {
	margin: 30px auto;
	text-align: center;
}
/*footer-------*/
#footer {
	background-color: #FFFFFF;
}
#footerInner, #siteBottom {
	max-width: 950px;
	background: url("/wp-content/uploads/2016/06/ttl_bgBeige.png") repeat;
	border: none;
	margin: 0 auto;
}
#footerInner {
	width: 100% !important;
}
#footMenu {
	border: none;
}
#footerOutline {
	font-size: 160%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#footer dl#footerOutline {
	width: auto;
}
.snsBtn {
	margin-bottom: 12px;
}
.snsBtn ul {
	float: left;
}
.snsBtn ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
.footerBtnLine {
	background: url("/wp-content/uploads/2016/06/header_line.gif") repeat;
	border-top: none;
	height: 20px;
}
#footerMap {
	margin: 0 auto;
	text-align: right;
	padding: 20px 20px 0 0;
}
#btmSec {
	padding: 20px 0 0 20px;
}
#footer .innerBox {
	padding-top: 10px;
}
p.copyRightKamoji {
	padding: 5px 0px 30px;
	text-align: center !important;
	font-size: 88%;
}
#siteBottom a {
	color: #666;
	text-decoration: none;
}
#siteBottom #siteBottomInner.innerBox #copy {
	padding-top: 15px;
	line-height: 1.3rem;
}
/*コンテンツ幅調整*/
#main {
	border: none;
}
@media screen and (max-width: 969px) {
	.innerBox {
		width: 98%;
	}
	#main #container .content.wide {
		width: 100%;
	}
	#footerInner {
		width: 98%;
	}
}
.adminEdit {
	display: none;
}
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
#pagetop {
	display: block;
	overflow: hidden;
	clear: both;
	z-index: 5;
}
#pagetop a {
	color: #333;
	background: url(images/icon_arrow_top_gry.png) center bottom no-repeat #e6e6e6;
	float: right;
	display: block;
	position: relative;
	padding: 5px 15px 5px 15px;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 0px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}
#pagetop a:hover {
	background: url(images/icon_arrow_top.png) center bottom no-repeat #5ead3c;
	color: #FFF;
}
/*企業情報*/
#compinfo {}
.greeting {
	margin-bottom: 30px;
}
.profImg {
	float: left;
	width: 22%;
}
.profTxt {
	float: right;
	width: 77%;
	text-align: left;
}
.content h3.name {
	text-align: left;
	margin: 0px 0 2px 0;
}
@media screen and (max-width: 767px) {
	.profImg {
		width: 100%;
		float: none;
		text-align: center;
	}
	.profTxt {
		float: none;
		width: 100%;
	}
	.posishTtl {
		text-align: center;
	}
	.content h3.name {
		text-align: center;
	}
}
@media screen and (min-width: 767px) {
	#mainSP {
		display: none;
	}
	.catchCopy {
		display: none;
	}
}
.content table#compTable {
	border-color: #000;
	border-top: none;
	border-left: none;
}
.content table#compTable th {
	background: #FBF6EE;
	border-color: #000000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: none;
	border-left: 1px solid #000
}
.content table#compTable td, .content table#compTable th {
	border: none;
}
.innerTable td, innerTable th {
	border: 1px solid #fff !important;
}
.content table {
	border-spacing: 0;
}
table.innerTable {
	width: auto;
}
table.innerTable th, .innerTable td {
	font-size: 115%;
	border: 1px solid #fff;
}
table#compTable th {
	background: #FBF6EE;
	vertical-align: top;
}
table#compTable table.innerTable th {
	background: none;
	border: 1px solid #fff;
	width: 25%;
}
.boxNumber {
	border: 1px solid #000;
	font-size: 90%;
	margin-right: 3px;
}
.subTtl {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0 0 10px 20px;
}
.clm2B {
	margin-bottom: 15px;
}
.clm2B .one {
	width: 30%;
	margin: 0 1% 0 0;
}
.clm2B .two {
	float: none;
	width: 68%;
	margin: 2% auto;
}
#compinfo .clm2B .two {
	float: left;
}
.clm2C .one {
	float: right;
	width: 25%;
	margin: 0 2% 0 0;
	;
}
.clm2C .two {
	float: left;
	width: 70%;
	margin: 0;
}
.attention {
	border: 1px solid #9D7549;
	padding: 20px 25%;
	color: #9D7549;
	margin: 20px auto;
}
@media screen and (max-width: 767px) {
	.clm2B .one {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.clm2B .two {
		width: 100%;
		margin: 0;
	}
	.clm2C .two {
		width: 100%;
		margin: 0;
	}
	.clm2C .one {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.attention {
		padding: 4px 4%;
	}
	.pcLayout {
		display: none;
	}
}
@media screen and (min-width: 641px) {
	.spBr {
		display: none;
	}
}
.content h3.comph3Ttl {
	font-size: 180%;
}
.content h3.pcLayout.comph3Ttl {
	text-align: left;
}
/*企業情報テーブル*/
#compTable td .bft {
	font-size: 140%;
}
@media screen and (max-width: 641px) {
	.content table th, .content table td {
		padding: 8px 6px;
	}
	.content table#compTable table.innerTable th {
		width: 50%;
	}
	.yearNumber {
		width: 32%;
	}
}
#tokoyama .clm2B .one {
	float: right;
}
#tokoyama .clm2B .two {
	float: left;
}
/*床山の仕事*/
h3.redTtl {
	background: #E65642;
	padding: 5px 10px;
	font-size: 180%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px auto 30px auto;
}
h3.BlueTtl {
	background: #6569BD;
	padding: 4px 10px;
	font-size: 180%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 auto 15px auto;
}
.tokoInner h3.tkDiscTtl {
	background: #F1F1F1;
	padding: 7px 0;
	text-align: left;
	margin: 18px auto 10px auto;
	color: #5E1800;
}
.number {
	width: 30px;
	height: 30px;
	background: #E3E3E3;
	padding: 8px;
	margin-right: 3px;
}
.tokoInner h4.typeGry {
	background: #efefef none repeat scroll 0 0;
	border: none;
	padding: 4px 8px;
	margin-bottom: 0;
}
#tokoyama .clm3 p {
	margin-bottom: 0;
}
#tokoyama .clm3 {
	padding: 10px;
}
#tokoyama .clm3 .cell {
	margin-bottom: 18px;
}
#tokoyama .clm3 .cell p {
	text-align: left;
}
@media screen and (max-width: 640px) {
	#tokoyama .clm3 .cell {
		width: 100%;
	}
}
@media screen and (min-width: 641px) {
	#tokoyama .row .one, #tokoyama .row .two {
		width: 100%;
		margin: 0;
	}
}
#tokoyama .row .one {
	margin-bottom: 10px;
}
.tokoInner {
	margin: 0 30px;
}
h5.typeTtl {
	background: url("/wp-content/uploads/2016/06/tk_tokoyama_kkback.gif") repeat-x;
	font-weight: 600;
	border-radius: 5px;
	padding: 8px;
	border: 1px solid #efefef;
}
.bdrBox {
	border: 1px solid #efefef;
}
@media screen and (max-width: 768px) {
	.tokoInner {
		margin: 0;
	}
}
/*人材募集*/
h3.recTtl {
	max-width: 640px;
	margin: 10px auto;
	font-size: 120%;
	text-align: left;
	background: #efefef;
	padding: 3px 0 3px 6px;
}
/*ヘッダー固定*/
@media screen and (max-width: 768px) {
	#header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	#header.itemOpen {
		position: relative !important;
		top: auto;
		left: auto;
		width: 100%;
	}
	/*SPメイン画像＋テキスト*/
	.catchCopy {
		width: 80%;
		margin: 0 auto 10px auto;
		font-size: 160%;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.catchCopy p {
		margin-bottom: 4px;
	}
}
/*スマホ文字サイズ調整*/
@media screen and (max-width: 480px) {
	.subTtl {
		font-size: 60%;
	}
	.catchCopy {
		width: 80%;
		font-size: 120%;
	}
	.content h2.ttlTop {
		font-size: 170%;
	}
}
/*トップページ床山の仕事　2016.06.05*/
#topBusiness {
	margin: 20px 0;
	padding: 2px;
}
.content h3.workTtl {
	height: 2.4em;
	vertical-align: middle;
}
/*リキッドデザイン用*/
.workBox {
	margin-right: -1.33%;
	margin-bottom: 20px;
}
.workBox .cell {
	float: left;
	width: 32%;
	margin-right: 1.33%;
	border-radius: 5px;
	box-shadow: 0 2px 5px #ccc;
	background: url("/wp-content/uploads/2016/07/topBusiness_cellBg2.gif") repeat;
}
.cellin {
	padding: 20px 2%;
}
.workBox p {
	text-align: center;
	height: 3em;
	line-height: 117%;
	margin-bottom: 10px;
}
/*20160713追加*/
#topBusiness .clm3, #topBusiness .clm2 {
	margin-right: -2%;
}
#topBusiness .clm2 .one, #topBusiness .clm2 .two {
	border: 1px solid #efefef;
	border-radius: 5px;
	box-shadow: 0 2px 5px #ccc;
	background: url("/wp-content/uploads/2016/07/topBusiness_cellBg2.gif") repeat;
}
#topBusiness .clm2 .one {
	float: left;
	width: 47%;
	margin: 0 1% 0 0;
}
#topBusiness .clm2 .two {
	float: left;
	width: 47%;
	margin: 0 0 0 1%;
}
#topBusiness .clm2 {
	margin: 0 auto;
	padding: 0 15%;
}
#recruitTop .clm2 {
	width: 70%;
}
@media screen and (max-width: 640px) {
	#topBusiness {
		margin: 0 auto;
	}
	.workBox {
		display: inline;
		margin: 0;
	}
	#topBusiness .clm3 {}
	#topBusiness .clm2 {
		margin: 20px auto;
	}
	.workBox .cell {
		display: block;
		float: none;
		text-align: center;
		width: 92%;
		margin: 23px auto 0 auto;
	}
	#topBusiness .clm2 .one, #topBusiness .clm2 .two {
		display: block;
		float: none;
		text-align: center;
		width: 92%;
		margin: 0 auto 23px auto;
	}
	.workBox p {
		height: auto;
	}
	h3.workTtl {
		height: 3em !important;
	}
	#recruitTop .clm2 {
		width: 100%;
	}
}
ul.listMark {
	margin: 20px 0 20px 20px;
	list-style: disc;
	padding: 0px;
}
ul.listMark li {
	margin-bottom: 10px;
}
/* ボタン共通 */
.moreBtn {
	overflow: hidden;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 5px;
}
.moreBtn a {
	display: block;
	position: relative;
	z-index: 100;
	text-align: center;
	background: #9DAD8C;
	color: #fff;
	font-size: 98%;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0;
	margin-bottom: 10px;
}
.moreBtn a:hover {
	background: #C1C172;
}
@media screen and (min-width: 641px) and (max-width: 800px) {
	/* 768px - 979px用（タブレット用）の記述 */
	.moreBtn a {
		font-size: 90%;
	}
	#IconList1 a::before {
		right: 10px !important;
	}
	#IconList1 a::after {
		right: 14px !important;
	}
}
#IconList1 a:before {
	/*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background: #fff;
}
#IconList1 a:after {
	/*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background: #9DAD8C;
}
#IconList1 a:hover:after {
	/*「after要素」のマウスオーバー（カラーを合わせる） */
	background: #C1C172;
}
@media screen and (min-width: 768px) {
	#yomoyamaBlog .moreBtn, #recruitTop .moreBtn, #yomoyamaBlog .moreBtn a, #recruitTop .moreBtn a {
		width: 250px;
		float: right;
	}
}
.ftrClm2 .one {
	float: left;
	width: 55%;
	margin: 0 1% 0 1%;
}
.ftrClm2 .two {
	float: right;
	width: 41%;
	margin: 0 1% 0 1%;
}
/*アンカーリンクヘッダー固定の高さ調整*/
@media screen and (max-width: 767px) {
	#compinfo {
		margin-top: -53px;
		padding-top: 53px;
	}
	.ftrClm2 .one, .ftrClm2 .two {
		float: none;
		width: 100%;
		margin: 0;
	}
	#footerMap {
		text-align: center;
		padding: 0;
		width: 80%;
	}
}
#siteBottom #siteBottomInner.innerBox #powerd {
	display: none;
}
#siteBottom #siteBottomInner.innerBox {
	padding-bottom: 8px;
}
/*top 床山よもやま話*/
#yomoyamaBlog #su-post-374, #yomoyamaBlog .su-post-comments-link, #yomoyamaBlog .su-post-meta {
	display: none !important;
}
/*投稿　カスタマイズ*/
.su-posts-default-loop h2.su-post-title, .content .infoList .infoListBox div.entryTxtBox h4.entryTitle, .content h1.entryPostTitle {
	background: none;
	border-top: none;
	border-bottom: none;
	border-left: 6px solid #597242;
	padding: 2px 0 2px 5px;
}
.su-posts-default-loop h2.su-post-title a, .content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
	color: #49311d;
}
.content .infoList .infoCate a {
	display: none !important;
}
.paging span.current, .paging a {
	border-color: #E38A66;
	color: #E38A66;
}
.paging span.current, .paging a:hover {
	background: #E38A66;
	color: #FFFFFF;
}
.moreLink a {
	display: block;
	position: relative;
	z-index: 100;
	text-align: center;
	background: #9DAD8C;
	color: #fff;
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 4px 5px 11px;
	margin-bottom: 10px;
	border: none;
	line-height: normal;
}
.moreLink a:hover {
	background: #C1C172;
	/* マウスオーバーカラー */
}
.moreLink a::after {
	color: #FFFFFF;
	line-height: normal;
}
#main #container #sideTower {
	padding-top: 12px;
}
@media screen and (max-width: 991px) {
	.moreLink a {
		width: 96%;
	}
	.site-body {
		padding: 65px 0 0;
	}
}
.sideTower .localHead {
	background: #f1f1f1;
	border-top-color: #433D48 !important;
}
.sub-menu {
	font-size: 95%;
	background: #010101;
}
#menuPC li.active a {
	color: #000000;
	background: #FFFFFF;
}
/*スマホ用submit*/
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}
.fRed {
	color: #E02C2C;
}
/*sidemenu--title*/
.content h2, .content h1.contentTitle, .content h1.entryPostTitle, .sideTower h3.localHead, .sideWidget h4 {
	margin-top: 14px;
}
.thumbImageInner {
	display: none !important;
}
.content .infoList .infoListBox div.entryTxtBox.haveThumbnail {
	width: 100% !important;
}
.moreLink {
	width: 100%;
}
/*投稿imgキャプションcss調整*/
.content .wp-caption {
	background: none;
	border: none;
	text-align: start;
}
/*Lighting*/
.page-header, #breadcrumb {
	display: none;
}
@media (min-width: 991.98px) {
	.site-body {
		padding: 0;
	}
	#site-header {
		display: none;
	}
	.blog #site-header {
		display: block;
	}
	.blog .site-header--layout--nav-float .site-header-container {
		display: block;
	}
	.blog .site-header-container {
		margin: 0 auto;
		padding: 0;
	}
	.blog .site-body {
		padding-top: 1.5%;
	}
	.entry-body > .vk_posts > .media.vk_post-col-sm-12:first-child, .main-section > .vk_posts > .media.vk_post-col-sm-12:first-child {
		border-top: white;
	}
}
@media (max-width: 991.98px) {
	body, html {
		font-size: 17px !important;
	}
	#site-header {
		background: url(/wp-content/uploads/2016/06/header_line.gif) repeat-x top;
		background-color: #000;
		border-top: none;
		height: 65px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 101;
	}
	.site-header-logo {
		padding: 0;
		margin: 0;
		white-space: normal;
	}
	.entry-body {
		padding: 0 3px;
	}
	h3.name {
		text-align: center;
	}
	table td, table th {
		padding: .5rem .2rem;
	}
}
table#compTable th {
	white-space: nowrap;
}
.vk-mobile-nav-menu-btn {
	top: 20px;
	right: 10px;
	left: auto;
	background: url(/wp-content/themes/lightning-child/img/vk-menu-btn-black.svg) center 50% no-repeat;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: url(/wp-content/themes/lightning-child/img/vk-menu-close-black.svg) center 50% no-repeat;
}
.site-header-container {
	margin: 0;
	padding: 10px 0 10px 15px;
}
.blog #site-header {
	position: relative;
	height: auto;
	box-shadow: none !important;
}
.blog .sub-section .vk_post .media-img {
	display: none;
}
.blog .vk_post.media, .blog .cat-item, .blog .widget li {
	text-align: left;
}
.blog .site-header-container {
	padding: 0;
}
.site-header-container .site-header-logo {
	display: block;
	width: 100%;
	margin-top: 10px;
	height: 35px;
	background: url(/wp-content/uploads/2016/06/kamoji_logo.png) no-repeat;
	background-size: contain;
}
.site-header-container a span {
	display: none;
}
.vk-mobile-nav {
	background-color: #000;
	color: #fff;
}
.vk-mobile-nav nav ul li a {
	color: #fff;
	font-weight: 700;
}
.vk-mobile-nav .vk-mobile-nav-menu-outer {
	margin-top: 1.5em;
}