@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

h2{
	border:none;
	font-size:120%;
	font-weight:bold;
}
h3{
}
h4{
	font-size:100%;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}
.red{
	color:#CC0000;
}
.blue{
	color:#0000CC;
}

/*リストのマーカー変更*/
ul.kome li,
ul.asta li{
	list-style:none!important;
	margin-left:-1em;
}
ul.asta li:before{
	content:"＊";
	margin-left:-1em;
}
ul.kome li:before{
	content:"※";
	margin-left:-1em;
}

/*テーブル*/
.kouzainfo table{
	width:auto;
	border-color:#D8D8D8;
}
.kouzainfo table td{
	border-color:#D8D8D8;
	padding-top:5px;
	padding-bottom:5px;
}
.awardshistory table{
	margin-top:0;
	width:auto;
	border:none;
}
.awardshistory table td{
	border-color:#D8D8D8;
	vertical-align:top;
}
.awardshistory table td{
	border-color:#D8D8D8;
	vertical-align:top;
}
.awardshistory table tr:last-child td{
	border:none;
	vertical-align:top;
}
.awardshistory table td:first-child{
	white-space:nowrap;
}
/* ロゴマーク */
body.page-id-23,
body.page-id-25{
	background-image:url("https://test.zamurai.jp/jasme/classic/wp-content/uploads/2021/12/emblem0.jpg");
}

#gMenu_outer li#menu-item-634{
	outline: 3px solid #f9f9f9;
	outline-offset: -3px;
	background:#DC3545;
}
#gMenu_outer li#menu-item-634 a{
	color:#FFFFFF;
}
/*
#gMenu_outer li#menu-item-634{
	position: relative;
	z-index:10!important;
}
#gMenu_outer li#menu-item-634::before{
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #f0b0b0;
	font-size:250%;
	z-index:-1!important;
}
*/