@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 {
}
#wrapper {
	padding: 0;
}
#container {
	padding: 0 0 100px 0;
}
#content {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 60px 20px;
}
#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: 730px;
}
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 {
	text-decoration: none;
}
a:link {
    color: #ff6347;
}
a:visited {
   opacity: 0.8;
}
a:hover {
	text-decoration: none;
}
body.page-article .article-title a:hover {
	text-decoration: none;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header { 
    background: transparent;
    height: auto;
    position: relative;
}
#blog-header-inner {
    width: 100%;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background: url(/img/header-back.png)no-repeat center, url(/img/header-bg-pattern.png) 4px 0 ;
}
#blog-title {
    display: block;
    height: 333px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}
#blog-title a {
    height: 337px;
}
#blog-title img {
    top: 0;
    margin: 0 auto;
}
#blog-description {
       display: none;
}
#blog-description a {
       display: none;
}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
        border-top: 2px solid #1a0f12;
	background: #fff79a;
        padding: 0 20px 0 20px;
        height: 60px;
}
.gnavInner {
	margin: 0 auto;
        width: 1080px;
}
.ldb_menu {
	position: relative;
        float: left;
}
.ldb_menu-list {
	list-style: none;
}
.ldb_menu-list li {
	float: left;
        margin: 10px;
	text-align: center;
}
.ldb_menu-list li a {
        color: #333;
	display: inline-block;
	padding: 10px;
        font-size: 16px;
        letter-spacing: 1px;
        border-radius: 4px;
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
        background: #ffca80;
        text-decoration: none; 
        color :#fff !important;
}
#pluginb {
    float: right;
    height: 50px;
}

/* navigation categorize */
#pluginb .plugin-categorize {
    position: relative;
    overflow: visible;
    margin: 0;
    border-left: none;
    padding: 0;
}
#pluginb .plugin-categorize .sidetitle {
    cursor: pointer;
    position: relative;
    width: 300px;
    height: 60px;
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    background: none;
    padding: 0;
    font-weight: normal;
}
#pluginb .plugin-categorize .sidetitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    height: 20px;
    border-left: 1px solid #333;
}
#pluginb .plugin-categorize .side {
    display: none;
    position: absolute;
    top: 50px;
    right: -20px;
    width: 300px;
    padding: 10px;
    background: #fff79a;
    z-index: 999;
}
#pluginb .plugin-categorize .side:after {
    content: '';
    display: table;
    clear: both;
}
#pluginb:hover .plugin-categorize .side {
    display: inherit;
}
#pluginb .plugin-categorize .side li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 14px !important;
}
#pluginb .plugin-categorize .side a {
    padding: 5px 8px;
    color: #333;
    background: rgba(255,255,255,0);
    border-radius: 4px;
    text-decoration: none;
}
#pluginb .plugin-categorize .side a:hover {
    background: #ffca80;
    text-decoration: none;
    color: #fff !important;
}
#pluginb .plugin-categorize .side .sidebody {
    margin-bottom: 5px;
    float: left;
}
/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	margin: 0 0 60px 0;
        padding: 0px 0 0px 0px;
	position: relative;
        overflow: hidden;
        min-height: 121px;
}

.article .cover-image {
  float: left;
  width: 240px;
  height: 180px;
  border: solid 3px #000000;
  overflow: hidden;
}

/* 個別記事 */
.individual .article-title {
        display: inline;
        overflow: visible;
        width: 100%!important;
}
.individual .article-header {
        width: 100%!important;
}
.individual .article-body-inner {
        display: inline;
}
.individual .article-body-inner img.pict {
        max-width: 680px;
}
/* 記事ヘッダー、記事タイトル、カテゴリ */
.leftSide {
        float: left;
        width: 300px;
}
.article .thumbBlock {
	float: left;
	width: 240px;
	height: 220px;
	overflow: hidden;
	margin-right: 30px;
        border: 2px solid #1a0f12;
        border-radius: 4px;
}
.article .thumbBlock img {
        position: relative;
        top: -3px;
        left: -4px;
        height: 226px;
}

.article-header {
	float: left;
        width: 450px;
	position: relative;
	overflow: hidden;
}
.article-title {
        max-.article height: 54px;
        overflow: hidden;
}
.article-title a {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
        color: #7d5229;
}
.article-title a:hover {
        opacity: 0.5;
}
.articleInfoArea01 {
        float: left;
        width: 230px;
        margin: 20px 0 0 0;
}
.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;
}
.article-category dd a {
	color: #ff6347;
}
.article-category dd.article-category1 {
        padding-right: 7px;
}
.article-category dd.article-category2 {
    border-left: 1px solid #ff6347;
        padding-left: 7px;
}
.article-category dd.article-category2:before {
    color: #ff6347;
}
.article-right {

}
/* 日付 */
.article-date {
	color: #4c4c4c;
	font-size: 12px;
        margin-bottom: 8px;
        letter-spacing: 0.1em;
}
.article-date .new {
	margin: 2px 0 0 6px;
}

/* お仕事 */
.bnr-oshigoto li {
       margin-bottom: 20px; 
}

/* 記事検索 */
.sidewrapper input.sf {
        background-image: none;
        background-color: #e6e6e6;
	border-radius: 4px;
        border: none;
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px;
	width: 240px;
	height: 35px;
}
.sidewrapper input.sfbtn {
	border-radius: 0 0 0 0;
	text-shadow: none;
	color: #fff;
	transition: none;
	width: 35px;
	height: 35px;
	border: none;
	border-radius: 4px;
	background: url("/img/search.png") no-repeat -2px -2px;
       text-indent: -9999px;
       margin-right: 5px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #fff;
}

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

.article-social-btn {
        margin-bottom: 20px;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
}




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

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

/* メッセージボード */
.message-board {
	background-color: #fff;
	color: #333;
	line-height: 1.6;
	margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #aaa;
        border-radius: 5px;
}

body.layout-2col .message-board{
        margin-top: 0;
}
.message-board-text {
        text-align: center;
        font-size: 14px;
        color: #000;
}
.message-board-icon {
        text-align: center; 
	margin-top: 20px;            
}
.message-board-icon li {
    display: inline-block;
    padding: 0 15px;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #1a0f12;
	font-size: 14px;
}
.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 {
        margin: 10px 0 30px 50px;
        height: 46px;
        overflow: hidden;
        display: none;
}
.article-body-inner img {
	max-width: 600px;
}
/* コメント・トラックバック一覧
----------------------------------------------- */
.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: #1a0f12;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;	
        color: #1a0f12;
	padding: 2px 11px 0 11px;
}
ul.index-navigator li.current span {
	background-color: #f7b24a;
	color: #fff;
	text-decoration: none;
        border-radius: 4px;
}
ul.index-navigator a:hover {
	background-color: #f7b24a;
	color: #fff;
	text-decoration: none;
        border-radius: 4px;
}
ul.index-navigator .paging-prev a {
	background: url("/img/prev.png") no-repeat  10px 0px;
}
ul.index-navigator .paging-next a {
	background: url("/img/next.png") no-repeat  10px 0px;
}
ul.index-navigator .paging-first a {
	background: url("/img/first.png") no-repeat  10px 0px;
}
ul.index-navigator .paging-last a {
	background: url("/img/last.png") no-repeat  10px 0px;
}
.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 {
    background-color: #fff;
    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-color: #fff;
    color: #8abb3d;
    opacity: 0.5;
    padding: 8px 0px 6px 0px;
    margin: 2px !important;
}
.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;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	color: #1a0f12;
	background-color: #fff;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	color: #fff;
	background-color: #f79e19;
        border-radius: 4px;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	background: #fff79a;
	color:#1a0f12;
	padding: 40px;
}
#blog-footer a {
	color:#1a0f12;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	margin: 43px 0;
        padding: 5px 0;
	position: relative;
        line-height: 1;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .side {
        padding: 0;
        color: #1a0f12;
}
.sidewrapper .sidetitle {
    background: url(/img/side-titile.png)no-repeat;
    line-height: 1;
    color: #1a0f12;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 13px;
    padding: 4px 0 7px 32px;
}
.sidewrapper .sidetitle a {
	color: #1a0f12;
}

.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody a {
	color: #1a0f12;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}
/* プロフィール */
.officialblog-profile  {

}
.profile-image {
	text-align: center;
        margin: 0 auto 20px;
}
.profile-title {
	color: #333;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: normal;
}
.profile-text{
	color: #333;
	text-align: center;
	font-size: 14px;
        line-height: 1.5;
	margin: 0 0 20px 0;
}
.profile-icons {
        font-size: 28px;
        display: table;
        margin: 0 auto 30px;
}
.profile-icons li {
        float: left;
        padding: 0 5px;
}
.twitter a {
        color:#ff7b00;
}
.facebook a {
        color:#ff7b00;
}
.instagram a {
        color:#ff7b00;
}
.line {
    padding-top: 2px !important;
}
/* カレンダー */
.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 12px 0;
}

/* 人気記事 */
div.popularArticlesWithImage.B div.image {
    float: left;
    margin: 0 10px 0px 0;
}
div.popularArticlesWithImage.B div.title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}
/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
       padding: 26px 30px;
       margin-bottom: 50px;
       background: url("/img/archives-st.png") no-repeat 640px top, url("/img/archives-gr.png") repeat-x bottom;
       border: 2px solid #1a0f12;
       border-radius: 4px;
       width: 670px;
}
.archives-header h1 {
       line-height: 1.5;
       color: #1a0f12;
       font-size: 24px;
       font-weight: bold;
       padding-right: 70px;
}
.archives-header h1 a:link {
       color: #1a0f12;
}

/* 記事下広告 */
#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 {
    position: absolute;
    bottom: 0;
    right: 50px;
}
.article:nth-of-type(5n-4) 
.btReadmore a {
    text-indent: -999px;
    float: right;
    width: 116px;
    height: 121px;;
    display: inline-block;
    background: url(/img/bt-01_df.png) no-repeat;
    }
.article:nth-of-type(5n-4) 
.btReadmore a:hover {
    background: url(/img/bt-01_ov.png) no-repeat;
}
.article:nth-of-type(5n-3) 
.btReadmore a {
    text-indent: -999px;
    float: right;
    width: 116px;
    height: 121px;;
    display: inline-block;
    background: url(/img/bt-02_df.png) no-repeat;
    }
.article:nth-of-type(5n-3) 
.btReadmore a:hover {
    background: url(/img/bt-02_ov.png) no-repeat;
}
.article:nth-of-type(5n-2) 
.btReadmore a {
    text-indent: -999px;
    float: right;
    width: 116px;
    height: 121px;;
    display: inline-block;
    background: url(/img/bt-03_df.png) no-repeat;
    }
.article:nth-of-type(5n-2) 
.btReadmore a:hover {
    background: url(/img/bt-03_ov.png) no-repeat;
}
.article:nth-of-type(5n-1) 
.btReadmore a {
    text-indent: -999px;
    float: right;
    width: 116px;
    height: 121px;;
    display: inline-block;
    background: url(/img/bt-04_df.png) no-repeat;
    }
.article:nth-of-type(5n-1) 
.btReadmore a:hover {
    background: url(/img/bt-04_ov.png) no-repeat;
}
.article:nth-of-type(5n) 
.btReadmore a {
    text-indent: -999px;
    float: right;
    width: 116px;
    height: 121px;;
    display: inline-block;
    background: url(/img/bt-05_df.png) no-repeat;
    }
.article:nth-of-type(5n) 
.btReadmore a:hover {
    background: url(/img/bt-05_ov.png) no-repeat;
}





/* アーカイブヘッダ */
/*.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: #000;
}

/* 記事下広告 */
#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;
}
/* LINE スタンプ */
.line_stamp {
        min-width: 1080px;
        height: 300px;
        background: url(/img/header-back.png)no-repeat, url(/img/header-bg-pattern.png) 4px 0 ;
}
.line_stamp_innner {
         width: 1080px;
         margin: 0 auto;
}
.line_stamp .line_stamp_innner p {
        text-align: center;
        font-size: 20px;
        color: #00b739;
        font-weight: bold;
        padding: 5px 0 20px 0;
        background: url(/img/side-titile.png) no-repeat 406px 5px, url(/img/side-titile.png) no-repeat 644px 5px;
}
.line_stamp ul {
    padding: 0 40px;
}
.line_stamp li {
    display: inline-block;
    padding: 10px 15px;
}
.line_stamp .bnr-01 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-01.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp .bnr-02 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-02.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp .bnr-03 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-03.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp .bnr-04 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-04.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp .bnr-06 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-06.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp .bnr-05 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-05.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp .bnr-07 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-07.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp .bnr-08 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-08.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp li a:hover {
    background-position: 0 81px;

}
.line_stamp .bnr-09 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-09.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp li a:hover {
    background-position: 0 81px;
}

.line_stamp .bnr-10 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-10.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp li a:hover {
    background-position: 0 81px;
}

.line_stamp .bnr-11 a {
    width:216px;
    height:81px;
    background: url(/img/linebtn-11.png) ;
    display: block;
    text-indent: -9999px;
}
.line_stamp li a:hover {
    background-position: 0 81px;
}



/* ページトップへ */
.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:0 0 20px; }
.google-user-ad-side { margin:0px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:0px 10px 0px; 
 height:280px;
}
div.google-2ad-m {
 margin:0px 0px 0px; 
 height:280px;
}
div.google-2ad-b {
 margin:0px 0px 0px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:35px; 
}

.line_stamp{
      height: 333px;
}

#blog-footer{
  padding: 82px 55px 55px 55px;
}