/*
 Theme Name:   Kuromaty 
 Theme URI:    http://kuromaty.pupu.jp
 Description:  Photo Diary
 Author:       Office MUSHROOM
 Author URI:   http://office-mushroom.com
 Template:     photo-diary
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
body, .site-logo, h1, h2, h3, h4, h5, h6, .display, input, textarea, select, option {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
}

.site-header.bei-get-image {
	background-position: 20% top;
}


.meta.travel {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0.2rem;
	color: #000;
}

.widget_categories ul {
	list-style: disc;
	list-style-position: inside;
}


.widget_categories ul.children {
	margin-left: 10px;
	list-style: circle;
	list-style-position: inside;
}

.site-logo {
	margin-bottom: 1rem;
}


.main-nav ul {
	margin-bottom: 10px;
}

.main-nav li ul li a {

}

.nav-links {
	text-align: center;
}

.nav-links .page-numbers {
	border: 1px solid #ccc;
	padding: 5px 12px;
	display: none;
}

.nav-links .prev::before {
	margin-right: 3px;
	content: '\0ab';
}

.nav-links .next::after {
	margin-left: 3px;
	content: '\0bb';
}

.nav-links .page-numbers.current {
	display: inline;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	border: none;
	display: inline;
	margin: 0;
}

.entry-header img {
	display: block;
	margin: 0 auto 10px;
}

.profile-avatar, .profile-name, .profile-description {
	text-align: center;
}

@media only screen and (min-width: 420px) {
	.nav-links .page-numbers {
		display: inline;
	}
}


@media only screen and (min-width: 760px) {
	.site-header {

	}

	.info-bar .search {
		margin-top:.25rem;
	}
}

@media only screen and (min-width: 72.5rem) {
	.site-logo {
		margin-top: 1rem;
	}

	.main-nav {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	.main-nav li ul {
		width: 200%;
		left: -50%;
	}

	.main-nav li ul li {
		font-size: 16px;
	}
}

