@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/nicomoji.css);


/* Information
==================================================
livedoor Blog CSS
 Name   : Journal *blue
 Layout : 3カラム リキッド

 Update : 2009.12.16
==================================================
*/

/* Reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym{border:0;font-variant:normal;}
legend{color:#000;}

/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

body,
textarea {
    font-family: 'メイリオ',Verdana,sans-serif;
    font-size:16px;
    }
a {
    color:#1b9bd3;
    text-decoration:none;
    }
a:hover {
    color:#27ace6;
    text-decoration:underline;
    }




/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
    position:relative;
    background-color:#f8f8f8;
    background-color:#ecf0f3;

    }
div#container {
    position:relative;
    width:1170px;
    margin:0 auto;
    background:#fff;
    border-left:1px solid #e4e4e4;
border-right:1px solid #e4e4e4;
    }
div#content {
    float:left;
    width:869px;
border-right:1px solid #e4e4e4;
    padding-bottom:35px;
    overflow: hidden;
    }
div#main {
    color:#3c454e;
    color:#000;
    }
div#aside {
    float:right;
    width:300px;
    padding-bottom:100px;
    font-size:14px;
    }
div#sub ,
div#extra {
    float: left;
    width:300px;
    overflow: hidden;
/* margin-top:35px; */
	}
div#sub {
/*     border-right:1px solid #e4e4e4;  */
    }
div#extra {
    border-left:1px solid #e4e4e4;  
    margin-left:-1px;
    }

/* ----------------------------------------------- */
/** clearfix */

body:after,
div#container:after,
div#content:after,
ul.article-navigator:after,
ul.archives-navigator:after,
div.article-body:after,
div.article-body div.article-body-more:after,
div#trackback-form ul:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    }

body,
div#container,
div.blog-title-outer,
div.article-outer,
h2.archives-title,
div.article-body,
div.article-footer,
h2.article-title,
div.pager,
ul,
div.index-navigator-outer {
    height: 1%;
    }

div.article-option li dl,
div#trackback-form,
div#trackbacks-list,
div#comments-list,
div#comment-form {
    height: 1%;
    }


/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */
div#blog-title-outer{
min-width:1172px;
    height:182px;
    color:#fff;
text-align: center;
    }
div#blog-title-outer a{
    color:#fff;
font-family: ニコモジ＋;
 text-shadow: 1px 1px 0 #000,
               -1px 1px 0 #000,
               1px -1px 0 #000,
               -1px -1px 0 #000;
font-size:26px;

    }


#blog-title-outer > a > img{
border:1px solid #e4e4e4;
z-index:999;
}




div#blog-title-outer #blog-owner-photo{
    float:left;
    margin:19px 21px;
    display:inline;
    }

div#blog-title-outer #blog-owner-photo a img{
border-radius:4px;
}


div#blog-title-outer #blog-title {
    padding: 10px 30px 0 0px;
    font-size: 24px;
    font-weight: bold;
    }
div#blog-title-outer #blog-description {
    padding: 10px 30px 10px 2px;
    line-height: 1.35;
    }


/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */
.archives-title {
    font-size:16px;
    font-weight:bold;
 /*   border-top:1px solid #d9d9d9; */
/*    border-bottom:1px solid #d9d9d9; */
    margin:20px 20px 5px 20px;
    padding:0 4px;
    }


/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

ul.index-navigator li ,
ol.paging-number ,
ol.paging-number li {
    }
div.pager {
margin-top:30px;
    padding:0 15px 0 110px;
    }
ul.index-navigator li.paging-number ol.paging-number li.current {
    background:#00acdc;
    color:#fff;
    font-weight:bold;
    padding:2px 8px;
    margin:0 2px;
    }

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator li{
    margin:0 2px;
    line-height:21px;
    *line-height:19px;
    zoom:1;
    }
ul.index-navigator li.paging-next{
    margin:0;
    }
ul.index-navigator li a {
    color:#fff;
    padding:2px 8px;
    margin:0;
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/pager_bg.png) left top no-repeat #000;
    _background:#000;
    }
ul.index-navigator li a:hover{
    background:#00acdc;
    text-decoration:none;
    color:#fff;
    }


/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
    list-style-type: none;
    text-align:right;
    }
ul.archives-pager li {
    padding: 2px 5px;
    }
ul.archives-pager li a {
    padding: 0 5px;
    }
ul.archives-pager li.both {
    border:none;
    }
.pager archives-pager-type2 {
    }


/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
    padding:0 15px 0 110px;
    }
ul.article-pager li {
    float: left;
    width: 49%;
    line-height: 1.25;
    }

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
    overflow: hidden;
    }
ul.article-pager li {
    padding-top: 1px;/* 1px余白（上部） */
    padding-bottom: 32768px;
    margin-bottom: -32767px;/* 1px余白（下部） */
    }
ul.article-pager li.prev {
    text-align: left;
    }
ul.article-pager li.next {
    text-align: right;
    }
ul.article-pager li.both {
    }

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
    position:relative;
    margin:20px 30px -15px 25px;

    }



#main > div.autopagerize_page_element > div{

padding-bottom:6px;
background:#f8f8f8;
border:1px solid #cacaca;
padding:16px 16px 13px 16px;
border-radius:6px;
min-height:135px;
}


/* ----------------------------------------------- */
/** 記事ヘッダー */

#main > div.autopagerize_page_element > div > div.article-body.entry-content > a{

}

div.article-header {
    font-size:14px;
//    margin-bottom:5px;
  width:520px;
float:left;
    }
div.article-title{
  width:538px;
height:72px;


overflow: hidden;

float:left;
 font-size:24px;
 font-weight:bold;
font-family:'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ',Verdana,sans-serif;
}


div.article-header .article-title {
    padding: 5px 0;
    font-size: 24px;
    font-weight: bold;
    border-bottom:1px solid #d9d9d9;
    color:#fff;
font-family:'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ',Verdana,sans-serif;
width:814px;
line-height:1.2;

background:#0071b7;
padding:8px 10px 8px;

border-radius:4px;

    }
.article-cal {
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/daily_cal.png) left top no-repeat;
    padding:3px;
    width:66px;
    text-align:center;
    color:#000;
    font-weight:bold;
    position:absolute;
    top:0;
    left:-100px;
    }
.article-cal-date {
    display:block;
    line-height:48px;
    font-size:30px;
    }
.article-cal-month {
    display:block;
    line-height:18px;
    font-size:11px;
    background-color:#1b9bd3;
    }
.article-date {
    color:#000;
    font-weight:bold;
    display:inline;
margin-left:5px;
    }
dl.article-category {
    padding:0 10px;
    display:inline;
    }
dl.article-category dt {
    display:none;
    }
dl.article-category dd {
    display: inline;
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/folder.png) left center no-repeat;
    padding:1px 1px 1px 20px;
    margin:0 10px 0 0;
    }

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category dd.article-category {
    display: none;
    }


/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	width: 100%;
    overflow: hidden;
    line-height: 1.5;
 //   margin:2em 0;
    }

/** 続きを読む */
div.article-body p.article-continue {
 //   margin-top: 1em;
position: absolute;
bottom:2px;
right:16px;
    }

.article-continue a{
display: inline-block;
  max-width: 180px;
margin-right:10px;
  float:right;
background: #fd9535;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding:5px 45px;
  border-radius: 4px;
}

.article-continue a:hover{
 text-decoration:underline;
}


div.article-body div.article-body-more,
div.article-body div.article-body-private {
    clear: both;
    margin-top: 1em;
    }

/*** blockquote & pre */
div.article-body blockquote,
div.article-body pre {
    padding: 5px 15px;
   //margin: 5px 0;
   // color: #485661;
    }
div.article-body blockquote {
    padding: 10px 20px 10px 40px;
    //margin: 10px 20px;
    //color: #485661;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/quotation.png) 15px 10px no-repeat #eee;
    }


/*** img */
div.article-body img {
    margin:2px 15px 0px 0px;
    }

/*** 見出し */
div.article-body h3 {
    font-size:14px;
    font-weight:bold;
    border-bottom:1px solid #d9d9d9;
    }
div.article-body h4 {
    font-weight:bold;
    }

/*** 段落 */
div.article-body p {
    margin:1em 0;
    }

/*** リスト */
div.article-body dl{
//    margin:2em 0;
    }
div.article-body dl dt{
    font-weight:bold;
    }
div.article-body dl dd{
   // margin-left:1em;
    }
div.article-body ol,
div.article-body ul{
    margin:0.5em 2em;
    }
div.article-body ol li{
    list-style:decimal;
    }
div.article-body ul li{
    list-style:disc;
    }

/*** テーブル */
div.article-body table {
    border-collapse:collapse;
    width:90%;
    margin:4px auto;
    }
div.article-body table td {
    border:1px solid #ccc;
    padding:3px 6px;
    }
div.article-body table th {
    border:1px solid #ccc;
    background-color:#666;
    color:#fff;
    padding:3px 6px;
    font-weight:bold;
    text-align:center;
    }

/*** 共通テーマ */
dl.common-theme {
    margin: 0 10px 25px;
    }

/*** 記事タグ */
div.article-body dl.article-tags {
//    margin: 2em 0;

 //   position: absolute;
//    bottom: 16px;
  //  left: 25px;
    }

.article-tag{
 float:left;
 margin-top:13px;
}


div.article-body dl.article-tags dt{
    display:none;
    }
div.article-body dl.article-tags dd{
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/tag_blue.png) left center no-repeat;
    padding-left:20px;
    margin:0 10px 0 0;
    }


/*** プライベートモード */
div.private-mode-announcement {
    line-height: 1.5;
    margin:1em 0;
    }

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
    padding: 0 10px;
    margin:1em 0;
    text-align: right;
    }

ul.article-post {
//   padding-top:2px;
    text-align: right;
width:120px;
float:right;
    }
ul.article-post a {
    color:#3C454E;
    }
ul.article-post a:hover {
    text-decoration:underline;
    }

ul.article-post li {
    font-size:12px;
    padding:2px 0;
    }
ul.article-post li.article-comment-count {
    padding-left:16px;
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/balloon.png) left top no-repeat;
    }
ul.article-post li.article-trackback-count {
    padding-left:16px;
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/trackback.png) left top no-repeat;
    }
ul.article-post li.article-tool-box * {
    vertical-align:middle;
    }
ul.article-post li.article-tool-box {
    padding-left:4px;
    }



/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options h3{
    font-size:14px;
    font-weight:bold;
    padding:0 15px;
    }

/* ----------------------------------------------- */
/** コメント一覧 */



#comments-list{
margin-top:50px;
padding:0;
}

.comment-set.v2 .comment-info{
 font-size:16px;
}





div#article-options #comments-list ol{
    border-top:1px solid #ccc;
    }
div#article-options #comments-list li {
    position:relative;
    border-bottom:1px solid #ccc;
    padding:10px 0;
    zoom:1;
    }
div#article-options #comments-list li dl{
    color:#3c454e;
    }
div#article-options #comments-list li dl dt.comment-author{
    margin-bottom:5px;
    position:relative;
    z-index:10;
    font-weight:bold;
    }
div#article-options #comments-list li dl dt.comment-number{
    font:italic bold 56px Georgia,serif;
    position:absolute;
    top:0;
    right:0;
    color:#e0e0e0;
    z-index:0;
    line-height:1;
    }
div#article-options #comments-list li dl dt span.comment-date{
    font:italic normal 11px Georgia,serif;
    padding-left:10px;
    }
div#article-options #comments-list li dl dd{
    position:relative;
    z-index:10;
    }

div#article-options #trackbacks-list li {
    }
div#article-options #trackbacks-list li p{
    text-align:right;
    }
div#article-options #trackbacks-list li p span.ping-date{
    font:italic normal 11px Georgia,serif;
    }

div.article-option {
    padding: 15px 60px;
    }


div.article-option h3 {
    margin: 10px 0;
    font-weight:bold;
    }
div.article-option h3.takecommenthead {
    display:none;
    }



/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form * {
    vertical-align:middle;
    }
div#trackback-form ul li {
    list-style-type: none;
    float: left;
    }
div#trackback-form ul li.trackback-form-url {
    width: 100%;
    margin-right: -110px;
    }

div#trackback-form ul li.trackback-form-url span input {
    width: 100%;
    }

div#trackback-form ul li.trackback-form-url span {
    display: block;
    padding-right: 120px;
    /* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
    }

div#trackback-form ul li.trackback-form-submit {
    width: 100px;
    }

div#trackback-form ul li.trackback-form-submit input {
    width:100px;
    margin-top:-2px;
    margin-bottom:2px;
    }

/* ----------------------------------------------- */
/** トラックバック一覧 */

li.trackback-set {
    width:80%;
    margin:0 auto;
    }

h4.ping-title {
    display: inline;
    font-weight: normal;
    }

ul.ping-info {
    display: inline;
    }

ul.ping-info li.ping-blog-name {
    display: inline;
    margin-left: 20px;
    }

ul.ping-info li.ping-blog-name span {
    margin: 0 10px;
    }

ul.ping-info li.ping-date {
    display: inline;
    margin-left: 10px;
    }

ul.ping-info li.ping-excerpt {
    display: block;
    margin-top: 5px;
    margin-left: 10px;
    }

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form{
    padding: 0 0 15px 0;
    }

div#comment-form-body * {
    vertical-align:middle;
    }

div#comment-form-body table {
    line-height: 25px;
    width:100%;
    }

div#comment-form-body table th {
    width: 52px;
    padding-right: 8px;
    text-align: right;
    font-weight: normal;
    }
div#comment-form-body td {
    padding-right:66px;
    }

input#author {
    width: 75%;
    }

input#email {
    width: 75%;
    }

input#url {
    width: 100%;
    }

input#bake {
    margin: 0 0 0 5px;
    }

textarea#text {
    width: 100%;
    height: 180px;
    }

input.button {
    margin-top: 10px;
    width: 80px;
    }

div#comment-form-body table tr.input-etc td {
    padding-top: 6px;
    }

label.input-rating {
    margin-left: 20px;
    }

label.input-rating select {
    margin-left: 3px;
    }

label.input-rating-face {
    margin-left: 5px;
    }

div#comment-form-body table tr.submit td {
    text-align: right;
    }

/*** コメント認証 */
div.comment-auth-announcement {
    margin: 10px 0;
    border-color: #484848;
    font-size: 90%;
    }

div.comment-auth-announcement p a {
    margin: 0 3px;
    }

div#trackback-form ul li.trackback-form-url span input,
input#author,
input#email,
input#url,
textarea#text {
    -moz-border-radius:2px;
    -webkit-border-radius: 2px;
    border:1px solid #ccc;
    background-color:#fafafa;
    padding:1px 2px;
    }
div#trackback-form ul li.trackback-form-url span input:focus,
input#author:focus,
input#email:focus,
input#url:focus,
textarea#text:focus {
    background-color:#fff;
    }


/* ----------------------------------------------- */
/** 関連記事 */

div.article-body div.related-articles{
    border:1px solid #ccc;
    position:relative;
    padding:10px 5px 5px;
    margin:20px 10px 20px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    }
div.article-body div.related-articles h3{
    display:inline;
    position:absolute;
    background-color:#f1f1f1;
    top:-1em;
    padding:3px 5px;
    margin:0 2px;
    border:none;
    font-size:13px;
    }
div.article-body div.related-articles ul{
    line-height: 1.2;
    padding:0 6px;
    margin:0.5em;
    }
div.article-body div.related-articles ul li{
    list-style:none;
    padding-left:18px;
    margin-bottom: 3px;
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/bullet.png) left top no-repeat;
    zoom:1;
    }




/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */






#aside a:hover {
    text-decoration:none;
    }
div.sidetitle {


font-weight: bold;
    margin: 25px 20px 15px 15px;
    text-align: center;
    padding: 4px;
    padding-left: 8px;
    background: rgb(0, 113, 183);
    color: #ffffff;
    font-size: 15px;
border-radius:30px;
/*
    font-weight: bold;
    border-left:3px solid #000;
    margin:15px;
    padding-left: 8px;
    color:#1b9bd3;
    font-size:14px;
*/


    }
div.sidetop,
div.sidebottom {
    display: none;
    }
div.side {
    margin: 0 20px 0;
    text-align: center;
    }
div.sidebody {
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/bullet.png) left 2px no-repeat;
    padding-left: 18px;
    margin:8px 0;
    text-align: left;
    line-height:1.4;
    }
div.sidebody a{
    color:#3c454e;
    }
div.sidebody a:hover{
    color:#1b9bd3;
    }

/* ----------------------------------------------- */
/** 検索 */
.side input.sf {
    width:128px;
    }

/* ----------------------------------------------- */
/** Calendar */
div.calendarheadbody div.calendarhead {
    margin: 15px;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
    }
.calendarhead {
    position:relative;
    width:180px;
    }
.calendarpre {
    position:absolute;
    left:30px;
    }
.calendarnext {
    position:absolute;
    right:30px;
    }
div.calendarheadbody div.calendarhead a {
    color: #3c454e;
    }
div.calendarheadbody div.calendarhead a:hover {
    color: #1b9bd3;
    }
div.caltop,
div.calbottom {
    display: none;
    }
table.caltbl {
    width: 180px;
    margin: 0 auto;
    border: 0;
    }
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
    font-weight: bold;
    height: 20px;
    }
td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
    margin: 0 auto 25px;
    width: 180px;
    color: #3c454e;
    }
td table.caltblday td {
    width: 20px;
    height: 24px;
    padding:0 3px 0 4px;
    text-align: center;
    }

td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {
    }
td table.caltblday td.calon a {
    text-decoration:underline;
    }
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

/* ----------------------------------------------- */
/** Plugins */
.nickname {
    font-weight: bold;
    margin: 10px 0;
    }
.message {
    text-align: left;
    line-height: 125%;
    }
ul.tagcloud a {
    color:#3c454e;
    }
ul.tagcloud a:hover {
    color:#1b9bd3;
    }

/** グラフカウンター */
ul.type_graph li dl.graph {
    display:inline;
}
ul.type_graph li {
    line-height:normal !important;
    margin-bottom:0 !important;
    text-align:left;
}
ul.type_graph li dl.graph dd.count_image,
ul.type_graph li dl.graph dd.count_value {
    float:none !important;
    display:inline;
}


/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
    padding-top: 20px;
    }

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
    font-size: 12px;
    }
table#header a {
    color:#3C454E;
    }



/* ----------------------------------------------- */
/** Footer */

div#footer-outer {
    clear:both;
    position:absolute;
    bottom:34px;
    right:0;
    width:300px;
    text-align:center;
    line-height:1.6;
font-size:10.5px;
    color:#777;
    }


/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
    overflow: hidden;
    text-align: center;
    }

div#ad iframe {
    margin: 10px auto;
    }

div.gAdsense {
    padding: 10px 0!important;
    margin:10px 0!important;
    }

body.ad {
    text-align: left;
    }

a.adtitle {
    color: #1b9bd3 !important;
    font-weight: bold;
    }

a.adtitle span {
    font-size: 14px!important;
    }

a.addescription {
    color: #444!important;
    }

a.addescription span {
    font-size: 12px!important;
    }

a.adurl {
    color: #00c300!important;
    text-decoration: none;
    }

a.adurl span {
    font-size: 12px!important;
    }
a.adld {
    color: #3c454e !important;
    font-size: 14px;
    font-weight:bold;
    display:block;
    margin-bottom:5px;
    }
.adhover a.addescription {
    color: #000!important;
    }

.adbox,
.adhover {
    margin:0 42px !important;
    }

/* 記事下ソーシャルボタン */
.article-social-btn {
  margin:0px 0;
  padding:0;
/  text-align:right;
}
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
  margin: 4px 0;
}

/* メッセージボード */
.message-board {
  background: rgba(0,0,0,0.1);
  border-radius: 6px;
  font-size: 90%;
  margin: 20px 25px 20px 25px;
  padding: 15px;
}


#bread{
margin-top:15px;
margin-bottom:5px;
margin-left:15px;
}





#header-menu{
width:100%;
    min-width:1172px;
background:#333;
padding-top:6px;
padding-bottom:6px;
}


#menu > form{
z-index:999;
}

#menu{
width:1167px;
height:25px;
margin:0 auto;
    padding:3px 2px 2px 2px;
font-size:14px;
overflow:hidden;
} 
#menu ul{
    padding: 0px; 	
    margin: 2px 0 0 0;
} 
#menu ul li {
    display: inline; 	
    margin-right: 1em;
} 
#menu ul li a { 
    font-family: "Trebuchet MS", sans-serif; 
    text-decoration: none;
    color: #fff; 	 
} 
#menu ul li a:hover{ 
    border-bottom: dotted 1px #fff;	 
}


#popularArticlesList{
 width:960px;
 margin-left:120px;
}



#aside > div.blog-header{

}





#header-title{
width:1170px;
margin:0 auto;
}



/* End */











/* ページトップへ */
.to-pagetop a{
background:url(http://livedoor.blogimg.jp/dnomotoke/imgs/1/3/137aa1c8.png) 0 0 no-repeat;
display: block;
position: fixed; bottom: 0px;right:12px;
width: 173px;
height:49px;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
outline: 0;
-webkit-transition: opacity linear 0.1s;
-moz-transition: opacity linear 0.1s;
-ms-transition: opacity linear 0.1s;
-o-transition: opacity linear 0.1s;
transition: opacity linear 0.1s;
z-index:999;
}
.to-pagetop a:hover {
opacity: 1;
}



#sub > div > div.sidetitlebody > div{
 margin-bottom:5px;
}

#extra > div.plugin-recent_articles_image.sidewrapper > div.side > ul{
 font-size:12px;
 padding-top:12px;
}

#extra > div.plugin-recent_articles_image.sidewrapper > div.side > ul li{
 margin-top:8px;
/* border-bottom:1px dotted #ccc; */

width:260px;
height:50px;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
  overflow: hidden;
}

#extra > div.plugin-recent_articles_image.sidewrapper > div.side > ul > li > a{
/*
 color:#333;
 line-height:1.5;
*/
    color: rgb(42, 86, 198);
    font-family: "Mplus 1p", Arial, arial, sans-serif;
    font-size: 16px;
font-weight: 700;
  overflow: hidden;



  overflow: hidden;
}

.side ul.recent-article-image li img{
/* border:1px solid #666; */
margin-right:8px;
}


#main > div.article-outer.hentry > div.article-body.entry-content{
 margin-bottom:0px;
}



#main > div.autopagerize_page_element > div > div.article-header > h2{
background:#0071b7;
padding:4px 10px 2px;
}

#main > div.autopagerize_page_element > div > div.article-header > h2 a{
color:#fff;
}


.entry-title{
margin-bottom:5px;
}







div.popularArticlesWithImage.B div.title{
 font-size:12px;
 color:#333;
 line-height:1.5;
}

#popularArticlesWithImagePlugin-799727 > ul > li{
 margin-top:6px;
 border-bottom:1px dotted #ccc;
}


div.popularArticlesWithImage.B img{
 border:1px solid #666;
}


#popularArticlesWithImagePlugin-799739 > ul > li{

 margin-top:6px;
 border-bottom:1px dotted #ccc;
}





#main > div.autopagerize_page_element > div > div.article-body.entry-content > div > p{
 margin-bottom:20px;
}



#main > div.article-outer.hentry > div.article-header > ul.article-social-btn{
 float:right;
}


#main > div.article-outer.hentry > div.article-header > p{
font-size: 14px;
}

#main > div.article-outer.hentry > div.article-header > dl{
font-size: 14px;
}


#main > div.autopagerize_page_element > div > div.article-header > p{
font-size: 14px;
}

#main > div.autopagerize_page_element > div > div.article-header > dl{
font-size: 14px;
}

div.popularArticlesWithImage.A ul{

}





#main > div.autopagerize_page_element > div > div.article-body.entry-content > div > div > p{
margin-top:0;
}

.fixed { position: fixed; 
	top: 0px; }




.t_h{
 font-size:16px;
}
.t_d{
 color:#000;
}



.related-articles.with-image ul li, .related-articles.with-image ul li a{
    color: rgb(42, 86, 198);
}


.related-articles.with-image .related-article-image{
padding-right:0;
}



div.article-body div.related-articles ul {
    line-height: 1.2;
    padding: 0 6px;
    margin: 25px 0 20px 0;
}

.related-articles.with-image .related-article-title{
    color: rgb(42, 86, 198);
    font-family: "Mplus 1p", Arimo, arial, sans-serif;
    font-size: 16px;
font-weight:bold;
}


.related-articles.with-image .related-article-image img{
width:160px;
    height: 90px;
    border: solid 1px #3A575E;
    float: left;
    object-fit: cover;
}



div.article-body div.article-body-more, div.article-body div.article-body-private{
 margin-top:0;
}






#commentHeading{
 display:none;
}

legend{
 display:none;
}






fieldset{
background: #e0f3ff;
    padding: 30px 0 30px 0;
    color: black;
    border-radius: 6px;
    margin-bottom: 20px;
margin-top:70px;
}




.comment-form-title{
 font-size:16px;
}

.comment-body{
margin-top:8px;
 font-size:110%;
font-weight:bold;
color:rgb(0, 0, 240);
}




#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2{
 display:none;
}



#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2{
 display:none;
}


#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit button{

background:#0071b7;
}




.comment-set.v2 .comment-info .comment-date{
    position: relative;
}


.comment-set.v2 .comment-info .comment-author{
font-weight:normal;
}




#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit button:hover{
 cursor : pointer;
}




#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked + span::before{
background:#0071b7;
}



#comment-form.comment-form-v2 .comment-form-tools .memorize label span:hover{

 cursor : pointer;
}





#main > div.autopagerize_page_element > div > div > div.article-header > ul{
 margin:0;
font-size:14px;
}

#main > div.autopagerize_page_element > div > div > div.article-header > ul > li > a{
 margin:0;
font-size:14px;
}




.quote{
 color:#000;
}


#ld_blog_article_comment_entries{
 margin:0;
}


.matome_top img{
    padding: 4px;
    border: 1px solid #ccc;
}


#article-top{
display: none;
}

