@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: 0px;
}
#container {
    margin: 0 auto;

}
#content {
    position: relative;
border-radius: 0 0 4px 4px;
position: relative;
width: 1060px;
margin: 0 auto;
margin-top: 5px;

}
#main {
width: 740px;
	border-radius: 0 0 0 4px;
	float: left;
}


#main_wrapper {
width: 740px;
float: left;
}

#sidebar {

padding: 3px 5px 10px 5px;
width: 300px;
background-color: #fff;
border-radius: 0 0 4px 0;
float: right;
border: 2px solid #eee;

}

/* サイドバー入れ替え */
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: #000;
font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
a {
    color: #910000;
    text-decoration: none;
}
a:link {
	color: #2e90c5;
    text-decoration: none;
}
a:visited {
	color: #2e90c5;
}


a:hover {
    text-decoration: underline;
}
a:active {
    color: #062576;
}

#color-red a{
    color: red;
}
/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    margin-bottom: 40px;
    position: relative;
	border-radius: 4px 4px 0 0;
height: 150px;
width: 1060px;
margin: 0 auto;

}

#blog-header-inner {}
#blog-header-image {
    height: 400px;
    width: 100%;
    background-color: #287cba;
    background-image: -webkit-linear-gradient(#57bef5 0%, #287cba 100%);
    background-image:    -moz-linear-gradient(#57bef5 0%, #287cba 100%);
    background-image:     -ms-linear-gradient(#57bef5 0%, #287cba 100%);
    background-image:      -o-linear-gradient(#57bef5 0%, #287cba 100%);
    background-image:         linear-gradient(#57bef5 0%, #287cba 100%);
}
#blog-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0;
float: left;
margin-top: 5px;
margin-bottom: 5px;
}
#blog-title a {
    color: #000;
}
#blog-description {
    color: #fff;
    font-size: 2px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0px 0;
position: absolute;
}
#blog-description a {
    color: #979797;
}

/* かんたんタイトル画像 */
#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: 6px 10px;
border: solid 2px #eee;
margin-bottom: 5px;
margin-top: 6px;
}
.article-inner {
    height: 210px;
    overflow: hidden;
    position: relative;
}
.article-header,
.article-body {
    margin-left: 230px;
}
.article-first-image {
    background-color: #f0f0f0;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 210px;
    width: 220px;
}
.article-first-image a {
    background-color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.article-first-image img{
    width: 210px;
    display: inline;
}

.article.first-article {
border-top: 2px solid #eee;
}
.article.last-article {
border-bottom: 2px solid #eee;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 7px;

}
.article-title {
    margin-bottom: 5px;
    max-height: 112px;
    overflow: hidden;
padding: 4px 10px 0px 10px;
}
.article-title a {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

/* 日付 */
.article-date {
    color: #808080;
    font-size: 12px;
color: white;
background-color: #000;
font-weight: bold;
clear: both;
padding-left: 5px;
}


/* 個別記事のみ */
body.page-article .article {
    border: 0;
    margin-bottom: 0;
    padding: 0;
padding: 0 3px;
border: 2px solid #eee;
}
body.page-article .article-title {
    max-height: none;
}
body.page-article .article-header,
body.page-article .article-body {
    margin-left: 0;
padding: 0 10px;
}
body.page-article .article-header {
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}

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

/* 関連記事 */
.article-body .related-articles {
    margin:4em 0;
    line-height:1.3
margin: 2em 0;
line-height: 1.3;
border: 2px solid #eee;
}
.article-body .related-articles h3 {
    font-size: 14px;
    font-weight: bold;
color: white;
font-size: 18px;
font-weight: bold;
background-color: #000;
padding: 4px 0;
margin-bottom: 10px;

}
.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
}
.article-body .related-articles ul li {
margin: 6px 0 0 0;
padding-left: 16px;
border-bottom: 1px dashed #ccc;
font-size: 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: 14px;
    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 blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
.article-body-inner blockquote:before {
    color: #ddd;
}
.article-body-inner img.pict{
    border: 1px solid #fff;
    height: auto;
    max-width: 98.4%;
height: auto;
padding: 5px;
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: #fff;
    border: 1px solid #ddd;
    color: #555;
}
ul.index-navigator li.current span {
    background-color: #910000;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
    background-color: #eee;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
    color: #555;
}

/* 記事ページ、月別アーカイブページ */
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:#555;
    padding: 40px;
}
#blog-footer a {
    color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 13px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.sidewrapper .sidetitle {
color: white;
font-size: 14px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 0.7em;
background-color: #000;
padding: 7px;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    padding: 4px 0;
    border-bottom: 1px dashed #999;
}
.sidewrapper .side .sidebody:last-child {
    border-bottom: 0;
}
.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
}

/* カレンダー */
.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 {

    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 0;
}

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



/* Gloval navi
----------------------------------------------- */



#globalnavi {
clear:both;
height:24px;
font-size:16px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
background-color: #000;
}

#globalnavi ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 1060px;
margin: 0 auto;
}

#globalnavi li{
float: left;
width: 150px;
margin: 0;
margin-left: 1px;
font-size: 100%;
}

#globalnavi a{
text-align: center;
display:block;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#globalnavi a:hover{
background-color:#ffffff;
color: #ff3399;
font-weight: bold;
text-decoration: none;
}

h1 {
color: white;
position: absolute;
}

#top_img_link {
float: right;
margin-top: 6px;
font-size: 12px;
}


#top_img_link p {
width: 320px;
height: 220px;
float: left;
margin-right: 5px;
}

.pctop_rss {
border: 2px solid #eee;
float: left;
width: 735px;
height: 200px;
overflow: auto;
margin-bottom: 8px;
margin-top: 8px;
}

.pctop_rss li {
font-size: 12px;
border-bottom: dashed 1px #ccc;
}

.pctop_rss_right {
float: left;
width: 350px;
}

.pctop_rss_left {
float: left;
width: 350px;
}

#rss_01 {
border: 2px solid #eee;
float: left;
background-color: #fff;
width: 100%;
height: 500px;
overflow: auto;
margin-top: 8px;
margin-bottom: 8px;
clear:both;
padding-top: 5px;
}

/* rink
----------------------------------------------- */

#top_link {
border: 2px solid #eee;
float: left;
background-color: white;
margin-bottom: 6px;
width: 725px;
padding-bottom: 5px;
font-size: 12px;
}

#top_link p {
float: left;
width: 230px;
height: 170px;
margin-left: 5px;
margin-top: 5px;
}

/* -----------下ボックス---------------- */

#sita {
width: 1055px;
height: 400px;
margin-top: 5px;
background-color: white;
border: 2px solid #eee;
margin-bottom: 5px;
overflow: hidden;
}

#sita1 {
width: 300px;
height: 650px;
float: left;
margin-bottom: 5px;
margin-top: 20px;
margin-left: 35px;
overflow: hidden;
}

#sita2 {
width: 300px;
height: 400px;
margin-top: 20px;
float: left;
margin-bottom: 5px;
overflow: hidden;
}

#sita3 {
width: 300px;
height: 400px;
margin-bottom: 5px;
margin-top: 20px;
overflow: auto;
text-align: left;
}

#rss_02 {
border: 2px solid #eee;
float: left;
background-color: #fff;
width: 100%;
height: 500px;
overflow: auto;
margin-bottom: 5px;
clear:both;
padding-top: 5px;
margin-top: 5px;
}

/* -----------twitter---------------- */

.to-pagetop {
bottom: 50px;
right: 30px;
position: fixed;
}

.to_twitter {
bottom: 130px;
right: 30px;
position: fixed;
}


/* -----------twitter---------------- */

.ad_more {
width: 720px;
float:left;
margin-top: 10px;
}

.ad_more_1 {
width: 300px;
float:left;
}

.ad_more_2 {
width: 300px;
float:left;
margin-left: 15px;
}

#clear_1 {
clear:both;
}


/* sp_ad
----------------------------------------------- */

.no_pc_ad1 {
display: none;
}

.no_pc_ad2 {
}



.morelink {
display: block;
height: 26px;
line-height: 26px;
border: 2px solid #000;
background: #3C3C3C 400px center;
color: #ffffff;
font-size: 18px;
font-weight: bold;
text-align: center;
margin-top: 5px;
}


.morelink:hover{
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #99cccc;
	background: #FF5500 400px center;
}






#top_tool {
height: 26px;
border: 2px solid #ccc;
background-color: #fff;
margin-top: 5px;
text-align: center;
padding-top: 5px;
font-weight: bold;
font-size: 18px;
}

/* -----------RSS---------------- */

#blogroll-114773 {
font-size: 14px;
}

#blogroll-107535 {
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
}

#blogroll-107535 li  {
border-bottom: dashed 1px #ccc;
padding-bottom: 2px;
line-height: 1.5em;
list-style-type: none;
}

#blogroll-107536 {
padding-left: 10px;
padding-right: 10px;
font-size: 16px;
}

#blogroll-107536 li {
border-bottom: dashed 1px #ccc;
padding-bottom: 2px;
line-height: 1.5em;
list-style-type: none;
}

.blogroll-category-name {
font-size: 2px;
color: red;
}


#sns_btn {
width: 630px;
height: 50px;
clear:both;
margin-bottom: 6px;
}

#twt_btn {
float: left;
width: 300px;
height: 50px;
}

#htb_btn {
float: right;
width: 300px;
height: 50px;
}


#top_comment {

}


#pg_rank {

line-height: 28px;
font-size: 16px;
border: 2px solid #eee;
background-color: #fff;

}


#blogroll-118042 {
padding-left: 10px;
padding-right: 10px;
font-size: 16px;
}

#blogroll-118042 li {
border-bottom: dashed 1px #ccc;
padding-bottom: 2px;
line-height: 1.5em;
list-style-type: none;
}




#img_rank {
border: solid 2px #d3d3d3;
background-color: white;
margin-bottom: 5px;
margin-top: 5px;

}



#top_rss_01 {

border: 2px solid #eee;
float: left;
background-color: #fff;
width: 100%;
height: 150px;
overflow: auto;
margin-top: 8px;
margin-bottom: 8px;
clear:both;
padding-top: 5px;

}












