@charset "utf-8";


/* =============================================
	
	Blog
	
============================================= */


/* ----------------------------------------
	
	Blog - Index
	
---------------------------------------- */
.blog {}

.blog h2 {
	background: url(../images/h2_bg.png) no-repeat;
	margin-bottom: 10px;
	padding: 12px;
	font-weight: bold;
	font-size: 116%;
	color: #555;
}



/* 各エントリー */
.blog .entries {
	width: 680px;
	margin-right: -11px;
	margin-bottom: 60px;
	overflow: hidden;
	_zoom: 1;
}

.blog .entry {
	width: 307px;
	border: 1px solid #dededb;
	margin: 0 11px 11px 0;
	padding: 10px 10px 15px;
	position: relative;
	background: #f9f9f4;
	float: left;
}

.blog .entry .face {
	position: absolute;
	top: 10px;
}

.blog .entry .face img {
	position: absolute;
}

.blog .entry h3,
.blog .entry .date,
.blog .entry .excerpt,
.blog .entry .categories {
	margin-left: 70px;
}

.blog .entry h3 {
	font-weight: bold;
	margin-bottom: 5px;
	line-height:1.4;
}

.blog .entry a {
	text-decoration: none;
}

.blog .entry .date {
	font-size: 85%;
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
	letter-spacing: 0.3px;
}

.blog .entry .excerpt,
.blog-archive .entry .excerpt {
	line-height: 1.4;
}

.blog .entry .categories {
	font-size: 85%;
	margin-top: 10px;
}

/* hover */
.blog .entries .bl-hover ,
.blog-archive .entries .bl-hover  {
	background: #fff;
}




/* 
	検索フィールド
*/
#searchfield {
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #d4d1c3;
	-moz-box-shadow: 0 0 3px #e7e5dd;
	-webkit-box-shadow: 0 0 3px #e7e5dd;
}

/* テキストフィールド */
#s {
	background: #efeee8;
	border: 1px solid #f7f6f2;
	width: 222px;
}

#s:focus {
	background: #f7f6f2;
}


/* submitボタン(画像) */
#search-btn {
	position: absolute;
	top: 2px;
	right: 5px;
	background: url(../images/ico_search.png) center center no-repeat;
	border: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
}


/*
	サイドバー
*/
.blog-sidebar .monthchunks {
	border: 1px solid #dededb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f9f9f4;
	margin-bottom: 30px;
	padding: 15px 20px 0;
	font-family: Georgia, serif;
}

.blog-sidebar .monthchunks h3 {
	font-size: 121%;
	color: #666;
	font-weight: bold;
}

.blog-sidebar .monthchunks h3 {
	line-height: 1;
}

.blog-sidebar .monthchunks .monthly-list {
	margin-bottom: 15px;
}

.blog-sidebar .monthchunks .monthly-list li {
	display: inline;
	margin-right: 1px;
}

.blog-sidebar .monthchunks .monthly-list a {
	text-decoration: none;
	color: #666;
}

.blog-sidebar .monthchunks .monthly-list a:hover {
	text-decoration: underline;
}


/* 入れ子のカテゴリ用(決め打ち) */
.cat-item-9 {
	background-position: 12px 1.3em !important;
}

.blog-sidebar li a span {margin-left:5px;font-size:85%;color:#888;}



/* タグクラウド */
.blog-sidebar .tagclouds {
	border: 1px solid #dededb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f9f9f4;
	margin-bottom: 30px;
	padding: 15px 20px;
}



/* はてなブックマークウィジェット */

.hatena-bookmark-widget-notheme .hatena-bookmark-widget-title,
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-footer { display: none; }

.hatena-bookmark-widget-notheme a {
	display: inline !important;
	padding: 0 !important;
}

.hatena-bookmark-widget-notheme em a {
	background: none repeat scroll 0 0 #FFF0F0 !important;
	color: #FF6666 !important;
	font-weight: bold;
}

.hatena-bookmark-widget-notheme strong a {
	background: none repeat scroll 0 0 #FFCCCC !important;
	color: #FF0000 !important;
}

.hatena-bookmark-widget-notheme li {
	padding: 8px 10px 8px 24px;
}

.hatena-bookmark-widget-notheme .hatena-bookmark-count { margin-left: 5px; }


/* ----------------------------------------
	
	Blog  - Archive
	
---------------------------------------- */

.blog-archive {
}

.blog-archive h1 {
	color: #444;
	font-size: 30px;
	font-weight: bold;
	padding-left: 15px;
	border-left: 8px solid #97c5ba;
	text-shadow: 0 1px 0 #f5f4f0;
	margin-bottom: 40px !important;
	line-height: 1.6;
}

.blog-archive .entry {
	border: 1px solid #dededb;
	margin-bottom: 10px;
	padding: 15px;
	position: relative;
	background: #f9f9f4;
}

.blog-archive .entry .face {
	position: absolute;
	top: 15px;
}

.blog .entry .face img {
	position: absolute;
}

.blog-archive .entry h2,
.blog-archive .entry .date,
.blog-archive .entry .excerpt {
	margin-left: 50px;
}

.blog-archive .entry h2 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog-archive .entry a {
	text-decoration: none;
}

.blog-archive .entry a:hover {
	text-decoration: underline;
}

.blog-archive .entry .date {
	font-size: 85%;
	color: #999;
	letter-spacing: 0.3px;
}

.blog-archive .entry .excerpt {
	line-height: 1.5;
	margin-bottom: 5px;
}






/* ----------------------------------------
	
	Blog-single
	
---------------------------------------- */


/*
	前後のページ遷移用ナビゲーション
*/
.blog-single .prevnext-nav {
	background: #f9f9f4;
	padding: 10px;
	font-size: 85%;
	position: relative;
	margin-bottom: 20px;
}

.blog-single .prevnext-nav-first { background: #f2f0ea; }

.blog-single .prevnext-nav .prev,
.blog-single .prevnext-nav .next {
	width: 48%;
}

.blog-single .prevnext-nav .prev {
	position: absolute;
}

.blog-single .prevnext-nav .next {
	text-align: right;
	margin: 0 0 0 auto;
	min-height: 2.5em;
}

.blog-single .prevnext-nav span,
.blog-single .prevnext-nav a {
	display: block;
	line-height: 1.3;
	color: #666;
}
.blog-single .prevnext-nav a {
	color: #9d9072;
	text-decoration: none;
}
.blog-single .prevnext-nav a:hover {
	text-decoration: underline;
}


.blog-single .prevnext-nav .prev span {
	background: url(../images/arrow_left_gray.png) left center no-repeat;
	padding-left: 8px;
}

.blog-single .prevnext-nav .next span {
	background: url(../images/arrow_right_gray.png) right center no-repeat;
	padding-right: 8px;
}

.blog-single .prevnext-nav a {
	padding: 0 8px;
}


/*
	記事タイトル
*/

.blog-single .entryHeader {
	background: #f9f9f4 url(../images/h1_bg2.png) 0 -1px repeat-x;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 1px #999;
	-webkit-box-shadow: 0 0 1px #999;
	margin-bottom: 20px;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.blog-single .entryHeader h1 {
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0px !important;
}

.blog-single .entryHeader .date {
	color: #666;
	display: inline;
}

.blog-single .entryHeader .meta {
	font-size: 85%;
	color: #666;
	margin-top: 10px;
	line-height: 1;
}

.blog-single .entryHeader .meta img {
	margin-right: 10px;
	vertical-align: middle;
}

.blog-single .entryHeader .meta .author {
	text-decoration: none;
	color: #666;
}

.blog-single .entryHeader .meta a:hover {
	color: #111;
	text-shadow: 0 1px 0 #fff;
}

.blog-single .entryHeader .meta .tags a:hover {
	color: #0088CC;
}

.date .tags { letter-spacing: 0; }


/*
	記事内部
*/
.blog-single .entryBody {
	margin-bottom: 50px;
}

.blog-single .entryBody p {
	margin-bottom: 1em;
	font-size: 108%;
	line-height: 1.7;
}

.blog-single .entryBody #_mcePaste {
	margin-bottom: 1em;
	font-size: 108%;
	line-height: 1.7;
}

.blog-single .entryBody p > img,
.blog-single .entryBody p > a > img {
	border: 3px solid #ccc;
	margin-bottom: 20px;
}

.blog-single .entryBody h2,
.blog-single .entryBody h3,
.blog-single .entryBody h4,
.blog-single .entryBody h5,
.blog-single .entryBody h6 { clear: both; }

.blog-single .entryBody h2 {
	font-size: 161.6%;
	font-weight: bold;
	margin: 40px 0 0.8em;
	padding: 8px 8px 8px 12px;
	line-height: 1.3;
	background: #e0ddca;
	color: #313026;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}


.blog-single .entryBody h3 {
	font-size: 131%;
	font-weight: bold;
	border-left: 3px solid #c0bb9a;
	margin: 1.5em 0 0.8em;
	padding: 3px 6px 3px 10px;
	background: #eae8dd;
	color: #313026;
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.blog-single .entryBody h4 {
	font-weight: bold;
	margin: 2em 0 1em;
	padding: 3px 7px;
	font-size: 116%;
	border-left: 3px solid #97c5ba;
	color: #333;
}

.blog-single .entryBody h5,
.blog-single .entryBody h6 {
	font-weight: bold;
	margin: 1em 0 0.5em;
	font-size: 108%;
}

/* 見出しの連続 */
.blog-single .entryBody h2 + h3,
.blog-single .entryBody h2 + h4 {
	margin-top: 15px;
}


/* list */
.blog-single  ul li,
.blog-single  ol li { color: #333;font-size: 108%; }

.blog-single  li li { font-size: 108%; }

.blog-single  ul.prevnext-nav li { font-size: 100% !important; }

.blog-single .entryBody ul {
	margin: 1.2em 1em;
}

.blog-single .entryBody ul li {
	margin-left: 1em;
	list-style: disc;
}

.blog-single .entryBody ul ul {
	margin-top: 0;
	margin-left: 0.5em;
}

.blog-single .entryBody ul ul li,
.blog-single .entryBody ol ul li {
    list-style-type: circle;
}

.blog-single .entryBody ol ol ul li,
.blog-single .entryBody ol ul ul li,
.blog-single .entryBody ul ol ul li,
.blog-single .entryBody ul ul ul li {
    list-style-type: square;
} 

.blog-single .entryBody ol {
	margin: 1.2em 1.5em;
}

.blog-single .entryBody ol li {
	margin-left: 1em;
	list-style: decimal;
}

/* blockquote */
.blog-single .entryBody blockquote {
	background: #fafafa;
	margin: 1em;
	padding: 1em;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #fdfdfd;
	border-bottom: 1px solid #fdfdfd;
	font-style: italic;
}

.blog-single .entryBody blockquote p:last-child {
	margin-bottom: 0;
}


/* table */
.blog-single .entryBody .amazon {
	margin: 1em 0;
}

.blog-single .entryBody .amazon td {
	padding-right: 10px;
}

.blog-single .entryBody cite {
  font-style: italic;
  font-size: 90%;
}

/* WP image upload caption */
.wp-caption-text { margin:5px 0 10px !important;font-size:93% !important;color:#666 !important; }





/*
	関連記事
*/
#relative-entries {
	margin-bottom: 30px;
}

#relative-entries h2 {
	padding: 10px;
	line-height: 1;
	background: #e7e5d7;
	color: #666;
}

#relative-entries ul {
	margin: 1em;
}

#relative-entries ul li {
	margin-left: 10px;
	list-style: disc;
}

#relative-entries ul li a {
	line-height: 1.7;
}



.blog-single hr {
	height: 0;
	border: 0;
	border-top: 1px solid #d9d9d2;
	border-bottom: 1px solid #fff;
	margin: 30px 0;
}



/*
	ソーシャルサービスのパーツ
*/
#social-parts {
	margin: 20px 0 40px;
}

#hatena_bookmark_anywhere { margin: 30px 0; }

#hatena_bookmark_anywhere .hatena_bookmark_anywhere_go {
	font-size: 85% !important;
	color: #7c7964 !important;
}
#hatena_bookmark_anywhere a:hover {
	text-decoration: underline;
}

#hatena_bookmark_anywhere #bookmarked_user {
	background: #ebeadf;
	border-top: 1px solid #b0ad94;
}

#hatena_bookmark_anywhere #bookmarked_user li {
	color: #333;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}

#hatena_bookmark_anywhere #bookmarked_user li a {
	color: #003366 !important;
}

#hatena_bookmark_anywhere #bookmarked_user li a:hover {
	text-decoration: none;
}

#hatena_bookmark_anywhere #bookmarked_user li .hatena_bookmark_anywhere_tags a {
	color: #7c7964 !important;
	font-size: 85% !important;
}


#hatena_bookmark_anywhere #bookmarked_user li img {
	margin-left: 5px;
	vertical-align: middle;
}





/*
	コメント
*/
.blog-single #comment h2 {
	padding: 10px;
	line-height: 1;
	background: #e7e5d7;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}

.blog-single #comment .no-message {
	margin-bottom: 30px;
}

.blog-single #comment ol {
	margin: 20px 0 30px;
}

.blog-single #comment li {
	border-bottom: 1px solid #dddcd6;
	margin-bottom: 15px;
	padding-bottom: 15px;
	line-height: 1.7;
}

.blog-single #comment li p {
	margin-bottom: .7em;
}

.blog-single #comment li .message {
	margin-bottom: 10px;
}

.blog-single #comment li .name,
.blog-single #comment li .date {
	display: inline;
}

.blog-single #comment li .name {
	margin-right: 5px;
}

.blog-single #comment li .date {
	font-size: 85%;
	color: #888;
}

/* コメント入力欄 */
.blog-single #comment .commentField dt,
.blog-single #comment .commentField dd { font-size: 108%; }

.blog-single #comment .commentField dt {
	margin-bottom: 3px;
}

.blog-single #comment .commentField dd {
	margin-bottom: 10px;
}

.blog-single #comment .commentField input {
	width: 200px;
}

.blog-single #comment .commentField #comment_url {
	width: 400px;
}

.blog-single #comment .commentField #comment_message {
	width: 100%;
}

#submitBtn {
	background: #dfddcf;
	padding: 10px 40px;
	width: auto !important;
	border-top: none;
	border-left: none;
	border-right: 1px solid #cdccc6;
	border-bottom: 1px solid #cdccc6;
	color: #747051;
	text-shadow: 0 1px 0 #efeee7;
	font-weight: bold;
	cursor: pointer;
}

#submitBtn:hover {
	background: #e8e6da;
}

/*
	トラックバック
*/
.blog-single #trackback {
	padding: 15px;
	line-height: 1;
	background: #e7e5d7;
	color: #666;
	margin-bottom: 10px;
}

.blog-single #trackback dl.url dt {
	width: 7em;
	float: left;
	padding-top: 2px;
	font-weight: bold;
}

.blog-single #trackback dl.url dd {
	margin-left: 8em;
}

.blog-single #trackback dl.url dd input {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	width: 100%;
	_width: 95%;
	color: #666;
}



/* 受けたトラックバック */
.blog-single #trackback ol {
	border-top: 1px solid #f1f0e9;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-single #trackback ol dt {
	margin-bottom: 8px;
}

.blog-single #trackback ol dt span {
	font-size: 85%;
	margin-left: 5px;
	color: #888;
}

.blog-single #trackback ol dd {
	margin-bottom: 1em;
	line-height: 1.6;
}

.blog-single #trackback ol dd strong {
	font-size: 108%;
}

.blog-single #trackback ol dd p {
	font-size: 85%;
}




/* social icons */
.tweetmeme_button {
	margin-top: 50px;
}

/* Extend */

del {
  text-decoration: line-through;
}

.entryBody table {
  margin-bottom: 1em;
  border: 1px solid #CCC;
}
  .entryBody table tr {
  }
  .entryBody table th,
  .entryBody table td {
    padding: 0.5em 1em;
    background: #FFF;
    border: 1px solid #CCC;
  }
  .entryBody table th {
    font-weight: bold;
    background: #E7E5D7;
    text-align: center;
  }

.entryBody dl {
  margin-bottom: 1em;
}
.entryBody dt {
  font-weight: bold;
  font-size: 1.25em;
}
.entryBody dd {
  margin-left: 2em;
  margin-bottom: 0.5em;
}


