@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: #f7f7f7 url(/images/bg_wrap.png) repeat 0 0;
}
#header2 {
    min-width:1160px;
}
#wrapper {
	width:100%;
}
#container {
	width:100%;
    min-width:1160px;
	position: relative;
	background: url(/images/bg_cont.png) repeat 0 0;
}
#container:before {
	content: '';
	width:100%;
	height: 41px;
	position: absolute;
	top: -9px;
	left: 0;
	background: url(/images/bg_top.png) repeat-x 0 0;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding:83px 100px;
	position: relative;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	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 {}
body.layout-2col #main {
	width: 600px;
}
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.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #666;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {}
a:link {
	color: #3300FF;
	text-decoration: underline;
}
a:visited {}
a:hover {
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	min-width: 1160px;
	position: relative;
}
#blog-header-inner {}
#blog-title {
	width: 1160px;
	margin: 0 auto;
}
#blog-title a {
	width: 1160px;
	height: 360px;
	background: url(/images/title_header.png) no-repeat center 0;
	display: inline-block;
	text-indent: -9999px;
}
#blog-title a:hover {
	opacity: 0.8;
}

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


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	width: 100%;
	margin: 0 0 60px !important;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.first-article {
	padding-bottom: 75px;
}
.page-article .first-article {
	padding-top: 10px;
	padding-bottom: 0;
}

/* 記事イメージ*/
.article .thumbImg {
	float: left;
	width: 284px;
	height:228px;
	background:#cdcdcd url(/images/img_noimage.png) no-repeat center center;
}
.article .thumbImg a {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
	box-sizing: border-box;
}
.article .thumbImg a img {
	width: 285px;
	max-width: 285px;
	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;
}
.first-article .thumbImg .tImg {
	display: none;
}
.first-article .thumbImg {
	float: none;
	width: 600px;
	height: 398px;
	border-right: none;
}
.first-article .thumbImg a img {
	width: 600px;
	max-width: 600px;
}

/* 記事 */
.article .txtContBlock {
	width:316px;
	float:right;
}
.first-article .txtContBlock {
	width:auto;
	float:none;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	position: relative;
}
.article-title {}
.article-title a {
	width: 100%;
	padding: 30px 30px 24px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	background-color: #ffc42e;
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
}
.article-title a span {
	max-height: 3.5em;
	overflow: hidden;
	display: inline-block;
}
.article-title a:hover {
	color: #ffedd2;
}
.page-article .article-title a:hover {
	color: #fff;
}

/* 日付 */
.article-date {
	width: 100%;
	padding: 10px 30px 15px;
	color: #808080;
	font-size: 12px;
	box-sizing: border-box;
}

/* 記事 */
.article-descript {
	width: 100%;
	height: 2.3em;
	padding: 0 30px;
	overflow: hidden;
	box-sizing: border-box;
}

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

/* コメント */
#article-options {
	padding: 0 30px;
}

/* 関連記事 */
.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 .btReadmore {
    position: absolute;
    right: 30px;
    bottom: 0;
}
.article .btReadmore a {
	width: 99px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	background: url(/images/ico_next.png) no-repeat center bottom;
	display:inline-block;
	text-decoration: none;
}
.article .btReadmore a:hover {
	color: #a7a7a7;
}

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

/* メッセージボード */
.message-board {
	width: 100%;
	margin: 0 0 60px !important;
	padding: 80px 29px 29px;
	background: #fff url(/images/h_info.png) no-repeat 30px 30px;
	border: #e6e6e6 solid 1px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6;
	box-sizing: border-box;
	overflow: hidden;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	padding: 20px 30px 0;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3,
.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: 100%;
	height: auto !important;
}
.article-body-inner img.pict{
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	height: auto;
	margin: 1em 6px 1.5em!important;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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 {
    height: auto;
    margin: 60px 0 30px;
	color: #fff;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	padding:10px 10px 8px;
	color: #fff;
	font-weight:bold;
	line-height:1;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
	background-color: #ffc42e;
	text-decoration: none;
	border-radius:7px;
	opacity:1.0;
}
ul.index-navigator a:visited {}
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%;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	vertical-align: middle;
	width: 5px;
}
.pager .pager-inner ul.index-navigator li.paging-prev a:hover,
.pager .pager-inner ul.index-navigator li.paging-next a:hover,
.pager .pager-inner ul.index-navigator li.paging-first a:hover,
.pager .pager-inner ul.index-navigator li.paging-last a:hover {
	opacity:0.5;
}

/* 記事ページ、月別アーカイブページ */
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 {
	padding: 30px 40px;
	color:#333;
	font-weight: bold;
}
#blog-footer a {
	color:#333;
	font-weight: bold;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	width: 100%;
	margin: 0 0 60px;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.sidewrapper:last-child {
	margin: 0;
}
.sidewrapper .sidetitle {
	padding: 9px 10px 5px;
	color: #fffeea;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
	background-color: #ffc42e;
}
.sidewrapper .sidetitle a {
	color: #fffeea;
}
.sidewrapper .side {
    padding: 10px 10px 5px;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* プロフィール */
.profileArea {
	margin-bottom: 60px;
}
.profileArea .imgProfile {
	text-align:center;
	margin-bottom: 20px;
}
.boxProfile {
	padding: 20px 10px;
	border: #e6e6e6 solid 1px;
	border-radius: 10px;
	background-color: #fff;
}
.profileArea .txtName {
	margin: 0 0 15px;
	font-size: 32px;
	font-weight:bold;
	color: #ffc42e;
	text-align:center;
}
.profileArea .txt {
	text-align:left;
}
.profileArea .snsList {
	width:auto;
	margin:15px auto 0;
	display: table;
}
.profileArea .snsList li {
	padding: 0 2px;
	display: table-cell;
}
.profileArea .snsList li.instagram a {
	font-size: 33px;
	color: #ffc42e;
}
.profileArea .snsList li a:hover {
	opacity:0.7;
}

/* 最新記事 */
.plugin-recent_articles .sidebody {
	margin: 0 0 15px 0 !important;
}
.plugin-recent_articles .sidebody:last-child {
	margin: 0 0 7px 0 !important;
}

/* ギャラリー */
.plugin-recent_images .galleryThumbnail {
    display: table;
	letter-spacing: -0.5em;
}
.plugin-recent_images .galleryThumbnail li {
	width: 80px;
	height: 80px;
	margin: 0 15px 8px 0;
    border: #e6e6e6 solid 1px;
    border-radius: 50%;
    display: inline-block;
}
.plugin-recent_images .galleryThumbnail li:nth-child(3n-3) {
	margin: 0 0 8px 0;
}
.plugin-recent_images .galleryThumbnail li a {
	width: 100%;
	height:100%;
	overflow: hidden;
	text-align:center;
	display:inline-block;
	box-sizing: border-box;
}
.plugin-recent_images .galleryThumbnail li a img {
	width: 80px;
	max-width: 80px;
	height: auto;
	margin-bottom: 0;
    border: none;
    border-radius: 0;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	vertical-align: text-bottom;
}

/* 人気記事 */
div.popularArticlesWithImage.B div.image {
	width: 90px;
	height: 90px;
	margin: 0 10px 10px 0;
	border-right: #e5e5e5 solid 1px;
	background:#cdcdcd url(/images/img_noimage.png) no-repeat center center / 70%;
    border-radius: 50%;
	overflow: hidden;
}
div.popularArticlesWithImage.B div.image img {
	width: 100%;
	max-width: 90px;
	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;
}
.popularArticleWithImage .title {
       padding: 20px 0 0 0;
}

/* 記事検索 */
.plugin-search_internal.sidewrapper .side {
	padding: 10px;
}
.plugin-search_internal form {
	position:relative;
}
.sidewrapper input.sf {
	box-sizing: border-box;
	margin: 0;
	padding: 5px 10px;
	width: 250px;
	height: 35px;
	background: #fff;
	float: none;
	border:#e6e6e6 solid 1px;
	box-shadow:none;
	border-radius: 5px;
}
.sidewrapper input.sfbtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius:0;
	float:none;
	text-indent: -9999px;
	background:url(/images/ico_search.png) no-repeat left center;
	width:19px;
	height:20px;
    position: absolute;
    top: 20%;
    right: 0;
}
.sidewrapper input.sfbtn:hover {
	opacity:0.5;
}

/* カレンダー */
.plugin-calendar_default.sidewrapper {
	padding: 15px 0 10px;
}
.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: #ffc42e;
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday .calon a:hover {
	background-color: #ff9a2e;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}
.archives-header h1,
.archives-header a {
	color: #fff;
}
.archives-header a:hover {
	opacity:0.7;
	text-decoration:none;
}

/* 記事下広告 */
#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: 40px;
    position: absolute;
    right: 0;
}
.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; }