/* ============================================

	ブログ部分
	
   =========================================== */

/* ============================================
	WordPress Misc	
   =========================================== */
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/*  【一番外のボックス】 */
.brog_out {
	padding-top: 40px;
}

/*  【外ボックス】 */
.brog_main {
	margin: 0 0 30px 0;
}
/*  【外ボックス】 */
.brog_single_main {
	margin: 20px 0 30px 0;
}

/*  【ボックス】 */
.brog_box {
	padding: 20px;
}

/*  【ブログタイトル】 */
.entry-title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px ;
}

/*  【中ボックス】 */
.entry-content {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom:10px;
}

/*  【文章】 */
.entry-content p {
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 8px;
}

/*  【メタ部分】ボックス */
.entry-meta {
	margin-bottom: 10px;
}

/*  【メタ部分】日時とカテゴリー*/
.entry-meta li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*  【タグ】 */
.tag-links {
	min-height: 22px;
}

.categories-links a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}



.thumbnail-box {
	float: left;
	width: 160px;
	margin-right: 20px ;
}

/* ============================================

	関連記事
	
   =========================================== */
div.related-posts {
	padding-bottom: 20px;
}

/*  「関連記事」の書式設定 */
#related {
	font-size: 18px;
	font-weight: bold;

}

ul#related-posts li {
	margin-bottom: 20px;
	list-style: none;
}

ul#related-posts .content-box {
	width: 480px;
}

	ul#related-posts h4 {
	margin: 0;
	}

	ul#related-posts p {
		margin-bottom: 0;
	}

ul#related-posts .thumbnail-box {
	width: 100px;
}

	ul#related-posts img {
		width: 100px;
		height: 100px;
	}


/* ============================================

	ブログ個別記事
	
   =========================================== */
/*  【本文】 */
.archive-content {
	overflow: hidden;
	padding-top:20px;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 2em;
	float: left;
}

/*  【スマホ文字表示用】 
.mobilebox {
	width: 310px ;

}
*/

/*  【ブログタイトル】 */
.archive-title {
	font-size: 24px;
	margin-top: 0;
	float: left;
	line-height: 1.5em;
}

/*  【メタ部分】ボックス */
.archive-meta {
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

/*  【メタ部分】日時とカテゴリー*/
.archive-meta li {
	 display: inline-block;
	padding-left: 15px;
	padding-right: 10px;
	margin:3px;
}

/*  【日時】 */
.archive-meta .date {
	padding-left: 15px;
	padding-right: 10px;
}

    /*  【タグ】 */
.archivetag-links {
	min-height: 24px;
}

/*  【フッター部分のボックス】 */
.entry-footer li {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 10px;
}


/* ============================================

	ウィジェット部分
	
   =========================================== */
/*  【左メニュー】 */
.brog_side {
	padding-left:20px;
	padding-right:20px;
	margin-bottom: 70px;
}

/*  【検索フォーム】 */
.widgetsearch {
	height:80px;
	text-align: center;
}

/*  【検索フォーム】入力部分 */
.widgetsearch_text {
	margin: 0 5px 5px 0;
}
/*  【検索フォーム】ボタン */
.widgetsearch_btn {
	padding-top: 10px;
	float: right;
}

/*  【カテゴリー】タイトル */
.widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #454545;
}
/*  黒丸削除 */
.widget ul {
	list-style: none;
}
/* ============================================

	パンくずリスト
	
   =========================================== */
#breadcrumb {
	padding: 10px 0px 10px 20px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border-radius: 5px;
}
#breadcrumb li {
	float: left;
	margin-right: .5em;
	list-style-type: none;
}
/* ============================================

	コメントフォーム

   =========================================== */


textarea,
#trackback_url {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea {
	display: block;
}

textarea {
	overflow: auto;
}

textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

/*  「コメント」の書式設定 */
#comments {
    font-size: 18px;
    font-weight: bold;
}

/*  「コメントをどうぞ」の書式設定 */
.comment-plese {
	font-size: 18px;
	font-weight: bold;
}

/*  「トラックバックURL」の書式設定 */
#trackback-url {
    font-size: 18px;
    font-weight: bold;
}


/* ============================================

	サイドバー

   =========================================== */
#sidebar h2 {
	margin-bottom: 10px;
	font-family: 'Josefin Sans', sans-serif;
}

.widget {
	margin-bottom: 40px;
}
	
	
#sidebar-recent-posts li,
#sidebar-popular-posts li {
	margin:20px 0;
		list-style: none;
}

.sidebar-thumbnail-box {
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title {
	float: right;
	width: 165px;
}

.sidebar-recent-posts-title h3{
	font-size:14px;
	font-weight: bold;
}

	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p {
		margin: 0;
	}

.tagcloud a {
	white-space: nowrap;
}
