/*
	Theme Name: Yamanaka (Twenty Fourteen modified)
	Author: webmaster
	Template: twentyfourteen
*/

/* 記事の横幅を広くする */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 700px;
}

/* タイトルなどのアルファベットが全て大文字になるのを防止 */
button,
.contributor-posts-link,
input[type=”button”],
input[type=”reset”],
input[type=”submit”],
.site-navigation a,
.entry-title,
.entry-meta,
.cat-links,
.entry-meta .tag-links a,
.entry-content th,
.comment-content th,
.entry-content .edit-link,
.page-links,
.post-navigation .meta-nav,
.paging-navigation .page-numbers,
.comments-title,
.comment-list .reply,
.comment-metadata,
.no-comments,
.comment-navigation,
.widget .widget-title,
.widget_calendar caption,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.content-sidebar .widget .widget-title,
.featured-content .entry-title {
	text-transform: none;
}

/* タイトルなどのアルファベットが全て大文字になるのを防止 */
@media screen and (min-width: 783px) {
	.primary-navigation {
		text-transform: none;
	}
}

/* 業績のページのボタン */
button.achievement {
	font-weight: normal;
	padding: 1px 18px;
	text-align: center;
}

/* 業績のページプルダウンとボタン */
select.achievement,
button.achievement {
	font-size: 12pt;
	margin: 5px;
}
