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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "水彩花";
 :shortdesc "Design Template for livedoor Blog";
 :created "2012-09-28";&#402;
 :release [:revision "1.12"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
html {
	/*background-image:url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_wrap.png);*/
	background-color: #f7f7f7;

	
}
body {
	/*background-image:url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_wrap.png);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
#wrapper {
	/*background-image:url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_wrap.png);*/
	background-image:url(http://livedoor.blogimg.jp/urutto_dq10/imgs/b/4/b4b23292.jpg);
       /* background-image:url(http://livedoor.blogimg.jp/urutto_dq10/imgs/5/0/50e0002b.png);*/
	/*background-repeat: no-repeat;*/
	background-repeat: repeat;*/
	background-attachment: fixed;
	background-position: center top;
	padding-top: 40px;
}
#container {
	margin: 0 auto;
	width: 1080px;
}
#content {
	position: relative;
	padding-top: 30px;
}
#main {
	width: 750px;
	padding-left: 50px;
}
#sidebar {
/*初期値240*/
	width: 250px;
}

/* サイドバー入れ替え */
body.sidebar-right #main {
	float: left;
}
body.sidebar-right #sidebar {
	float: right;
}
body.sidebar-left #main {
	float: right;
}
body.sidebar-left #sidebar {
	float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	/*color: #000;*/
	color:#62474b;
	font-size: 24px;
	font-family: 'メイリオ', 'メイリオ', sans-serif;
}
a {
	/*color: #5a7f00;*/
	/*color: #62474b;*/
	color: #000;
	text-decoration: none;
}
a:link {
	/*color: #5a7f00;*/
        color: #0000FF;
	/*color: #0000ff";*/
	text-decoration: none;
	/*text-decoration:underline;*/
}
a:visited {
	/*color: #334800;*/
	color: #BA55D3;

}
a:hover {
	/*20160727追記 リンクピコッ*/
       position: relative;
       top: 2px;
       left: 2px;
	text-decoration: underline;
}
a:active {
	color: #5a7f00;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-title {
　　　 /*color: #4b4b4b;*/
　　　 color: #000;
	font-size: 40px;
	font-weight: nomad;
	line-height: 1.4;
	margin: 0 20px;
	padding: 0 20px;
      /* background-image:url(http://resize.blogsys.jp/760d63b2645b13917dfb68cbeac8e873c2532389/resize2/100x23/http://livedoor.blogimg.jp/urutto_dq10/imgs/7/2/727e97a2.jpg;*/

        /*background-color: #fff;*/
}
#blog-title a {
	/*color: #5e3a40;*/
	color: #000;
}
#blog-description {
	color: #8c7075;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 25px 20px;
	padding: 0 20px;
}
#blog-description a {
	color: #5a7f00;
}

/* かんたんタイトル画像 */
#blog-header.show-image hgroup {
	position: relative;
}
#blog-header.show-image #blog-header-image {
	height: auto;
        
}
#blog-header.hide-text hgroup,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
#blog-header.hide-text #blog-header-image {
	margin: 0;
}

#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	z-index: 10;
	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;
}

/*hタグ*/
h2 {
        border-left:7px solid rgb(255, 102, 0); 
       border-bottom:1px solid rgb(255, 102, 0); 
       padding:3px 15px 5px;
　　 　/*color: #696969;*/
       font-size: 25px;
	/*background-color: #dcdcdc;*/

   /* position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 2.0em;
　　 　color: #ffffff;
       border-left:7px solid #4169e1; 
       border-bottom:1px solid #4169e1;
       background-color:#4169e1;*/


}

h3{
    position: relative;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom:1px solid rgb(255, 102, 0);
}
 
/*h3:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #ff6b6e;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
h3:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #B92A2C;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}*/


/*メニューバー*/
/*
.ldb_menu-list{
	  width:530px;
	  padding:0;
	  margin:0;
	  list-style-type: none;
}
.ldb_menu-listli{
	  width:20%;
	  float:left;
	  padding:0;
	  margin:0;
	  text-align:center;
}
.ldb_menu-listlia{
	  width:auto;
	  color:#fff;
	  font-size:12px;
	  font-weight:bold;
	  padding:10px 0;
	  text-decoration:none;
	  display:block;
	  background:#666;
}
.ldb_menu-list.ldb_menu-item-current,
.ldb_menu-listlia:hover{
	  background:#555;
}

*/
.ldb_menu-list {
 /*background-color: #bfbfbf;*/
 background-color: #000000;
 overflow: hidden;
 margin-left: 50px;
}
.ldb_menu-list li {
 float: left;
 list-style: none;

}
.ldb_menu-list li a{
 color: #fff;
 display: block;
 font-size: 18px;
 line-height: 1;
 padding: 10px;　
 text-decoration: none;
 text-shadow: 0 -1px -3px rgba(0,0,0,0.2);
}
/*.ldb_menu-list .ldb_menu-item-current,*/
.ldb_menu-list li a:hover {
 background-color: #999;
}
/* メインカラム

----------------------------------------------- */
/* 記事全体 */

.article {
	padding: 20px 20px;
        box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
        background-color: #fff;
        margin-bottom:13px;



}
.article-inner {
	padding: 20px 20px;


}
.article-header,
.article-body {
	background-color: #fff;
        background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_suisaika_2c/bg_sidetitle.png) no-repeat;
       background-repeat: no-repeat; 
　　　/* box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.4); */
}
.article-first-image {
	/*background-color: #f6f1f2;*/
        border: 5px solid #fff;
        box-shadow: 0px 8px 12px rgba(51, 51, 51, 0.2);
	background-color: #fff;
	border-radius: 6px;
       /*初期220*/
	height: 230px;
	width: 230px;
	float: left;
       content: "続きはここをクリック";
}
.article-first-image a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.article-first-image img{
	border-radius: 6px;
	width: 230px;
	display: inline;
}

.article.first-article {
	border-top: 0;
	padding-top: 2px;

}
.article.top-first-article {
	border-top: 0;
	padding-top: 46px;

}
.article.last-article {
        padding: 20px 20px;


}
.article-box {
	float: right;
	width: 420px;
}
/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	position: relative;
}
.article-title {
	margin-bottom: 3px;
	padding: 5px 20px;
}
.article-title a {
      /*  background-color: #ffb6c1;*/

	color: #000;
	font-size: 25px;
        font-weight: bold;
}

/* 日付 */
.article-date {
	color: #000;
	font-size: 12px;
	padding: 0 20px;
}
.top-article-date {
	color: #8c7075;
	font-size: 12px;
	margin-top: 3px;
	display: inline;
}
.top-article-footer {
	margin-top:6px;
}

/* 個別記事のみ */
body.page-article .article {
	border: 0;
	margin-bottom: 0;
	padding-top: 0px;

}
body.page-article .article-title {
	max-height: none;
         background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_suisaika_2c/bg_sidetitle.png)no-repeat 6px 8px;
}
body.page-article .article-header,
body.page-article .article-body {
	margin-left: 0;
}
body.page-article .article-header {
	/*border-bottom: thin dashed #000;*/
	padding-bottom: 18px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-top: thin dashed #000;
	border-bottom: thin dashed #000;
	background-color: #fff;
}
.article-meta {
	padding: 18px 0 30px;
}
.article-social-btn {

	top: 1px;
	position: relative;
}
.article-category dd.article-category1 {
	padding: 0 3px 0 8px;
}
.article-category dd.article-category2 {
	border-left: none;
	float: left;
	line-height: 1;
	margin-top: 4px;
	padding: 0;
}
.article-category dd{
	float: left;
	line-height: 1;
	margin-top: 4px;
	padding: 0;
}
/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
.article-body .related-articles ul {
	list-style: none;
	margin: 0;
	padding-left:0;

}
.article-body .related-articles ul li {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_suisaika_2c/bg_sidetitle.png)no-repeat 6px 8px;
	line-height: 1.5;
	margin: 0 0 6px 0;
	padding-left: 18px;
}

/* 続きを読む */
.article-continue a {
	font-size: 16px;
	/*border: 1px solid #111;
	background-color: #111;
	color: #fff;*/
	padding-left:7px;
	border: 1px solid #111;
        border-radius:3px 3px 3px 3px;
	background-color: #111;
	color: #fff;

}

/* 共通テーマ */
dl.common-theme{
	/*background-color: #f6f1f2;*/
        background-color: #45b274
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: rgba(236,240,209,0.3);
	border-radius: 6px;
	color: #62474b;
	line-height: 1.6;
　　　 margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
}
.message-board a{
	color: #5a7f00;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	border: 1px solid #f6f1f2;
	background-color: #f6f1f2;
	color: #62474b;
	margin: 2em 0;
	padding: 0;
	border-radius: 6px;
	box-shadow: none;
}

/* 記事本文
----------------------------------------------- */
.article-body {
	/*color: #62474b;*/
	color: #000;

	font-size: 19px;
	line-height: 1.6;
	padding: 20px 20px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #d2cbcc;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
	background-color: #ddd;
	color: #62474b;
	border-radius: 6px;
}
.article-body-inner blockquote:before {
	color: #d2cbcc;
}
.article-body-inner img.pict{
       /*画像の枠*/
	/*border: 5px solid #fff;*/
	/*box-shadow: 0px 8px 12px rgba(51, 51, 51, 0.2);*/
	height: auto;
	margin: 1em 6px 1em!important;
	max-width: 98.4%;
}

.article-body .top-category {
	font-size: 12px;
	display: inline;
	color: #d2cbcc;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #d2cbcc;
	color: #8C7075;
}
.comment-body {
	margin-left: 16px;
	/*color: #fff;*/
	color: #000000;
}
.ping-excerpt {
	color: #62474b;
	margin-left: 16px;
}
#comment-form dt {

	color: #62474b;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #62474b;
}
ul.index-navigator li.current span {
	background-color: #62474b;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #62474b;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #62474b;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#62474b;
	padding: 40px;
}
#blog-footer a {
	color:#62474b;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 13px;
	overflow: hidden;
	padding: 0 10px 15px ;
	position: relative;
        box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
        background-color:#fff;
       	margin-bottom: 13px;
}
.sidewrapper .sidetitle {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_suisaika_2c/bg_sidetitle.png) no-repeat;
	height: 32px;
	color: #5e3a40;
	line-height: 1.2;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 18px;
}

.sidewrapper .sidetitle a {
	color:#62474b;
}
.sidewrapper .side .sidebody {
        background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_suisaika_2c/icon_sidebody.png)no-repeat 6px 6px;
        line-height: 1.5;
	margin: 0 0 10px 0px;
	padding-left: 18px;

}
.sidewrapper .side .sidebody:last-child {
    border-bottom: 0;
}
.sidewrapper .side .sidebody.category-child {
	background: none;
	line-height: 1.5;
	margin: 0 0 4px 0;
	padding-left: 33px;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #62474b;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {	
	color: #8c7075;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	border-radius: 3px;
	padding: 1px 0;
}
table.caltblday .calon {
	background-color: #f0f8d9;
	border: none;
	border-radius: 3px;
	padding: 1px 0;
}
table.caltblday td a {
	color:#6a3c43;
	height: 23px;
	line-height: 23px;
}
table.caltblday td a:hover {
	background-color: #c0d485;
	border-radius: 3px;
}
table.caltblday td a:visited {
	background-color: #c0d485;
	border-radius: 3px;
}

ul.galleryThumbnail li img {
	border-radius: 6px;
	border: none;
	margin: 2px;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_suisaika_2c/bg_archive.png) no-repeat;
	height: 32px;
	color: #5e3a40;
	line-height: 1.2;
	margin-bottom: 6px;
	font-size: 14px;
	padding: 3px 18px;
}
.archives-header h1{
	font-weight: bold;
}

/* 記事下広告 */
#ad2 {
	padding: 30px;
}
#ad2 a.addescription {
	color:#666;
}