/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/* Minimum width of 600 pixels. */
/*
幅を860pxに狭くします　
*/
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: .571428571rem;
	}
	
	.author-description {
		float: right;
		width: 80%;
	}
	
	.site {
		margin: 0 auto;
		max-width: 860px;
		max-width: 61.42857143rem;
		overflow: hidden;
	}
	
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	
	body.template-front-page .site-content,
																																																																																																	body.attachment .site-content,
																																																																																																	body.full-width .site-content {
		width: 100%;
	}
	
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	
	.site-header h1,
																																																																																																	.site-header h2 {
		text-align: left;
	}
	
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	
	.main-navigation ul.nav-menu,
																																																																																																	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	
	.main-navigation li a,
																																																																																																	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	
	.main-navigation li a:hover,
																																																																																																	.main-navigation li a:focus {
		color: #000;
	}
	
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px,1px,1px,1px);
	}
	
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	
	.main-navigation ul li:hover > ul,
																																																																																																	.main-navigation ul li:focus > ul,
																																																																																																	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: .785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: .571428571rem .714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	
	.main-navigation li ul li a:hover,
																																																																																																	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	
	.main-navigation .current-menu-item > a,
																																																																																																	.main-navigation .current-menu-ancestor > a,
																																																																																																	.main-navigation .current_page_item > a,
																																																																																																	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	
	.menu-toggle {
		display: none;
	}
	
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	
	.template-front-page .site-content,
																																																																																																	.template-front-page article {
		overflow: hidden;
	}
	
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	
	.template-front-page .widget-area .widget,
																																																																																																	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	
	.template-front-page .widget-area .widget:nth-child(even),
																																																																																																	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	
	.template-front-page.two-sidebars .widget,
																																																																																																	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/*
ｈ3のスタイルを定義します
*/
h3 {
	padding: .5em .75em;
	background-color: #fefefe;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

/*
ｈ4のスタイルを定義します
*/
h4 {
	padding: .5em .75em;
	border: 1px solid #ccc;
}

/*
ｈ5のスタイルを定義します
*/
h5 {
	width: 90%;
	position: relative;
	padding: 0 .5em .3em 2em;
	border-bottom: 1px solid #87cefa;
}

h5::before,
h5::after {
	position: absolute;
	content: '';
	border-radius: 100%;
}

h5::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(135,206,250,1);
}

h5::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(255,160,122,.5);
}

/*
画像の枠を消します
*/
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
/* Add fancy borders to all WordPress-added images …  */
	border-radius: 0;
	box-shadow: none;
}

/* 
全固定ページでタイトル非表示 
*/
.page .entry-title {
	display: none;
}