<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: Lightning Child MI
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/* Singleページを１カラムにする */
.post-type-clinic .mainSection,
.post-type-clinic .sideSection{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/* 3PRを2PRにする */
/*ボタン3つにする為コメント　2020/11/30 神長
@media (min-width: 768px){
	.prBlock_lighnt.col-sm-4{
		flex: 0 0 50%;
		max-width: 50%;
	}
}
*/
.mi-lr-span{
	margin-left: 3px;
	margin-right: 3px;
}

.mi-clinic-name{
	text-decoration:none;
}
.mi-clinic-name:hover{
	text-decoration:underline !important;
}
</pre></body></html>