@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/* reset,css */
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, 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,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin: 0;padding: 0;	border: 0;font-style:normal;font-weight: normal;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';content: none;}
input, textarea,{margin: 0;	padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}


/* Layout
----------------------------------------------- */
body {
padding-top: 5px;
position: relative;
}
#wrapper {
padding-top: 10px;
}
#container {
margin: 0 auto;
width: 1000px;
}

#content {
position: relative;
}
#content:after{
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

#header2{
box-shadow: none !important;
}
#main {
width: 600px;
float: left;
}
#sidebar {
width: 160px;
float: left;
padding: 0 20px;
}
#sidebar2 {
width: 200px;
float: left;
}


/* Coloring
----------------------------------------------- */
body {
background-color: #fff;
color: #444;
}
a,
a:link {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

#header2 a{
color: #aaa;
}


/* ----------------------------------------------------------------
 Personal-Setting
------------------------------------------------------------------ */
/* フォント */
body{
font: 16px/1.2 Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
}
.article-title a {
/*font: 16px/1.2 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif !important;*/
font-size: 120%;
line-height: 1.4;
font-weight: bold;
}

/* リンク色 */
a,
a:link,
a:active{
color: #E44E8F;
}
.article-title a:hover{
color: #E44E8F;
}

/* サイド見出し */
.sidewrapper .sidetitle{
border-left: 8px solid #f19ec2;
}

/* トップイメージ設定 */
#blog-header-img {
background: url(http://blog.funstar.jp/pict/sakuraiaya/header.jpg) no-repeat left top;
background-color: #f19ec2;
}

/* 画像がない記事 */
.article-first-image {
background: url(http://blog.funstar.jp/pict/article_noimage.png) no-repeat left top;
}


/* TOPメニューhover色 */
.ldb_menu-list li a:hover{
background: #E44E8F;
color: #fff;
opacity: 0.5;
}

/* ページング */
ul.index-navigator li.current span {
background-color: #f19ec2 !important;
color: #fff !important;
}
ul.index-navigator a:hover {
background-color: #E44E8F !important;
color: #fff !important;
opacity: 0.5;
text-decoration: none !important;
}

/* カレンダー */
table.caltblday .calon {
background-color: #f19ec2 ;
border: none;
}
table.caltblday td a:hover {
background-color: #f19ec2 ;
}

/* ----------------------------------------------------------------
 ヘッダ
------------------------------------------------------------------ */

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
position: relative;
margin-bottom: 40px;
}

#blog-title {
font-size: 24px;
line-height: 1.4;
margin: 0;
float: left;
}
#blog-title a {
color: #222;
}
#blog-description {
float: right;
margin: 6px 0 20px;
color: #666;
font-size: 14px;
font-weight: normal;
line-height: 1.6;
}
#blog-description a {
color: #666;
}

/* トップ画像設定：URL変更 */
#blog-header-img {
clear: both;
height: 400px;
width: 100%;
}



/* メニューバー
----------------------------------------------- */
.ldb_menu {
z-index: 20;
border-bottom: 1px solid #dbdbdb;
position: absolute;
bottom: 0;
}
.ldb_menu-list {
background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_60.png);
background: rgba(247,247,247,0.7);
zoom:100%;
width: 1000px;
}
.ldb_menu-list:after {
content:".";
height:0;
clear:both;
display:block;
visibility:hidden;
}
.ldb_menu-list li {
float: left;
list-style: none;
}
.ldb_menu-list li a{
padding: 18px 30px;
line-height: 1.4;
display: block;
font-size: 15px;
color: #333;
text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current{
background: none;
}


/* ----------------------------------------------------------------
 リストタイプ
------------------------------------------------------------------ */

/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.article {
border-bottom: 1px dashed #dfdfdf;
margin-bottom: -1px;
padding: 30px 0;
position: relative;
}
.article-inner {
height: 210px;
overflow: hidden;
position: relative;
}
.article-header,
.article-body {
margin-left: 220px;
width: 600px;
}
.article-body img{
max-width: 600px;
height: auto;
}
.article-first-image {
display: table;
position: absolute;
top: 0;
left: 0;
height: 210px;
width: 210px;
}
.article-first-image a {
background-color: #fff;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.article-first-image img{
width: 210px;
display: inline;
}

.article.first-article {
border-top: 0;
}
.article.last-article {
border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
margin-bottom: 15px;
position: relative;
}
.article-title {
margin-bottom: 10px;
}
.article-title a {
color: #222;
}

/* 日付 */
.article-date {
color: #808080;
font-size: 12px;
}

/* 個別記事のみ */
body.page-article .article {
border: 0;
margin-bottom: 0;
padding: 0;
}
body.page-article .article-title {
max-height: none;
}
body.page-article .article-header,
body.page-article .article-body {
margin-left: 0;
}
body.page-article .article-header {
border-bottom: 1px dashed #dfdfdf;
padding-bottom: 20px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
border-bottom: 1px dashed #dfdfdf;
}
.article-meta {
padding: 30px 0 15px;
}
.article-social-btn {
border-bottom: 1px dashed #dfdfdf;
top: 1px;
position: relative;
}
.top-first-article{
padding-top: 0;
}
.top-article-footer{
margin-top:20px;
}
.top-article-date{
display: block;
float: left;
font-size: 14px;
color: #888;
}
.article-comment-count{
display: block;
float: right;
}

/* 関連記事 */
.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{
margin: 10px;
}
.article-body-more{
display: block;
clear: both;
padding: 30px 0 10px;
}

/* 共通テーマ */
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: #080000;
font-size: 14px;
line-height: 1.6;
}
.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{
box-shadow: 0px 1px 1px rgba(51, 51, 51, 0.2);
height: auto;
margin: 10px 13px 10px 0 !important;
}
.article-body-inner,
.article-body-inner div,
.article-body-inner span{
font-size: 14px !important;
}
.article-sns{
float: left !important;
margin: 0 !important;
}

/* リスト形式--------------------------------- */
.article-box.listview .article-title {
margin-bottom: 10px;
max-height: 80px;
overflow: hidden;
}
.article-box.listview .article-header,
.article-box.listview .article-body{
padding: 0 10px;
width: auto;
}
.article-box.listview .article-body-inner {
max-height: 66px;
overflow: hidden;
}
/* //---------------------------------------- */


/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}
#comments {
border-top: 1px solid #999;
padding-top: 30px;
}
#comment-form {
padding: 30px 0 40px;
border-top: 1px dashed #dfdfdf;
border-bottom: 1px dashed #dfdfdf;
}



/* ----------------------------------------------------------------
 デフォルトオープンタイプ
------------------------------------------------------------------ */
/* 記事全体 */
.nolist{
margin-bottom: 120px;
border-bottom: 2px solid #dfdfdf;
padding-bottom: 15px;
}
.nolist .article-header,
.nolist .article-body {
margin-left: 0;
}
.nolist .article-title{
margin-bottom: 10px;
border-bottom: 1px dashed #dfdfdf;
padding-bottom: 10px;
}
.nolist .article-date{
color: #808080;
font-size: 14px;
margin-bottom: 10px;
}
.nolist .top-article-footer{
padding-top: 20px;
}
.nolist .article-comment-count{
font-size:12px;
}

/* ----------------------------------------------------------------
 リスト＆オープンタイプ共通
------------------------------------------------------------------ */

/* ページ送り
----------------------------------------------- */
.pager{
margin-top: 30px;
}

/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
font-weight: normal;
background-color: #fff;
border: 1px solid #ddd;
color: #555;
padding: 0 8px;
}
ul.index-navigator a:visited {
color: #555;
}

/* 記事ページ、月別アーカイブページ */
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 {
color:#aaa;
padding: 40px;
text-align: center;
font-size: 80%;
}
#blog-footer a {
color:#aaa;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
padding-top: 0;
}
.sidewrapper {
font-size: 13px;
overflow: hidden;
padding: 20px 0;
position: relative;
}
.sidewrapper .sidetitle {
color: #333;
font-size: 14px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 10px;
padding: 2px 0 2px 8px;
}
.sidewrapper .sidetitle a {
color: #333;
}
.side img{
margin-bottom: 5px;
}
.sidewrapper .side .sidebody {
line-height: 1.5;
padding: 4px 0;
border-bottom: 1px dashed #999;
}
.sidewrapper .side .sidebody:last-child {
border-bottom: 0;
}
.sidewrapper .side .sidebody.category-child {
padding-left: 12px;
}

/* カレンダー */
.calendarhead {
font-weight: bold;
text-align: center;
margin-bottom: 12px;
}
.calendarwd{
padding-bottom: 3px;
}
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;
}
table.caltblday td{
padding: 1px 3px;
}
table.caltblday td a {
color:#fff;
height: 23px;
line-height: 23px;
}
ul.galleryThumbnail li {
display: inline-block;
height: 60px;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
border-bottom: 2px solid #dadada;
font-size: 20px;
padding: 0 0 10px;
}


/* ページトップへ
----------------------------------------------- */
.to-pagetop{
position: absolute;
bottom: 50px;
right: 50px;
}
.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;
outline: 0;
-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: 0.8;
}

/* 広告
----------------------------------------------- */
/* 記事下広告 */
#ad2 {margin:0;padding:0;}
#ad2 div,
#ad_rs div{display: none;}
#ad2 iframe,
#ad_rs iframe{display:none;}
#ad2 a.addescription {
color:#666;
}


/** clearfix
----------------------------------------------- */
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
.both{
clear:both;
}
.inline_block {  
display: inline-block;  
*display: inline;  
*zoom: 1;  
}