@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".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
background-color: #81d8d0;
}
#header2{
    display: none;
}
#wrapper {
}
#container {
border-radius:4px;
margin: 0 auto;
min-width: 960px;
padding: 0 20px 0 20px;
margin-bottom: 150px;
}
#content {
padding: 60px 0 0;
position: relative;
width: 1130px;
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: 790px;
}
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 {
color: #535353;
text-decoration:none;
}
.article-body-inner a:link,
.article-body-inner a:visited,
.article-body .related-articles ul li a:link,
.article-body .related-articles ul li a:visited {
  color: #0da294;
}
a:visited {}
a:hover {
text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    background: #81d8d0 url(/img/bg_header.png) repeat-x top left;
    height: 200px;
    position: relative;
    min-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}
#blog-header-inner {
padding: 0;
}
#blog-title {
color: #fff;
font-size: 24px;
font-weight: bold;
line-height: 1.2;
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 {
    width: 1130px;
    margin: 0 auto;
    padding: 0;
    border-bottom: solid 5px #535353;
}
.gnavInner {
    width: 100%;
    margin: 0 auto -5px;
    text-align: center;
}

/*Firefoxハック
@-moz-document url-prefix() {
  .gnavInner {
    margin: 0 auto -4px;
  }*/
}
.ldb_menu-list {
    list-style: none;
    font-size: 0;
}
.ldb_menu-list li {
    font-size: 14px;
    margin: 0 40px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    border-bottom: solid 5px #535353;
}
.ldb_menu-list li:hover {
    border-bottom: solid 5px #fff;
}
.ldb_menu-list li:last-child {
margin: 0 0 0 0;
}
.ldb_menu-list li a {
    display: inline-block;
    padding: 5px 10px 20px;
    font-weight: bold;
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
text-decoration: none;
color: #fff;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
    padding: 30px 30px 20px;
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
    box-shadow:0px 0px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.1);
    border:1px solid rgba(0,0,0,0.1);
}
.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;
}

.article .leftBlock {
float: left;
width: 150px;
height: auto;
overflow: hidden;
margin-right: 20px;
border-radius: 0;
position: relative;
}

.first-article .thumbBlock,
.article .thumbBlock {
float: left;
width: 150px;
height: auto;
overflow: hidden;
margin-right: 20px;
border-radius: 0;
position: relative;
        background-image: url(/img/no-image.png);
}
.article .thumbBlock img {
}
.article .thumbBlock img:hover {

}

.article-header {
overflow: hidden;
}
.Individual .article-header {
        min-height: initial;
}
.single .article-header{
margin-bottom: 20px;
}
.article-title {
margin: 0 0 20px 0;
padding: 0;
}
.Individual .article-title {
margin: 0 0 40px 0;
}
.Individual .article-title a {
color: #000 !important;
}
.article-title a {
color: #000;
font-size: 20px;
font-weight: bold;
letter-spacing: 1px;
        line-height: 1.5;
}
.article-title a:hover {
text-decoration: underline;
}
.headline-article-index-body-inner {
    line-height: 1.5;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 14px;
}

.article-category {
}
.Individual .article-category {
display: block;
}
.article-category dt{
display: none;
}

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

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

.article-category dd.article-category2{
border-left: none;
}
.article-category dd.article-category2:before {
    color: #0da294;
    content: ', ';
}
.article-category dd, .article-comment-count dd {
    margin-top: 0;
}

/* 日付 */
.article-date {
color: #000000;
font-size: 12px;
margin-bottom: 10px;
padding: 0 0 0 50px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
margin-top: 1em;
}
.article-meta {
padding: 16px 0;
}
.article-social-btn {
/*margin-bottom: 26px;*/
}
.article-social-btn > iframe {
        margin: 5px 0;
}

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

.article .article-social-btn02{
display: none;
}


.first-article .article-social-btn02{
display: none;
}

/* 関連記事 */
.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 {
background: url("/img/img-readmore_ov.png") no-repeat top right;
text-align: right;
margin: 10px 0 0;
}
.btReadmore a {
font-size: 12px;
display: inline-block;
padding: 15px 40px;
border: solid 1px #000;
}
.btReadmore a:hover {
opacity: 0.5;
text-decoration: none;
}
.btReadmore a:hover img {
visibility: hidden;
}


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

/* メッセージボード */
.message-board-box {
    border: none;
    border-radius: 0;
    color: #fff;
    line-height: 1.6;
    margin:0 70px 70px 70px;
    overflow: hidden;
        padding: 10px 20px 20px;
        border: solid 1px #535353;
        background-color:#ffffff;
}
.message-board-title {
    text-align: center;
    margin-top:15px;
    line-height:0;
}

.shadowBox{
      position: relative;
      z-index: 1;
}

.message-board-img {
    width: 150px;
    float: left;
    text-align: center;
    margin:0 0 0 90px;
      -moz-box-shadow:  0px 0px 12px rgba(0,0,0,.6);
      -webkit-box-shadow:  0px 0px 12px rgba(0,0,0,.6);
      box-shadow:  0px 0px 12px rgba(0,0,0,.6);
}

.message-board-img img{
      position: relative;
      z-index: -1;
}

.message-board-img:hover {
        opacity: 0.8;
}
.message-board-txt {
    width: 240px;
    padding: 0;
    float: right;
    font-size:16px;
    color: #000;
    padding-right:40px;
}
.message-board-txt a {
    color: #000;
}
.message-board-txt .date {
    font-size:15px;
    margin-bottom: 15px;
    color:red;
    font-weight:bold;
}

.message-board-txt .date2 {
    padding:0 5px;
    font-size:15px;
    margin-bottom: 15px;
    color:#ffffff;
    background-color:red;
}

.message-board-txt .title {
    line-height: 30px;
    font-weight:bold;
    color:#535353;
    margin-top:15px;
}

.message-board-txt p{
    color:#535353;
}

/* 購入ボタン */
#main-inner div.buy {
  margin: 30px 20px 0 0;
  float:right;
 font-weight: bold;
}

#main-inner div.buy a {
  color: #535353;
}

#main-inner div.buy a.buy1 {
  margin-right: 40px;
}


/* プライベートモード、コメントにログインが必要な場合のメッセージ */
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 h1,
.article-body-inner h2 {
  border-bottom:3px solid #7f7f7f;
clear: both;
}
.article-body-inner h2 { 
position: relative; 
padding-bottom: .3em;
border-bottom: 4px solid #ccc;
font-size:120%;
} 

.article-body-inner h2::after { 
position: absolute; 
bottom: -4px;
left: 0; 
z-index: 2; 
content: ''; 
width: 20%; 
height: 4px; 
background-color: #808080 
}
.article-body-inner img {
	max-width: 538px;
	height: auto !important;
}

/* 見出しh3 */
.article h3 {
    position: relative;
    font-size: 20px;
    line-height; 29px;
border-left:none;
margin: 60px 0 20px;
padding:7px 35px;
box-shadow: 0 5px 6px -6px rgba(0,0,0,.3);
}
.article h3:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #808080;
    content: "";
}
.article h3:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #808080;
    content: "";
}


/* 見出しh4 */
.article h4{
padding: 9px 0 3px 33px;
margin: 30px 0 10px 0;
font-size: 16px;
font-weight:bold;
    position: relative;
box-shadow: 0 4px 4px -5px rgba(0,0,0,.3);
border-bottom:none;
}
 
.article h4:after, .article h4:before {
content:''; 
height:18px; 
width:4px; 
display:block; 
background:#808080; 
position:absolute; 
top:8px; 
left:15px; 
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px; 
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
}
 
.article h4:before{
height:10px; 
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 
top:16px; 
left:7px
}

/* ページ送り
----------------------------------------------- */
/* トップページ */

ul.index-navigator {
    margin: 60px 0;
}
ul.index-navigator li {
    color: #535353;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #535353;
    color: #fff;
    /*padding: 2px 11px 0 11px;*/
}
ul.index-navigator li.current span {
    background-color: #fff;
    color: #535353;
}
ul.index-navigator a:hover {
    background-color: #fff;
    color: #535353;
    text-decoration: none;
}
ul.index-navigator .paging-prev a {
    background: url("/img/ico_pager_prev.png") no-repeat center center;
    background-color: #535353;
    height: 28px;
}
ul.index-navigator .paging-prev a:hover {
    background: url("/img/ico_pager_prev_ov.png") no-repeat center center;
    background-color: #fff;
    height: 28px;
}
ul.index-navigator .paging-next a {
    background: url("/img/ico_pager_next.png") no-repeat center center;
    background-color: #535353;
    height: 28px;
}
ul.index-navigator .paging-next a:hover {
    background: url("/img/ico_pager_next_ov.png") no-repeat center center;
    background-color: #fff;
    height: 28px;
}
ul.index-navigator .paging-first a {
    background: url("/img/ico_pager_first.png") no-repeat center center;
    background-color: #535353;
    height: 28px;
}
ul.index-navigator .paging-first a:hover {
    background: url("/img/ico_pager_first_ov.png") no-repeat center center;
    background-color: #fff;
    height: 28px;
}
ul.index-navigator .paging-last a {
    background: url("/img/ico_pager_last.png") no-repeat center center;
    background-color: #535353;
    height: 28px;
}
ul.index-navigator .paging-last a:hover {
    background: url("/img/ico_pager_last_ov.png") no-repeat center center;
    background-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;
}



/* コメント・トラックバック一覧
----------------------------------------------- */
.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.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: #ebebeb;
}

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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
padding-top: 0;
}
.sidewrapper {
font-size: 12px;
overflow: hidden;
padding: 30px 0;
position: relative;
}
.sidewrapper:after{
bottom: 0;
content: '';
left: 0;
position: absolute;
width: 100%;
}
.sidewrapper .sidetitle {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 0 0;
    border-top: 2px solid #fff;
}
.sidewrapper .side .sidebody{
font-size: 14px;
}

.sidewrapper .sidetitle a {
color: #666;
}
.sidewrapper .side .sidebody {
line-height: 1.5;
margin: 0 0 25px 0;
}
.sidewrapper .side .sidebody:last-child {
line-height: 1.5;
margin: 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 35px;
}
.imgProfile {
margin: 0 0 25px 0;
        text-align: center;
}
.txtName {
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 0 0 15px 0;
line-height: normal;
color: #333;
}
.profileArea .btReadmore {
text-align: center;
margin: 20px 0 0 0;
}
.profileArea .sentence{
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    padding: 0 30px;
}

body.layout-2col #sidebar .profileArea .profile-icons {
  text-align: center;
  margin-top: 15px;
}
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 {
    font-size: 0;
    text-align: center;
}

ul.galleryThumbnail li {
    display: inline-block;
    overflow: hidden;
    margin: 0 20px 20px 0;
}
ul.galleryThumbnail li:nth-child(3n) {
    margin: 0 0 20px 0;
}
ul.galleryThumbnail li img{
    border-radius: 0;
    border: none;
    margin: 0;
}

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

/* 人気記事 */
.side div.popular-articles table td{
padding-bottom: 15px;
}
.popular-articles a {
    font-size: 12px;
}
.populararticles-rank {
    font-size: 12px;
}
/* ヒストリービュー */
.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;*/
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 40px;
    text-indent: 0;
}
.archives-header a {
    color: #fff;
}
.archives-header h1 {
font-weight: bold;
}

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

/* 前後記事 */
.articlePagination {
    position: relative;
    margin: 105px 0 60px;
    margin-bottom: 60px;
}
.articlePagination ul {
    display: table;
    width: 100%;
    background: #81d8d0;
    border-radius: 10px;
}
.articlePagination ul li {
    position: relative;
    display: table-cell;
    list-style: none;
    width: 324px;
    vertical-align: middle;
}
.articlePagination ul li.prev {
    padding-left: 65px;
}
.articlePagination ul li.next {
    padding-right: 65px;
    text-align: right;
}
.articlePagination ul li + li {
    border-left: 1px solid #fff;
}
.articlePagination ul li a {
    display: inline-block;
    padding: 11px 15px;
    vertical-align: middle;
    color: #535353;
    font-size: 14px;
    line-height: 1.4;
    font-weight:bold;
}
.articlePagination ul li.prev span,
.articlePagination ul li.next span {
    position: absolute;
    white-space: nowrap;
    top: 50%;
    margin-top: -9px;
    font-size: 12px;
    color: #535353;
}
.articlePagination ul li.prev span {
    left: 10px;
    padding-left: 10px;
    background: url(/img/icon_prev.png) left center no-repeat;
}
.articlePagination ul li.next span {
    right: 10px;
    padding-right: 10px;
    background: url(/img/icon_next.png) right center no-repeat;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#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;
}

