@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_kh_gallery10th_1c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-08-20";
 :release [:revision "1.01"; :created "2013-09-27"];
 :page <http://blogdesign.ldblog.jp/archives/30944347.html>;
 :rights "LINE Corporation".
*/


@media screen and (max-width: 1000px) {
	.page-index .article,
	.page-category .article,
	.page-monthly .article,
	.page-category .category,
	.page-monthly .monthly {
		width: 25%;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
	.page-index .article,
	.page-category .article,
	.page-monthly .article,
	.page-category .category,
	.page-monthly .monthly {
		width: 20%;
	}
}
@media screen and (min-width: 1601px) and (max-width: 2000px) {
	.page-index .article,
	.page-category .article,
	.page-monthly .article,
	.page-category .category,
	.page-monthly .monthly {
		width: 15%;
	}
}
@media screen and (min-width: 2001px) {
	.page-index .article,
	.page-category .article,
	.page-monthly .article,
	.page-category .category,
	.page-monthly .monthly {
		width: 13%;

	}
}



/* 全体のレイアウト
----------------------------------------------- */
body {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/footer_bg.jpg) repeat 0 0 #000!important;
}
#wrapper {
	position: relative;
	min-width: 960px;
}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
}
body.layout-1col #main {
	min-width: 960px;
	background: #222;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
}
body.layout-1col #main-inner {
	zoom: 1;
	overflow: hidden;
}
body.layout-1col #main-inner:after {
	content: "";
	display: block;
	clear: both;
}
body.layout-1col.page-article #main {
	background: #ffffff;
        background-image:url("http://livedoor.blogimg.jp/bon_bonsai/imgs/9/9/99b38178.jpg") ;
        background-repeat:no-repeat;
        background-position:right;
        background-attachment: fixed;
        background-size:contain;
	position: relative;
	border: none;
}
body.layout-1col.page-article #main-inner {
	background-color: rgba(255, 255, 255, 0.6);
	width: 1000px;
	padding-top: 40px;
	margin: 0 auto;
}
.autopagerize_page_element {
	margin-right: -40px;
}
body.layout-1col .sidebar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #ffffff;
	overflow: hidden;
}
body.layout-1col .sidebar-wrap-inner {
	padding: 40px 0;
}
body.layout-1col #sidebar {
	color: #696969;
	width: 965px;
	height: 340px;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
body.layout-1col #sidebar a {
	color: #696969;
}
body.layout-1col #sidebar-inner2 {
	margin-right: -100px;
}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 30px 0;
	margin-right: 60px;
	width: 270px;
}
body.layout-1col .sidebar-wrap-btn a {
	position: absolute;
	top: 3px;
	right: 0;
	width: 73px;
	height: 37px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/sprite.png) no-repeat 0 0;
	text-indent: -9999px;
}
body.layout-1col .sidebar-wrap-btn .sidebar-wrap-btn-open {
	background-position: -160px 0;
}
body.layout-1col .sidebar-wrap-btn .sidebar-wrap-btn-close {
	display: none;
	background-position: -160px -40px;
}

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


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #696969;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}

a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
	text-decoration:none;
}
a:link {
	color: #696969;
}
a:visited {
	color: #696969;
}
a:hover {
        opacity: 0.9;
}
a:active {}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
	padding: 20px;
	background: #cccccc!important;
}
#blog-header-inner {
	position: static!important;
	margin-right: 230px;
}
#blog-title {
        font-family: Impact;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	font-size: 26px;
	line-height: 1.3;
}
#blog-description {
	padding-top: 15px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
#blog-header .blog-header-share {
	position: absolute;
	bottom: 20px;
	right: 74px;
}
#blog-header .blog-header-share li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 5px;
}
#blog-header .blog-header-share a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/sprite.png) no-repeat 0 0;
	text-indent: -9999px;
}
#blog-header .blog-header-share span {
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
#blog-header .blog-header-share .share_tw a { background-position: 0 0; }
#blog-header .blog-header-share .share_fb a { background-position: -40px 0; }
#blog-header .blog-header-share .share_feed a { background-position: -80px 0; }
#blog-header .blog-header-share .share_google a { background-position: -120px 0; }
#blog-header .blog-header-share .share_tw a:hover { background-position: 0 -40px; }
#blog-header .blog-header-share .share_fb a:hover { background-position: -40px -40px; }
#blog-header .blog-header-share .share_feed a:hover { background-position: -80px -40px; }
#blog-header .blog-header-share .share_google a:hover { background-position: -120px -40px; }

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.page-index .article,
.page-category .article,
.page-monthly .article,
.page-category .category,
.page-monthly .monthly { 
	display: none;
	float: left;
	height: 180px;
	border: 1px solid #444;
	margin-top: -1px;
	margin-left: -1px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-category .category-inner {
	width: 100%;
	padding: 60px 0 0;
	color: #a3a3a3;
	font-weight: bold;
	text-align: center;
}
.page-monthly .monthly-inner {
	width: 100%;
	padding: 75px 0 0;
	color: #a3a3a3;
	font-weight: bold;
	text-align: center;
}
.page-category .category p,
.page-monthly .monthly p {
	font-size: 13px;
	margin-bottom: 5px;
}
.page-category .category h1,
.page-monthly .monthly h1 {
	font-size: 14px;
}
.page-index .article-body a,
.page-category .article-body a,
.page-monthly .article-body a {
	display: block;
}
.page-index .article-body a:hover .article-body-txt,
.page-category .article-body a:hover .article-body-txt,
.page-monthly .article-body a:hover .article-body-txt {
	opacity: 1;
}

.page-article .article {
	position: relative;
	padding-right: 300px;
}

/* 記事ヘッダー、記事タイトル */
.page-index .article-body-txt,
.page-category .article-body-txt,
.page-monthly .article-body-txt {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.1s linear,background-color 0.1s linear;
	-moz-transition: opacity 0.1s linear,background-color 0.1s linear;
	-ms-transition: opacity 0.1s linear,background-color 0.1s linear;
	-o-transition: opacity 0.1s linear,background-color 0.1s linear;
	transition: opacity 0.1s linear,background-color 0.1s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-index .article-body-img,
.page-category .article-body-img,
.page-monthly .article-body-img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.page-index .article-body-img img,
.page-category .article-body-img img,
.page-monthly .article-body-img img {
	width: 100%;
}
.page-index .article-title,
.page-category .article-title,
.page-monthly .article-title {
	width: 100%;
	margin: 0;
	padding: 50px 0 0;
	border: none;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
}

.page-article .article-header {
        margin: 0 0 1.5em;
        padding: 0.8em;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
        right: 40px;
	width: 220px;
	background-position: -160px 0;
}
.page-article .article-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.3;
}
.page-article .article-header dt {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
.page-article .article-header dd {
	margin-bottom: 14px;
	padding-bottom: 16px;
	font-size: 12px;
	color: #696969;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/dot.png) repeat-x left bottom;
}
.page-article .article-header dd a {
	color: #696969;
}
dl.article-tags {
	margin: 0;
}
dl.article-tags dd {
	margin: 0 0 0 5px!important;
	padding: 0!important;
	background: none!important;
	line-height: 16px;
}


/* 日付 */
.page-index .article-date,
.page-category .article-date,
.page-monthly .article-date {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	line-height: 1;
}
.page-article .article-date {
	color: #8c8c8c;
	text-align: right;
	margin-bottom: 20px;
}

/* カテゴリ */
.page-index .article-category,
.page-category .article-category,
.page-monthly .article-category {
	color: #fff;
	margin-top: -14px;
	font-size: 12px;
}

.sidewrapper .side .sidebody.category-child,.sidewrapper .side .sidebody .month {
	margin-left: 12px;
}
.plugin-recent_articles .sidebody, .category-parent, .sidebody .year,.sidewrapper .side .sidebody.category-child,.sidewrapper .side .sidebody .month div {
	border-radius: 5px;
	background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	border: 1px solid #aaa;
        padding-left: 12px;
}

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

/* 記事検索 */
.sidewrapper input.sfbtn {
    color: #696969;
}
.sidewrapper input.sfbtn:hover, .sidewrapper input.sfbtn:focus {
    color: #696969;
    opacity: 0.9;
}
.sidewrapper .side {
    line-height: 1.5;
    text-align: left;
}
.sidewrapper .sidetitle {
    font-size: 14px;
    font-family: Comic Sans MS;
    color: #696969;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
        font-family: Comic Sans MS;
}
.article-body .related-articles ul {
	list-style: none;
	margin:10px 0 0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0 ;
	padding-left: 16px;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #a5c9c1;
	border-bottom: 1px solid #aaa;
        box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, 0.3);
}
.article-body .related-articles ul li img {
        border-radius: 0;
        margin:0 3px 3px 0;
        border: 1px solid #696969; 
        box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.9);
}

/* カテゴリの最新記事 */
.article-body .related-articles {
}
.article-body .related-articles ul li {
    background-image: url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow_archive.png") ;
    background-repeat:no-repeat;
    background-position:left 5px;
    list-style-type: none;
    padding: 0 12px;
}

/* 続きを読む */
.article-continue a {
	color:#696969;
}

/* 共通テーマ */
dl.common-theme{
}

/* メッセージボード */
.message-board-outer {
	background-color: #696969;
	color: #696969;
	line-height: 1.6;
	font-size: 13px;
	margin-bottom: -1px;
	padding: 15px 20px;
	border-top: 1px solid #444;
}

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

li.comment-author a[href="http://blog.livedoor.jp/bon_bonsai/"]:before{content:"管理人";
    white-space:pre;
    padding:3px 7px;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    background-color:#a5c9c1;
    color:#fff;
    margin-right:7px;
    font-size:12px;
}

.comment-author:after{content:"さん";
}

.recent-comment-author {
    font-weight: bold;
}

.recent-comment-author:after{content:"さん";
}

.recent-comment-title {
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%);
    color: #696969;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    border: 1px solid #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 12px;
}

.recent-comment-date {
	font-size: 12px;
}

/* 記事本文
----------------------------------------------- */
.article-body {
	padding: 0 0 0 20px;
}
.article-body-inner h1 {
	border-bottom:2px solid #696969;
	clear: both;
}
.article-body-inner h2 {
	font-size: 15px;
	clear: both;
  	margin: 0 10px 0;
	padding: 1em;
	border: 1px solid #aaa;
	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
        box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, 0.3);
}
.article-body-inner h3 {
	font-size: 18px;
}
.article-body-inner h4 {
	font-size: 15px;
	clear: both;
  	margin: 0 10px 0;
	padding: 1em;
	border: 1px solid #aaa;
	border-radius: .7em 2em .7em 3em/3em .7em 2em .7em;
        box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, 0.3);
}
.article-body-inner h5 {
	font-size: 15px;
	clear: both;
  	margin: 0 10px 0;
	padding: 1em;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #a5c9c1;
}
.article-body-inner blockquote {
        border: 1px solid #aaa;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-bottom-right-radius: 15px;
        box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, 0.3);
}
.article-body-inner blockquote:before {
	color: #aaa;
	font-size: 60px!important;
	line-height: 1.2;
}
.article-body-inner blockquote {
        padding: 1em 2em 1em 4em!important;
  	margin: 0 10px 0;
}
.article-body-inner img.pict {
	height: auto;
	margin: 0 0 40px !important;
	max-width: 98.4%;
        border: 3px double #969999; 
        box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.9);
}
.article-body-inner img.pict2 {
	height: auto;
	margin: 0 0 0 0 !important;
	width: 100px;
        border: 3px double #969999; 
        box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.9);
}

.article-body-inner a {
    text-decoration: none;
}
.article-body-inner a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-info, .trackback-set {
	margin: 20px 0 9px 36px;
	padding-bottom: 11px;
        border-bottom: 1px solid #aaa;
}
.comment-body {
	margin-left: 0;
	color: #696969;
}
.comment-author, .ping-title {
    color: #696969;
    font-weight: bold;
    line-height: 1;
    padding-right: 8px;
}
.ping-excerpt {
	margin-left: 16px;
}
#comment-form {
	margin: 35px 0 200px;
}
#comment-form dt {
	color: #696969;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	margin: 0!important;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #333;
	border: 1px solid #222;
	color: #cccccc;
	font-size: 14px;
	line-height: 35px;
	padding: 0 13px;
}
ul.index-navigator li.current span {
	background-color: #a3a3a3;
	color: #333;
}
ul.index-navigator a:hover {
	background-color: #666;
	text-decoration: none;
}

/* 記事ページ、月別アーカイブページ */
.pager {
	clear: both;
	padding: 0 0 23px;
}
.page-article .pager {
	padding-bottom: 8px;
}
.page-article .article-pager {
	padding: 0;
	text-align: left;
}
ul.article-pager li,
ul.archives-pager li {
	margin: 0;
}
ul.article-pager li.next,
ul.archives-pager li.next {
	margin-left: 10px;
}
ul.article-pager li a,
ul.archives-pager li a {
	padding: 0 17px;
	border: 1px solid #ffffff;
	background-color: #696969;
	color: #fff;
	line-height: 35px;
	text-indent: -9999px;
}
ul.article-pager li.prev a,
ul.archives-pager li.prev a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/arrow_left.png) no-repeat center center;
}
ul.article-pager li.next a,
ul.archives-pager li.next a {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/arrow_right.png) no-repeat center center;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background-color: #666666;
	text-decoration: none;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	position: relative;
	padding: 37px;
}
#blog-footer a {
	color:#a3a3a3;
}

/* フッターエリア
----------------------------------------------- */

div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0; 
    left: 0;  
    width: 100%;  
    height: 37px;  
} 

* html div#contentsArea {  
    height: 100%;  
    overflow: auto;  
}

* html body{  
    overflow: hidden;  
}   

/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	margin-bottom: 4px;
	padding-bottom: 6px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_kh_gallery10th_1c/dot.png) repeat-x left bottom;
        font-family: Comic Sans MS;
        font-size: 14px;
	font-weight: bold;
	color: #696969;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.sidewrapper .sidetitle a {
	color: #696969;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
	margin-left: 1em;
}

/* カレンダー */
.calendarhead {
    font-size: 13px;
    font-family: Comic Sans MS;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
table.caltblwk .weekday {
    font-size: 15px;
    font-family: Comic Sans MS;
    text-transform: lowercase;
    color: #696969;
}
table.caltblwk .sun {
    font-size: 15px;
    font-family: Comic Sans MS;
    text-transform: lowercase;
    color: #ff5d5d;
}
table.caltblwk .sat {
    font-size: 15px;
    font-family: Comic Sans MS;
    text-transform: lowercase;
    color: #578efa;
}
table.caltblday {
	color: #696969;
	border-collapse: separate;
	border-spacing: 3px;
}
table.caltblday .caloff {
}
table.caltblday .calon {
	border-radius: 5px;
	background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	border: 1px solid #aaa;
}
table.caltblday td a {
	color:#696969;
	height: 28px;
	line-height: 28px;
}
table.caltblday td a:hover {
  opacity: 0.9;
}

/* ギャラリー */
ul.galleryThumbnail li img {
    border-radius: 0;
    margin:0 3px 3px 0;
        border: 1px solid #696969; 
        box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.9);
}

/* 画像付き記事一覧 */
.side ul.recent-article-image li {
    margin-bottom: 13px;
}
.side ul.recent-article-image li a {
    display: table-cell;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-left: 10px solid #54bdc9;
	border-bottom: 1px solid #54bdc9;
	color: #666;
	font-size: 20px;
	margin-bottom: 30px;
	padding: 15px 10px 14px;
}
.archives-header h1 {
	font-weight: bold;
}
.archives-header a {
	color: #666;
}
.archives-header a:hover {
	color: #999;
	text-decoration: none;
}

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


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header-image {
	margin-bottom: 30px;
}
#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.9;
}

/* ページトップへ */
.to-pagetop {
    position: absolute;
    bottom: 8px;
    right: 15px;
}
.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;
}

p.font1 {
    font-family: Comic Sans MS;
    font-weight: bold;
    font-size: 14px;
    color: #a3a3a3;
}

p.font2 {
    font-family: Comic Sans MS;
    font-weight: bold;
    font-size: 14px;
    color: #696969;
}

p.font3 {
    font-weight: bold;
    font-size: 12px;
    color: #696969;
}

div#popularArticlesTitle {
	margin:4em 0;
	line-height:1.3;
}
.popularArticleWithImage div a .title{transition:0.5s;}
.popularArticleWithImage div a:hover .title{height:0% !important;transition:0.5s;}

/* MARQUEE */

.marqueeRightLeft {
	max-width: 740px;
	padding: 0.5em 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #a3a3a3;
        box-shadow: 1px 1px 1px 1px rgba(51, 51, 51, 0.3);

}
.marqueeRightLeft p:after {
	content: "";
	white-space: nowrap;
}
.marqueeRightLeft p {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
		-webkit-animation-name:marqueeRL;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:12s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marqueeRL;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:12s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marqueeRL;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:12s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marqueeRL;
		-o-animation-timing-function:linear;
		-o-animation-duration:12s;
		-o-animation-iteration-count:infinite;
		animation-name:marqueeRL;
		animation-timing-function:linear;
		animation-duration:12s;
		animation-iteration-count:infinite;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
	from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
	from {transform:translate(0);} to {transform:translate(-100%);}
}

