/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。

Use this field to test small chunks of CSS code. For important CSS customizations, it is recommended to modify the style.css file of a child theme.
http//codex.wordpress.org/Child_Themes
*/
/* フォント */
body {
	font-size: 1rem;
	font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P', sans-serif;
	text-rendering: optimizeLegibility;
	letter-spacing: 1px;
	padding-top: 20px;
	max-height: 100%;
	line-height: 150%;
	background-image: url("http://kurahashi-yo.com/youtien/wp-content/uploads/2016/02/artwork.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
}

.entry-header .entry-title {
	font-size: 30px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: bold;
	border-top: 2px dotted #bfd8d2;
	border-bottom: 2px dotted #bfd8d2;
	text-align: center;
	padding: 12px 0;
}

.navbar .nav>li>a {
	font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P', sans-serif;
}

.entry-content p,
.entry-content ul {
	margin: 10px;
	padding: 12px 10px;
}

/* サイトディスクリプション */
.site-description {
	font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, Osaka, sans-serif;
	font-size: 12px;
	color: #df744a;
}

/* ウィンドウ縮小時のサイト説明文の色の調整 */
h2.site-description {
	font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 12px;
	color: #df744a;
}

/* hr */
hr {
	height: 0;
	margin: 0;
	border: 0;
}

hr {
	height: 50px;
	background: url("http://kurahashi-yo.com/youtien/wp-content/uploads/2016/01/line03.png") repeat-x 0 0;
}

/* 見出し */
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	background-image: linear-gradient(transparent 50%,#bfd8d2 50%);
	font-size: 1.4em;
	padding: 0 .4em .1em;
}

.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.85;
/* 変更 */
	margin-bottom: .7em;
	padding: 12px 10px;
	background: #fedcd2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
}

.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
	font-weight: bold;
}

.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: .928571429rem;
	line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: .857142857rem;
	line-height: 1.846153846;
}

/* フッター */
footer#footer {
	border-top: 10px solid #fedcd2;
	background-color: #bfd8d2;
	padding: 0;
}

blockquote {
	border-left: 5px solid #ddd;
	background: #ffeaea;
	padding: 20px;
}

/* title */
.no-widget-icons h3.widget-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
/* 変更 */
	margin: 0 0 30px;
	padding: 12px 10px;
	background: #bfd8d2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
	color: #fff;
}

/* カラー */
a {
	color: #df744a;
	text-decoration: none;
}

.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #915da3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* スライダー */
.carousel-caption {
	background-color: transparent9;
/* IE8 and below */
	background: rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000',endColorstr='#33000000',GradientType=0);
/* IE6-9 */
	max-width: 60%;
	padding: 5%;
	line-height: 14px;
	vertical-align: middle;
/*hack IE7 and below */
	display: inline-block;
	position: relative;
	margin-left: 11%;
/*display:inline; IE7 and below */
}

.carousel-caption h1,
.carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	font-size: 85%;
	color: white;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.carousel-caption .btn {
	margin-top: 10px;
}

/* front-widgets */
.widget-front h2 {
	position: relative;
	background: #fedcd2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: normal;
	font-size: 100%;
	padding: 5px;
}

.widget-front h2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(132,26,117,0);
	border-top-color: #fedcd2;
	border-width: 10px;
	margin-left: -10px;
}

/*ヘッダーline*/
.tc-header {
	border-bottom: 10px solid #fedcd2;
	border-top: 5px solid #dcb239;
}

/* 見出しの文字の影を無くす */
h1, h2, h3, h4, h5, h6 {
	text-shadow: 0 0 0 #FFF;
}

/* ソーシャル共有 */
div.sharedaddy h3.sd-title {
	margin: 0 0 1em;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	background: #FFF;
	color: #dcb239;
}

#main-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	padding: 10px;
}

/* timeline */
.timeline {
	list-style: none;
}

.timeline > li {
	margin-bottom: 60px;
}

@media ( min-width : 640px ) {
	.timeline > li {
		overflow: hidden;
		margin: 0;
		position: relative;
	}
	
	.timeline-date {
		width: 110px;
		float: left;
		margin-top: 20px;
	}
	
	.timeline-content {
		width: 75%;
		float: left;
		border-left: 3px #e5e5d1 solid;
		padding-left: 30px;
		padding-bottom: 10px;
	}
	
	.timeline-content:before {
		content: '';
		width: 12px;
		height: 12px;
		background: #6fc173;
		position: absolute;
		left: 146px;
		top: 24px;
		border-radius: 100%;
	}
}

/* topmenu */
.round-div {
	border: 104px solid #fff;
}

@media (max-width: 979px) {
	.widget-front .round-div {
		border: 94px solid #fff;
	}
}

/*ページネーション部のPost navigationの表示を消す*/
.assistive-text {
	display: none;
}

/* リスト */
.entry-content ul li {
	line-height: 150%;
	margin-left: 20px;
}

/*記事タイトルのrecently updatedを非表示に*/
.badge, .label {
	display: none;
}