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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.24"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
#header2 {
        display: none;
}
body {
	background-image: url('img/img-bg.gif');
}
#wrapper {
}
#container {
	border-radius:4px;
	margin: 0 auto;
	min-width: 960px;
	padding: 0 20px 0 20px;
	margin-bottom: 150px;
}
#content {
	padding: 70px 0 0;
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#main {
	padding: 0;
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
}
body.layout-2col #main {
	width: 600px;
}
body.layout-2col #main-inner {

}
body.layout-2col #sidebar {
	width: 300px;
}
body.layout-2col #sidebar a {
	    color: #333;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	border-radius: 0 0 0 4px;
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	border-radius: 0 0 4px 0;
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	border-radius: 0 0 4px 0;
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	border-radius: 0 0 0 4px;
	float: left;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


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


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    height: 225px;
    background: #fff url(/img/bg_header.png) no-repeat center top;
    position: relative;
    min-width: 960px;
    padding: 0 20px 0 20px;
}
#blog-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	text-align: center;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
        display: none;
}
#blog-description a {
	color: #fff;
}


/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	background-color: #605A5A;
	border-bottom: 1px solid #cbcbcb;
        min-width: 960px;
        padding: 0 20px 0 20px;
}
.gnavInner {
       margin: 0 auto;
       text-align: center;
       display: table;
}
.ldb_menu {
	float: left;
	position: relative;
}
.ldb_menu-list {
	list-style: none;
}
.ldb_menu-list li {
	float: left;
	text-align: center;
       font-size: 16px;
}
.ldb_menu-list li a {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: bold;
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
	text-decoration: none;
	color: #fff;
        background-color: #C1B1CA;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
    padding: 0 0 20px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
   margin-bottom: 40px;
}
.Individual .article {
    border-bottom: none;
}
.first-article {
}

/* 記事ヘッダー、記事タイトル */
.first-article .thumbBlock {
	display: none;
}

.article .thumbBlock02 {
	display: none;
}

.first-article .thumbBlock02 {
	display: block;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}



.first-article .thumbBlock,
.article .thumbBlock {
	float: left;
	width: 166px;
	height: 166px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
        text-align: center;
        box-shadow: 0 0 0 6px #fff, 0 0 0 7px #ccc
}
.article .thumbBlock img {

	position: relative;
        max-height: 100%;
        left: -37px;
	/*top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
	*opacity: 0.7;
}
.article .thumbBlock img:hover {

}

.article-header {
	overflow: hidden;
        margin-bottom: 20px;
}
.Individual .article-header {
        min-height: initial;
}
.single .article-header{
margin-bottom: 20px;
}
.article-title {
	margin: 0 0 20px 0;
}
.Individual .article-title {
	margin: 0;
}
.article-title a {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
        color: #323240;
}
.article-title a:hover {
	text-decoration: underline;
        /*opacity: 0.5;*/
}




.headline-article-index-body-inner {
  overflow: hidden;
  line-height: 1.5;
  width: 340px;
  height: 85px;
}
.article-category {
        margin: 0 0 10px;
}
.article-category dt{
	display: none;
}

.article-category a {
        text-decoration: none;
	font-size: 12px;
	color: #080000;
}
.article-category a:hover {
        text-decoration: underline;
}
.article-category .article-category1 {
	padding: 0 8px 0 0;
}

.first-article .headline-article-index-body-inner{
	display: block;
}

.article-category dd.article-category2{
	border-left: none;
	padding: 0 0 0 0;
}
.article-category dd.article-category2:before {
    color: #b2b2b2;
    content: ', ';
}

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

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
}
.article-meta {
	padding: 16px 0;
}
.btn-line {
    text-align: center;
}
.article-social-btn {
           text-align: right;
            padding-top: 20px;
}
.article-social-btn .hatena-bookmark-button,
.article-social-btn > iframe {
        margin: 5px 0;
}

.first-article .article-social-btn {
	display: block;
}

.article-tags dd a{
	color:#5e6d86;
        font-size: 15px;
}

/* 関連記事 */
.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;
}


/* つづきボタン */
.btReadmore {
        margin: 15px 0 0;
        font-size: 16px;
}
.btReadmore a {
	display: inline-block;
        padding: 6px 0 0 30px;
        background: #fff url(/img/ico_more.png) no-repeat left top;
        border-bottom: solid 1px #fff;
       height: 25px;
}
.btReadmore a:hover {
       text-decoration: none;
       border-bottom: solid 1px #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;
}
.article-body-inner {
       font-size: 16px;
       line-height: 1.5;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner p{
    line-height: 1.7;
}

.article-body-inner img {
	max-width: 600px;
	height: auto !important;
}
.article-body-inner img.pict{
	border: none;
	box-shadow: none;
	height: auto;
	max-width: 582px;
}


/* ページ送り
----------------------------------------------- */


/* トップページ */

ul.index-navigator {
    margin: 60px 0;
}
ul.index-navigator li {
    color: #000;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #C1B1CA;
    color: #fff;
    /*padding: 2px 11px 0 11px;*/
}
ul.index-navigator li.current span {
    background-color: #fff;
    color: #000;
}
ul.index-navigator a:hover {
    background-color: #1A2338;
    color: #fff;
    text-decoration: none;
}
ul.index-navigator .paging-prev a {
    background: url("/img/ico_pager_prev.png") no-repeat center center;
    background-color: #C1B1CA;
    height: 28px;
}
ul.index-navigator .paging-prev a:hover {
    background: url("/img/ico_pager_prev.png") no-repeat center center;
    background-color: #1A2338;
    color: #fff;
    height: 28px;
}
ul.index-navigator .paging-next a {
    background: url("/img/ico_pager_next.png") no-repeat center center;
    background-color: #C1B1CA;
    height: 28px;
}
ul.index-navigator .paging-next a:hover {
    background: url("/img/ico_pager_next.png") no-repeat center center;
    background-color: #1A2338;
    color: #fff;
    height: 28px;
}
ul.index-navigator .paging-first a {
    background: url("/img/ico_pager_first.png") no-repeat center center;
    background-color: #C1B1CA;
    height: 28px;
}
ul.index-navigator .paging-first a:hover {
    background: url("/img/ico_pager_first.png") no-repeat center center;
    background-color: #1A2338;
    color: #fff;
    height: 28px;
}
ul.index-navigator .paging-last a {
    background: url("/img/ico_pager_last.png") no-repeat center center;
    background-color: #C1B1CA;
    height: 28px;
}
ul.index-navigator .paging-last a:hover {
    background: url("/img/ico_pager_last.png") no-repeat center center;
    background-color: #1A2338;
    color: #fff;
    height: 28px;
}
.pager .pager-inner ul.index-navigator li.paging-prev,
.pager .pager-inner ul.index-navigator li.paging-next,
.pager .pager-inner ul.index-navigator li.paging-first,
.pager .pager-inner ul.index-navigator li.paging-last {}
.pager .pager-inner ul.index-navigator li.paging-prev:hover,
.pager .pager-inner ul.index-navigator li.paging-next:hover,
.pager .pager-inner ul.index-navigator li.paging-first:hover,
.pager .pager-inner ul.index-navigator li.paging-last:hover {}
.paging-prev a,
.paging-next a,
.paging-first a,
.paging-last a {
    height: 9px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    width: 5px;
}
/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
    position: relative;
    border-bottom: 1px solid #999;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 5px;
    color: #323240;
}
#article-options .article-option-title span {
    position: absolute;
    top: 0px;
    right: 0;
    margin-left: 10px;
    font-size: 12px;
}
#article-options .article-option-title span a {
    padding: 4px 10px;
    background: url(/img/icon_anchor.png) 10px center no-repeat;
    border: 1px solid #FDDDDD;
    border-radius: 3px;
    color: #484848;
    text-decoration: none;
    line-height: 1;
}
#article-options .article-option-title span a:hover {
    color: #FDDDDD;
}
#comment-form {
    font-size: 14px;
    margin: 42px 0;
}
#ld_blog_article_comment_pager_link {}
#ld_blog_article_comment_pager_link a {
    display: block;
    padding: 20px 0;
    background: #ddd;
    text-align: center;
    line-height: 1;
}
#ld_blog_article_comment_pager_link a:hover {
    color: inherit;
    text-decoration: none;
    background: #ccc;
}
.comment-info,
.trackback-set {
    padding-top: 30px;
    border-top: 1px dashed #DBDBDB;
}
.comment-info {
    display: table;
}
.comment-info:first-child,
.trackback-set:first-child {
    padding-top: 0;
    border-top: none;
}
.comment-more .comment-info {
    width: 100%;
}
.comment-author,
.ping-title {
    padding-right: 3px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    color: #999;
    padding: 0 6px;
}
.comment-date {
    position: absolute;
    padding: 0;
    left: 173px;
    bottom: 0;
    font-size: 10px;
    border: none;
}
.comment-author a:link,
.comment-author a:visited {}
.comment-author {
    width: 156px;
    padding-right: 15px;
    white-space: nowrap;
}
.comment-body {
    position: relative;
    padding: 6px 12px;
    background: #FDDDDD;
    border-radius: 15px;
    color: #080000;
}
.comment-body:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -7px;
    display: block;
    width: 12px;
    height: 11px;
    background: url(/img/bg_comment01.png) 0 0 no-repeat;

}
.comment-body img[src^='http://parts.blog.livedoor.jp/img/star/'],
.comment-body img[src^='http://parts.blog.livedoor.jp/img/face/'] {display: none;}
.comment-set {
    position: relative;
    padding-bottom: 1px;
}
.comment-author,
.comment-body {
    display: table-cell;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}

#comment-form dt {
    width: 8%;
}
#comment-form dd {
    margin: 0 11%;
}
div.article-option ol {
    margin: 35px 0 0 0;
}
.comment-info, .trackback-set {
    font-size: 14px;
}
.commentEvaluation {
    float: right;
    display: block;
    margin-top: -27px;
}



/* 記事ページ、月別アーカイブページ */
ul.article-pager {
    margin: 0;
}
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;
}

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background-color: #C1B1CA;
}

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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
        border-top:none;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
        border-top: solid 1px #e0e0e0;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
    color: #323240;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    height: 22px;
    padding: 5px 0 0 30px;
    background: url(/img/img-subtitle.png) no-repeat 0 0;
}
.sidewrapper .side .sidebody{
	font-size: 14px;
}

.sidewrapper .sidetitle a {
	color: #666;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 15px 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

.plugin-categorize .side .sidebody{
	margin: 0 0 5px 0;
}
.plugin-monthly .side .sidebody{
	margin: 0 0 5px 0;
}

/* プロフィール */
.sidewrapper.profileArea {
	padding: 0 0 30px;
}
.imgProfile {
	margin: 0 0 10px 0;
	text-align: center;
}
.txtName {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: normal;
	color: #323240;
}
.profileArea .btReadmore {
	text-align: center;
	margin: 20px 0 0 0;
}
.profileArea .sentence{
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    width: 240px;
    margin: 0 auto;
}

body.layout-2col #sidebar .profileArea .profile-icons {
  text-align: center;
  margin-top: 20px;
}
body.layout-2col #sidebar .profileArea .profile-icons li {
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
}
body.layout-2col #sidebar .profileArea .profile-icons li a {
  color: #000;
  font-size: 38px;
}
body.layout-2col #sidebar .profileArea .profile-icons li a:hover {
  opacity: 0.8;
}
body.layout-2col #sidebar .profileArea .profile-icons li.twitter a {
  color: #64a8dc;
}
body.layout-2col #sidebar .profileArea .profile-icons li.facebook a {
  color: #3b5998;
}
body.layout-2col #sidebar .profileArea .profile-icons li.instagram a {
  color: #335b87;
}




/* カレンダー */
.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;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	border: none;
}
table.caltblday .calon a {
	background-color: #2e90c5;
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	background-color: #197bb0;
}

/*ギャラリー*/
ul.galleryThumbnail li img{
    border-radius: 6px;
    border: none;
}

/* 記事検索 */
.sidewrapper.plugin-search_internal {
}
.sidewrapper input.sf {
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    padding: 5px;
    width: 260px;
    height: 35px;
    background: none;
    border-radius: 0;
    background-color: #f5eef8;
}
.sidewrapper input.sfbtn {
    background: #fff url("/img/ico_search.png") no-repeat center center;
    border-radius: 0 0 0 0;
    text-shadow: none;
    color: #fff;
    transition: none;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 0;
    border-radius: 6px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	background-color: #4d2113;
}

 /* タグクラウド */
.tagcloud li {
   padding: 5px !important;
   font-size: 14px !important;
}
.tagcloud li a {
  white-space: nowrap;
}
ul.tagcloud {
   line-height: 2.5 !important;
}

/* navigation categorize */
.plugin-tag_cloud.sidewrapper{
    border: none;
}
 .plugin-tag_cloud {
    padding: 0;
    position: relative;
    overflow: visible;
    float: right;
}
 .plugin-tag_cloud .sidetitle {
    cursor: pointer;
    position: relative;
    width: 300px;
    height: 60px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
    padding: 0;
    font-weight: bold;
    background: none;
}
 .plugin-tag_cloud .sidetitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    display: block;
    height: 20px;
    border-left: 1px solid #fff;
}
 .plugin-tag_cloud .side {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 280px;
    padding: 0 10px 10px;
    background: #605A5A;
    z-index: 999;
}
 .plugin-tag_cloud .side:after {
    content: '';
    display: table;
    clear: both;
}
 .plugin-tag_cloud:hover .side {
    display: inherit;
}
 .plugin-tag_cloud .side li {
    margin: 0;
    font-size: 14px !important;
}
 .plugin-tag_cloud .side a {
    padding: 5px 8px;
    color: #fff;
    background: rgba(255,255,255,0);
    border-radius: 10px;
}
 .plugin-tag_cloud .side a:hover {
    text-decoration: none;
    background: #C1B1CA;
}
 .plugin-tag_cloud .side .sidebody {
    margin-bottom: 5px;
    float: left;
}
ul.tagcloud{
    line-height: 2!important;
}
.tagcloud li{
    padding: 0!important;
}

/* 人気記事 */
.side div.popular-articles table td{
	padding-bottom: 15px;
}
.popular-articles a {
    font-size: 14px;
}
.populararticles-rank {
    font-size: 12px;
}
div.popularArticlesWithImage.B div.title {
     font-size: 14px;
    margin-bottom: 20px;
}
/* ヒストリービュー */
.historyView {
	background: url("/img/historyview_ov.png") no-repeat top right;
	text-align: right;
	height: 89px;
}
.historyView a {
	display: inline-block;
	width: 300px;
	height: 89px;
}
.historyView a:hover {
	background-color: transparent; /* IE6対応 */
}
.historyView a:hover img {
	visibility: hidden;
}

/* ソーシャル */
.socialMargin{
    margin:10px 0;
    display:block;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    padding: 25px 0;
    color: #3c3b63;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 60px;
    text-indent: 0;
    border-top: solid 2px #e0e0e0;
    border-bottom: solid 2px #e0e0e0;
}

.archives-header h1 {
	font-weight: bold;
}

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


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px 4px 0 0;
}
#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	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;
}

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


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

.gnavInner:before,
.gnavInner:after,
.ldb_menu-list:before,
.ldb_menu-list:after,
.article-category:before,
.article-category:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.pager,
.gnavInner:after,
.ldb_menu-list:after,
.article-category:after,
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */

.gnavInner,
.ldb_menu-list,
.article-category,
.clearfix {
	zoom:1;
}

/* popularArticlesList-today
----------------------------------------------- */
.popularArticlesList-today {
    width: 600px;
        margin-bottom: 30px;    
    overflow: hidden;
}
.popularArticlesList-today ul {
    width: 600px;
}
.popularArticlesList-today ul:after {
    content: '';
    display: table;
    clear: both;
}
.popularArticlesList-today ul li {
    float: left;
    margin-right: 10px;
}
.popularArticlesList-today ul li a {
    border: 1px solid #e5e5e5 !important;
}
.popularArticlesList-today ul li a .title {
    width: 131px!important;
    padding: 5px !important;
}
.popularArticlesList-today ul li a:hover .title {text-decoration: underline;}

div.popularArticlesWithImage.A div.title{
    background: #f5eef8!important;
    opacity:0.9;
    height: 33px!important;
    padding: 0 5px!Important;
    color: #000!important;
}