@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:#f0ffd1 url(/images/bg_cont.png) repeat 0 0;	
}
#header2 {
    min-width:1090px;
}
#wrapper {
	width:100%;
}
#container {
	width:100%;
}
#content {
	width: 1020px;
	margin: 0 auto;
	padding:0 35px;
	position: relative;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {
	margin: 57px 0 120px;
}
body.layout-1col #main-inner {
	width: 100%;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
}
body.layout-1col #sidebar {
	width: 360px;
	margin: 57px 0 120px;
}
body.layout-1col #sidebar-inner {
	width: 100%;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
}
body.layout-1col #sidebar .sidewrapper {}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 630px;
	margin: 57px 0 120px;
}
body.layout-2col #main-inner {
	width: 100%;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
}
body.layout-2col #sidebar {
	width: 360px;
	margin: 57px 0 120px;
}
body.layout-2col #sidebar-inner {
	width: 100%;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
}

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

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	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: #2e90c5;
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {
	color: #197bb0;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	height: 380px;
    min-width:1090px;
	background:url(/images/bg_header2.jpg) center top repeat-x;
}
#blog-header-inner {
	width:1090px;
	margin:0 auto;
}
area{
  border:none;
  outline:none;
}
#blog-title {
	width:auto;
        height: 0;
}
#blog-title a {
	display:inline-block;
	position: relative;
	text-indent:-9999px;
}

#blog-description {
	display:none;
}
#blog-description a {}



/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	min-width:1090px;
	background:#fff;
	border-top: #e6e6e6 solid 1px;
}

.gnavInner {
	width:1020px;
	margin:0 auto;
	padding: 0 35px;
	position:relative;
	display:table;
	text-align: center;
}
.ldb_menu {
	width:auto;
	display: inline-block;
 }
.ldb_menu-list {
	overflow:hidden;
 	display: inline-block;
	vertical-align: bottom;
}
.ldb_menu-list li {
	width:auto;
	display:table-cell;
}
.ldb_menu-list li a {
	width:auto;
	padding:20px 40px;
	text-align:center;
	color:#333;
	font-size:15px;
	letter-spacing: 0.05em;
	text-decoration:none;
	display:table-cell;
	box-sizing: border-box;
}
.ldb_menu-list li a:hover {
	padding:20px 40px 16px;
	color:#adadad;
	text-decoration:none;
	border-bottom: #88cc00 solid 4px;
}


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

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 30px;
	position: relative;
}
.page-category .article-header,
.page-monthly .article-header {
	height: 1.8em;
	margin-bottom: 15px;
	overflow: hidden;
}
.article-title {}
.article-title a {
	font-size: 22px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #88cc00 !important;
}
.article-title a:hover {
	 color: #ff99bb !important;
}
.page-article .article-title a:hover {
	 color: #88cc00 !important;
}

/* カテゴリ写真 */
.page-category .article .thumbImg,
.page-monthly .article .thumbImg {
	width: 198px;
	height:198px;
	background: #cdcdcd url(/images/img_noimg.png) center center no-repeat;
	border: #e6e6e6 solid 1px;
	float: left;
}
.page-category .article .thumbImg a,
.page-monthly .article .thumbImg a {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
	box-sizing: border-box;
}
.page-category .article .thumbImg a img,
.page-monthly .article .thumbImg a img {
	width: 198px;
	max-width: 198px;
	height: auto;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	vertical-align: text-bottom;
}


/* カテゴリ記事 */
.page-category .article .txtContBlock,
.page-monthly .article .txtContBlock {
	width:auto;
	min-height: 198px;
	padding:0 0 60px 220px;
	border-bottom: #e6e6e6 solid 1px;
}
.page-category .article .txtContBlock .article-descript,
.page-monthly .article .txtContBlock .article-descript {
	height:4.3em;
	overflow:hidden;
	margin: 25px 0 0;
	line-height:1.5;
}

/* 日付 */
.article-date {
	margin-top: 15px;
	color: #808080;
	font-size: 12px;
}
.page-category .article .article-date,
.page-monthly .article .article-date {
	margin-top: 0;
}


/* つづきボタン */
.page-category .article .btReadmore,
.page-monthly .article .btReadmore {
	padding-top: 27px;
	text-align: right;
}
.page-category .article .btReadmore a,
.page-monthly .article .btReadmore a {
	width: auto;
	padding:10px;
	font-size:14px;
	color: #fff;
	background-color: #88cc00;
	display:inline-block;
	box-sizing:border-box;
}
.page-category .article .btReadmore a:hover,
.page-monthly .article .btReadmore a:hover {
	background-color: #ff99bb;
	text-decoration: none;
}


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.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;
}

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

/* メッセージボード */
body.layout-2col .message-board {
    margin-top: 0;
}
.message-board {
	background-color: #fff;
	line-height: 1.6;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 15px;
}

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

/* タグクラウド */
.side ul.tagcloud li.tag-weight-0 {
    font-size: 100%;
    border: 1px solid #000;
    padding: 0px 5px;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 0;
}
.side ul.tagcloud li.tag-weight-1 {
    font-size: 100%;
    border: 1px solid #000;
    padding: 0px 5px;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 0;
}
.side ul.tagcloud li.tag-weight-2 {
    font-size: 100%;
    border: 1px solid #000;
    padding: 0px 5px;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 0;
}
.side ul.tagcloud li.tag-weight-3 {
    font-size: 100%;
    border: 1px solid #000;
    padding: 0px 5px;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 0;
}
.side ul.tagcloud li.tag-weight-4 {
    font-size: 100%;
    border: 1px solid #000;
    padding: 0px 5px;
    display: inline-block;
    border-radius: 5px;
    margin: 2px 0;
}

/* 記事本文
----------------------------------------------- */
.article-body {}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3,
.article-body-inner h4 {
	border-bottom: 1px solid #cecece;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{}
.article-body-inner img{
  height: auto;
  max-width: 100%;
}
.article-first-image {
  overflow: hidden;
  margin-bottom: 8px;
}
.article-first-image img {
  width: 100%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}


/* ページ送り
----------------------------------------------- */
.pagerTop .pager {
	height: 36px;
	margin: 57px 0 0 390px;
}

.pagerBot .pager {
	height: 36px;
	margin: 57px 0 0;
}

ul.index-navigator {
    clear: both;
    margin: 0;
}
.pager02 ul.index-navigator {
    clear: both;
    margin: 0;
    padding-right: 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	color: #333;
	padding: 3px 11px 0 11px;
	font-weight: normal;
}
ul.index-navigator li.current span {
	background-color:#88cc00;
    color: #fff;
}
ul.index-navigator a:hover {
    color: #fff;
	background-color:#88cc00;
	text-decoration: none;
}
ul.index-navigator .paging-prev a {
	background: url("/images/ico_pager_prev.png") no-repeat center center;
}
ul.index-navigator .paging-next a {
	background: url("/images/ico_pager_next.png") no-repeat center center;
}
ul.index-navigator .paging-first a {
	background: url("/images/ico_pager_first.png") no-repeat center center;
}
ul.index-navigator .paging-last a {
	background: url("/images/ico_pager_last.png") no-repeat center center;
}
.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 {
	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 {
	width: 100%;
	min-width: 1090px;
	height: 70px;
	color:#333;
	font-size:12px;
	background:#fff url("/images/bg_footer.png") repeat-x center bottom;
}
#blog-footer #footer a {
	color:#333;
	font-size:12px;
	line-height: 70px;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	overflow: hidden;
	margin: 60px 0;
	position: relative;
}
.sidewrapper:first-child {
	margin-top: 0;
}
.sidewrapper a {
	line-height: 1.7;
	color: #666;
}
.sidewrapper a:hover {
	color: #999;
	text-decoration:none;
}
.sidewrapper .sidetitle {
	min-height: 26px;
	margin-bottom:20px;
	padding:7px 0 15px 27px;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	background:url(/images/ico_flower.png) no-repeat left top;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
}
.sidewrapper .sidetitle a {
	color: #333;
}


/* プロフィール */
.profileArea {
	width: auto;
}
.profileArea .imgProfile {
	text-align:center;
}
.profileArea .txtName {
	padding: 20px 30px;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}
.profileArea .txt {
	padding: 0 20px 12px;
	line-height: 1.5;
}
.profileArea .profile-icons {
  text-align: center;
}
.profileArea .profile-icons li {
  display: inline-block;
  line-height: 1;
}
.profileArea .profile-icons li a {
	font-size: 38px;
	line-height: 1;
}
.profileArea .profile-icons li a:hover {
  opacity: 0.7;
}
.profileArea .profile-icons li.twitter a {
  color: #8dd2d9;
}
li.twitter {
  text-align: center;
}
.fa-twitter:before {
  font-size: 40px;
}

/* 最新記事 */
.plugin-recent_articles .sidebody {
    margin-bottom: 20px !important;
}
.plugin-recent_articles .sidebody:last-child {
    margin-bottom: 0 !important;
}
.plugin-recent_articles .sidebody a {
	display: inline-block;
}
.plugin-recent_articles .sidebody a:before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 1px;
	background: #000;
}

/* ギャラリー */
ul.galleryThumbnail {
	margin-left:-5px;
}
ul.galleryThumbnail li {
	padding:0 0 5px 5px;
    display: inline-block;
	float:left;
}
ul.galleryThumbnail li img {
    border:none;
    border-radius:0;
    margin:0;
	padding:0;
    vertical-align: bottom;
}

/* 人気記事 */
.side div.popular-articles table tr {
	width: 100%;
    padding: 0 0 20px 0;
	display:inline-block;
}
.side div.popular-articles table tr:last-child {
    padding: 0;
}
.side div.popular-articles table td.populararticles-rank {
    display: none;
}
.side div.popular-articles table td:before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 1px;
	background: #000;
}
.side div.popular-articles table td {
    padding: 0;
}

/* 記事検索 */
.plugin-search_internal form {
	position:relative;
}
.sidewrapper input.sf {
	box-sizing: border-box;
	padding: 5px 10px;
	/* width: 250px; */
	height: 40px;
	background: #ccc;
	border:none;
	box-shadow:none;
	border-radius:0;
}
.sidewrapper input.sfbtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius:0;
	/* float:none; */
	float: left;
	text-indent: -9999px;
	background:#88cc00 url(/images/ico_search.png) no-repeat center center;
	width:40px;
	height:40px;
   /*  position: absolute; */
   /*  top: 0; */
   /*  right: 0; */
	margin-left: 10px;
}
.sidewrapper input.sfbtn:hover {
	background-color: #ff99bb;
}


/* カレンダー */
.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: #88cc00;
	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: #ff99bb;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	margin-bottom:60px;
	padding:20px 20px 17px;
	background-color: #88cc00;
}
.archives-header h1 {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
}
.archives-header a {
	color: #fff;
	font-size: 24px;
	text-decoration:none;
}
.archives-header a:hover {
	opacity: 0.7;
}

/* 記事下広告 */
#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: 30px;
    right: inherit;
	left: 328px;
}
.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:hover {
  opacity: 0.7;
  -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;
}


/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}

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