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

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*グローバルナビの修飾 */
#navi {
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
}

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover {
	color: #10aba6 !important;
}

#navi ul li a:before {
	background: #10aba6 !important;
}

#navi ul,#navi {
	background-color: white;
}

/* サイドバーの見出し背景を修正 */
#sidebar h4 {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 5px;
	background: #f3f3f3;
	font-weight: bold;
	color: #4D4D4D;
}

/* サイドバーカテゴリーを修正 */
.widget_categories h3:before {
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f115";
}

/* サイドバー人気記事ランキングを修正 */
#popular-entries h3:before {
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f219";
}

/* サイドバー新着記事ランキングを修正 */
#new-entries h3:before {
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f0ca";
}

/*
	Jetpack から移行された CSS
*/

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*グローバルナビの修飾 */
#navi {
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
}

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover {
	color: #10aba6 !important;
}

#navi ul li a:before {
	background: #10aba6 !important;
}

#navi ul,#navi {
	background-color: white;
}

/* サイドバーの見出し背景を修正 */
#sidebar h4 {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 5px;
	background: #f3f3f3;
	font-weight: bold;
	color: #4D4D4D;
}

/* サイドバーカテゴリーを修正 */
.widget_categories h3:before {
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f115";
}

/* サイドバー人気記事ランキングを修正 */
#popular-entries h3:before {
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f219";
}

/* サイドバー新着記事ランキングを修正 */
#new-entries h3:before {
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f0ca";
}

/* 記事を読むボタンの装飾 */
#breadcrumb span.sp {
	display: none;
}

#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] {
	background: #F3F3F3;
	padding: 4px;
	position: relative;
	margin-right: 20px;
}

#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after,
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1em;
	background: #F3F3F3;
	transform: skew(-10deg);
}

#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before {
	left: -.6em;
	border-radius: 5px 0 0 5px;
}

#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after {
	right: -.6em;
	border-radius: 0 5px 5px 0;
}

#breadcrumb a {
	color: #4D4D4D;
	font-weight: 700;
}

#breadcrumb {
	color: #4D4D4D;
}

/* 人気記事ランキングの順位をカスタマイズ　*/
.widget_popular_ranking ul li:before, .widget_new_popular ul li:before {
	background: none repeat scroll 0 0 #FFF !important;
	color: #000 !important;
	top: -3px !important;
	border-radius: 50px !important;
	border: solid 2px #000 !important;
}

#new-entries ul li img, #popular-entries ul li img {
	margin: 3px 5px 10px 3px;
}

/* 見出しを変更 */
.article h1 {
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 1.3;
}

.article h2 {
	font-size: 22px;
	line-height: 28px;
	padding: 15px 10px 12px 20px;
	background: #10ABA6;
	color: #FFF;
	margin: 25px 0;
	font-weight: 550;
	position: relative;
	border: none;
}

.article h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-width: 0 0 16px 16px;
	border-style: solid;
	border-color: #FFF #7BC8BC #7BC8BC #FFF;
	background: #7BC8BC;
	display: block;
	width: 0;
}

.entry h2 a {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.4;
}

.article h3 {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.3;
	padding: 5px 15px;
	border-left: 6px solid #10ABA6;
	border-bottom: none !important;
	color: #000;
	margin: 35px 0 30px;
}

.article h4 {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.3;
	padding: 5px 15px;
	border-bottom: none !important;
	border-left: 2px solid #10ABA6;
	color: #000;
	margin: 35px 5px 20px;
}

/* 記事間に線を引く */
#main .entry {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 15px;
}

/* 関連記事間に線を引く */
#main .related-entry {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px;
}

/* フォントを灰色にする */
body {
}

/* mainとsidebarの枠線を消す */
#main,#sidebar {
	border: none !important;
}

/* リストタグを修正 */
.article li {
	margin: 0 0 7px;
	line-height: 1.7;
	position: relative;
	padding-left: 10px;
}

/* メタ情報の大きさを変更し、右側へ*/
.post-meta,.entry .post-meta a {
	font-size: 12px;
	line-height: 160%;
}

.entry .post-meta {
	text-align: right !important;
}

/* サムネイル画像にエフェクト */
.entry-thumb,.wpp-thumbnail {
	overflow: hidden;
}

.entry-thumb img,.wpp-thumbnail img {
	transition: .6s;
}

.entry-thumb img:hover,.wpp-thumbnail:hover {
	opacity: .6;
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}