@charset "UTF-8";
/* CSS Document */

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

/* リセット
----------------------------------------------- */
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;
}

/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #F3FFFF;
}
#wrapper {
	padding: 0;
}
#container {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 0 50px;
    width: 1080px;
}
#content {
    position: relative;
    margin: 0 auto;
    padding: 20px 10px 50px;
}
#main {
	/*padding: 20px 60px;*/
}
#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 {
	/*background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/bg_side.png) repeat-y #fff;*/
}
body.layout-2col #main {
	width: 740px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	/*padding: 20px;*/
	width: 300px;
}
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: #333;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #766b84;
	text-decoration: none;
}
a:link {}
a:visited {
	color: #685383;
}
a:hover {
	/* color: #197bb0; */
	text-decoration: underline;
}
body.page-article .article-title a:hover {
	text-decoration: underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
       *min-width: 1000px;
	height: 500px;
}
#blog-header-inner {
       *padding: 0 20px 0;
}
#blog-title {
	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: #99dbff;
    width: 1060px;
    margin: 0 auto 0;
    padding: 10px;
}
.gnavInner {
    margin: 0 auto;
    border: 3px solid #99dbff;	
    border-radius: 10px;	
    *padding: 0 20px 0;
}
.ldb_menu {
	/*float: left;*/
	*width:auto;
	text-align:center;
	position: relative;
}
.ldb_menu-list {
	list-style: none;
	display:inline-block;
}
.ldb_menu-list li {
	/*float: left;*/
	display:inline-block;
	text-align: center;
    margin: 10px 10px 10px 0;
}
.ldb_menu-list li a {
	display: block;
	color: #333;
	border-radius:5px;
	padding: 13px 15px 10px;
	font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
        text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
	text-decoration: none;
	color: #0293e0 !important;
	background:#EFF7FF;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
-o-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
}
/*Firefoxハック*/
@-moz-document url-prefix() {
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
        /*background: linear-gradient(90deg, #f7cac9, #91a8d0) ;*/
  }
}
/*.snsList {
	float: right;
	width: 31px;
	list-style: none;
	overflow: hidden;
	padding: 17px 0 0 0;
}
.snsList li {
	float: left;
	margin: 0 0 0 5px;
}
.snsList li.facebook {
    background: url("/images/ico_facebook_on.png") no-repeat;
}
.snsList li.instagram {
    background: url("/images/ico_instagram_on.png") no-repeat;
}
.snsList li.twitter {
    background: url("/images/ico_twitter_on.png") no-repeat;
}
 
.snsList li.facebook a,
.snsList li.instagram a,
.snsList li.twitter a {
    display: inline-block;
}
 
.snsList li.facebook a:hover,
.snsList li.instagram a:hover, 
.snsList li.twitte a:hover {
    background-color: transparent;*/ /* IE6対応 */
/*}
 
.snsList li.facebook a:hover img,
.snsList li.instagram a:hover img,
.snsList li.twitter a:hover img {
    visibility: hidden;
}*/

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	min-height: 230px;
	border: 3px solid #3399cc;
	border-radius: 10px;
	margin: 0 0 40px 0;
    padding: 20px 20px 17px;
	position: relative;
    overflow: hidden;
	box-shadow: 0 3px 1px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 1px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 1px -3px rgba(0,0,0,0.3);
}
.individual .article {
	/* border-bottom: none; */
}
.first-article {
	/* padding-top :0px; */
}
.article .cover-image {
  float: left;
  width: 240px;
  height: 180px;
  border: solid 3px #000000;
  overflow: hidden;
}

/* 記事ヘッダー、記事タイトル、カテゴリ */
/*.first-article .article-header .article-social-btn {
	display: none;
}*/

.article .thumbBlock {
	float: left;
	width: 325px;
	height:225px;
	overflow: hidden;
	margin-right: 30px;
	border-radius:5px;
}
.article .thumbBlock img {
	width: 325px;
	vertical-align:text-bottom;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 325px;
}

.article-header {
	/*margin-bottom: 40px;*/
	position: relative;
	overflow: hidden;
}
.first-article .article-header {
	/*margin-bottom: 20px;*/
}
.first-article .thumbBlock {
	display: none;
}
.first-article .thumbBlockFirst {
	width: 680px;
	height:470px;
	text-align:center;
	border-radius:5px;
	overflow: hidden;
	margin-bottom: 30px;
	background: url("/images/bg_noimage.gif") no-repeat top center;
}
.first-article .thumbBlockFirst img {
	width: 680px;
	vertical-align:text-bottom;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 680px;
}

.article-title {
	margin: 0 0 15px 0;
}
.article-title a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
        color: #019cee;
}

/*.first-article .articleInfoArea02 {
         display: none;
}*/
.article-category {
	font-size: 12px;
	text-align: left;
}
.article-category dt {
	background: none;
	display: none;
	width: 0;
}
.article-category dd.article-category1,
.article-category dd.article-category2 {
        margin-top: 0;
        padding: 0;
        line-height: 1.5;
	font-size:10px;
}
.article-category dd.article-category1 a,
.article-category dd.article-category2 a {
	text-decoration:underline;
}
.article-category dd.article-category1 a:hover,
.article-category dd.article-category2 a:hover {
	text-decoration:none;
}

.article-category dd a {
	color: #b2b2b2;
}
.article-category dd.article-category2 {
    border: none;
}
.article-category dd.article-category2:before {
    color: #b2b2b2;
    content: '、';
}

/* テキスト */
.article-txt {
	margin-bottom: 10px;
	height:50px;
	overflow:hidden;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 10px;
        margin-bottom: 5px;
}
.article-date .new {
	margin: 2px 0 0 6px;
}

/* 記事検索 */
.sidewrapper input.sf {
        background-image: none;
        background-color: #d6f1ff;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px;
	width: 260px;
	height: 35px;
     box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
     -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.sidewrapper input.sfbtn {
	text-shadow: none;
	color: #fff;
	transition: none;
	width: 35px;
	height: 35px;
	border: none;
	background: url("/images/ico_search.gif") no-repeat 10px 50%;
       text-indent: -9999px;
       margin-right: 5px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #fff;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
}
.article-meta {
	padding: 5px 0;
	display: none;
}

.article-social-btn,
.article-social-btn02 {
	padding-top: 1em;
	clear:both;
}
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe,
.article-social-btn02 > a,
.article-social-btn02 > span,
.article-social-btn02 > div,
.article-social-btn02 > iframe {
    margin: 5px 0;
}
.first-article .article-footer.social {
	display: none;
}
.first-article .article-footer.socialfirst {
	display: block;
	width: 510px;
}

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

.related-articles.with-image .related-article-image img {
    border-radius: 5px;
}



/* 続きを読む */
.article-continue a {
	color:#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: #333;
	font-size: 14px;
	overflow:hidden;
    /*margin-bottom: 25px;*/
}
.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 img {
	max-width: 680px;
	height: auto !important;
}
.first-article .article-body-inner .btReadmore {
	display: block;
}
/* コメント・トラックバック一覧
----------------------------------------------- */
.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.index-navigator li {
       color: #019cee;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
       color: #019cee;
	padding: 2px 11px 0 11px;
}
ul.index-navigator li.current span {
	color: #019cee;
	background-image:url("/images/bg_yellow.gif");
	border-radius:5px;
     box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
     -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}
ul.index-navigator a:hover {
	color: #019cee;
	text-decoration: none;
	background-image:url("/images/bg_yellow.gif");
	border-radius:5px;
     box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
     -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}
ul.index-navigator .paging-prev a {
	background: url("/images/ico_pager_prev.png") no-repeat  50% 50%;
}
ul.index-navigator .paging-next a {
	background: url("/images/ico_pager_next.png") no-repeat  50% 50%;
}
ul.index-navigator .paging-first a {
	background: url("/images/ico_pager_first.png") no-repeat  50% 50%;
}
ul.index-navigator .paging-last a {
	background: url("/images/ico_pager_last.png") no-repeat  50% 50%;
}
.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 {
    color: #019cee;
    padding: 8px 0px 6px 0px;
    margin: 2px !important;
}
.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 {
	background: url("/images/bg_yellow.gif") repeat 0 0;
    color: #019cee;
    padding: 8px 0px 6px 0px;
    margin: 2px !important;
	background-image:none;
}
.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;
}
.paging-prev a:hover, .paging-next a:hover, .paging-first a:hover, .paging-last a:hover {
     box-shadow: none !important;
     -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

/* 記事ページ、月別アーカイブページ */
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;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
background: #3ca2e8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjYTJlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU5YzVmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzY2EyZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: #3ca2e8 -moz-linear-gradient(left,  #3ca2e8 0%, #59c5f0 50%, #3ca2e8 100%); /* FF3.6-15 */
background: #3ca2e8 -webkit-linear-gradient(left,  #3ca2e8 0%,#59c5f0 50%,#3ca2e8 100%); /* Chrome10-25,Safari5.1-6 */
background: #3ca2e8 linear-gradient(to right,  #3ca2e8 0%,#59c5f0 50%,#3ca2e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	min-width: 1080px;
	color:#fff;
	padding: 20px;
}
#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
        line-height: 1.7;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
    line-height: 1;
    color: #019cee;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    background: url('/images/bd_blue.gif') repeat-x 0 bottom;
    padding: 0 0 15px;
}
.sidewrapper .sidetitle a {
	color: #333;
}

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

/* プロフィール */
.profileArea {
	border: 5px solid #d6f1ff;
	border-radius:10px;
	margin: 0 0 30px 0;
	padding:10px 0 20px !important;
    overflow: hidden;
	box-shadow: 0 3px 1px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 1px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 1px -3px rgba(0,0,0,0.3);
}
.imgProfile {
	text-align:center;
	padding: 0;
	margin: 0;
}
.profileArea .txtName {
		text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding:0 20px;
	line-height: normal;
}
.profileArea .txtDetail {
	padding:0 20px;
	text-align: center;
}
.profileArea .btReadmore {
	text-align: center;
	margin: 20px 0 0 0;
}
/* プロフィール */
.linkArea .imgLink {
        margin: 0 0 10px 0;
}
.linkArea .txt {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}
/* カレンダー */
.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;
}

/* 最新記事 */
.side div.popular-articles table td a {
	color:#333;
}
.plugin-recent_articles .side .sidebody {
	line-height: 1.5;
	margin: 0 0 30px 0;
}

/* 人気記事 */
div.popularArticlesWithImage.B div.image {
    float: left;
    margin: 0 10px 0px 0;
}
div.popularArticlesWithImage.B div.image img {
	border-radius:5px;
}
div.popularArticlesWithImage.B div.title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}

/* HISTORY VIEW */
#sidebar .historyview {
    margin: 20px 0;
}
#sidebar .historyview a {
    width: auto;
    text-align: center;
}
#sidebar .historyview a:hover {
    opacity: 0.8;
    text-decoration: none;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
       line-height: 1;
       color: #019cee;
       font-size: 14px;
       font-weight: bold;
       padding: 23px 30px 20px;
       margin-bottom: 30px;
	   border-radius:10px;
       background: url('/images/bg_yellow.gif') repeat 0 0;
	box-shadow: 0 3px 1px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 1px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 1px -3px rgba(0,0,0,0.3);
}
.archives-header h1 {
       line-height: 1;
       color: #019cee;
       font-size: 14px;
       font-weight: bold;
        text-shadow: 1px 1px 1px rgba(255,255,255,1);
}

/* 記事下広告 */
#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 {
  opacity: 1;
 /* -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: 1;
}
*/


/* その他のパーツ
----------------------------------------------- */
/* つづきボタン */
.btReadmore {
	background: url("/images/btn_readmore_on.png") no-repeat top center;
}
.btReadmore a {
	display: inline-block;
}
.btReadmore a:hover {
	background-color: transparent; /* IE6対応 */
}
.btReadmore a:hover img {
	visibility: hidden;
}
.first-article .btReadmore,
.article .btReadmore {
	height: 51px;
	background: url("/images/btn_readmore_on.png") no-repeat top right;
	text-align: right;
	position: absolute;
	right: 20px;
}
.article .btReadmore {
	top: 194px;
}
.first-article .btReadmore {
	top: inherit;
	bottom: 20px;
}



/* アーカイブヘッダ */
/*.archives-header {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 18px;
	margin-bottom: 40px;
	padding: 30px 0;
	text-align: center;
}*/
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active {
	color: #019cee;
}

/* 記事下広告 */
#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 {
	bottom: -60px;
}
.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: 1;
 /* -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: 1;
}
/* 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;
}
.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;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 20px; }
.ad-center { text-align:center; }