@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ホワイトプレス";
 :shortdesc "Design Template for livedoor Blog";
 :created "2012-09-28";
 :release [:revision "1.30"; :created "2014-02-19"];
 :page <http://blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #fff;
}
#wrapper {
    padding-top: 24px;
}
#container {
    margin: 0 auto;
    width: 1200px;
}
#content {
    position: relative;
}
#main {
    width: 940px;
}
#sidebar {
    width: 240px;
}

/* サイドバー入れ替え */
body.sidebar-right #main {
    float: left;
}
body.sidebar-right #sidebar {
    float: right;
}
body.sidebar-left #main {
    float: right;
}
body.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #080000;
    font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
    color: #444;
    text-decoration:none;
}
a:link {}
a:visited {
    color: #999;
}
a:hover {
    color: #999;
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#container #blog-header #blog-header-inner {
    position: relative;
    padding: 40px 20px 10px 20px;
}

#blog-header {
    min-height: 120px;
    position: relative;
}
#blog-header-inner {}

#blog-title {
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 4px;
    letter-spacing: 0.2%;
}
#blog-title a {
    color: #333;
}
#blog-description {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}
#blog-description a {}

/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-inner {
    position: relative;
}
#blog-header.show-image #blog-header-image {
    height: auto;
}
#blog-header.hide-text #blog-header-inner,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
#blog-header.hide-text #blog-header-image {
    margin: 0;
}

#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    z-index: 10;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.1s linear;
       -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
         -o-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
    opacity: 0.15;
}


/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu-list {
    position: absolute;
    bottom: 0;
    background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_60.png);
    background: rgba(247,247,247,0.7);
    zoom:100%;
    width: 940px;
    margin: 0 auto;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list li {
    float: left;
    list-style: none;
}
.ldb_menu-list li a{
    padding: 18px;
    line-height: 1.4;
    display: block;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover{
    background: #dbdbdb;
    background: rgba(204,204,204,0.7);
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.article {
    margin-bottom: -1px;
    padding: 30px 0;
    position: relative;
}
.article-inner {
    height: 180px;
    overflow: hidden;
    position: relative;

}
.article-header,
.article-body {
    margin-left: 270px;

}
.article-first-image {
    background-color: #f0f0f0;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 240px;
}
.article-first-image a {
    background-color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.article-first-image img{
    width: 240px;
    display: inline;
}

.article.first-article {
    border-top: 0;
}
.article.last-article {
    border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 15px;
    position: relative;
}
.article-title {
    margin-bottom: 5px;
    max-height: 112px;
    overflow: hidden;
}
.article-title a {
    color: #000;
    font-size: 24px;
    font-weight: bold;
text-decoration:none;
}

/* 日付 */
.article-date {
    color: #808080;
    font-size: 12px;
}

/* 個別記事のみ */
body.page-article .article {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
body.page-article .article-title {
    clear: both;
    padding: 12px 20px;
    background-color: #DA4B36;
    font-size: 28px;
    color: #fff;
}
body.page-article .article-title a {
    color: #FFF;
}
body.page-article .article-title a:visited{
    color: #FFF;
}
body.page-article .article-header,
body.page-article .article-body {

    padding: 0 40px;

    margin-left: 0;
}
body.page-article .article-header {
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}

/* 専用ページャー */
ol.original-pager {
    padding: 11px 0;
    border-bottom: 1px dotted #cecece;
}
ol.original-pager li {
    list-style-type: none;
    margin: 7px 0;
    font-size: 16px;
    color: #999;
}
ol.original-pager li a {
    color: #333;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
    border-bottom: 1px dashed #999;
}
.article-meta {
    padding: 16px 0 32px;
}
.article-social-btn {
    border-bottom: 1px dashed #999;
    top: 1px;
    position: relative;
}

/* 関連記事 */
.article-body .related-articles {
    margin:4em 0;
    line-height:1.3
}
.article-body .related-articles h3 {
    font-size: 14px;
    font-weight: bold;
}
.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
}
.article-body .related-articles ul li {
    margin:4px 0;
    padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
    color:#333;
}

/* 共通テーマ */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}

/* メッセージボード */
.message-board {
    background-color: #f7f7f7;
    border: 1px solid #e4e7e8;
    border-radius: 4px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #080000;
    font-size: 16px;
    line-height: 1.6;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
}
.article-body-inner h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    padding: 30px 0;
    overflow: hidden;
}
.article-body-inner h5 a {
text-decoration:none;
}
.article-body-inner h5 a:hover {
text-decoration: underline;
}


.article-body-inner blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
.article-body-inner blockquote:before {
    color: #ddd;
}
.article-body-inner img.pict{
    border: 5px solid #fff;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    margin-left: 16px;
    color: #666;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #555;
    border: 1px solid #ddd;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    width: 40px;
    color: #fff3bf;
}
ul.index-navigator li.current span {
    background-color: #0A0A0A;
    color: #ffd700;
}
ul.index-navigator a:hover {
    background-color: #0A0A0A;
    text-decoration: none;
}
ul.index-navigator a:visited {
    color: #ffd700;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    color:#fff;
    padding: 40px;
    background-color: #B51E10;
}
#blog-footer a {
    color:#fff;
}


/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 12px;
    color: #494949;
    overflow: hidden;
    padding: 20px 5px 14px 5px;
    position: relative;
    margin: 10px 0;
}
.sidewrapper:after{
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
}
.sidewrapper .sidetitle {
    color: #494949;
    font-size: 18px;
font-weight: bold;
text-align: center;
    background: #ffd84f;
    line-height: 2;
    margin-bottom: 20px;

}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    margin: 0 0 7px 0;
    paddingt: 0 10px 0 14px;
}
.sidewrapper .side .sidebody:last-child {
    border-bottom: 0;
}
.sidewrapper .side .sidebody.category-child {
    paddingt: 0 10px 0 14px;
}


/* カテゴリ一覧 */
.sidewrapper .side .sidebody.category-parent {
    color: #333;
    font-weight: bold;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}
.sidewrapper .side .sidebody.category-child:before {
    content: '-';
    color: #666;
}
.sidewrapper .side .sidebody.category-child a {
    padding-left: 5px;
}


/* 人気記事ランキング */
div.popularArticlesWithImage div.noimage {
    width: 60px;
    height: 60px;
    background: #eee;
}
div.popularArticlesWithImage div.title {
    padding-left: 70px;
}

/* タグクラウド */
.plugin-tag_cloud ul.tagcloud {
    padding: 10px;
    background: #eee;
}



/* カレンダー */
.calendarhead {
    font-weight: bold;
    text-align: center;
}
table.caltblwk .weekday {
    color: #666;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #8d8d8d;
    border-collapse: separate;
    border-spacing: 1px;
}
table.caltblday .caloff {
    background-color: #fff;
}
table.caltblday .calon {
    background-color: #000;
    border: none;
}
table.caltblday td a {
    color:#fff;
    height: 23px;
    line-height: 23px;
}
table.caltblday td a:hover {
    background-color: #910000;
}
table.caltblday td a:visited {
    background-color: #c8a7dd;
}
ul.galleryThumbnail li {
    display: inline-block;
    margin: 5px;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    border-bottom: 2px solid #333;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 0;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
    color:#666;
}

/* ページトップへ */
.to-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;


}
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
  outline: 0;
  opacity: 0.6;
  -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;
}
.to-pagetop a:hover {
  opacity: 0.9;
}



/* ----------------------------------------------- */
/*

      BlogRoll css 2

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 10px;
    padding: 5px;

}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.blogroll_wrapper {
		width: 100%;
		overflow-y:scroll;

height: 220px;
border: solid 3px #999;

	}

.blogroll_innner {
		width: 50%;
		height: 220px;
		float: left;
	}



/* メニューバー
----------------------------------------------- */
/* CSS */

.nav {
  width: 100%;
      background-color: #3D3D3D;
      overflow: hidden;
    position: fixed;
    top: 0;
    left:0;
z-index: 5;
     height: 50px;
}
.nav ul {
      color: #fff;
      font-size: 14px;
}


.nav ul li {
float:right;
  margin: 5px 20px 5px 0; 
padding: 5px 20px 5px 0;

  display: inline-block;
}

.nav ul li:first-child {

float: left;
    padding-left: 160px;
}

/* 検索窓*/
#sbox {
height: 28px;
padding: 0 10px;
width:300px;
border: solid 4px #DA4B36
}
#sbtn{
padding: 0;
width: 70px;
height: 28px;
left: 240px;
top: 0;
background:#DA4B36;
color:#fff;
font-weight:bold;
font-size:16px;
outline: 0;
}
#sbtn:hover{
background:#DA4B36;
color:#DA4B36;
}




/* このブログに
----------------------------------------------- */
/* CSS */
.nav2 {
}

.nav2 li {
  list-style: none;
  overflow: hidden;
  width: 140px;
  text-align: center;
  float: right;
}

.nav2 li a {
  font-weight: bold;
}

.nav2clear{
clear:both;
} 



/* 記事タグリスト　始まり*/
.article-tags dd a {
        position: relative;
        margin: 0 10px 0 10px;
    font-size: 16px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background-color: #DA4B36;
    border-radius: 0 3px 3px 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
 
}
.article-tags dd a::before {
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #DA4B36 transparent transparent;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.article-tags dd a::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
}
 
.article-tags dd a:hover {
    background-color: #555;
    color: #fff;
}
.article-tags dd a:hover::before {
         border-right-color: #555;
}
 
/* 記事タグリスト  終わり*/
