/**
Theme Name: BEL_Astra_Starter_Theme
Author: Bel
Author URI: http://wpastra.com/about/
Description: GOENINC Astra Pro 子テーマ（JTC対応）
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mpress
Template: astra
*/

/*------------------------------------------------------------
リセット
-------------------------------------------------------------*/

ol,
ul {
  margin: 0 0 0em 0em;
}

li {
  list-style-type: none;
}

/*------------------------------------------------------------
オイカワさんへ
↓以下、佐野が作成いたしました
分量が多くなってきたら、sano.cssとして
分離させたいと思います。よろしくお願いいたします。
-------------------------------------------------------------*/

/*-------
 メニュー
--------*/
#sano-header-menu ul.uael-nav-menu>li+li{
	position: relative;
	padding-left: 1em;
}
#sano-header-menu ul.uael-nav-menu>li+li::before{
	content: "";
    display: block;
    height: 1.5em;
    border-left: 1px solid #aaa;
    position: absolute;
	left: 0.5em;
    top: 0;
    bottom: 0;
    margin: auto;
	transform: rotate(45deg) !important;
}

/*------------------------
スポンサーショートコード用
------------------------*/
.sponsor-flex{
	display: flex; /*最新のブラウザ*/
	display: -webkit-box; /*レガシーCC*/
	display: -webkit-flex; /*Android2.3*/
	display: -ms-flexbox; /*IE9~用*/
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sponsor-flex>a{
	margin: 15px 20px 15px 20px;
}
.sponsor-logo-wrapper{
	position: relative;
	width: 200px;
	height: 150px;
}
.sponsor-logo-wrapper>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	max-width: 70%;
	max-height: 70%;
}