@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "photoboard";
 :shortdesc "Design template for livedoor Blog";
 :created "2013-03-06";
 :release [:revision "1.00"; :created "2013-03-06"];
 :page <http://blogdesign.ldblog.jp/archives/23991736.html>;
 :rights "LINE Corporation".
*/

/* 全体のレイアウト
----------------------------------------------- */
body {
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_ku_photoboard_1c/bg.png) repeat;
}
#content {
	position: relative;
	background:transparent;
}


/* コンテンツの箱
----------------------------------------------- */
.container01:after,
.container02:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.container01,
.container02 {
	zoom:100%;
	margin: 0 auto;
}
.container01{
	width: 1060px;
}
.container02{
	width: 1080px;
}
#blog-header .container01{
	display: table;
	border-collapse: collapse;
}
.container02.indexPhotoEntry{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* コンテンツの箱の境界線
----------------------------------------------- */
.bdr,
.bdr-main{
	position: relative;
	display: block;
	height: 2px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
.bdr:after ,
.bdr-main:after {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #dddcdc;
	content: '';
}
.bdr,
.bdr:after{
	width: 1060px;
}
.bdr-main,
.bdr-main:after {
	width: 790px;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #666666;
	font: 14px/1.2 Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #333;
	text-decoration:none;
}
a:link {color: #336699;}
a:visited {color: #336699;}
a:hover {
	color: #5881a9;
	text-decoration:underline;
}


/* ブログのヘッダー
----------------------------------------------- */
#blog-header{
	border-top: #d7d7d7;
	background: #3a3a3a; /* Old browseres */
	background: -moz-linear-gradient(top,  #3a3a3a 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a3a3a 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a3a3a 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a3a3a 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a3a3a 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 7px rgba(0,0,0,0.7);
	display: block;
}
#blog-title{
	display: table-cell;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	width: 750px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,1.0);
	font-weight: normal;
	font-size: 26px;
	line-height: 1.3;
	word-break: break-all !important;
	-ms-word-wrap: break-word !important;
	word-wrap: break-word !important;
}
#blog-title a {
	color: #fff;
}
.blog-header-nav{
	display: table-cell;
	width: 290px;
	vertical-align: middle;
	text-align: right;
}
.blog-header-nav ul li{
	display: block;
	float: left;
	padding: 0 13px;
	height: 20px;
	border-right: 1px solid #262626;
	border-left: 1px solid #494949;
	line-height: 20px;
}
.blog-header-nav ul li:first-child{
	padding-left: 0;
	border-left: none;
}
.blog-header-nav ul .last{
	padding-right: 0 !important;
	border-right: none;
}
.blog-header-nav ul li a,
.blog-header-nav ul li a:hover{
	color: #FFF;
}



/* ブログの説明
----------------------------------------------- */
#blog-description {
	color: #666;
	font-size: 13px;
	line-height: 1.4;
	padding-top: 25px;
	margin-bottom: 30px;
}


/* メッセージボード
----------------------------------------------- */
.message-board {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 26px;
	padding: 20px;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	background-color: #fcfcfc;
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
	-webkit-box-shadow: 0 2px 3px 0 rgba(220,220,220, .7);
	        box-shadow: 0 2px 3px 0 rgba(220,220,220, .7);
}


/* entryList
----------------------------------------------- */
.entryList:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.entryList {
	zoom:100%;
	margin-top: 20px;
}
.photoEntry{
	width: 270px;
	height: 270px;
	float: left;
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_ku_photoboard_1c/thumbnail.png) no-repeat;
}
.photoEntry.hasImage{
	width: 270px;
	height: 270px;
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_ku_photoboard_1c/thumbnail_selected.png) no-repeat;
}
.photoEntryBox{
	position: relative;
	top: 15px;
	left: 14px;
	display: block;
	width: 256px;
	height: 255px;
}
.listImage{
	position: absolute;
	z-index: 10;
}
.entryTtlBox{
	position: absolute;
	top: 180px;
	z-index: 20;
	overflow: hidden;
	width: 240px;
	height: 60px;
	background-color: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
}
.entryTtlBox:not(:target){
	filter: none;
	-ms-filter: none;
}
.entryTtlBox h1{
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	word-break: normal !important;
	-ms-word-wrap: normal !important;
	word-wrap: normal !important;
	display: block;
	overflow:hidden;
	margin: 10px 0 8px 14px;
	width:220px;
	color: #FEFEFE;
	color: #fefefe;
	white-space: nowrap;
	font-size: 16px;
}
.entryTtlBox .photo-date{
	font-size: 80%;
	color: #b2b2b2;
	margin: 0 14px;
}


/* 個別記事ページ　右サイド
----------------------------------------------- */
.side-date{
	float: right;
	padding-top: 25px;
	width: 250px;
}

/* 右サイドのアイテム */
.side-date-tag h2 {
	padding: 0 0 8px 18px;
	border-bottom: 1px solid #dddcdc;
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_ku_photoboard_1c/icon_tag.png) no-repeat 0 2px;
}

/* タグ */
dl.article-tags {
	margin: 0 0 24px ;
	padding-top: 6px;
	border-top: 1px solid #fff;
}
dl.article-tags dt {
	background: none;
	width: 0;
}
dl.article-tags dd{
	margin-left: 0 !important;
}


/* カテゴリー */
.aside-date-category h2{
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_ku_photoboard_1c/icon_category.png) no-repeat 0 2px;
	padding: 0 0 8px 18px;
	border-bottom: 1px solid #dddcdc;
}
.aside-date-category ul {
	margin: 0 0 24px ;
	padding-top: 6px;
	border-top: 1px solid #fff;
}
.aside-date-category li{
	list-style: none;
}
.aside-date-category dt {
	display: none;
}
.aside-date-category dd {
	display: inline;
}

/* タグ、カテゴリー共通 */
.side-date-tag,
.aside-date-category{
	min-height: 60px;
}

.article-tags dd a ,
.aside-date-category dd a {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 4px 6px;
	border: 1px solid #c7c7c7;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(102,102,102,0.1);
	color: #999999;
	font-size:12px;
}
.article-tags dd a:hover ,
.aside-date-category dd a:hover{
	color: #999999;
	text-decoration: none;
	opacity: 0.8;
}

/* タグ、カテゴリー意外のアイテム共通 */
.side-date-item{
	margin-bottom: 30px;
}

/* 共通テーマ */
.common-theme{
}


/* 個別記事ページ　メイン記事エリア
----------------------------------------------- */
body.layout-1col #main-inner {
	float: left;
	padding:0 0;
	width: 790px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	position: relative;
	margin-bottom: 10px;
}

/* アーカイブヘッダ */
.article-title ,
.archives-header {
	position: relative;
	display: block;
	margin-top: 25px;
	padding-left: 11px;
	color: #333333;
	text-shadow:0 1px 0 rgba(255,255,255,1.0);
	font-weight: bold;
	font-size: 24px;
}
.article-title a{
	color: #333333;
}
.article-title:after ,
.archives-header:after {
	position: absolute;
	top: 20%;
	left: 0;
	width: 6px;
	height: 70%;
	border-left: 6px solid #993333;
	border-radius: 1px;
	content: '';
}

/* 日付 */
.article-date {
	margin: 10px 0 0 14px;
	color: #999;
	font-size: 12px;
}

/* rating */
.article-rating {
	margin-left: 10px;
}
.article-rating img{
	margin-top: -1px;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}

.article-body .related-articles h3 {
	color:#333;
	font-weight: bold;
	font-size: 14px;
}
.article-body .related-articles ul {
	margin:0;
	padding-left:0;
	list-style: none;
}
.article-body .related-articles ul li {
	margin:10px 0 5px;
}

/* 記事フッター、コメント、ソーシャルボタン */
.article-footer:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-footer {
	margin-top: 0;
	zoom:100%;
}
.article-meta {
	padding: 16px 0 6px;
}
.article-meta a{
	color: #336699;
	font-weight: bold;
}
.article-social-btn {
	float: right;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
.private-mode-announcement,
.comment-auth-announcement {
	border: 1px solid #ddd;
	background-color: #fafafa;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color:#666;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);/*uchida*/
	font-size: 14px;
}
.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{
	margin: 1em 6px 1.5em!important;
	padding:4px;
	max-width: 98.4%;
	height: auto;
	border: 1px solid #bebebe;
	background: #fff;
	background:#fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	margin-left: 16px;
	color: #666;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator{
	margin: 13px 0 18px;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	padding: 0 8px;
	height: 23px;
	border: 1px solid #ddd;
	background-color: none;
	color: #999;
	font-weight: normal;
	line-height: 23px;
}
ul.index-navigator li.current span {
	background-color: #fff;
	color: #666;
	font-weight: normal;
}
ul.index-navigator a:hover {
	background-color: #fff;
	color: #666;
	text-decoration: none;
}
ul.index-navigator a:visited {
	color: #999;
}

/* 記事ページ、月別アーカイブページ */
.article-pager {
	padding: 20px 0;
	zoom:100%;
}
.article-pager:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-pager li a,
.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: #555;
}
.article-pager li.prev a {
	float: left !important;
}
.article-pager li.next a {
	float: right !important;
}


/* コメント　トラックバック
----------------------------------------------- */
#article-options{
	margin-top: 18px;
}

.article-option-title{
	margin-bottom: 15px;
	color: #080000;
	font-size: 16px;
}

#comments ol,
#trackbacks ol{
	margin-bottom: 10px;
}

/*コメントのセット,トラックバックのセット*/
.comment-set{
	padding: 0;
	color: #333333;
	list-style: none;
	font-size: 12px;
}
#trackbacks .comment-set{
	padding: 10px 0;
}
.comment-set:first-child{
	border-top: none;
}
.comment-info,
.trackback-set {
	margin: 10px 0;
	padding: 15px 0;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 2px 3px 0 rgba(220,220,220, .7);
}
.trackback-set {
	padding: 15px 5px 0 20px;
}

/*コメントの番号,トラックバックの番号*/
.comment-number{
	display: none;
}

/*コメント主の名前,トラックバックのブログタイトル*/
.comment-author{
	margin-right: 0 !important;
	padding-left: 15px;
	font-weight: normal;
	line-height: 1.7em;
}
.comment-author a{
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}
.comment-author a:hover{
	color: #666666;
}

/*コメントの日時とID,トラックバックの日時*/
.comment-date{
	color: #b6b6b6;
	font-size: 12px;
}
.comment-date, .ping-blog-name, .ping-date{
	border-left: none;
}
.comment-body{
	margin-top: 10px;
	margin-left: 0;
	padding: 15px 15px 0;
	padding-top: 12px;
	padding-bottom: 0;
	border-top: 1px solid #e8e8e8;
	color: #666666;
	font-size: 14px;
}
.comment-body img{
	margin-top: 3px;
}

/*トラックバックの記事*/
.comment-url a{
	color: #0033cc;
}


/* コメントフォーム
----------------------------------------------- */
.comment-form-title{
	font-weight: bold;
}
#comment-form{
	padding: 20px 0;
	width: 570px;
	margin: 5px 0 20px;
}

/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}
#comment-form-tools .rating-value {
	z-index: 1;
}



/* ブログパーツ
----------------------------------------------- */
/* 共通 */

/* side
----------------------------------------------- */
#sidebar-inner{
	padding: 20px 0 0;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer,
#blog-footer a {
	color:#666;
}
#blog-footer{
	padding-top: 20px;
}


/* ブログパーツ::共通
----------------------------------------------- */
.sidewrapper {
	position: relative;
	float:left;
	overflow: hidden;
	margin:0 10px 30px 10px;
	padding: 20px 0;
	width:248px;
	font-size: 14px;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.side:after{
	content: '';
	clear: both;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}


/* 検索
----------------------------------------------- */
.sidewrapper input.sf:focus {
	outline: 0;
}
.sidewrapper input.sfbtn {
	float:right;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #b7b7b7;
	border-radius: 2px;
	background-color: #fafafa;
	font-size: 12px;
	line-height: 25px;
}
.sidewrapper input.sf {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 3px 5px !important;
	width: 73%;
	height: 25px;
	border: 1px solid #aaa;
	border-radius:2px;
	background-color: #fff;
	background-image: none;
	line-height: 19px;
}


/* ブログパーツ::フォーム
----------------------------------------------- */
.plugin-message input[type="submit"]{
	float: right;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #b7b7b7;
	border-radius: 2px;
	background-color: #fafafa;
	font-size: 12px;
	line-height: 25px;
}
.plugin-message input[type="submit"]:hover{
	opacity: 0.8;
}
.message-box input[type="text"],
.message-box dl.message-detail textarea {
	border: 1px solid #b7b7b7 !important;
	border-radius: 2px !important;
}


/* ブログパーツ::カレンダー
----------------------------------------------- */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
.calbody {
	width: 230px;
	margin:0 auto;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	border-spacing: 1px;
	border-collapse: separate;
	color: #8d8d8d;
}
table.caltblday .caloff {
	border: 1px solid #e4e7e8;
	background-color: #fff;
}
table.caltblday .calon {
	padding: 1px 0;
	border: none;
	background-color: #2c2c2c;
}
table.caltblday td a {
	color:#fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #2c2c2c;
	opacity: 0.8;
}
table.caltblday td a:visited {
	background-color: #2c2c2c;
}
.calendarhead a:visited{
	color: #666;
}


/* ブログパーツ::ギャラリー
----------------------------------------------- */
ul.galleryThumbnail li img {
	border: 1px solid #e4e7e8;
	border-radius: 3px;
}
ul.galleryThumbnail li {
	display: inline-block;
	overflow: hidden;
}

/* ブログパーツ::カテゴリ別アーカイブ
----------------------------------------------- */
.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
}

/* その他のパーツ
----------------------------------------------- */
#ad {
	margin: 0;
	position: relative;
	display: block;
	padding: 20px 0 0 !important;
	border-top: 1px solid #dddcdc;
}
#ad:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.8);
	content: '';
}
#ad2{
	padding: 0;
	margin-bottom: 10px;
}
#ad2 .adtop a{
	color: #930000;
}
#ad2 a.addescription {
	color: #666;
}
#ad2 .gAdsense{
	padding: 0!important;
}
#ad2 .adbox,
#ad2 .adhover {
	float: left;
	margin: 0 10px 10px 10px;
	padding: 5px!important;
	width: 320px;
	border: 0!important;
}
#ad2 .adhover{
	background: #FFF !important;
}


/* ld-services
----------------------------------------------- */
#ld-services{
	padding: 0 0 !important;
	text-align: center;
}


/* トップへ戻る
----------------------------------------------- */
.to-pagetop {
	position: relative !important;
	right: -995px !important;
	bottom: 20px !important;
	width: 70px;
}