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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_km_contrastive_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2014-02-03";
 :release [:revision "1.00"; :created "2014-02-03"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background: url(http://sakarabo.blog.jp/common/bg_yellow.jpg)repeat ;
}
#wrapper {}
#container {
    margin: 0 auto;
    width: 990px;
}
#content {
    position: relative;
    padding: 12px 0 100px;
    background-color:#FFF;
    position:relative;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#content:before, .content:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 5px rgba(0,0,0,0.8);
    box-shadow:0 0 5px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#content:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

#content div.popularArticlesWithImage{
	text-align:center;
}

#main {
    padding: 0 0px 0 0;
}
#sidebar {}


/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
    width: 636px;
}
body.layout-2col #main-inner {
    padding:12px;
}
body.layout-2col #sidebar {
    width: 350px;
	border-left:1px dotted #333333;
}
body.layout-2col #sidebar-inner {
	padding:4px;
}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
    float: left;
}
body.layout-2col.sidebar-right #sidebar {
    float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
    float: right;
}
body.layout-2col.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #333;
    font: 14px/1.2 "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
    text-decoration:none;
}
a:link {
    color: #0000ff;
    text-decoration:underline;
}
a:visited {
    color: #0000ff;
    text-decoration:underline;
}
a:hover {
    color: #0066ff;
    text-decoration:underline;
}
a:active {
    color: #e31010;
}

.social_btn{
	text-align: left;
	display: block;
	/* width: 620px; */
	/* padding-top: 38px; */
	/* margin-top: 12px; */
	float: left;
}

hr{
	border: none;
	border-top: dotted 1px #999999;
	height: 1px;
	color: #999999;
	width: 99%;
	margin:0px;
}


/* ブログのヘッダ&バナースペース※201405追加
----------------------------------------------- */

div#banner {
	/* background: #FFFFFF url(http://blog.livedoor.jp/sokudokuex/img/bg5.png) repeat 0 0; */
	color: #FFFFFF;
	text-align: left;
	padding-bottom:0px;
}

div#banner div#banner-inner {
	position: relative;
	width: 975px;
	margin: 0 auto;
	padding: 5px;
}

div#banner div#search {
	position: absolute;
	top: 13px;
	left: 260px;
	padding: 0px;
}

div#banner div#my-ld-services {
	width: 255px;
	padding-left:8px;
	padding-top:4px;
}



/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {}
#blog-header.show-image #blog-header-inner {
    position: static;
}
#blog-title {
    width:255px;
    padding: 11px 0 0;

}
#blog-title a {
    color: #000;
    text-decoration: none;
}
#blog-title a:hover {
    color: #e31010;
    text-decoration:underline;
}
#blog-description {
    padding: 33px 0 0;
    font-size: 16px;
    color: #666;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    line-height: 24px;
    text-align: center;
}
#blog-description a {
    text-decoration: underline;
}
#blog-description a:hover {
    text-decoration: none;
}
#header-image {
    margin-top: 53px;
    background: #f1f1f1;
}


/* メニューバー
----------------------------------------------- */
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list {
    zoom:100%;
    width: 1040px;
    margin: 0 auto;
    background: #000;
}
.ldb_menu-list li {
    float: left;
    list-style: none;
}
.ldb_menu-list li a{
    padding: 30px;
    line-height: 1;
    display: block;
    font-size: 16px;
    color: #fff;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li:hover,
.ldb_menu-list li a:hover {
    background: #e31010;
    text-decoration: none;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article-body {
    padding-top: 0px;
}


.article-top{
    padding: 20px 4px!important;
    margin-bottom: 20px;
	border: 5px solid #000!important;  	
}

.article {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
	border-bottom: 1px solid #CCC;  
}
.first-article {
    margin-top: 12px;
}
.article-rating {
    margin-bottom: 10px;
    display: block;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    position: relative;
	background-color:#000;
}
.article-title {
    font-size: 16px;
	font-weight:bold;
    line-height: 20px;
    color: #000;
    padding: 14px;
	text-transform: uppercase;
}

.article-title a {
    color: #0033cc;
}


.article-title a:hover {
    color: #e31010;
}



.article-title-top {
    font-size: 16px;
	font-weight:bold;
    line-height: 20px;
    color: #000;
}


.article-body-inner img.pict {
    margin: 0px 0;
	width:100%;
}

/* 日付 */
.article-date {
    font-size: 13px;
    color: #1a1a1a;
    margin-bottom: 5px;
	text-align: right;
	background-color: #EEEEEE;
	padding: 10px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer-inner:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.article-footer-inner {
    zoom:100%;
    margin-top: 0px;
	padding-left:12px;
}
.article-footer-inner a:link,
.article-footer-inner a:visited,
.article-footer-inner a:active  {
    color: #666;
}
.article-footer-inner a:hover {
    color: #e31010;
    text-decoration:underline;
}
.article-tags {
    padding: 5px 0 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
}
dl.article-tags dt {
    background: none;
    float: left;
    text-indent: 0;
    width: 45px;
    padding: 4px 0;
    font-size: 12px;
}
.article-tags dd {
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin-left: 0 !important;
    border-left: 1px solid #e4e4e4;
}
.article-tags dd a {
    line-height: 1;
    padding: 0 8px;

}
.article-tags dt + dd {
    border-left: none;
}
.article-tags dt + dd a {
    padding: 0 8px 0 0;
}
.article-meta {
    padding: 5px 0 0;
}
.article-meta li {
    margin: 0;
    float: none;
}
.article-category dt {
    text-indent: 0;
    float: left;
    width: 67px;
    height: 20px;
    background: none;
}
.article-category dd.article-category1 ,
.article-comment-count dd {
    padding: 0 8px 0 0;
}
.article-category dd.article-category2 {
    border-left: 1px solid #e4e4e4 !important;
}
.article-social-btn {
    margin: 10px 0 0;
}

.single_ad{
	padding:15px 0;
	margin:0
}

.single_ad .ad1{
	float: left;
	width: 311px;	
}




/* 関連記事 */
.article-body .related-articles {
    margin-top: 50px;
}
.article-body .related-articles h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 15px 0;
    border-bottom: none;
}
.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
}
.article-body .related-articles ul li {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/list.png) no-repeat left 10px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 28px;
}
.article-body .related-articles ul li a {
    text-decoration: none;
	color:#1400FF;
}
.article-body .related-articles ul li a:hover {
    text-decoration: underline;
	color:#FF9900;
}

/* 続きを読む */
.article-continue {
    text-align: center;
    margin: 30px 0 5px;
}
.article-continue a:link,
.article-continue a:visited {
    width:95%;
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 14px 15px;
    line-height: 1;
    text-decoration: none;
    font-weight: normal;
}
.article-continue a:hover {
    background: #e31010;
    text-decoration: none;
    color: #fff;
}

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

/* メッセージボード */
.message-board {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    color: #333;
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;
    border-bottom: 2px solid #000;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #333;
    font-size: 14px;
}

.article-body-inner{
	padding:0px;
}

.article-body-inner h1{
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 22px;
    color: #000;
    margin: 25px 0;
}
.article-body-inner h2 {
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    margin: 25px 0;
}
.article-body-inner h3 {
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    color: #000;
}
.article-body-inner h4 {
    font-size: 16px;
    color: #000;
}
.article-body-inner blockquote {
	position: relative;
    margin: 0 1em 1.5em;
    padding: 1em;
    border: 1px dotted #d7d7d7;
    background-color: #e0e0e0;
    z-index: 1;
}
}
.article-body-inner blockquote:before {
    content: "";
    font-size: 1000%;
    line-height: 0.8em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}



/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 40px;
}
#comment-form {
    font-size: 14px;
    margin: 42px 0;
}
.comment-info,
.trackback-set {
    padding-top: 30px;
    border-top: 1px dashed #DBDBDB;
}
.comment-info:first-child,
.trackback-set:first-child {
    padding-top: 0;
    border-top: none;
}
ul.comment-info{
background-color: #EEE;
padding: 8px;
padding-top: 15px!important;
border: 1px dotted #CCC;
}


.comment-author,
.ping-title {
    padding-right: 3px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #666;
    color: #999;
    padding: 0 6px;
}

.comment-author {
	color: #0d8e00;
}
.comment-author a:link,
.comment-author a:visited {color: #4fb23a;}
.comment-body {
    color: #484848;
    margin-top: 2px;
    line-height: 21px;
}
.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.index-navigator {
    margin: 30px 0 10px;
}
ul.index-navigator li a,
ul.index-navigator li.current span,
.paging-number{
    background-color: none;
    color: #e31010;
    font-weight: normal !important;
}
ul.index-navigator li.current span {
    background-color: #e31010;
    color: #fff;
}
ul.index-navigator a:hover {
    background-color: #e31010;
    text-decoration: none;
    color: #FFF;
}
ul.index-navigator a:visited {
    color: #e31010;
}
ul.index-navigator a:visited:hover {
    color: #FFF;
}

.paging-prev a,
.paging-next a,
.paging-first a,
.paging-last a {
    display: block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    vertical-align: middle;
    text-indent: -9999px;
    *text-indent: 0;
    *line-height: 9999px;
}

.paging-prev a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev.png) no-repeat center !important;
}
.paging-next a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next.png) no-repeat center !important;
}
.paging-first a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev_end.png) no-repeat center !important;}
.paging-last a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next_end.png) no-repeat center !important;}


/* 記事ページ、月別アーカイブページ */
ul.article-pager:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
ul.article-pager {
    zoom:100%;
    padding: 0;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4
}
ul.article-pager li ,
ul.archives-pager li {
    margin: 0;
}
ul.article-pager li.prev{
    float: left;
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev.png) no-repeat left 4px;
    padding-left: 10px;
}
ul.article-pager li.next {
    float: right;
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next.png) no-repeat right 4px;
    padding-right: 10px;
}
ul.article-pager li a,
ul.archives-pager li a {
    font-size: 16px;
    padding: 0;
}
ul.article-pager li a:visited,
ul.archives-pager li a:visited {
    color: #e31010;
}

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
    background: none;
    text-decoration: underline;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    color:#e4e4e4;
    padding: 31px;
    font-size: 12px;
    background: #000;
}
#blog-footer a {
    color:#e4e4e4;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 14px;
    overflow: hidden;
    padding: 0px 0 20px;
    position: relative;
}
.side a {
    color: #666;
}
.side a:hover {
    color: #e31010;
    text-decoration:none;
}
.sidewrapper .sidetitle {
    color: #FFFF00;
    font-size: 14px;
	padding:8px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
	background-color:#000000;
}
.sidewrapper .sidetitle a {
    color: #FFFF00;
}
.sidewrapper .side .sidebody {
    line-height: 21px;
    margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}
.sidebody {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/list.png) no-repeat left 7px;
    padding-left: 10px;
}

/*  カテゴリ */
.category-parent ,
.category-child {
}
.category-parent a ,
.category-child a {
}


/* カレンダー */
.plugin-calendar_default {
    width: 280px;
}
.table.caltbl.calendartable{
    margin-top: 17px !important;
    margin-bottom: 0 !important;
}
table.caltbl {
    line-height: 1.8;
    margin: 17px auto;
    margin-bottom: 0 !important;
    width: 100%;
}
.calendarhead{
    font-weight: normal;
    font-size: 15px;
}
.calendarhead a,
.calendarhead a:hover,
.calendarhead a:visited{
}
table.caltblwk {
    width: 280px;
}
table.caltblwk .weekday {
    color: #000;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #000;
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 13px;
    max-width: 280px;
    font-family : Arial,sans-serif ;
    width: 280px;
}
table.caltblday .caloff {
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    border: 1px solid #e4e7e8;
}
table.caltblday td a {
    height: 23px;
    line-height: 23px;
    font-weight: bold;
    color: #E31010;
}
table.caltblday td a:hover {
    text-decoration: underline;
}
.caltblwkbg.calendarwd table.caltblwk{
    max-width: 270px;
}


/*検索フォーム*/
.sidewrapper input.sf{
    background-color: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0 5px 0 5px;
    vertical-align: top;
    width: 240px;
    height: 28px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    outline: 0;
}

.sidewrapper input.sfbtn {
    border-left: 0;
    border-radius: 0;
    float: right;
    text-shadow: none;
    width: 55px;
    background: #bbb;
    color: #fff;
    outline: 0;
    border: none;
}

.sidewrapper input.sfbtn {
    width: 55px;
    height: 28px;
    line-height: 28px;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.sidewrapper input.sfbtn:hover {
    color: #FFF;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
    color: #000;
    line-height: 24px;
    overflow: hidden;
    font-size: 18px;
}
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active {
    color: #000;
}

/* 記事下広告 */
#ad2 {
    padding: 40px 0 35px !important;
}
#ad2 a.addescription {
    color:#000;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* ページトップへ */
.to-pagetop {
  bottom: -74px;
}
.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 {
  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;
}

.social_menu{
	position: fixed;
	/* left: 161%; */
	margin-left: 991px;
	margin-top: -102px;
	top: 214px;
	width: 37px;
	padding: 4px;
	background-color: #353333;
	z-index: 999;
	/* left: 103px; */
	/* -webkit-border-top-left-radius: 10px; */
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/* -webkit-border-bottom-left-radius: 40px; */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
}

.social_more{
	padding: 12px 0;
	border-top: 2px dotted #CCC;
	margin-top: 35px;
	border-bottom: 2px dotted #CCC;
}

.social_more .left{
	float: left;
	padding-right: 33px;
	padding-left: 14px;
}


.ranking_btn{
	font-size: 20px;

}

.ranking_btn a:link{
	color: #FF9900;
}

.ranking_btn a:visited{
	color: #FF9900;
}

.ranking_btn a:hover{
	background-color:#333;
	color: #FFFF00;
}

.ranking_more{
	text-align:center;
	padding:30px 0;
}

.ranking_more a;link{
	color:#FF9900;
}


.hot_message{
	font-size: 128%;
	font-weight: bold;
	/* letter-spacing: -2px; */
	padding: 8px;
	background-color: #000000;
	color: #FFD600;
	margin-bottom: 12px;
}

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

      l_menu



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


.l_menuArea{
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	background: url(http://sakarabo.blog.jp/menu/Lege_menu_bg.jpg) left top no-repeat;
	width:984px;
	height:155px;
	margin-bottom:12px;
}

ul.l_menu{
	width: 100%;
	padding: 0px 50px;
	font-size:12px;
}

ul.l_menu li{
	list-style: none;
	float: left;
	width: 223px;
	height: 74px;
	margin-bottom: 6px;
}

ul.l_menu li a{
	color:#897d00;
	text-decoration:none;
	display: block;
	height: 82%;
	padding: 15px 0 0 45px;
	text-align: center;
	line-height: 1.5;
	border-bottom: 0px dotted #999;
	border-right: 1px dotted #999;
}

ul.l_menu li a:hover{
	display: block;
	color:#FF9900;

}

ul.l_menu li a span{
	color:#333333;
}

ul.l_menu li.worldcup a{
	background: url(http://sakarabo.blog.jp/menu/japan_icon.png) left top no-repeat;
}


ul.l_menu li.ucl a{
	background: url(http://sakarabo.blog.jp/menu/chanpions.png) left top no-repeat;
}

ul.l_menu li.uel a{
	background: url(http://sakarabo.blog.jp/menu/europa.png) left top no-repeat;
}

ul.l_menu li.eng a{
	background: url(http://sakarabo.blog.jp/menu/premier.png) left top no-repeat;
	border-right: 0px;
}

li.esp a{
	background: url(http://sakarabo.blog.jp/menu/lep.png) left top no-repeat;
	border-bottom: 0px!important;
}

ul.l_menu li.ita a{
	background: url(http://sakarabo.blog.jp/menu/serie.png) left top no-repeat;
	border-bottom: 0px!important;
}

ul.l_menu li.ger a{
	background: url(http://sakarabo.blog.jp/menu/bundess.png) left top no-repeat;
	border-bottom: 0px!important;
}

ul.l_menu li.fra a{
	background: url(http://sakarabo.blog.jp/menu/league1.png) left top no-repeat;
	border-right: 0px;
	border-bottom: 0px!important;
}

.ad_468{
	margin: auto;
	text-align: center;
	padding: 12px 0;
}

.ad_250{
	text-align:center;
}

.m_bnr{
	text-align: center;
	margin-bottom: 15px;
}


/*

      BlogRoll css 2

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

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 15px;
    padding: 10px;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.blogroll_wrapper { 
		width: 100%; 
		overflow-y:scroll; 
		background-color: #F7F7F7; 
		padding-bottom:12px;
	} 

.blogroll_innner { 
		width: 50%; 
		height: 300px; 
		float: left; 
	}

.recent-comment-body{
color: #FF9900;
text-decoration: underline;
}


.t_h{
    padding: 4px;
    font-size: 11px;
    background: #f8f8f8;
    border-bottom: 1px solid #ffffff;
	margin-bottom: 12px;
}


.app--box {
	border-top:1px solid #e3e3e3;
	padding:12px 8px
}
.app--box__logo {
	overflow:hidden;
	float:left;
	margin-right:8px;
	border-radius:6px
}
.app--box--text {
	font-size:13px;
	font-weight:500;
	line-height:20px;
	color:#555;
        text-align: left;
}
.app--box__balloon {
	clear:left;
	padding-top:12px;
	background:url(/img/icon-balloon.png) 50% 3px no-repeat;
	-webkit-background-size:25px 25px;
	background-size:25px 25px
}
.app--box__balloon--inner {
	padding:8px 6px;
	background-color:#F4F4F4
}
.app--box--store {
	overflow:hidden;
	margin-bottom:6px
}
.app--box--apple {
	float:left
}
.app--box--google {
	float:right
}
.app--box--notes {
	padding-left:8px;
	font-size:10px;
	font-style:600px;
	line-height:12px;
	color:#969696
}
.app--box--notes li {
	margin-bottom:3px;
	text-indent:-8px;
        list-style:none!important;
        text-align:left;
}



.top_thumbnail{
	width:220px;
	height:170px;
	float:left;
	overflow: hidden;
}

.top_thumbnail_img{
	width:100%;
	height:auto;
}


.top-entry-content{
	float:right;
	width:370px;
}


.article-comment-count{
	background-color:#FFFF00;
}

.yellow{
	color:#FFFF00!important;
}