@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-07-25";
 :release [:revision "1.10"; :created "2012-11-16"];
 :page <http://blogdesign.ldblog.jp/archives/17610468.html>;
 :rights "NHN Japan Corp.".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-image: url("http://schatz-kiste.net/images/background.png");
}
#wrapper {
	padding-top: 24px;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#blog-header {
	/*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);*/
}
#content {
	position: relative;
}
#main {
	border-radius: 0 0 0 4px;
	width: 960px;
}
#main-inner {}
#sidebar {
	margin-top:60px;
}

#sidebar-inner {}




/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #454545;
	font: 14px/1.2 Verdana,sans-serif;
}
a {
	color: #38a1db;
	text-decoration:none;
}
a:link {
	color:#38A1DB;
}
a:visited {
	color: #c8a7dd;
}
a:hover {
	color: #1073c6;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
}
#blog-header hgroup {
	padding: 10px;
	text-align:center;
}
#blog-title {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255,1.0);
}
#blog-title a {
	color: #333;
}
#blog-description {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 15px;
	margin-bottom:10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	background:url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_gallery_1c/title_line.gif) repeat-x left bottom;
}
#blog-description a {
	color: #333;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	width:300px;
	height:320px;
	margin:10px 10px;
	float:left;
	position:relative;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	background-color: #fff;
}

body.page-article .article {
	width:820px;
	height: auto;
	margin:15px 10px 10px;
	float: none;
	padding:0 60px 60px 60px;
	border-radius:4px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	background-color: #fff;
}

.article-wrapper{
	zoom:1;
	margin-top:-5px;
}
.article-wrapper:after{
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
.first-article {
}

/* サムネイル画像 */
.article-img-outer{
	width:300px;
	height:120px;
	overflow:hidden;
}
.article-img{
	background:#dcdcdc;
	height:120px;
	width:300px;
	display:table-cell;
	display: inline-block\9;/* for IE8 */
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}
.article-img{
	zoom:1;
}

.article-img img{
	max-width: 300px;
	display: inline;
	vertical-align: middle;
	text-align: center;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	padding:0px 20px;
	position: relative;
}
.article-header-alone {
	margin-bottom: 20px;
	position: relative;
}
.article-title {
	margin: 4px 0;
	height:80px;
	overflow:hidden;
}
.article-title-alone {
	margin: 4px 0;
}
.article-title a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.5em;
	color:#333;
}

.article-title-alone a {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.4em;
	color:#333;
}

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

.article-date-alone {
	color: #808080;
	font-size: 12px;
	padding-top:40px;
}


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer-alone {
	margin-top: 1em;
	border-bottom: 1px solid #cecece;
}
.article-footer {
	margin-top: 1em;
	position:absolute;
	bottom:0px;
	left:0px;
}
.article-meta,.article-meta-alone {
	padding: 16px 20px;
}
.article-social-btn {
	border-top: 1px solid #cecece;
	margin-bottom: -1px;
}
.article-meta-alone li {
	float:none;
	font-size: 12px;
	line-height: 20px;
	list-style: none;
	margin: 2px 0 0 0px;
	height: 15px;
	overflow: hidden;
	padding: 5px 0px;
}

.article-meta .article-author,.article-meta-alone .article-author {
color: #999;
margin-right: 12px;
line-height: 22px;
display: none;
}

/* 関連記事 */
.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:8px;
}

/* 続きを読む */
.article-continue a {
	color:#333;
}

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

/* メッセージボード */
.message-board {
	background-color: #ffffff;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
	margin:0px 10px 20px 10px;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	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{
	border: 1px solid #ffffff;
	/*box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);*/
	margin:1em 1em 1.5em 0em;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options{
	margin-bottom:40px;
	padding:0 10px;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #4fb0dd;
}
.comment-body {
	color: #777;
}

#comment-form {
	font-size: 12px;
	margin: 2em auto 4em;
	width: 860px;
}

#trackback-form {
	font-size: 12px;
	margin: 24px auto;
	width: 660px;
}

div#trackbacks-list.article-option,div#comments-list.article-option{
	width:800px;
}
/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #38a1db;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #ccc;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

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

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
    background-color: #d9d9d9;
    text-decoration: none;
    border:1px solid #f2f2f2;
}


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


/* ブログパーツ::共通
----------------------------------------------- */
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #fff;
}
.sidewrapper:after{
	border-top: 1px solid #dfdfdf;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.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 .side .sidebody.category-child {
	padding-left: 12px;
}

/* 検索 */
----------------------------------------------- */

.sidewrapper input.sf:focus {
    outline: 0;
}
.sidewrapper input.sfbtn {
    border:1px solid #aaa;
    border-left:0;
    border-radius:10px;
    float:right;
    height: 20px;
    line-height: 18px;
    width: 20%;
    background: #f1f1f1;
    background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    background:    -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    background:     -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    background:      -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    background:         linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f1f1',GradientType=0 );
	border:1px solid #bbb;
}

.sidewrapper input.sf {
    background-color: #fff;
    background-position: 4px -264px;
    border: 1px solid #aaa;
    border-radius:10px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    display: block;
    float: left;
    height: 20px;
    line-height: 18px;
    margin: 0 auto;
    padding: 0 5px 0 21px;
    vertical-align: top;
    width: 77%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
       -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
        -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
         -o-transition: border 0.1s ease, box-shadow 0.1s ease;
            transition: border 0.1s ease, box-shadow 0.1s ease;
}

/* ブログパーツ::カレンダー
----------------------------------------------- */
.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 {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	background-color: #38a1db;
	border: none;
	padding: 1px 0;
}
table.caltblday td a {
	color:#fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #1073c6;
}
table.caltblday td a:visited {
	background-color: #c8a7dd;
}


/* ブログパーツ::ギャラリー
----------------------------------------------- */
ul.galleryThumbnail li img {
	border: 1px solid #e4e7e8;
	border-radius: 3px;
}


/* その他のパーツ
----------------------------------------------- */

/* アーカイブヘッダ */
.archives-header {
	background: white;
	border-top: 1px dotted #BBB;
	border-bottom: 1px dotted #BBB;
	width: 910px;
	margin: 0px 10px 10px 10px;
	padding: 15px;		
}
/* 記事下広告 */
#ad2 {
	margin: 20px 0;
	padding: 0;
}
#ad2 a.addescription {
	color: #666;
}
#ad2 .gAdsense{
	padding: 0!important;
}
#ad2 .adbox,
#ad2 .adhover {
	border: 0!important;
	float: left;
	padding: 0!important;
	width: 290px;
	margin: 0 10px 10px 10px!important;
	padding: 5px!important;
}

/* 1カラムレイアウトのとき */
----------------------------------------------- */
body.layout-1col #content {
	background:transparent;
}
body.layout-1col #main-inner {
	padding:0px 0;
	width: 960px;
}
body.layout-1col #sidebar-inner {
	margin-top:60px;
	padding:0;
}
body.layout-1col #sidebar .sidewrapper {
	width:300px;
	margin:0 10px 30px 10px;
	float:left;
}

ul.galleryThumbnail li {
	display: inline-block;
	overflow: hidden;
}