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

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


/* リセット
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}
/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fff;
}
#header2 {
    min-width:960px;
}
#wrapper {
	width:100%;
}
#wrapper-inner{
	margin:0;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 100px;
}
#content {
}
#main {}
#sidebar {}

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

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

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

/* 右サイドバー */
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.4  'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;

}
a {
	color: #333;
	text-decoration:none;
}
a:link {
	color: #333;
}
a:visited {
color: #666;
}
a:hover {
	text-decoration:underline;
}
a:active {
}
a.noneOutline {
    outline:none;
}
a:focus, *:focus {
    outline:none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 5px 12px;
	border: 1px solid #AAA;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(#FEFEFE, #FEFEFE 25%, #E7E7E7);
	text-shadow: 0 1px 0 white;
	float: right;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	width:100%;
	min-width:960px;
}
#blog-header-inner {}
#blog-title {
	width:960px;
	margin: 0 auto;
	position: relative;
	height: 370px;
	text-indent: -9999px;
 	background: url(/images_new/title_header.jpg) no-repeat center top;
}
#blog-title a {
    position: absolute;
    top: 82px;
    left: 466px;
    display: block;
    width: 360px;
    height: 180px;
}
#blog-description {
	display:none;
}
#blog-description a {}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	width:100%;
	height: 50px;
	min-width:960px;
	background: url(/images_new/bg_wood.jpg) repeat 0 0;
}
.gnavArea.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.gnavInner {
	width:960px;
	margin:0 auto;
	box-sizing: border-box;
	position: relative;
}
.ldb_menu {
	width:auto;
	display:table;
 }
.ldb_menu-list li {
	width:auto;
	display:table-cell;
	text-align:center;
}
.ldb_menu-list li a {
	width:auto;
	height:50px;
	padding: 0 20px;
	line-height:50px;
	text-align:center;
	color:#794a24;
	display:inline-block;
	box-sizing:border-box;
}
.ldb_menu-list li a:hover {
	text-decoration: none;
	border-bottom:#794a24 solid 5px;
}

/* 検索窓 */
.gnavArea .naviSearch {
	width: 250px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.gnavArea .naviSearch input.sf {
	border-radius: 3px;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 220px;
	height: 30px;
	background: #fff;
}
.gnavArea .naviSearch input.sfbtn {
	background: url(/images_new/ico_search.png) no-repeat center center;
	border-radius: 0;
	text-shadow: none;
	transition: none;
	width: 19px;
	height: 30px;
	padding: 0;
	border: none;
	font-size: 0;
}


/* メインカラム
----------------------------------------------- */
/* Pick Up 人気記事 */
.pickupArea .contTtl {
	width: 250px;
	height: 107px;
	margin-bottom: 40px;
   background: url(/images_new/ttl_pickup.png) no-repeat center center;
   text-indent: -9999px;
}

/* Arrows */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.8;
}
.pickupArea > div.popularArticlesWithImage.A {
    padding: 0 75px 45px !important;
}
.pickupArea > div.popularArticlesWithImage.A .swiper-button-prev,
.pickupArea > div.popularArticlesWithImage.A .swiper-container-rtl .swiper-button-next {
    background-image: url(/images_new/slider_bt_prev.png);
    left: 10px;
    right: auto;
    top: 35% !important;
    width: 30px !important;
    height: 30px !important;
     -moz-background-size: auto !important;
    -webkit-background-size: auto !important;
    background-size: auto !important;
}
.pickupArea > div.popularArticlesWithImage.A .swiper-button-next,
.pickupArea > div.popularArticlesWithImage.A .swiper-container-rtl .swiper-button-prev {
    background-image: url(/images_new/slider_bt_next.png);
    right: 10px;
    left: auto;
    top: 35% !important;
    width: 30px !important;
    height: 30px !important;
    -moz-background-size: auto !important;
    -webkit-background-size: auto !important;
    background-size: auto !important;
}
.pickupArea > .swiper-container-horizontal>.swiper-pagination-bullets,
.pickupArea > .swiper-pagination-custom,
.pickupArea > .swiper-pagination-fraction {
	bottom: 0;
	height: 25px;
	box-sizing: border-box;
}
.pickupArea > div.popularArticlesWithImage.A .swiper-pagination-bullet {
	width:5px;
	height:5px;
    background: #f5d1b8;
	border-radius: 0;
    opacity: 1;
}
.pickupArea > div.popularArticlesWithImage.A .swiper-pagination-bullet-active {
	width:7px;
	height:7px;
    background: #774924;
	position: relative;
	top: 1px;
}
.pickupArea > div.popularArticlesWithImage.A {
    margin: 0;
    padding: 0 0 45px;
}
.pickupArea > div.popularArticlesWithImage.A ul li {
	margin-bottom: 0;
    overflow: hidden;
}
.pickupArea > div.popularArticlesWithImage.A ul li a {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    display: block;
    position: relative;
}
.pickupArea > div.popularArticlesWithImage.A li div.image {
    height: 250px;
    position: relative;
    box-sizing: border-box;
}
.pickupArea > div.popularArticlesWithImage.A li div.image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pickupArea > div.popularArticlesWithImage.A li div.image.noimage {
	background:#fff url(/images_new/img_noimage.png) no-repeat center center;
}
.pickupArea > div.popularArticlesWithImage.A div.title {
	position: relative !important;
    background: none !important;
    width: 100% !important;
    height: 4.7em !important;
    color: #b6b6b6 !important;
    font-weight: normal !important;
    font-size: 14px !important;
	line-height: 1.7;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding: 20px 0 0 !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
}
.pickupArea > div.popularArticlesWithImage.A a:hover div.title {
	text-decoration: underline;
}


/* Articles 新着記事 */
.contTtl.newArticles {
	width: 250px;
	height: 57px;
	margin-bottom: 40px;
   background: url(/images_new/ttl_articles.png) no-repeat center center;
   text-indent: -9999px;
}

.article {
	padding: 120px 0 0 0;
}
.first-article {
	padding-top :0px;
}


/* 記事画像 */
.article .thumbImg {
	float: left;
	width: 230px;
	height:230px;
}
.article .thumbImg a {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
	box-sizing: border-box;
}
.article .thumbImg a img {
	width: 215px;
	max-width: 215px;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	vertical-align: text-bottom;
  padding:5px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:3px 3px 10px 2px #ddd; /*影*/
  margin-right: 5px;
}

.article-body img {
	max-width: 100%;
}

/* 記事囲み */
.article .txtContBlock {
	float: right;
	width: 340px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	position: relative;
}
.article-title {}
.article-title a {
	font-size: 24px;
	color: #666;
	letter-spacing: 1px;
	text-decoration: none;
	max-height: 4.2em;
	overflow: hidden;
	display: inline-block;
}

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

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

/* topカテゴリ */
.article-meta.top {
	padding: 5px 0 30px;
}
.article-meta.top li.article-category {
    float: none;
    font-size: 10px;
    line-height: 1em;
    list-style: none;
    margin: 0;
}
.article-meta.top .article-category dt {
	display: none;
}
.article-meta.top .article-category dd a {
	color: #95d45c;
 	text-decoration: underline;
 }
.article-meta.top .article-category dd a:hover {
 	text-decoration: none;
 }
.article-meta.top .article-category dd.article-category1 {
    margin-top: 0;
    padding: 0 3px 0 0;
}
.article-meta.top .article-category dd.article-category2 {
    margin-top: 0;
    padding: 0;
	border-left: none;
}
.article-meta.top .article-category dd.article-category2:before {
	content: ",";
   padding: 0 3px 0 0;
	color: #95d45c;
}

/* 関連記事 */
.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;
}
.page-article .related-articles.with-image .related-article-title{
        width: auto;
}

/* top記事+続きを読む */
.descriptArea a:hover {
 	text-decoration: none;
 }
.descriptArea .article-descript {
	max-height: 2.8em;
	padding-right: 30px;
	overflow: hidden;
	color: #b6b6b6;
	position: relative;
}
.descriptArea .article-descript:after {
	content: "";
	position: absolute;
	top: 15%;
	right: 0;
	box-sizing: border-box;
	width: 11px;
	height: 18px;
	border: 11px solid transparent;
	border-left: 11px solid #f5d1b8;
}
.descriptArea .article-descript:hover:after {
	border-left-color: #cae9ad;
}

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

/* メッセージボード */
.message-board {
	background-color: #f5e0d1;
	line-height: 1.6;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 15px;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #666;
	font-size: 14px;
}
.article-body-inner a {
    text-decoration: none;
}
.article-body-inner a:hover {
    text-decoration: underline;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #ccc;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#ccc;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #fff;
	font-size: 6em;
}
.article-body-inner img,
.article-body-inner img.pict {
	height: auto;
	max-width: 100%;
}
.article-body-inner iframe {
	max-width: 100%;
	max-height: 100%;
}

/* blockquote
----------------------------------------------- */
.article-body-inner blockquote::before {
  font-size: 100px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}
#comments .article-option-title {
    margin: 30px 0 10px;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	margin: 60px 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	width: 26px;
	height: 26px;
	margin: 0 5px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	line-height: 26px;
	box-sizing: border-box;
	background: #f5d1b8;
	color: #fff;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	color: #a1a1a1;
	background: none;
}
ul.index-navigator .paging-prev a {
	background: #f5d1b8 url("/images_new/ico_pager_prev.png") no-repeat center center;
}
ul.index-navigator .paging-next a {
	background: #f5d1b8 url("/images_new/ico_pager_next.png") no-repeat center center;
}
ul.index-navigator .paging-first a {
	background: #f5d1b8 url("/images_new/ico_pager_first.png") no-repeat center center;
}
ul.index-navigator .paging-last a {
	background: #f5d1b8 url("/images_new/ico_pager_last.png") no-repeat center center;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	width: 26px;
	height: 26px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
	vertical-align: middle;
}
ul.index-navigator .paging-prev a:hover {
	background: url("/images_new/ico_pager_prev.png") no-repeat center center;
}
ul.index-navigator .paging-next a:hover {
	background: url("/images_new/ico_pager_next.png") no-repeat center center;
}
ul.index-navigator .paging-first a:hover {
	background: url("/images_new/ico_pager_first.png") no-repeat center center;
}
ul.index-navigator .paging-last a:hover {
	background: url("/images_new/ico_pager_last.png") no-repeat center center;
}
.paging-prev a:hover, .paging-next a:hover, .paging-first a:hover, .paging-last a:hover {
	color: #a1a1a1;
}

/* 記事ページ */
ul.article-pager {
    padding: 20px 0;
}
ul.article-pager li {
	width: 50%;
	margin: 0;
	display: inline-block;
	position: relative;
}
ul.article-pager li.prev {
	text-align: left;
}
ul.article-pager li.next {
	text-align: right;
}
ul.article-pager li.prev a,
ul.article-pager li.next a {
	margin: 0;
	display: inline-block;
	position: relative;
}
ul.article-pager li.prev a {
	padding: 0 0 0 20px;
}
ul.article-pager li.prev a:before {
	content: "";
	width: 5px;
	height: 9px;
	position: absolute;
	top: 0.25em;
	left: 0;
	background: url("/images_new/arrow_prev.png") no-repeat right center;
}
ul.article-pager li.next a {
	padding: 0 20px 0 0;
}
ul.article-pager li.next a:after {
	content: "";
	width: 5px;
	height: 9px;
	position: absolute;
	top: 0.25em;
	right: 0;
	background: url("/images_new/arrow_next.png") no-repeat right center;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer #ftParts {
	position: relative;
}

/* 書籍 */
#blog-footer .ftParts {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: left;
}
#blog-footer .ftParts .magazineArea.sidewrapper {
	padding: 0;
}
#blog-footer .ftParts .mList {
	display:table;
}
#blog-footer .ftParts .mList li {
	width: 16.66666666666667%;
	padding-left: 28px;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
#blog-footer .ftParts .mList li:first-child {
	padding-left: 0;
}
#blog-footer .ftParts .mList li a {
	width: 136px;
	display: inline-block;
}
#blog-footer .ftParts .mList li a .img {
	width: 136px;
	vertical-align: bottom;
}
#blog-footer .ftParts .mList li:nth-child(5) a .img {
	padding-top: 12px;
}
#blog-footer .ftParts .mList li a .img img {
	width: 136px;
}
#blog-footer .ftParts .mList li a:hover .img img {
	opacity:0.7;
}
#blog-footer .ftParts .mList li a .txt {
	padding-top: 20px;
	text-align: left;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 1.7;
}
#blog-footer .ftParts .mList li a:hover .txt {
	text-decoration: underline;
}
#blog-footer .ftParts .linkMore {
	padding-top: 20px;
	text-align: right;
}
#blog-footer .ftParts .linkMore a {
	width: 91px;
	height: 17px;
	display: inline-block;
	background: url("/images_new/btn_more_ov.png") no-repeat center center;
}
#blog-footer .ftParts .linkMore a:hover img {
	visibility: hidden;
}

/* フッター */
#blog-footer #footer {
	width: 100%;
	min-width: 960px;
	margin-top: 30px;
	padding: 30px 0;
	color:#7a4b26;
	font-size: 12px;
	background: url("/images_new/bg_wood.jpg") repeat 0 0;
	border-top: #ebd3b2 solid 1px;
	box-sizing: border-box;
}
#blog-footer #footer a {
	color:#7a4b26;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	padding: 0 0 60px;
	position: relative;
}
.sidewrapper a {
	color: #a1a1a1;
}
.sidewrapper .sidetitle {
    height: 31px;
    padding: 0 0 5px 50px;
    margin-bottom: 20px;
	color: #333;
    font-size: 14px;
    font-weight: bold;
	line-height: 31px;
    background: url(/images_new/blog_sidetitle.png) no-repeat left bottom;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0;
}

/* プロフィール */
.profileArea {
	width: 100%;
	box-sizing: border-box;
}
.profileArea .imgProfile {
	text-align:center;
	margin: 15px 0 10px;
}
.profileArea .txtName {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight:bold;
	color: #333;
	text-align:center;
}
.profileArea .txt {
	text-align: left;
	line-height: 1.5;
}
.profileArea .snsList {
	width:auto;
	margin: 40px auto 0;
	display: table;
}
.profileArea .snsList li {
	padding: 0 5px;
	display: table-cell;
}
.profileArea .snsList li a {
	font-size: 33px;
	color: #95d45c;
}
.profileArea .snsList li a:hover {
	opacity:0.7;
}

/* カテゴリ */
.plugin-categorize .sidebody.category-parent {
	line-height: 1.7 !important;
}

/* 人気記事 */
div.popularArticlesWithImage.B div.title {
    font-size: 14px;
}
.plugin-popular_articles_with_image{
  display: none;
}
.popularArticlesWithImage{
  display:  none;
}
.plugin-popular_articles_with_image {
  height: 616px;
}
/* 最新記事 */
.side ul.recent-article-image li img{
    margin-right: 10px;
}
.side ul.recent-article-image li{
    font-size: 14px;
    line-height: 1.5;
}
.plugin-recent_articles_image {
  height: 576px;
}
.plugin-recent_articles_image {
  display: none;
}
.recent-article-image{
  display:  none;
}
/* タグクラウド */
.side ul.tagcloud li.tag-weight-0,
.side ul.tagcloud li.tag-weight-1,
.side ul.tagcloud li.tag-weight-2,
.side ul.tagcloud li.tag-weight-3,
.side ul.tagcloud li.tag-weight-4{
	font-size: 100% !important;
        border: 1px solid #7E4612;
        margin: 2px 0;
        display: inline-block;
}
.side ul.tagcloud li.tag-weight-0 a,
.side ul.tagcloud li.tag-weight-1 a,
.side ul.tagcloud li.tag-weight-2 a,
.side ul.tagcloud li.tag-weight-3 a,
.side ul.tagcloud li.tag-weight-4 a{
        text-decoration: none;
        padding: 5px;
        display: block;
        transition: .2s;
}
.side ul.tagcloud li.tag-weight-0 a:hover,
.side ul.tagcloud li.tag-weight-1 a:hover,
.side ul.tagcloud li.tag-weight-2 a:hover,
.side ul.tagcloud li.tag-weight-3 a:hover,
.side ul.tagcloud li.tag-weight-4 a:hover{
        text-decoration: none;
        color: #fff;
        background-color: #7E4612;
        padding: 5px;
        display: block;
}
.sidewrapper .tagcloud a {
	width: auto;
	line-height: 1.2;
}

/* ヒストリービュー */
.bt_historyview a:hover {
	opacity:0.7;
}

/* カレンダー */
.calendarhead {
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
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.caltblwk td, table.caltblday td{
        vertical-align: middle!important;
}
table.caltblday td a {
	background-color: #f5d1b8;
	color:#fff;
	height: 23px;
	line-height: 23px;
	border: 1px solid #e4e7e8;
}
table.caltblday td a {
    background-color: #f5d1b8;
    color: #fff;
    height: 25px;
    line-height: 25px;
    border: 1px solid #f5d1b8;
}
table.caltblday td a:hover {
	background-color: #95d45c;
	color: #fff !important;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
table.caltblday td a:visited {
	background-color: #f5d1b8;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	margin-bottom: 50px;
	padding: 20px;
	background: #f5d1b8;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.archives-header a {
	color: #fff;
}

/* 記事下広告 */
#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 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.to-pagetop a {
  background:url(/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.8;
}
/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:20px 0; }
.page-index .google-user-ad-728 { margin:10px 0;text-align: center; }
.google-user-ad-side1 { margin-bottom:30px; }
.google-user-ad-side2 { margin:0px; }
.ad-center { text-align:center; }
.google-user-ad-article {
  display: flex;
  margin: 10px 0;
}