/* --------------------------------
Theme Name: lightning_child
Version:0.0.1
Author: goego56
Template: lightning
----------------------------------*/

h4 {
    color: #63ad1f;
}

strong {
}

#text-4 {
	text-align: center;
}

#wp_widget_vkexunit_3pr_area-3 {
	margin-top: 80px;
}

table.sttaf_table tr td {
	border: #999 solid 1px;
	background: #FFF;
}

table.sttaf_table tr th {
	font-weight: bold;
	text-align: center;
	border: #999 solid 1px;
	min-width: 150px;
	background: #ECFFCC;
}

table.sttaf_table tr th span {
	display: inline-block;
}

table.normal {  }

table.normal tr td {
	border: #999 solid 1px;
	background: #FFF;
}

table.normal tr th {
	font-weight: bold;
	text-align: center;
	border: #999 solid 1px;
}

table.normal tr th.w-80 { width: 80px; }
table.normal tr th.w-100 { width: 100px; }
table.normal tr th.w-120 { width: 120px; }
table.normal tr th.w-140 { width: 140px; }
table.normal tr th.w-160 { width: 160px; }

div#local_nav_wrap {
	width: 100%;
	margin: 0 10px 30px 0;
}

div#local_nav_wrap a {
	width: 100%;
	height: 100%;
	margin: 0 0 10px 10px;
}

div#local_nav_wrap a:hover {
	opacity: 0.7;
}

div#footsal_img_wrap {
	vertical-align: top;
}

div#footsal_img_wrap img {
	width: 28%;
	vertical-align: top;
	margin-right: 20px;
	border: #AAA solid thin;
}

div#footsal_img_wrap img.img_01 {
    padding: 30px 0px 35px;
}

div#footsal_img_wrap img.img_02 {
	border: none;
}

div#footsal_img_wrap img.img_03 {
	max-width: 117px;
    margin-right: 0;
}

img.representative {
	float: right;
	margin-left: 25px;
}

h1.mishow div {
	width: 258px;
	height: 36px;
	background: url('http://midori.work/wp/wp-content/uploads/2017/06/mishow_rogo.png') 0 0 no-repeat;
}

h1.mishow div span {
	display: none;
}

@media (max-width: 767px) {
	h1.mishow div {
		height: 28px;
		background-size: contain;
	}
}

@media (max-width: 600px) {
	table.sttaf_table tr td,
	table.sttaf_table tr th {
		display: block;
	}

	table.sttaf_table tr td {
		margin-bottom: 30px;
	}

	div#footsal_img_wrap {
		text-align: center;
	}

	div#footsal_img_wrap img {
		width: 66%;
		display: block;
		margin: 0 auto 15px auto;
	}

	div#footsal_img_wrap img.img_03 { margin-right: auto; }

}

/* 訪問看護ページご利用方法・サービスの流れフロー画像デバイス切り替え */
.flowimg-pc { display: block !important; }
.flowimg-sp { display: none !important; }
 
@media only screen and (max-width: 750px) {
    .flowimg-pc { display: none !important; }
    .flowimg-sp { display: block !important; }
}

/* reCAPTCHA非表示 */
.grecaptcha-badge { visibility: hidden; }