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

/**
@prefix : <//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 <//blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #fff;
}
#wrapper {
    padding-top: 24px;
}
#container {
    margin: 0 auto;
    width: 1060px;
}
#content {
    position: relative;
}
#main {
    width: 735px;
    border: 1px solid #b0b0b0;
}
#sidebar {
    width: 310px;
   border: 1px solid #b0b0b0;
}

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

body.sidebar-right #sidebar {
    float: right;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #000;
    font: 13px/1.2 'ヒラギノ角ゴ Pro W3','メイリオ','ヒラギノ角ゴ Pro W3','ms pmincho',serif;
}
a {
    color: #0e1bbb;
    text-decoration: none;
}
a:link {
    color: #0e1bbb;
    text-decoration: none;
}
a:visited {
    color: #551a8b;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #062576;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-title {
    font-size: 24px;
    font-weight: bold;

    background-image: url(//livedoor.blogimg.jp/my5872-hanshinntigers/imgs/9/7/9718e4ad.jpg);
background-repeat: no-repeat;
width: 1060px;
height: 250px;
}

#blog-title a {
    color: #000;
}

/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu-list {
    position: absolute;
    bottom: 0;
    background: url(//parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_60.png);
    background: rgba(247,247,247,0.7);
    width: 1060px;
    border: 1px solid #b0b0b0;
}
.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 {
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
    margin-bottom: -1px;
    padding: 30px 0;
    position: relative;
}
.article-inner {
    height: 160px;
    overflow: hidden;
    position: relative;
}
.article-header,
.article-body {
    margin-left: 240px;
}
.article-first-image {
    background-color: #f0f0f0;
    display: table;
    position: absolute;
    top: 0;
    left: 15px;
    height: 160px;
    width: 200px;
}
.article-first-image a {
    background-color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.article-first-image img{
    width: 200px;
    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: 20px;
    font-weight: bold;
}

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

/* 個別記事のみ */
body.page-article .article {
    border: 0;
    margin-bottom: 0;
    padding: 20px;
}
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 dashed #999;
    padding-bottom: 20px;
}

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

/* 記事本文
----------------------------------------------- */
.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: 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%;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
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 {
    border-bottom: 1px solid #b0b0b0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
    padding: 6px 18px;
}
.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;
}

/* ページトップへ */
.to-pagetop a{
background:url(//parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
display: block;
position: fixed; bottom: 5px;right: 20px;
width: 70px;
height: 70px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
outline: 0;
opacity: 0.7;
-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: 1;
}



/* 関連記事 */
.article-body .related-articles {
    margin: 4em 0;
    line-height: 1.3
}
.article-body .related-articles h3 {
    font-size: 18px;
    font-weight: bold;
}

.article-body .related-articles ul li {
    margin: 4px 0;
    padding-left: 16px;
padding-bottom: 10px;
border-bottom: 1px dashed #c2c2c2;
}


/*画像付きRTorコメントリスト*/
.listWithImage{
	margin-left: -5px;
}
.listWithImage li{
	margin-bottom: 0 !important;
}
.listWithImage li:hover{
	opacity: 0.6;
}
.listWithImage div.popularArticlesWithImage.A ul li{
	border: 1px solid #cfcfcf;
}
.listWithImage div.popularArticlesWithImage.A ul li a{
	border: 2px solid #ffffff !important;
}
.listWithImage div.popularArticlesWithImage.A div.title{
	color: #333333 !important;
	padding-bottom: 2px;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.main-container div.popularArticlesWithImage.A div.title{
	padding-bottom: 6px;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0px 5px;
	text-shadow: none !important;
}

.listWithImage div.popularArticlesWithImage.A div.retweet,
.listWithImage div.popularArticlesWithImage.A div.comment{
	background: #ffffff !important;
}


img{
   max-width: 500px;
   height: auto;
}


/*BlogRoll*/

/*全体の設定*/
.rss-blogroll:after {
	content:".";
	}

.rss-blogroll {
	border: 1px solid #b0b0b0;
	margin-bottom: 10px;
	padding: 3px 0;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
	margin-left: 5px;
	width: 523px;
	height: 284px;
	overflow: auto;
	float: left;
}

/*リストの設定*/
.rss-blogroll .blogroll-channel .blogroll-list {
	line-height: 1.6;
	font-size: 14px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
}

/*テキスト部分の設定*/
.rss-blogroll .blogroll-channel .blogroll-list a{
	padding-left: 5px;
}

.rss-blogroll1:after {
	content:".";
}


/*チャンネル単位の設定*/
.rss-blogroll1 .blogroll-channel{
	margin-left: 5px;
	width: 341px;
	height: 284px;
	overflow: auto;
	float: left;
}

.rss-blogroll1 .blogroll-channel .blogroll-list {
	line-height: 1.6;
	font-size: 14px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;

}


.rss-blogroll1 .blogroll-channel .blogroll-list a{
	padding-left: 10px;
}

.rss-blogroll1:after {
	content:".";
}

.rss-blogroll1 {
	border: 1px solid #b0b0b0;
	margin-bottom: 10px;
	padding: 3px 0;
}

.rss-blogroll2 .blogroll-channel{
	margin-left: 5px;
	width: 359.5px;
	height: 284px;
	overflow: auto;
	float: left;
}

.rss-blogroll2 .blogroll-channel .blogroll-list {
	line-height: 1.6;
	font-size: 14px;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;

}


.rss-blogroll2 .blogroll-channel .blogroll-list a{
	padding-left: 10px;
}

.rss-blogroll2:after {
	content:".";
}

.rss-blogroll2 {
	border: 1px solid #b0b0b0;
	margin-bottom: 10px;
	padding: 3px 0;
}

/*コメントのセット*/
.comment-set{
	padding: 10px 0;
	color: #333333;
	border-top: 1px dashed #cccccc;
	font-size: 12px;
	list-style: none;
}
.comment-set:first-child{
	border-top: none;
}

/*コメントの番号*/
.comment-number{
	margin-right: 10px;
}


/*コメント主の名前*/
.comment-author{
	color: #227a22;
	margin-right: 10px;
	font-weight: normal;
}


/*コメントの日時とID*/
.comment-date{
	color: #666666;
}

.comment-body{
	padding-bottom: 0;
	font-size: 16px;
	color: #333333;
}
.demo1{
  position:absolute;
    bottom: 0;
    right: 10px;
}

#mypopup {
display: none;
position: absolute;
border:1px solid #bbb;
padding:5px 8px 8px;
font-size:12px;
color:#111;
background-color:#ffc;
list-style-type:none;
line-height:1.2;
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;
}

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


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:5px auto 10px; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:5px 0 30px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:20px; 
 height:280px;
}
div.google-2ad {
 margin:20px 20px 20px; 
 height:280px;
}
div.google-2ad-m {
 height:280px;
}
div.google-2ad-b {
 margin:0px 0px 30px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:20px; 
}