/*
 Theme Name:   Twenty Eleven Child
 Theme URI: https://wordpress.org/themes/twentyeleven/
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Description: Twenty Eleven Child Theme
 Template:     twentyeleven
 Version:      3.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
 Text Domain: twentyeleven
*/

body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
}

.entry-utility,
.entry-meta {
	display: none;
}

#searchform {
	display:none !important;
}

#nendebcopy {
	display:none;
}

@media screen and (max-width: 768px) {
	#site-title a {
		color: #111;
		font-size: 20px;
		font-weight: bold;
		line-height: 36px;
		text-decoration: none;
	}
}

.entry-title {
		font-size: 20px;
}

h1.page-title {
		font-size: 20px !important;
}

.widget_recent_entries ul li {
    line-height: 1.8em !important;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: -moz-linear-gradient(#156612, #0a0a0a) !important;
	background: -o-linear-gradient(#156612, #0a0a0a) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#156612), to(#0a0a0a)) !important; /* older webkit syntax */
	background: -webkit-linear-gradient(#156612, #0a0a0a) !important;
}
