/*
Theme Name: niibohoikuen_ltng201908
Theme URI: https://lightning.nagoya
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:6.16.0
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, E-Commerce
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning

Lightning WordPress theme, Copyright (C) 2015-2019 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/


/**/


.mymenu ul	{
	margin: 0;
	padding: 0;
	list-style: none
}





.mymenu li	{
    margin-bottom: 0;
}




.mymenu li a	{
	display: block;
	padding: 5px 5px;
	color: #000000;
/*
	font-size: 14px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
*/
	text-decoration: none}

.mymenu li a:hover	{
/*
	background-color: #eeeeee
*/
}

.mymenu ul#menu-contents li a	{
	padding: 10px 25px;
}







/* サムネイル画像を付けたメニューのデザイン */
.mymenu-thumb li a	{
/*
	padding: 10px 25px;
*/
	border-bottom: dotted 1px #dddddd;
	color: #666
}

.mymenu-thumb li a:hover {
/*
    color: lightgreen;
*/
}

.mymenu-thumb li a:after	{
	content: "";
	display: block;
	clear: both}

.mymenu-thumb li .thumb	{float: left;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 0.5em;
	}

.mymenu-thumb li .text	{float: none;
	width: auto;
	font-size: 14px;
	margin-left: 75px}

.mymenu-thumb li span	{display: block;
	color: #666666;
	font-size: 12px}


.media .postList_thumbnail a {
    border-radius: 0.5em;
}


.media .postList_thumbnail img {
    border-radius: 0.5em;
}