@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.20"; :created "2012-11-16"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "NHN Japan Corp.".
*/

#header2 {
	display:none !important;
}
/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fff;
}
#wrapper {
	border-top:2px solid #52cb31;
	width:100%;
}
#container {
	position:relative;
	margin: 0 auto;
	width: 960px;
}
#main {
	padding: 57px 80px 0 0;
	width:660px;
	float: left;
}
#sidecontent {
	padding: 62px 0 0;
	width:220px;
	float: right;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #666;
	font:13px/1.231 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #666;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
}
#blog-header hgroup {
}
#blog-title {
}
#blog-title a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 220px;
	height: 275px;
	overflow: hidden;
	padding: 0;
	border: none;
	background: url(http://navermatome-official.blog.jp/img/pc/sprite.png) no-repeat 0 -95px;
	text-align: left;
	text-indent: -9999px;
	*text-indent: 0;
	*line-height: 9999px;
	*word-wrap: normal;
	vertical-align:top;
}
#blog-description {
	margin:0;
	width:0;
	height:0;
	text-indent: -9999px;
	*text-indent: 0;
}



/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 58px 0 0 0;
	border-top:1px solid #d8d8d8;
}
.first-article {
	padding-top :0px;
	border-top:none;
}


/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 27px;
	position: relative;
}
.article-title {
	margin: 0 0 9px;
}
.article-title a {
	font-size: 27px;
	line-height:1.2;
	color:#555;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica,Arial;
	text-decoration: none;
}

/* 日付 */
.article-date {
	color: #888;
}
.article-date a {
	color: #888;
	margin-left:11px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top:0;
	padding-bottom:13px;
	text-align: right;
}
.article-footer .article-social-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.article-meta {
	padding: 16px 0;
}

/* 関連記事 */
.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 {
	text-align:right;
}
.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 {
	font-size: 15px;
	line-height:1.5;
	padding-bottom:10px;
}
.article-body a {
	color: #3c66cc;
	 text-decoration:underline;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	height: auto;
	margin: 5px 6px !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 {
	position:relative;
	padding-top:5px;
	padding-bottom: 5px;
	width:660px;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	margin:0;
	color: #ccc;
	font-weight:bold;
	padding:0;
	line-height:1;
	width:110px;
}
ul.index-navigator li {
	margin:0;
	padding:0;
	line-height:1;
	width:100px;
}
ul.index-navigator li.paging-prev {
	position: absolute;
	top:0;
	left:0;
}
ul.index-navigator li.paging-next {
	position: absolute;
	top:0;
	right:0;
}
ul.index-navigator .paging-number,
ul.index-navigator .paging-first,
ul.index-navigator .paging-last {
	display:none;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager {
	position:relative;
	margin:0;
}
ul.article-pager li,
ul.article-pager li a {
	padding:0;
	margin:0;
	color: #ccc;
	font-weight:bold;
	padding:0;
	line-height:1;
}
ul.article-pager li a:hover,
ul.article-pager-type1 li a:hover {
	background:none;
}
ul.article-pager li.prev a,
ul.article-pager-type1 li.prev a {
	position:absolute;
	top:0;
	left:0;
	text-align: left;
}
ul.article-pager li.next a,
ul.article-pager-type1 li.next a {
	position:absolute;
	top:0;
	right:0;
	text-align: right;
}

.archives-pager-type1 {
	position:relative;
	margin:0 0 20px;
}
.archives-pager-type1 a {
	padding:0;
	margin:0;
	color: #ccc;
	font-weight:bold;
	padding:0;
	line-height:1;
	text-decoration:none;
}
.archives-pager-type1 a[rel="prev"] {
	position:absolute;
	top:0;
	left:0;
	text-align: left;
}
.archives-pager-type1 a[rel="next"] {
	position:absolute;
	top:0;
	right:0;
	text-align: right;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	border-top:1px solid #ccc;
	color:#555;
	padding: 45px 0 50px;
}
#blog-footer .copy a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 141px;
	height: 29px;
	overflow: hidden;
	padding: 0;
	border: none;
	background: url(http://navermatome-official.blog.jp/img/pc/sprite.png) no-repeat -44px 0;
	text-align: left;
	text-indent: -9999px;
	*text-indent: 0;
	*line-height: 9999px;
	*word-wrap: normal;
}
#blog-footer ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left:330px;
}

/*  PC版カテゴリに親子関係の設定があったらたたむ
----------------------------------------------- */
.category-child a { 
	padding-left:18px;
}

/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidebarListTop {
	position:relative;
	border:1px solid #e5e5e5;
}
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	overflow: hidden;
	padding: 0;
	position: relative;
}

/*メニューの開閉*/
.sidebarListTop .plugin-monthly .side {
	display:none;
}
/* コーナー */
.sidebarListTop .cornerLeft,
.sidebarListTop .cornerRight {
	position:absolute;
	bottom:-1px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 5px;
	height: 5px;
	overflow: hidden;
	padding: 0;
	border: none;
	background: url(http://navermatome-official.blog.jp/img/pc/sprite.png) no-repeat;
	text-align: left;
	text-indent: -9999px;
	*text-indent: 0;
	*line-height: 9999px;
	*word-wrap: normal;
}
.sidebarListTop .cornerLeft {
	left:-1px;
	background-position: -48px -37px;
}

.sidebarListTop .cornerRight {
	right:-1px;
	background-position: -56px -37px;
}

/* title */
.sidebarListTop .sidetitle {
	display: block;
	padding: 15px 16px;
	margin:0;
	border-top: 1px #e5e5e5 solid;
	background: url(http://navermatome-official.blog.jp/img/pc/bg_ttl.png) 0 0 repeat-x;
	text-align: left;
	color: #96999f;
	font-size: 14px;
	font-weight: bold;
	font-family: Meiryo,"MS PGothic",sans-serif;
	cursor: pointer;
	text-decoration:none;
}
.listLink a {
	display: block;
	padding: 15px 16px;
	margin:0;
	text-align: left;
	color: #96999f;
	font-size: 14px;
	font-weight: bold;
	font-family: Meiryo,"MS PGothic",sans-serif;
	text-decoration:none;
}

/*title*/
.listLink {
	border-top: 1px #e5e5e5 solid;
	background: url(http://navermatome-official.blog.jp/img/pc/bg_ttl.png) 0 0 repeat-x;
}
.listLink a {
	background:url(http://navermatome-official.blog.jp/img/pc/sprite.png) 205px -45px no-repeat;
}
.listLink a:hover,
.sidebarListTop .sidetitle.ExHover {
	color:#23ab0a;
}
.sidebarListBottom .sidetitle,
.sidebarListTop .plugin-search_internal .sidetitle {
	text-indent:-99999px;
	width:0;
	height:0;
	padding:0;
	margin:0;
	border:none;
}

.sidewrapper .sidebody,
.sidewrapper .side {
	background:#fafafa;
	text-align:left;
}
.sidewrapper .side .sidebody {
	margin: 0;
	line-height:1;

}

.sidewrapper a {
	color:#a6abb0;
	font-size:13px;
	text-decoration:underline;
}
.sidewrapper ul {
	list-style:	none;
}

.sidebarListTop .side {
	border-top: 1px #ddd solid;
	padding:18px 16px 0;
	list-style-type: none;
}

.plugin-categorize .sidebody,
.plugin-monthly .sidebody,
.plugin-memo ul li,
.category-parent a {
	text-align:left;
	line-height:1;
	padding-bottom:18px;
}

/* カレンダー */
.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 {
	background-color: #2e90c5;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #197bb0;
}
table.caltblday td a:visited {
	background-color: #c8a7dd;
}


/*最新記事*/
.plugin-recent_articles_image .side {
	padding-bottom:10px;
}
.plugin-recent_articles_image .side ul.recent-article-image li {
	margin-bottom:0;
}


/* 検索窓 */
.plugin-search_internal .side {
	padding:0;
	display:block;
	border-top:none;
}
.plugin-search_internal.sidewrapper {
	border:none;
	padding: 9px 7px;
	background: url(http://navermatome-official.blog.jp/img/pc/bg_ttl.png) 0 0 repeat-x;
}

div.plugin-search_internal form {
	vertical-align:top;
}
div.plugin-search_internal .sf {
	width:169px;
	height: 30px;
	padding:0 6px;
	vertical-align:top;
	background:none;
	border-radius: 4px 0 0 4px;
	border-color:#ddd;
	box-shadow:none;
}
div.plugin-search_internal .sfbtn {
	display:inline-block;
	*display:inline;
	height:30px;
	width:35px;
	overflow:hidden;
	background:url(http://navermatome-official.blog.jp/img/pc/sprite.png) no-repeat -186px 0;
	*zoom:1;
	vertical-align:top;
	border:0;
	cursor:pointer;
	text-indent:-9999px;
	border-radius: 0;
}

/*pagetop*/
.pagetop  {
	position: fixed;
	bottom: 136px;
	right: 50px;
	height: 43px;
}
.pagetop a {
	display:inline-block;
	*display:inline;
	padding-left:43px;
	padding-top: 43px;
	height:0;
	width:0;
	overflow:hidden;
	background:url(http://navermatome-official.blog.jp/img/pc/sprite.png) no-repeat 0 0;
	*zoom:1;
	text-indent:-9999px;
	vertical-align:top;
	border:0;
}

/*facebook twitter*/
.sidebarListBottom {
	margin-bottom:20px;
	height:700px;
}
.sidebarListBottom .sidewrapper {
	margin-top:20px;
}
.fb_iframe_widget {
	background:#fff;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header h1 {
	margin-top:27px;
	margin-bottom:40px;
	color: #50cc31;
	font-size: 20px;
	font-family: Meiryo,"MS PGothic",sans-serif;
	font-weight:bold;
}
.archives-header .ttl {
	color: #666;
}


/* 記事下広告 */
#ad2 {}a
#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;
}


/* naverlandからの移管
----------------------------------------------- */
.article-body-inner .ArArticle p {line-height: inherit;}
.article-body-inner .ArArticle p,
.article-body-inner .ArArticle pre,
.article-body-inner .ArArticle dl,
.article-body-inner .ArArticle ol,
.article-body-inner .ArArticle ul,
.article-body-inner .ArArticle blockquote { margin:auto 0;}
.article-body-inner .ArArticle table th,.article-body-inner .ArArticle table td {border-color: #E8E8DF;background-color: transparent;  border-right: none;}

.article-body .ArArticle {margin-top: -50px;}
.article-body a.noLine{text-decoration:none!important;}
.article-body:after,.ArUnit:after,.ArUnit1:after,.ArUnit1Center:after,.ArUnit2Left:after,.ArUnit2Right:after,.ArUnitColumn2:after,.ArUnitColumn3:after,.ArUnitColumn4:after,.ArUnitColumnTxt:after,.ArUnitTxt:after,.ArUnitBox:after,.ArUnitBoxList:after,.ArUnitTable:after{content:"";display:block;clear:both;height:0;visibility:hidden;}
.article-body,.ArUnit,.ArUnit1,.ArUnit1Center,.ArUnit2Left,.ArUnit2Right,.ArUnitColumn2,.ArUnitColumn3,.ArUnitColumn4,.ArUnitColumnTxt,.ArUnitTxt,.ArUnitBox,.ArUnitBoxList,.ArUnitTable{*zoom:1;}

.ArUnit1,.ArUnit1Center,.ArUnit2Left,.ArUnit2Right,.ArUnitColumn2,.ArUnitColumn3,.ArUnitColumn4,.ArUnitTxt{margin-top:70px;}
.ArUnitBox,.ArUnitBoxList,.ArUnitTable{margin-top:45px;}
.MdTextBody{word-wrap:break-word;}
.ArUnit1 .MdImg img,.ArUnit1 .MdTxt img,.ArUnitTxt .MdImg img,.ArUnitColumn2 .MdImg img,.ArUnit2Left .MdImg img,.ArUnit1Center .MdImg img {max-width:100%;}
.ArUnit1 .MdImg img.mdImgAuto,.ArUnitTxt .MdImg img.mdImgAuto,.ArUnitColumn2 .MdImg img.mdImgAuto,.ArUnit2Left .MdImg img.mdImgAuto,.ArUnit1Center .MdImg img.mdImgAuto {width:auto;}
.MdTextBody .MdTitle1,.MdTextBody .MdTitle2,.MdTextBody .MdTitle3{padding-top:1px;}
.ArUnit1 .MdImg,.ArUnit1Center .MdImg{padding-bottom:11px;}
.MdTitle1{display:inline-block;*display:inline;*zoom:1;padding:0 0 9px;vertical-align:bottom;font-weight:bold;color:#45452D;font-size:20px;word-wrap:break-word;}
.MdTitle2{display:inline-block;*display:inline;*zoom:1;padding:0 0 1px;vertical-align:baseline;color:#45452D;font-size:18px;font-weight:bold;word-wrap:break-word;}
.MdTitle3{display:inline-block;*display:inline;*zoom:1;padding:0 0 9px;vertical-align:bottom;font-weight:bold;color:#45452D;font-size:16px;word-wrap:break-word;}
.ArArticle .MdTxt,.ArArticle .MdSmallTxt,.ArArticle .MdSmallTxtUl{overflow:hidden;padding-top:8px;word-wrap:break-word;}
.MdSmallTxt{font-size:10px;color:#65655F;line-height:1.3;}
.MdSmallTxtUl{color:#65655F;font-size:10px;line-height:1.3;list-style-type:none;margin-left:0;}
.ArUnit{padding-top:0;}
.ArUnit .MdTxt{margin:0;padding:0;background:blue;}
.ArUnit1Center{text-align:center;}
.ArUnit1Center .MdTxt{text-align:left;}
.ArUnit2Left .MdImg{float:left;padding-right:30px;}
.ArUnit2Left .MdTextBody{overflow:hidden;}
.ArUnit2Right{width:100%;}
.ArUnit2Right .MdTextBody{min-width:200px;*width:200px;vertical-align:top;display:table-cell;*display:inline;*zoom:1;}
.ArUnit2Right .MdImg{display:table-cell;*display:inline;*zoom:1;max-width:570px;padding-left:30px;max-width:570px;}
.ArUnit2Right .AdMargin,.ArUnit2Left .AdMargin{margin-top:50px !important;margin-top:60px\9 !important;}
.ArUnitColumn2{margin-left:-20px;}
.ArUnitColumn2 .ArUnitColumnTxt{margin-left:20px;padding-bottom:20px;}
.ArUnitColumn2 .MdImg{padding-top:10px;padding-bottom:11px;}
.ArUnitColumn2 .MdTextBody{float:left;width:320px;padding-left:20px;}
.ArUnitColumn3{margin-left:-20px;}
.ArUnitColumn3 .ArUnitColumnTxt{margin-left:20px;padding-bottom:20px;}
.ArUnitColumn3 .MdImg{padding-top:10px;padding-bottom:11px;}
.ArUnitColumn3 .MdTextBody{float:left;width:206px;padding-left:20px;}
.ArUnitColumn4{margin-left:-20px;}
.ArUnitColumn4 .ArUnitColumnTxt{margin-left:20px;padding-bottom:20px;}
.ArUnitColumn4 .MdImg{padding-top:10px;padding-bottom:11px;}
.ArUnitColumn4 .MdTextBody{float:left;width:185px;padding-left:20px;}
.ArUnitTxt .MdImg{padding:13px 0 9px;}
.ArUnitBox{padding:25px 30px 20px;border:1px solid #E8E8DF;}
.ArUnitBox .MdTitle1,.ArUnitBox .MdTitle2,.ArUnitBox .MdTitle3{padding:0;}
.ArUnitBox .MdBoxTxt{padding-top:3px;word-wrap:break-word;color:#363633;font-size:14px;line-height:2;line-height:1.9Â¥9;}
.ArUnitBoxList{padding:28px 30px;border:1px solid #E8E8DF;}
.ArUnitBoxList .MdTitle1,.ArUnitBoxList .MdTitle2,.ArUnitBoxList .MdTitle3{padding:0;}
.ArArticle .MdBoxListUl{padding:0;margin:3px 0 -8px -10px;margin:2px 0 -5px -10pxÂ¥9;border:0;border-spacing:10px 5px;}
.ArUnitBoxList tr{border:0;padding:0;margin:0;}
.ArUnitBoxList .MdBoxListTtl{padding:0;margin:0;font-size:14px;vertical-align:top;white-space:nowrap;}
.ArUnitBoxList .MdBoxListTxt{padding:0 0 0 12px;margin:0;vertical-align:top;color:#363633;font-size:14px;word-wrap:break-word;border-left:1px solid #E8E8DF;}
.ArUnitTable .MdTitle1,.ArUnitTable .MdTitle2,.ArUnitTable .MdTitle3{padding:0;}
.ArUnitTable .MdTable{padding:0;margin:0;border:0;border-spacing:0;border-collapse:collapse;border:none;border-bottom:1px solid #E8E8DF;}
.ArUnitTable tr{border:0;padding:0;margin:0;border-spacing:0;}
.ArUnitTable .MdTableTtl,.ArUnitTable .MdTableTxt{border-left:1px solid #E8E8DF;border-top:1px solid #E8E8DF;padding:20px;margin:0;}
.ArUnitTable .title{text-align:center;vertical-align:middle;color:#45452D;font-size:16px;font-weight:bold;}
.ArUnitTable .noLine{border-left:none;padding-left:0;}
.ArUnitTable th{vertical-align:top;white-space:nowrap;}
.ArUnitTable .MdTableTtl{font-size:14px;vertical-align:top;white-space:nowrap;}
.ArUnitTable .MdTableTxt{vertical-align:top;font-size:14px;word-wrap:break-word;}