@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: #f5f5f5 ;
}
#wrapper {
    /* padding-top: 10px; */
}
#container {
    margin: 0 auto;
    width: 1160px;
}
#content {
    position: relative;
}
#main {
    width: 765px;
    padding: 5px 15px 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#sidebar {
    width: 365px;
}

/* サイドバー入れ替え */
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: 14px/1.2 "ヒラギノ角ゴ Pro W3",メイリオ,Arial,Verdana,sans-serif;
}

a:link {
    color: #222322;
    text-decoration: none;
}
a:visited {
    color: #222322;
}

a:hover {
    color: #db0093;
}
a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

a:active {
    color: #222322;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    position: relative;
    margin: 0 auto;
    width: 1160px;    
}
#blog-header-inner {}
#blog-header-image {
    height: 250px;
    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%);
*/
//background: url(http://fullrevo777.com/title/head_title_fullrevo1160_280-black.jpg) repeat-x top;
background: url(http://fullrevo777.com/title/title-PC2.png) ;
}
#blog-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0;
}
#blog-title a {
    color: #000;
}
#blog-description {
    color: #979797;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin: 30px 0;
}
#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: 18;
}
.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(0,0,0,0.5);
    zoom:100%;
    width: 1160px;
    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;
    border-right: 1px ridge #757575;
    box-shadow: 1px 0px 1px #f3f3f3;
}
.ldb_menu-list li a{
    padding: 8px;
    line-height: 1.4;
    display: block;
    font-size: 13.333px;
    font-weight: bold;
    color: #e1e1e1;
    text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover{
    background: rgba(249,3,126,0.7);
}

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

/* トップ記事-外枠 */
.top-peculiar {
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
}
.article {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: -1px;
    padding: 30px 0;
    position: relative;
/*
    padding: 30px 0;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px;
*/
}
.article-inner {
    height: 225px;
    overflow: hidden;
    position: relative;
}
.article-header,
.article-body {
    margin-left: 280px;
}
.article-first-image {
    background-color: #f0f0f0;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 210px;
    width: 210px;
}
.article-first-image a {
    background-color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.article-first-image img{
    width: 250px;
    display: inline;
}

/* 個別記事-外枠 */
.article-peculiar {
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}
.article.first-article {
    border-top: 0;
}
.article.last-article {
    border-bottom: 0;
}

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

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

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

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

.article-social-btn {
    border-bottom: 1px dashed #999;
    top: 1px;
    position: relative;
}

/* 関連記事 */
.article-body .related-articles-wrapper {
    margin-top: 50px;
    margin-bottom: 40px;
}

.article-body .related-articles {
    margin-top: 30px;
}

.article-body .related-articles:first-child {
    margin-top: 0;
}
.article-body .related-articles h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.article-body .related-articles.with-image ul:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.article-body .related-articles ul {
    list-style: none;
    margin: 0 -5px;
    padding-left:0;
}
.article-body .related-articles ul li {
   margin: 0 !important;
    float: left;
    width: 30%;
    padding: 0 12px;
}

.article-body .related-articles.with-image ul li a {
    display: block;
    padding: 0 !important;
    min-height: 204px;
    font-weight: bold;
}

.related-articles.with-image .related-article-image {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    padding: 4px;
    margin-bottom: 10px;
}

.related-articles.with-image .related-article-image img {
    width: 100%;
    height: 130px;
}

.related-articles.with-image .related-article-title {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
    height: 57px;
    margin-bottom:20px;
    overflow: hidden;
}

/* 続きを読む */
.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: #333333;
    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;
}

div.res_block {
  margin: 0px;
  border-bottom: solid 1px #ddd;
  //box-shadow: 0px 1px 0px #aaa;
  position: relative;
}

.article-body-inner .t_h {
        font-size: 10px;       
}

.article-body-inner .t_b {
        margin-top: 5px;       
}

.article-body-inner .t_b:hover {
/*        border-radius: 6px;*/
        background-color: #dde5ff;
}

.article-body-inner .t_i {
        margin-left:10px;
}

.article-body-inner .t_w {
  background: #989898;
  color: #eee;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), -webkit-radial-gradient(at 50% -100%, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 270%), -webkit-radial-gradient(at 50% 2%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at 50% -100%, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 270%), radial-gradient(at 50% 2%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal,multiply,multiply;
 }

.article-body-inner .t_w a {
  color: #eee;
}

.article-body-inner .t_quote {
        background-color:#f6f6f6;
        padding:10px;
        border:1px solid #cccccc;border-color:#dcdcdc;
        margin-right: 20px;
        margin-bottom:60px;
}

.article-body-inner blockquote {
    content: none;
    padding: 25px;
    background-color:#eee;
    background-repeat:no-repeat;
    background-position: 10px 10px;
    background-image:url('http://fullrevo777.com/parts/quote.gif');
    font-size: 16px;
    font-weight:bold;
}
.article-body-inner blockquote:before {
    color: #ddd;
    content: none;　　/* 引用記号（”）を消す */
}
.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%;
}
.article-body-inner a {
    color: #0000ff;
    font-size: 14px;
}
.article-body-inner .inyo a {
    color:gray;;
    font-size: xx-small;
}

.s-title-single {
    background: #333;
    color: #fff;
    font-size: 15px;
    padding: 11px 15px;
    position: relative;
    margin: 7px 0;
}

.s-title-single:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 20px;
    border: 6px solid transparent;
    border-top-color: #333;
    margin-left: -6px;
    z-index: 10;
}

.rescmt_anchor {
    position:absolute;
    bottom: 5px;
    right:20px;
    background-color: #DDA0DD;
    border: 1px solid #DDA0DD;
    border-radius: 6px;
    padding: 1px 5px;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
/*
.comment-title{
border-left: 2px solid #c70265;
padding-left: 18px;
text-shadow: 1px 1px 0 #fff;
color: #221e1f;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 16px;
    padding:6px 3px;
}
*/
.comment-title {
    background: #333;
    color: #fff;
    font-size: 15px;
    padding: 11px 15px;
    position: relative;
    margin: 7px 0;
}

.comment-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 20px;
    border: 6px solid transparent;
    border-top-color: #333;
    margin-left: -6px;
    z-index: 10;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}

.comment-rep {
    background-color: #777;
    border: 1px solid #777;
    border-radius: 6px;
    padding: 1px 5px;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

.comment-body {
    font-size: 14px;
    font-weight: bold;
    margin-left: 16px;
    margin-bottom:50px;
    color: #666;
}

#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating {
    display: none;
}

.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 {
    padding: 20px 20px 20px 0;
    background: url(http://fullrevo777.com/parts/bg-sidewrapper.png) left bottom no-repeat;
/*
    font-size: 13px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
*/
}
.sidewrapper .sidetitle {
    border-left: 2px solid #c70265;
    padding-left: 18px;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 0 #fff;
    color: #221e1f;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 16px;
    padding:6px 3px;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    padding: 4px 3px;
    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;
}

/* 追従型コンテンツ */
.sidefix {
    width: 340px;
    background-color: #f5f5f5 ;
    margin-top: 5px;
}

.fixed {
    width: 340px;
    position:fixed;
    top:0px;

}

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

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

/* ページトップへ */
.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;
}

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

      RSS 枠線設定

*/
/* ----------------------------------------------- */
#rec_news01 iframe.waku,
#rec_news02 iframe.waku{
border:1px solid #f5f5f5;
box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
#rec_news01 iframe,
#rec_news02 iframe {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

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

      ソーシャルボタン 設定

*/
/* ----------------------------------------------- */
.snsb {
        border: solid 1px #CCCCFF;
	overflow: hidden;
        /* margin-left:-200px; */
        list-style-type:none;
        padding: 5px;
        position:fixed;
        left: 0;
	bottom:50px;
        height: 65px;
        border-radius: 0.5em;
}
.snsb li {
	/*float: left;*/
	margin-right: 10px;
}
.snsb iframe {
	margin: 0 !important;
}

.g_a {
    text-align:center;
    margin-top: 10px;
}
.g_a.g_a_main{
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    margin-bottom: 5px;
}
.g_a.g_a_sub{
    margin-bottom: 50px;
}

.doublerec ul {
        text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.doublerec li{
	padding: 0;
	margin: 5px;
	display: inline-block;
}

.ad_g {
    /*text-align: center;*/
    margin-bottom: 50px;
}

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

      コメント ポップアップ 設定

*/
/* ----------------------------------------------- */
#comm_popup {
display: none;
position: absolute;
border:1px solid #bbb;
padding:5px 8px 5px;
font-size:12px;
color:#111;
background-color:#ffc;
list-style-type:none;
line-height:1.2;
text-align:left;
max-width:750px;
min-width:250px;
box-shadow: 3px 3px 3px #ccc;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
}

#comm_popup li.comment-date, #comm_popup li.comment-author{
display: inline;
color:#666;
}

div.social-area {
margin: 0 auto 10px;
padding: 0;
display: block;
width: 635px;
}

ul.social-btm {
padding: 0;
margin: 0 auto;
display: block;
overflow: hidden;
}

#main .social-btm a{
	color:#FFF;
}

ul.social-btm li {
display: inline;
float: left;
margin: 3px 15px 0 0;
list-style: none;
}

ul.social-btm a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.s-twitter{
	background: url(http://fullrevo777.com/parts/social/twitter-logo.png) 4px center no-repeat #55acee;
	display:block;
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration:none;
	text-align:center;
	text-indent:30px;
	font-size:18px;
}
.s-hateb{
	background: url(http://fullrevo777.com/parts/social/hatebu-logo.png) 7px center no-repeat #2C6DBD;
	display:block;
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration:none;
	text-align:center;
	text-indent:36px;
	font-size:18px;
}
.s-facebook{
	background: url(http://fullrevo777.com/parts/social/fb-icon.png) 5px 10px no-repeat #315096;
	display:block;
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration:none;
	text-align:center;
	text-indent:30px;
	font-size:18px;
}
.s-googleplus{
	background: url(http://fullrevo777.com/parts/social/googleplus-logo.png) 4px center no-repeat #dd4b39;
	display:block;
	padding:15px 22px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration:none;
	text-align:center;
	text-indent:30px;
	font-size:18px;
}
.s-googleplus:hover,
.s-facebook:hover,
.s-hateb:hover,
.s-twitter:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.s-twitter .cnt,
.s-facebook .cnt,
.s-hateb .cnt,
.s-googleplus .cnt {
    font-size:14px;
    padding-left:8px;
    color: #FFFAF0;
}

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

      パンくずリスト設定
*/
/* ----------------------------------------------- */
.list-inline {
  padding-left: 0;
  margin-left: -3px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  //padding-right: 3px;
  //padding-left: 3px;
}

.breadcrumb-item {
  color: #8c8c8c;
  vertical-align: middle;
}

.breadcrumb-item > a {
  padding: 12px 0;
  font-size: 12px;
  margin: 0 4px;
}

.breadcrumb-item:first-child > a {
  margin-left: 0;
}

.breadcrumb-last {
  padding: 12px 0;
  font-size: 12px;
  margin: 0 4px;
  color: #8c8c8c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 800px;
}

