@charset "UTF-8";

* ul li, * ol li {
list-style-type: none;
list-style: none;
margin: 0px;
padding: 0px;
}


/** Firefox **/
a,
a:link,
a:link visited,
a:link hover {
overflow:hidden;
outline:none;
}

/*****************************

 ブログタイトル

******************************/

.blog_title_v2 {
float: left;
display: block;
width: 199px;
height: 78px;
background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/parts_pic_2_c.png);
background-repeat: no-repeat;
background-position: -528px 0px;
}

.blog_title_v2:hover {
float: left;
display: block;
width: 199px;
height: 78px;
background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/parts_pic_2_c.png);
background-repeat: no-repeat;
background-position: -528px -77px;
}

.blog_title_v2:active {
float: left;
display: block;
width: 199px;
height: 78px;
background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/parts_pic_2_c.png);
background-repeat: no-repeat;
background-position: -528px -154px;
}

.blog_header {
margin-bottom:30px;
margin-top:10px;
}


/*****************************

 記事コンテナ

******************************/

.span8 {
width: 550px;
margin-right: 50px;
padding-left: 20px;

}


/*****************************

 記事タイトル部分

******************************/

h1,h2 {
  font-size: 24px;
  line-height: 36px;
}

h3 {
  font-size: 22px;
  line-height: 27px;
}

h4 {
  font-size: 18px;
  line-height: 18px;
}

h5 {
  font-size: 16px;
  line-height: 18px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

.article_header {
max-width: 550px;
color: #333;
border-bottom: solid 5px #ccc;
word-break: break-all;
padding-bottom: 10px;
}

.article_header a:link,
.article_header a:visited {
color: inherit;
}
.article_header a:hover {
text-decoration: none;
color: #4183C4;
}

/*** カウント付きタイトル ***/
.countable2 h2,
.countable3 h3 {
	counter-increment:count;
}
.countable2 h2:before,
.countable3 h3:before { content: counter(count) ". "; }



/*****************************

記事部分

******************************/
.entry_body {
width: 550px;
margin: 25px 0px 40px;
font-size: 16px;
line-height: 1.8em;
}

/*****************************

 記事中のタイトル

******************************/

.entry_body h2,
.map_body h2 {
margin: 50px 0 20px;
border-bottom: solid 1px #ccc;
}

.entry_body h3,
.map_body h3 {
margin:40px 0 10px;
}
.entry_body h4,
.map_body h4 {
margin: 35px 0 10px;

}

.entry_body h5,
.map_body h5 {
margin:20px 0 5px;
}

.entry_body p {
margin-bottom: 20px;
}

.entry_body a {
text-decoration: underline;
}

a.btn {
text-decoration: none;
}
/*****************************

 あいこんつきリンク

******************************/
a.external_link:before ,
a.list_ol_icon:before {
	margin-right: 5px;
	vertical-align: middle;
}

/*** リストあいこん ***/
a.list_ol_icon:before {
	content: url("https://lh5.googleusercontent.com/-DCgXBSP3JwE/UDCSmpGixjI/AAAAAAAAEJs/lkhphaRexkc/s19/list_ol_c.png");

}
/*** 飛びますアイコン ***/
 a.external_link:before  {
	 content: url("https://lh6.googleusercontent.com/-Y7DH20U-n_w/UDCSmpLDmqI/AAAAAAAAEJ0/YvpHoamdf4E/s19/external_c.png");
 }


/*****************************

 記事中のリスト

******************************/
ul#ull,
ol#oll,
.entry_body ul,
.entry_body ol {
margin:0px 0px 20px 50px;
	}

	#ull li,
	.ull li {
				list-style-position:outside;
				list-style-image:url("https://lh5.googleusercontent.com/-PSaRLaXvqLI/UDCSmio6N_I/AAAAAAAAEJw/c4ZnwCn1P2s/s12/list_icon_c.png");
				margin: 15px 0px;
				line-height: inherit;
				}

	ol#oll li,
	.oll li {
		list-style-type:decimal;
		list-style-position:outside;
		color:#08c;
		margin: 15px 0px;
		line-height: inherit;
		font-weight: bold;
		}

.entry_body ol.oll li span,
.entry_body ol#oll li span {
color:#333;
font-weight: normal;
}

.entry_body ul li,
.entry_body ol li {
margin: 15px 0px;
}

ol .zero_iti:before,
ol .zero_ni:before,
ol .zero_san:before,
ol .zero_yon:before,
ol .zero_go:before,
ol .zero_roku:before,
ol .zero_nana:before,
ol .zero_hati:before,
ol .zero_kyu:before,
ol .iti_zero:before,
ol .iti_iti:before,
ol .iti_ni:before,
ol .iti_san:before,
ol .iti_yon:before,
ol .iti_go:before,
ol .iti_roku:before,
ol .iti_nana:before,
ol .iti_hati:before,
ol .iti_kyu:before,
ol .ni_maru:before {
	content: "";
	float: left;
	display: block;
	width: 22px;
	height: 16px;
}



ol .zero_iti:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat;
}

ol .zero_ni:before{
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -28px;
}

ol .zero_san:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -56px;
}

ol .zero_yon:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -84px;
}
ol .zero_go:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -112px;
}
ol .zero_roku:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -140px;
}

ol .zero_nana:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -168px;
}

ol .zero_hati:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -196px;
}

ol .zero_kyu:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -224px;
}

ol .iti_zero:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -252px;
}

ol .iti_iti:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -280px;
}

ol .iti_ni:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -308px;
}

ol .iti_san:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -336px;
}

ol .iti_yon:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -364px;
}

ol .iti_go:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -392px;
}

ol .iti_roku:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -420px;
}

ol .iti_nana:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -448px;
}

ol .iti_hati:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -476px;
}

ol .iti_kyu:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -504px;
}

.ni_maru:before {
	background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/number_ubu.png) no-repeat 0 -532px;
}


li.zero_iti span,
li.zero_ni span,
li.zero_san span,
li.zero_yon span,
li.zero_go span,
li.zero_roku span,
li.zero_nana span,
li.zero_hati span,
li.zero_kyu span ,
li.iti_zero span,
li.iti_iti span,
li.iti_ni span,
li.iti_san span,
li.iti_yon span,
li.iti_go span,
li.iti_roku span,
li.iti_nana span,
li.iti_hati span,
li.iti_kyu span,
li.ni_maru span {
	display: block;
	margin-left: 35px;
}

/*****************************

 つづきをよむボタン

******************************/
.more_more {
clear: both;
display: block;
width: 100%;
}

.more_more:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

.more_more .breadcrumb a:hover {
text-decoration: underline;
}

.more_more a {
text-shadow: 1px 1px 0px #f9f9f9;
float: right;
}


/*****************************

 サイドバー

******************************/

.side_bar {
font-size: 14px;
text-align: center;

}

.plg_title {
height: 44px;
line-height: 44px;
padding: 0 10px;
font-color:#52595D;
font-size: 16px;
}

.side_bar .plg_body {
width: 300px;
padding-bottom: 15px;
color: #666;
}


/*****************************

 フッター

******************************/

.footer_outer {
float: center;
width: auto;
border-top: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
box-shadow: inset 0 -1px 0 #fff;
min-height: 160px;
background-color: #f8f8f8;
margin-top: 20px;
}

.footer_inner {
padding-left: 25px;
min-height: 160px;
}


#footer_plg {
clear:right;
float:left;
display:block;
}

#footer_plg .plg_body #tag_cloud a,#footer_plg .plg_body #LC_CAT a,#footer_plg .plg_body li,#footer_plg .plg_footer a,#footer_plg .plg_body li a {
list-style-type:none;
list-style-position:outside;
}

#footer_plg .plg_title {
color: #636363;
padding-bottom: 5px;
margin-bottom: 5px;
}

#footer_plg .plg_body {
width: 300px;
}

.footer_copyright {
display: block;
height: 50px;
background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/parts_pic_2_c.png);
background-repeat: no-repeat;
background-position: -528px -693px;
padding-top: 26px;
margin-top: 10px;
}


.footer_copyright p {
margin-left: 180px;
margin-top: -13px;
}

.footer_inner {
display: block;
background: url(https://lh4.googleusercontent.com/-4rJ-KKkBuk8/UCpU6cLADwI/AAAAAAAAEGY/FaWvVA3CApc/s275/footer_logo_m.png);
background-repeat: no-repeat;
background-position-y: 30px;
}


/*****************************

 文字色と強調

******************************/
.aka-b,
.aka { color: red }
.pink-b,
.pink { color: #ff0d5d }
.ao-b,
.ao { color: #1f7bfa }
.kimidori-b,
.kimidori { color: #28fe14 }
.orange-b,
.orange { color: #ff8000 }
.purple-b,
.purple { color: #6e3a9f }

.kimidori-b,
.purple-b,
.orange-b,
.ao-b,
.pink-b,
.aka-b { font-weight: 700 }

/*****************************

 クリアランス的なアレ

******************************/
.tengo { margin-bottom: -0.5em !important}
.itiem { margin-bottom: 1em !important}
.niem { margin-bottom: 2em !important}
.sanem { margin-bottom: 3em !important}
.yonem { margin-bottom: 4em !important}
.goem { margin-bottom: 5em !important }
.rokuem { margin-bottom: 6em !important }


/*****************************

 上に戻るぼたん

******************************/
.top_of_page {
display: block;
}

.top_of_page a,
.top_of_page a:link {
font-size: 16px;
color:#08c;
border: 1px solid #ddd;
border-radius: 2px;
text-decoration: none;
padding:5px 8px;

}

.top_of_page a:hover {
color: #fffefe;
background-color: #08c;
padding:5px 8px;
text-decoration: none;
}


.top_of_page i {
margin-top: 3px;
}

/*****************************

 コードボックス

******************************/

.cb1,
.cb2 {
    color: #333;
    font-size:85%;
    font-family: Menlo,'Inconsolate';
    display: block;
    border: dashed 1px #cac3b1;
    padding: 1.2em 1em;
    margin: .6em auto 1.2em;
    white-space: nowrap;
    overflow: auto !important;
    overflow-y: hidden !important;
    border-radius: 2px !important;
    background-color: whitesmoke !important;
}

code {
	font-size: 13px;
}

/*****************************

 pre_letter_press

******************************/

.pre_latter_press {
	text-shadow: 0px 1px 0px white;
}


/*****************************

 画像の枠

******************************/


.separator2 img {
  padding: 5px;
  margin: 0.5em auto 1.2em;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}



.separator2.z:after {
	content: "↑ 画像クリックで拡大します。";
	display: block;
	font-size: 75%;
	margin-left: 5px;
	margin-top: -1em;
}



.separator2.h img {
	margin: 0px auto 1em;
}

/**** for_old_entris ****/

.separator1 {
	margin-top: 20px;
	float: left;
	margin-right:15px;
}

.separator1 img:hover,
.separator2 a img:hover,
.separator3 a img:hover {
	opacity: 0.8
}




/*****************************

 テーブル .tcc

******************************/
table.tcc {
font-family: Menlo,'Inconsolate',Helvetica,sans-serif;
border-collapse: collapse;
border-spacing: 0;
min-width: 500px;
margin-bottom: 30px;
table-layout: fixed;
}

tbody.tcc,
thead.tcc { background: #f9f9f9 }
thead.tcc { font-size: 16px }
.tcc th,
.tcc td {
border: solid 1px #c0c0c0;
vertical-align: middle;
padding:5px 10px;
}
.tcc1 td { background: #ececea }

.table_fix th,
.table_fix td {
vertical-align: middle;
}

/*****************************

 git hub のキーボード

******************************/
.key,
.kbd {
    display: inline-block;
    height: 21px;
    padding: 0 4px;
    line-height: 21px;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
    font-family: "Lucida Grande",sans-serif;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,1.0);
    background: url("http://blog-imgs-37.fc2.com/t/u/k/tukaikta/kbd-bg.png") 0 0 repeat-x;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-radius: 4px;
}


/*****************************

 wiki風の強調

******************************/
.emwiki {
    font-weight: normal;
    font-style: normal;
    white-space: nowrap;
    color: #444;
    border: 1px solid #ccc;
    padding: .2em .6em;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/*****************************

 シンタックスハイライト

******************************/
.syntaxhighlighter {
    font-family: "Menlo","Inconsolata";
    border: dashed 1px #CAC3B1;
    padding: 0.5em 0;
}



/*****************************

 blockquote

******************************/

.blockquote,
.bqs,
.bq3 {
    border-bottom: solid 1px #D8D8D8;
    border-top: solid 1px #D8D8D8;
    word-break: break-strict;
    max-width: 540px;
    background-position: 10px 12px;
    color: #1d1d19;
    background-color: #e2e2e2;
    background-repeat: no-repeat;
    background-image: url(https://lh3.googleusercontent.com/-EKs0Z9qBf0U/T2hgtPk6TKI/AAAAAAAADg0/xyjZ9iAcZp8/s16/bquot.png);
    word-wrap: break-word;
    text-shadow: 0px 1px 0px white;
    margin: 1em auto;
    padding: 10px 20px 10px 40px;
    border-radius: 3px;
}



/*****************************

 ソーシャルボタン上部

******************************/
.socialbtn {
height:25px;
width:550px;
margin: 20px 0px;
}

.socialbtn_first {
	height: 18px;
	overflow: hidden;
}

.socialbtn_first ul li {
	display: inline;
}

.p_one,.day,.hateb,.twitter,.facebook,.pocket {
clear:right;
float:left;
}

.day {
float:left;
font-size:12px;
text-shadow:1px 1px #FFF;
color:#a6a091;
margin-right: 10px;
}

.day a {
text-decoration:none;
}

.day a:hover {
text-decoration:underline;
}

/** ソーシャルボタン下部 **/

.entry_body .socialicon {
	display: block;
	height: 110px;
	width: 550px;
	padding: 20px auto 20px 0px;
}
.entry_body ul#footer_social {
	margin-left: 0px;
}

#footer_social li {
	float: left;
	margin-right: 10px;
}

.pocket-btn {
	max-width: 65px;
}

/*****************************

 Page_navi

******************************/
.plg3_body .plg_body {
width: 550px;
display: block;
margin: 50px auto 0px;
}

ol.pagenavigation {
display: inline-block;
font-family:'Inconsolata';
font-size:18px;
line-height:1.5em;
list-style:none;
overflow:hidden;
width:auto;
margin-left: 0px;
}

ol.pagenavigation li {
margin-left:3px;
float:left;

}

ol.pagenavigation li a {
color:#08c;
display:block;
border: 1px solid #ddd;
padding:5px 8px;
border-radius: 2px;
text-decoration: none;
}

ol.pagenavigation li a:hover {
color: #fff;
background-color: #08c;
text-decoration: none;
}

ol.pagenavigation li.prevpage_pagenavigation {
margin-left: 0px;
}

ol.pagenavigation li.nextpage_pagenavigation {
margin-right:0px;
}

ol.pagenavigation li.selected_pagenavigation {
color:#999;
background:#F5F5F5;
border:solid 1px #ddd;
padding:5px;
}

ol.pagenavigation li.ellipsis_pagenavigation {
color:#666;
margin-top:5px;
}




/*****************************

 はてなブログパーツ

******************************/
.hatena-bookmark-widget-notheme * {
    border: 0;
    font-family: Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 1.2;
    margin-left: -4px;
    padding: 0;
}
.hatena-bookmark-widget-title {
display: none;
}

.hatena-bookmark-widget-title a {
    display: block;
    margin-bottom: 10px;
    padding: 7px 3px;
}

.hatena-bookmark-widget-body {
width: 295px;
}

.hatena-bookmark-widget-body ul {
    list-style-type: none;
    border: 1px solid #c9c9c9;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.hatena-bookmark-widget-body ul li {
    text-shadow: 0 0;
    list-style-type: none;
    border-bottom: solid 1px #c9c9c9;
    text-align: right;
    position: relative;
    margin: 0 !important;
    padding: 5px 2px;
}
.hatena-bookmark-widget-body ul li * {
    list-style-type: none;
    vertical-align: bottom;
}


.hatena-bookmark-widget-body ul li a.hatena-bookmark-entrytitle {
    list-style-type: none;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 5px 5px;
    color: #666;
}

.hatena-bookmark-widget-body ul li a.hatena-bookmark-entrytitle:hover {
color: #08c;
}
.hatena-bookmark-widget-footer {
    margin-top:15px;

    text-align: center;
}
.hatena-bookmark-widget-body span.hatena-bookmark-count {
    font-size: 90%;
    position: absolute;
    bottom: 3px;
    right: 5px;
}
.hatena-bookmark-widget-body span.hatena-bookmark-count a {
    text-decoration: underline;
    background-color: #fff0f0;
    :font-weight: 700;
    display: inline;
    font-style: normal;
    color: #f66;
}
.hatena-bookmark-widget-body span.hatena-bookmark-count strong a {
    background-color: #fcc;
    :font-weight: 700;
    font-style: normal;
    display: inline;
    color: red;
}
.hatena-bookmark-widget-body span.hatena-bookmark-count a:hover { text-shadow: 0 0 }


/*****************************

サイトマップ

******************************/
.map_body {
font-size: 16px;
}

#map_cat,#maplist {
}

#map_cat a,#map_cat a:link,#maplist a,#maplist a:link {

}

#maplist b {

}

#maplist ul {
}

#maplist ul li {
display: block;
margin: 20px 0px;
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
}

#maplist a {

}

#maplist a:visited {

}

#maplist a:hover,#map_cat a:hover {
}

/*****************************

 タグクラウド

******************************/

#TgCl{font-size:16px;font-weight:normal;line-height: 2.0em;}

.c99,.c99,.c99,.c99,.c99,.c99,.c93,.c92,.c91,.c90,.c89,.c88,.c88,.c88,.c88,.c88,.c83,.c82,.c81,.c80,.c79,.c78,.c77,.c77,.c77,.c77,.c73,.c72,.c71,.c70,.c69,.c68,.c67,.c66,.c66,.c66,.c63,.c62,.c61,.c60{font-size:140%}

.c59,.c58,.c57,.c56,.c55,.c55,.c53,.c52,.c51,.c50{font-size:135%}

.c49,.c48,.c47,.c46,.c45,.c44,.c43,.c42,.c41,.c40{font-size:130%}

.c39,.c38,.c37,.c36,.c35,.c34,.c33,.c32,.c31,.c30{font-size:125%}

.c29,.c28,.c27,.c26,.c25,.c24,.c23,.c22,.c21,.c20{font-size:120%}

.c19,.c18,.c17,.c16,.c15{font-size:110%}

.c14,.c13,.c12,.c11,.c10{font-size:100%}

.c9,.c8,.c7,.c6,.c5{font-size:90%}

.c4,.c3,.c2{font-size:75%}

.c1{font-size:60%;line-height:5px}

#lc_cat_entryDialog{position:absolute;background:#f0f0f0;border-width:1px 1px 1px 1px;border-style:solid;border-color:#000;width:320px}

#lc_cat_entryTitleRow{background:#009;color:#fff;font-weight:bold}

#lc_cat_Minimize{text-decoration:none;color:#fff;background:#66f}

#lc_cat_Close{text-decoration:none;color:#fff;background:#f30}

#lc_cat_titleDialog{position:absolute;background:#f0f0f0;border-width:1px 1px 1px 1px;border-style:solid;border-color:gray}


/*****************************

 fancyzoom

******************************/
div#photos {
overflow:auto;
}

div.photo {
float:left;
display:inline;
margin:0 20px 20px 0;
}

div.photo a img {
border:1px solid;
padding:1px;
}

p#turtles_caption {
margin:5px 0 0;
}

div#text a {
font-weight:700;
}

div#zoom h2 {
margin:10px 0;
}

div#zoom p {
line-height:1.6;
}


/*****************************

 切り替えたぶ

******************************/

#tab,
#ttab {
margin-left: 0px;
padding-left: 0px;
}

#tab li,
#ttab li {
float: left;
margin-left:-8px;
margin-right: 20px;
margin-bottom:-1px;
padding: 10px;
list-style: none;
cursor: pointer;
text-shadow: 1px 1px 0px #f9f9f9;
display: inline;
list-style-position: outside;
border:1px solid transparent;
border-bottom: 2px solid transparent;
}

#tab li:hover,
#ttab li:hover {
	background-color: #e3e3e3;
	color: #747474;
}

#tab li.select,
#ttab li.selectable,
#tab li.select:hover,
#ttab li.selectable:hover {
color: #08c;
background-color: #fffefe;
border:1px solid #ddd;
border-radius: 2px 2px 0px 0px;
border-bottom: 2px solid transparent;
}


.disnon,
.hide {
  display: none;
}


.content_wrap,
.content_wwrap {
  clear: left;
  width: 300px;
  min-height: 100px;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}


/** plg tag  Category **/

.content_wwrap {
border-top: 1px solid #ddd;
}
.content_wwrap * {
color: #666;
}
.content_wwrap * a:hover {
color: #08c;
}

.content_wwrap * ul,
.content_wwrap * li {
margin: 0px;
padding: 0px;
list-style-position: outside;
}

ul.main_menu {
text-align: left;
line-height: 1.8em;
margin-top: 12px;

}

ul.main_menu li {
font-size: 18px;
margin-bottom: 10px;
list-style-position: inside;
list-style: square;
color: #08c;
}

ul.main_menu li span {
font-size: 15px;}

#tag_cloud {
margin-top:10px;}


/*****************************

 最新記事一覧

******************************/

.recent-s * {
margin:0;
padding:0;
}

.recent-s {
margin-top:5px;
border-bottom:solid 1px #c9c9c9;
}

.recent-s ul li,
.recent-s ol li {
border-bottom:solid 1px #c9c9c9;
padding:8px 0;
}

.recent-s ul li a,
.recent-s ol li a {
text-decoration: none;
color: #666;
}

.recent-s ul li a:hover,
.recent-s ol li a:hover {
text-decoration: underline;
color: #08c;
}



/*****************************

検索

******************************/
.plg_search {
margin-left:-20px;

}

.form-search {
margin-top:20px;
margin-left: 6px;
}

/*****************************

 bar_like_subnav

******************************/

.like_subnav {
  max-width: 100%;
  min-height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 15px 0px;

}

/*****************************

 side social btn

******************************/
/** 記事下、パンくず **/
#breadcrumb {
    width:550px;
    line-height:1em;
}

#breadcrumb ul li {
    display: inline;
}


/** サイド、そーしゃる **/

ul.social_btn_sidebar {
margin-left: 0px;
padding-left: 0px;
:border: 1px solid black;
}

ul.social_btn_sidebar li {
float:left;
}

ul.social_btn_sidebar:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/** サイドRSS **/
.social_btn_sidebar_rss {
display:block;
background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/parts_pic_2_c.png);
background-repeat: no-repeat;
width: 90px;
height: 90px;
background-position: -538px -236px;
margin-right: 15px;

}
.social_btn_sidebar_rss:hover {
background-position: -538px -338px;
}

/** サイドtwitter **/
.social_btn_sidebar_tw {
display:block;
background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/parts_pic_2_c.png);
background-repeat: no-repeat;
width: 90px;
height: 90px;
background-position: -639px -236px;
margin-right: 15px;
}
.social_btn_sidebar_tw:hover {
background-position: -639px -338px;
}

/**サイド fb**/
.social_btn_sidebar_fb {
display:block;
background: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/parts_pic_2_c.png);
background-repeat: no-repeat;
width: 90px;
height: 90px;
background-position: -740px -236px;
}
.social_btn_sidebar_fb:hover {
background-position: -740px -338px;
}

/**サイド feedly**/
.feedly_bt a:hover {
    opacity: 0.8;    
}

/*****************************

 google prettify

******************************/

.prettyprint li,
.linenums ol li {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 0em;

}


.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  line-height: 1.8em;
  font-size: 13px;
}

.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}

ol.linenums li {
  padding-left: 12px !important;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}




/*****************************

 Navbar hover color

******************************/
.navbar .nav > li > a:hover {
	color: #08c !important;
}


.amazlink-box p, a {
	margin: 0px !important;
}

/*****************************

 terminal

******************************/
.edit li,
.tm li {
	list-style: none;
	font-size: 12px;
	background-image:url(http://blog-imgs-37.fc2.com/t/u/k/tukaikta/menu.png);
	background-repeat: repeat-x;
	font-size: 11px;
	text-shadow: 0px 1px 0px white;
	border: solid 1px black;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
}
.note,
.tms {
	background: #000;
	color: #fff;
	padding: 5px 10px;
	font-size: 85%;
	border: solid 1px white;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

}

/*****************************

 clear fix

******************************/

.clear_both {
display:block;
clear:both;
}

.clear_after:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}


ol.list_clear,
ul.list_clear,
ul#ull.list_clear,
ol#oll.list_clear {
	margin-left: 0px;
}

.entry_body li.list_none {
	list-style: none !important;
}


.before_box {
	margin-bottom: 10px !important;
}

.pre_scroll,
.tms {
    white-space: nowrap;
    overflow: auto !important;
    overflow-y: hidden !important;
}



.zero-top {
	margin-top: 0px !important;
}


/*=========================
  Amprop Fix
 =========================*/
.kalu_wraper {
	border-radius: 2px;
}

.s-show-case .borderbase {
	margin-left: 5px;
	margin-top: 5px;
	border-radius: 20px;
}

.s-show-case .borderbase a {
	border-radius: 2px;
}


/*=========================
  AZlink Fix
 =========================*/
.azlink-name,
.azlink-link {
	font-weight: bold;
}

.azlink-box a {
	text-decoration: underline;
}

.azlink-box {
	margin-bottom: 30px !important;
}

.azlink-image {
	display: block;
	max-width: 173px;
	float: left;
	clear: right;
}
.azlink-info {
	display: block;
	max-width: 346px;
	float: left;
}

.azlink-powered-date {
	font-weight: normal;
}

.azlink-detail {
	font-size: 13px;
}

.azlink-link {
	margin-top: -8px !important;
}
.azlink-link:before {
	content: url(http://blog-imgs-51.fc2.com/t/u/k/tukaikta/amz_icon.png);
	display: block;
	float: left;
	clear: left;
	width: 18px;
	margin-right: 5px;
	margin-top: 4px !important;
}



/*=========================
  AmazLink Fix
 =========================*/
.amazlink-image img:hover {
	opacity: 0.8;
}

 /*** amazlink entry ***/

.entry_body .amazlink-box a {
	font-weight: bold;
	text-decoration: underline;
}

.entry_body .amazlink-box .amazlink-list {
	display: block;
	height: 160px;
	margin-bottom: 2em !important;
}

.entry_body .amazlink-box .amazlink-detail {
	line-height: 18px;
}

.entry_body .amazlink-image {
	display: block;
	min-height: 180px;
}

.entry_body .amazlink-link img {
	display: block;
	float: left;
	margin-right: 5px;
}
.entry_body .amazlink-link a {
	display: block;
	float: left;
	font-size: 16px;
	margin-top: -6px !important;
}

.entry_body .amazlink-name {
	font-size: 16px;
	line-height: 1.2em;
}

.entry_body .amazlink-link a:after {
	content: "で詳しく見る";
}


/*** amazlink sidebar ***/

.side_bar .amazlink-box {
	width: 140px;
}

.side_bar .amazlink-list {
	margin-bottom: 40px;
}

.side_bar .amazlink-list,
.side_bar .amazlink-list a {
	font-size: 12px;
	line-height: 1.3em;
}

.side_bar .amazlink-list a {
	font-weight: bold;
}
.side_bar .amazlink-image img{
	margin-bottom: 10px;
}

.side_bar .amazlink-info {
	width: 120px;
}
.side_bar .amazlink-name {
	margin-bottom: 0px !important;
}

.side_bar .amazlink-detail {
	margin-top: 8px;
}

.side_bar .amazlink-link {
	padding-bottom: 5px;
}
.side_bar .amazlink-link img {
	margin-right: 3px;
}



.list_rank .amazlink-image img {
	border: solid 10px #ddd;
}
.list_rank .amazlink-link a:after {
	content: "";
}



/*=========================
  iTunes link fix
 =========================*/

/*** iTunes link fix @ entry_body ***/

.entry_body .like_subnav_itslink .iTunesLinker-box {
	padding: 10px 20px 0px;
}

.entry_body .iTunesLinker-name {
	font-size: 145%;
	font-weight: bold;
}

.entry_body .iTunesLinker-detail {
	line-height: 20px;
}

.entry_body .iTunesLinker-detail img {
	margin-left: 10px;
	margin-top: -3px;
}

.entry_body .iTunesLinker-detail a img:hover,
.entry_body .iTunesLinker-image a img:hover,
.side_app_rank .iTunesLinker-detail a img:hover,
.side_app_rank .iTunesLinker-image a img:hover {
	opacity: .8;
}



/*** iTunes link fix @ side_bar ***/


.side_app_rank .iTunesLinker-box {
	font-size: 12px !important;
}

.side_app_rank .iTunesLinker-list {
	border-bottom: solid 1px #ddd;
	margin-bottom: 12px;
}

.side_app_rank .iTunesLinker-imge {}

.side_app_rank .iTunesLinker-info {
	clear: both;
}

.side_app_rank .iTunesLinker-name {
	font-weight: bold;
}

.side_app_rank .iTunesLinker-name a {
	display: block;
	float: none;
	clear: both;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: underline;
}

.side_app_rank .iTunesLinker-detail {
	line-height: 1.4em;
}

.side_app_rank .iTunesLinker-detail img {
	margin-top: -3px;
	margin-left: 2px;
}


/*****************************

 Misc

******************************/


/*** Link under_line ***/
.under_line {
	text-decoration: underline;
}

/*** bold ***/
.font_bold {
	font-weight: bold;
}
/*** half entry ***/
.half{
	width: 260px;
}

.half h4 {
	line-height: 1.5em;
}

/*** p clear ***/
.p_zero {
	margin: 0px !important;
}
.w_break {
	word-break: break-all !important;
}


/*** rakuten md ad ***/
.footer_wide_ad_frame {
	display:block;
	max-width:550px;
	padding: 10px 0px 0px 41px;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}


/*** credit ***/
.credit {
	font-size: 75%;
	margin-top:-20px;
	margin-bottom:10px !important;
	text-align:right;
	color: darkgray;
	}

.credit.small {
	font-size: 68%;
}

.credit.align_left {
	text-align: left;
}


/*** code headings ***/
.code_header {
	color:inherit;
	font-family: inherit;
	font-weight:bold;
	font-size:inherit;
	text-shadow: 0px 1px 0px white;
}


.hover_effect img:hover {
	opacity: 0.8;
}

/*** hatena 表示 ***/
.hatenaA,
.hatenaB {
word-break: break-all;
text-decoration: underline !important;
}

.hatenaA{
	background: #fff0f0;
	color: #ff6666 !important;
	font-weight: bold;
}
.hatenaB{
	background: #ffcccc;
	color: #ff0808 !important;
	font-weight: bold;
}

/*** 関連記事 google ajax ***/

.gfc-control {
	border-bottom: 1px solid #ddd !important;
}
.gf-result {
	margin-bottom: 18px;
}

.gf-title {
	height: 24px!important;
}

.gfc-tabsArea {
	padding-bottom: 4px;
}

.gfc-tabHeader{
	margin-right: 5px!important;
}

.gfc-tabhActive,
.gfc-tabhInactive {
  border-radius: 4px 4px 0px 0px !important;
  padding: 10px 10px 9px;
}

.gfc-tabhActive {
	color: #fff !important;
	background: #08c;
	border: 1px solid #08c !important;
}

.gfc-tabhInactive {
	border: 1px solid transparent !important;
	background-color: #e3e3e3 !important;
	color: #747474 !important;
	text-shadow: 1px 1px 0px #f9f9f9;
}

.gfc-tabhInactive:hover {
	color:white !important;
	background: #08c !important;
	text-shadow: none;
}

.gfc-resultsHeader {
	border-bottom: 1px solid  #ddd !important;
	margin-bottom: 8px!important;
}

.gf-result {
	margin: 0px;
}

.gf-result .gf-snippet,
.gf-result .gf-author,
.gf-result .gf-spacer,
.gf-result .gf-relativePublishedDate,
.gf-result .gf-author {
display:none!important;
}

/**
 * Zenback カスタムCSS
 */
#zenback #zenback-widget #zenback-related-article .zenback-module-label span {
	font-size: 22px;
	color: #333;
}

#zenback-widget #zenback-facebook-comment .zenback-module-label a:before {
	content: url(http://w.zenback.jp/_p/images/icon-facebook.png?v=f82ea);
	margin-right: 5px;
	vertical-align: middle;	
}
#zenback-widget #zenback-facebook-comment .zenback-module-label a {
	background-color: #3b5998;
	color: white;
	padding: 1px 5px 1px 4px;
	font-size: 13px;
}
