/*
Theme Name: timeline-minimal
Theme URI: http://blog.hatena.ne.jp/-/store/theme/11696248318753279893
Description: タイムラインをモチーフとした、シンプルなテーマです。* 更新履歴-ver1.4 (2013.12.25)：バグ修正-ver1.3 (2013.05.26)：ヘッダー背景画像のバリュエーション追加-ver1.2 (2013.05.12)：見出し、カテゴリー等のデザイン調整-ver1.1 (2013.05.09)：バグ修正-ver1.0 (2013.05.08)：公開* ヘッダー背景画像のバリュエーション追加についてVer.1.3より背景画像にバリュエーションを追加しました。お好みの背景画像のコードを下記からコピーし、管理画面の「デザイン > カスタマイズ > デザインCSS」にペーストして保存してください。*** grid image グリッド線を意識した背景画像です。>|grid image#blog-title-inner{  background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130526/20130526133030.png') no-repeat center center !important;}|<*** circle image 奥行き感がある円を敷き詰めた背景画像です。>|circle image#blog-title-inner{  background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130526/20130526133029.png') no-repeat center center !important;}|<
Author: kgsi
Author URI: http://blog.hatena.ne.jp/kgsi/
*/
@charset "utf-8";



/* ===============  import css =============== */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300italic,300,500italic,700,700italic,900italic,900,100,100italic);



/* =============== reset css =============== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,select{
border:0; 
padding:10px; 
font-size:1.3em; 
color:#333; 
border:solid 1px #ccc; 
margin:20px 20px 20px; 
}

select {
  vertical-align: middle;
}



/* =============== common =============== */

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #929292;
  text-decoration: underline;
}
a:active {
  color: #666;
}
a:visited {
  color: #666;
}



/* =============== base =============== */

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #222;
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #ccc;
}
#container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
#container-inner {
  text-align: left;
}
#blog-title {
  width: 100%;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#484848));
  background: -webkit-linear-gradient(#000, #484848);
  background: -moz-linear-gradient(#000, #484848);
  background: -o-linear-gradient(#000, #484848);
  background: linear-gradient(#000, #484848);
  min-height: 170px;
  text-align: left;
  text-indent: 20px;
  letter-spacing: 1px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
#blog-title-inner{
  display:block;
  vertical-align: middle;
  width: 980px;
  background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/l/linuxdiary/20110816/20110816155907.jpg') no-repeat center top;
  padding: 50px 0 190px 0;
  margin: 0 auto;
}
#title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #FFF;
  margin-bottom: 10px;
}
#title a {
  text-decoration: none;
  color: #FFF;
}
#blog-description {
  color: #D5D5D5;
  font-size: 11px;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 30px 0;
}

#content{
  width: 980px;
  margin: 10px auto 30px auto;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 756px;
  float: left;
  background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065221.gif') repeat-y 65px;
  border-right: 1px solid #DEDEDE;
  padding-right:30px;
}
.page-archive #wrapper,
.page-about #wrapper {
  padding-right:0px;
  border-right: none;
  background: none;
}
.entry {
  /*margin-bottom: 80px;*/
}
.entry a{
  text-decoration:underline;
}

.entry-inner{
  padding-bottom: 80px;
}
.entry-header {
  width: 756px;
  position: relative;
}
.date {
  font-size: 11px;
  width: 66px;
  border-top: 7px solid #000;
  display: block;
  position: relative;
  padding-top: 5px;
  text-align: center;
  /*min-height: 100px;*/
  /*border-right: 1px solid #CCC;*/
}
.date a {
  color: #000;
  text-decoration: none;
}
.entry .date-month + .hyphen{
  display: block;
  text-indent: -9999px;
}
.date .date-year,
.date .date-month{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.date .date-day{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 42px;
  width: 65px;
  position: relative;
  left: 0;
}
.entry-title{
  margin-bottom: 15px;
  line-height: 1.3;
  position: relative;
  width: 665px;
  left: 85px;
}
.page-archive .entry-title{
  left: 0px;  
  width: 756px;
}

.entry-title a{
  font-size: 28px;
  color: #222;
  text-decoration: none;
}
.categories {
  font-size: 14px;
  width: 665px;
  position: relative;
  left: 85px;
  padding: 0 0 10px 0;
}
.page-archive .categories {
  width: 756px;
  left: 0px !important;
  padding: 0 0 10px 0;
}
.categories a {
  padding: 3px 8px 3px 8px;
  background: #999999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.05s linear 0;
  -webkit-transition: all 0.05s linear 0;
  text-decoration: none;
  color: #FFF;
}
.author,
.entry-footer-time{
  font-size: 11px;
}

.customized-header {
  width: 665px;
  position: relative;
  left: 85px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.entry-content{
  width: 665px;
  position: relative;
  left: 85px;
}

.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.entry-footer {
  width: 665px;
  position: relative;
  left: 85px;
  margin-top: 20px;
  font-size: 13px;
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  width: 665px;
  position: relative;
  left: 85px;
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
}
#footer {
  width: 100%;
  border-top: 1px solid #DEDEDE;
  text-align: center;
  padding: 10px 0 30px 0;
  background: #fff;
  line-height: 1.3;
  font-size: 11px;
}
#footer-inner{
  width: 980px;
  margin: 0 auto;
}
#footer address {
  display: inline;
}
#footer .services {
display: inline;
margin: 0 7px;
}
#footer a{
  text-decoration: none;
  color: #333;
}

#footer img {
  vertical-align: middle;
}



/* =============== comment =============== */

.entry-comment {
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.comment-user-name .hatena-id-icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.comment-user-name {
  margin-bottom: 7px;
}
.comment-user-name a {
  color: #222;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.comment-user-name,
.comment-content {
  font-size: 14px;
}
.comment-metadata,
.comment-metadata a {
  color: #aaa;
}
.leave-comment-title {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #DEDEDE;
}
a.leave-comment-title{
  display: block;
  text-decoration: none;
}
.leave-comment-title:hover {
  background: #F6F6F6;
}

/* Entry-Content */
.entry-content {
  font-size: 16px;
  line-height: 1.74;
}
.entry-content p {
  margin: 0.7em 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 1em 0;
  line-height: 1.7;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 130%;
}
.entry-content h4 {
  font-size: 120%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  border-bottom: 2px solid #222;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}

.entry blockquote {
	border-left:5px solid #ddd;
	background: #eee;
	padding: 20px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}

.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 10px 5px;
}
.td-notice {
    background: #FBDADE;
    font-weight: bold;
}
.entry-content table th {
  background: #fafafa;
}
pre {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #ccc;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
.hatena-asin-detail li {
  line-height: 1.4;
}



/* =============== side bar =============== */

#box2 {
  width: 180px;
  float: right;
  font-size: 12px;
  word-wrap: break-word;
}
.page-about #box2,
.page-archive #box2 {
  border-left:1px solid #DEDEDE;
  padding-left: 13px;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20130508/20130508065220.gif') no-repeat left 0px;
  min-height: 15px;
  padding-left: 20px;
  position: relative;
  left: -21px;
}
.hatena-module-title a {
  color: #222;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
}
.hatena-module .id {
  display: block;
  margin-bottom: 5px;
}
.profile-description {
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.65em;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-urllist{
}
.hatena-urllist a{
}
/* @Module::Search */
form.search-form input {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 142px;
  padding: 3px;
  margin: 0;
  font-size: 12px;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  cursor: pointer;
  background: url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=1672117aa118e56a3cf2480ca37f9d') 50% 50% no-repeat;
}
/* @About */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}



/* =============== archive =============== */

.page-archive #main {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.page-archive #main-inner {
  font-size: 14px;
  text-align: left;
}
.page-archive #main-inner p {
  margin-bottom: 1em;
}
.page-archive #main-inner h1 {
  font-size: 18px;
  margin: 1em 0 0.5em 0;
}
.page-archive #main-inner h1 a {
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner h1 a:hover {
  text-decoration: underline;
}
.page-archive #main-inner section {
  margin-bottom: 30px;
}
.page-archive #main-inner .entry-title {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner .entry-title:hover {
  text-decoration: underline;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #DEDEDE;
}
.page-archive #main-inner li .categories {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}



/* =============== about =============== */

.page-about #wrapper{
  background: none;
}
.page-about .entry-content{
  width: auto;
  left: 0px;
}



/* =============== category =============== */

.breadcrumb {
  width: 980px;
  margin:30px auto 30px auto;
  font-size: 11px;
}
.breadcrumb span:last-child{
  color: #999;
}



/* =============== edit erea =============== */

#top-editarea{
  width: 980px;
  margin:30px auto;
}
#bottom-editarea{
  width: 980px;
  margin:0 auto 30px auto;
}

.entry-content h3 {
  font-size: 130%;
  position: relative;
  color: #111;
  background: #ccc;
  font-weight: bold;
  line-height: 1;
  margin: 50px 20px 40px -10px;
  padding: 14px 5px 10px 50px;
  border-radius: 22px 0 0 22px;
}
.entry-content h3:before {
  content: "";
  position: absolute;
  background: #eee;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #777 inset;
}
.entry-content h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  height: 0;
  width: 0;
  border: 20px solid #ccc;
  border-right-color: transparent;
}

.entry-content h4 {
  font-size: 120%;
  position: relative;
  color: #111;
  background: #ccc;
  font-weight: bold;
  line-height: 1;
  margin: 30px 10px 30px 20px;
  padding: 10px 5px 8px 40px;
  box-shadow: 0 1px 3px #777;
  border-radius: 0 10px 10px 0;
}
.entry-content h4:before {
  content: "";
  position: absolute;
  background: #999;
  top: 50%;
  left: -22px;
  margin-top :-20px;
  height: 38px;
  width: 38px;
  box-shadow: 1px 1px 1px #777;
  border-radius: 50%;
}
.entry-content h4:after {
  content: "";
  position: absolute;
  background:#555;
  top: 50%;
  left: -15px;
  margin-top:-12px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}

.entry-content b {
  border-bottom:solid 5px #EDB6CE;
}

.entry-content strong {
  border-bottom:solid 5px #EDB6CE;
}

.entry-content ol {
    counter-reset:li; /*カウントリセット*/
	}
.entry-content ol li {
	list-style:none; /*デフォルトナンバリングを消す*/
	position:relative; 
    margin: 5px 0 0px 5px;
    padding: 0px 5px 5px 50px;
    height:31px;
	line-height:31px; /*行間*/
	*list-style-type: decimal; /*IE7用ハック*/
	}
	
.entry-content ol li:before {
    content:counter(li); /*カウンターのインデックスを挿入*/
	counter-increment:li; /*ナンバリングを生成*/
	/* ここから番号のスタイル */
	position:absolute;
    left: 6px;
    width: 30px;
    color: #444; 
	background:url(http://cdn-ak.f.st-hatena.com/images/fotolife/l/linuxdiary/20140503/20140503131410.gif) no-repeat left 1px; /*背景画像*/
	font-family: &#039;Federo&#039;, sans-serif; /*webフォント*/
	font-size:130%; /*フォントサイズ*/
	font-weight:bold;
	padding-left:9px;

}

.point ul li {
	list-style:none; /*デフォルトナンバリングを消す*/
	position:relative; 
    margin: 50px 0px 50px 10px;
    padding: 0px 5px 5px 0px;
    height:20px;
	line-height:50px; /*行間*/
	color: red; 
	font-size:130%; /*フォントサイズ*/
	font-weight:bold;
	padding-left:60px;
	*list-style-type: decimal; /*IE7用ハック*/
	}

.point ul li:before {
    content: "　";
	position:absolute;
    left: 0px;
    width: 40px;
	background:url(http://cdn-ak.f.st-hatena.com/images/fotolife/l/linuxdiary/20130728/20130728104440.png) no-repeat left 1px; /*背景画像*/

}
    
.hatena-bookmark-widget-title {
    display:none;
}

.hatena-bookmark-count a {
  color: #ff0606;
  background: #ffcbcb;
  font-weight: bold;
  text-decoration: underline;
}

.hatena-bookmark-widget-footer {
    display:none;
}

/* ----- POPULAR_ENTRY ----- */
.htbl_popular_entries {
  height: 100%;
  width: 100%;
}
.htbl_popular_entry {
  position: relative;
  background: #ddd;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-top: 1px;
  border-radius: 1px;
}
.htbl_popular_entry_img { position: relative; top: -9px; min-height: 118px;}
.htbl_popular_entry_text {
  position: absolute;
  top: 0px;
  word-break: break-all;
  overflow: hidden;
  background: rgba(77, 77, 77, 0.42);
  width: 90%;
  height: 100px;
  margin-top: 0px;
  padding: 0 5%;
  color: rgba(255, 255, 255, 0.985);
  text-shadow: -1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.htbl_popular_entry_text:hover {
  background: rgba(255, 255, 255, 0.05);
  color: transparent;
  text-shadow: none;
  padding-top: 100px;
}
.htbl_popular_entry_text span.entry_title {
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
  height: 100px;
  font-size: 14px;
}
.htbl_popular_entry_text span.entry_date {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.htbl_popular_entry_text span.entry_hatebu { position: absolute; left: 5px; bottom: 0px; }

.pageTop {
	display:none;
	width:90%;
	max-width:900px;
	height:0;
	margin:0 auto;
	position: fixed;
	bottom: 100px;
	left:auto;
	padding:1em 0 1em 5px;
	z-index:9999;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
	opacity: 0.7;
}


/*SNSに関するスタイルシートの設定*/

/************************************
** SNSシェアボタン
************************************/

/*シェアボタン*/
.share-3d{
    margin-bottom: 10px;
    text-align: center;
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 18%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding-top: 5px;
}
.share-3d .small-text{
    font-size: 10px;
}
.share-3d .hatena-bookmark-button{
    background: #00A4DE;
    box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
    background: #55ACEE;
    box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button{
    background: #C53727;
    box-shadow: 0 3px #ad3a2d;
}
.share-3d .facebook-button{
    background: #405BA7;
    box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
    background: #EE4256;
    box-shadow: 0 3px 0 #c0392b;
}
.share-3d a:active{
    top: 3px;
    box-shadow: none;
}
.share-3d .hatena-bookmark-button:active{
    background: #43638b;
}
.share-3d .twitter-button:active{
    background: #0092ca;
}
.share-3d .googleplus-button:active{
    background: #ad3a2d;
}
.share-3d .facebook-button:active{
    background: #2c4373;
}
.share-3d .pocket-button:active{
    background: #c0392b;
}

/************************************
** Google FontsのBoogalooをダウンロードしたものの呼び出し
************************************/
@font-face {
   font-family: Boogaloo;
}