@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: Matsumaru Tomoya
Tags: 
Version: 0.1.4
*/
body,p{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
}

footer .sectionBox {
    display:none !important;
}

footer .copySection {
    display:block !important;
    border-top:none !important;
}

footer .copySection p:nth-child(2) {
    display:none !important;
}

.mgr-20{
	margin-right: 20px;
}

header .urgent {
	 color: white;
	text-decoration: none;
	line-height: 30px;
	height: 30px; 
	background: #D9534F;
	display: block;
	text-align:center;
	font-size: 16px;
}
@media screen and (max-width: 600px) {
	header .urgent {
		font-size: 12px;
	}
}