/* <system section="theme" selected="6435922169449595208"> */
/* background-image http://subtlepatterns.com/  Thanks! */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size:100%;
}

img {
    border:none;
}

ol, ul{
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "Open Sans",Meiryo,serif,sans-serif;
}

/*ナビゲーション*/
#globalheader-container {
    color: #fff;
    background: url(http://img.f.hatena.ne.jp/images/fotolife/p/platism/20130223/20130223212637.png);
    
    /*
    box-shadow: 0 0 5px #000;
	*/
    width 100%;
}

/* 見出しデザイン */
#blog-title {
    width: 900px;
    text-align: left;
    margin: auto;
    padding: 30px 0;
}

/* コンテナレイアウト */
#content {
    width: 100%;
    margin: auto;
}

#container * {
/*
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
*/
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
    width: 900px;
    padding: 20px 50px 20px 50px;
    margin: auto auto 50px auto;;
    position: relative;
    background-color: #fff;
}

/* title design */
#title {
    font-size: 210%;
    color: #fff;
    font-family: "Open Sans",Meiryo,sans-serif;
    padding: 0 50px;
}

.header-image-enable #title {
    text-align: center;
}

#title a {
    color: #444;
    display: inline-block;
}

#title a:hover {
    color: blue;
}

#blog-description {
    margin-top: 5px;
    font-size: 90%;
    color: #666;
    padding: 0 50px;
}

.header-image-enable #blog-description {
    text-align: center;
}

.header-image-enable #blog-title-inner {
    padding: 60px;
}

/* breadcrumb design */
.breadcrumb {
    width: 800px;
    margin: auto;

    padding: 10px 0;
    text-shadow: 1px 0px 1px #fff,-1px 0px 1px #fff,0px -1px 1px #fff,0px -1px 1px #fff;
}

.breadcrumb a {
    color: #000;
}

/* calender design */
.date a {
    font-family: 'Open Sans',cursive;
    font-size: 80%;
    color: #000;
}

.date a:hover {
    color: blue;
}

/* entry title design */
.entry-title {
    font-size: 150%;
    font-weight: bold;
    font-family: "Open Sans",Meiryo,serif,sans-serif;
    margin: 0.1em 0;
}

.entry-title a {
    color: #000;
}

.entry-title a:hover {
    color: blue;    
}

.entry-header {
    position: relative;
    margin-bottom: 0.5em;
    padding-bottom: 10px;
    border-bottom: solid 1px #999;
}

/* edit button */
.entry-header-menu a {
    display: block;
    position: absolute;
    left: -85px;
    top: 30px;
    padding: 3px 15px;
    line-height: 30px;
    text-align: center;
    background-color: #999;
    font-size: 90%;
    color: #fff;
    border: solid 1px #fff;
}

.entry-header-menu a:hover {
    background: #000;
 /*   text-decoration: none; */
}

.categories:before {
    content: "Category : ";
    font-size: 80%;
}

/* カテゴリ未設定の時に表示させない！ */
.no-categories {
	display: none;
}

.categories a {
    color: #000;
    font-size: 80%;
}

.categories a:hover {
    color: blue;
}

/* 記事デザイン */
.entry {
    padding-bottom: 20px;
    margin-bottom: 20px;

    position: relative;
}

.entry-content {
    color: #000; 
    margin: 0.8em 0;
    line-height: 1.8;
    font-size: 100%;
    font-family: "Open Sans",Meiryo,serif,sans-serif;
}

.entry-content p {
    margin: 0.8em 0;
}

.entry-content a {
    color: #2d6bc4;
}

.entry-content a:hover {
    text-decoration: underline;
}

a.keyword {
    color: #000;
    border-bottom: dotted 1px #aaa;
}

a.keyword:hover {
    border-bottom: solid 1px #aaa;
    text-decoration: none;
}

.entry-content h3, .entry-content h1, .entry-content h2 {
    font-size: 140%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.entry-content h4 {
    font-size: 130%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.entry-content h5 {
    font-size: 120%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

/*
.entry-content blockquote {
    background: #ece4e8;
    padding: 15px;
	margin: 0.8em 0;
}

.entry-content blockquote p {
    margin: 0;
}
*/

.entry-content blockquote {
	padding: 20px 55px;
	background: #efefef;
	background: rgba(245,245,245,0.8);
	color: #333;
	position: relative;
	border: solid 1px #fff; /* 背景が白以外のケース用 */
	margin: 0.8em 0;
}

.entry-content blockquote p {
	font-size: 90%;
}

.entry-content blockquote:before {
	content: "“";
	font-family: serif;
	position: absolute;
	top:0;
	left:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 1em;
}

.entry-content blockquote:after {
	content: "”";
	font-family: serif;
	position: absolute;
	bottom:0;
	right:0;
	font-size: 600%;
	color: #c8c8c8;
	color: rgba(200,200,200,1);
	line-height: 0;
}

.entry-content blockquote img {
	max-width: 100%;
}

.entry-content blockquote cite {
	display: block;
	text-align: right;
	font-size: 80%;
}

.entry-content blockquote p {
	margin: 0;
}

.entry-content pre {
    color: #fff;
    border: solid 1px #eee;
    padding: 15px;
    background: #333;
    font-size: 80%;

}

.entry-content pre a.keyword {
    color: inherit;
    text-decoration: underline;
    margin: 0.5em 0;
}

/*
.entry-content table {
    border-collapse: collapse;
    border: solid 1px #000;
    font-size: 90%;
}

.entry-content th {
    background: #eee;
}

.entry-content th, .entry-content td {
    border: solid 1px #000;
    padding: 3px 6px;
}
*/

.entry-content table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	margin: 0.8em 0;
}

.entry-content th {
	background: #f5f5f5;
	font-weight: bold;
}

.entry-content th, .entry-content td {
	border: solid 1px #ddd;
	padding: 5px 10px;
}

.entry-content td {
	background: #fff;
}

.entry-content ul li {
    list-style-type: square;
    margin-left: 30px;
}
.entry-content ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

.entry-content .hatena-asin-detail, .entry-content .itunes-embed  {
	padding: 15px 20px;
}

.entry-content .hatena-asin-detail li, .entry-content .itunes-embed li {
    list-style-type: none;
    font-size: 90%;
    margin: 0;
}

.entry-content dl {
    margin: 0.8em 0;
}

.entry-content dt {
    font-weight: bold;
}

.entry-content dd {
    margin-left: 40px;
}

.entry-content img, .entry-content iframe, .entry-content embed { 
    max-width: 800px;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife { 
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.entry-content img.magnifiable:hover, .entry-content img.hatena-fotolife:hover {
	box-shadow: 0 0 3px 1px #f78e1c;
}

.entry-footer a {
    color: #4c4c4c;
    font-size: 80%;
}

.fn {
    font-size: 80%;
}

.hatena-star-container {
    margin-bottom: 10px;
}

/* comment design */
.entry-comment {
	margin-top: 8px;
    margin-bottom: 8px;
}

.comment-content {
    font-size: 90%;
    padding: 10px;

    width: 800px;

    position: relative;
    background: #efefef;
	border: 1px solid #bbb;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 6px;

    word-wrap: break-word;
}

.comment-box a:hover { 
    color: #2d6bc4;
}

.comment-content:after, .comment-content:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.comment-content:after {
	border-bottom-color: #efefef;
	border-width: 8px;
	left: 20px;
	margin-left: -8px;
}

.comment-content:before {
	border-bottom-color: #bbb;
	border-width: 9px;
	left: 20px;
	margin-left: -9px;
}

.comment-metadata {
    font-size: 90%;
    font-family: "Open Sans",sans-serif;
}

.entry-footer .leave-comment-title {
	border: solid 1px #bbb;
	padding: 3px 6px;
	border-radius: 3px;

	color: #333;
	background-color: #e6e6e6;
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(top,#fff,#e6e6e6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);

	text-decoration: none;
	text-align: center;
	font-size: 70%;
	white-space: nowrap;

	font-family: "Open Sans",Meiryo,serif,sans-serif;
	font-weight: 300;
	opacity: 0.7;
    display: inline-block;
    margin-top: 5px;
}

.entry-footer .leave-comment-title:hover {
	opacity: 1;
	box-shadow: 0 0 2px #999;
}

/* common sidebar */
#box2 {
    width: 50px;
    height: 50px;
    position: fixed;

    top: 70px;
    left: 50px;

    overflow: hidden;
    color: #aaa;
    background: #000;
    
        -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

#box2:before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;

    top: 70px;
    left: 50px;

    background: #000;
    background: url(http://img.f.hatena.ne.jp/images/fotolife/p/platism/20130303/20130303235914.png) center center no-repeat;
    color: #fff;
    line-height: 50px;
    text-align: center;
    z-index: 100;
}

#box2:hover:before {
    opacity: 0;
}


#box2:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

#box2:hover {
    width: 1100px;
    height: 90%;
    overflow: scroll;
    opacity: 1;
    background: rgba(0,0,0,0.95);
    background: #fff;
    color: #000;

    padding: 50px;
    box-shadow: 0 0 4000px 2000px #000;
    z-index: 300;
}

#box2-inner {
    width: 1000px;
    margin: auto;
}

.hatena-module {
    margin: 30px 20px 30px 20px;
    width: 210px;
    float: left;
    opacity: 0;
}

#box2:hover .hatena-module {
    opacity: 1;
}

.hatena-module:nth-child(4n+1){
    clear: both;
}

.hatena-module a {
    color: #000;
}

.hatena-module a:hover {
    color: blue;
}

.hatena-module-title {
    font-size: 110%;
    color: #000;
    padding-bottom: 5px;
    border-bottom: solid 1px #999;
    margin-bottom: 15px;
}

.hatena-module-body {
    font-size: 90%;
}

.hatena-urllist li {
    padding: 0.3em 0;
}

.archive-module-month {
	list-style-type: none !important;
}

/* 改行防止 */
.hatena-module-recent-entries li {
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* profile design */
.hatena-module-profile .profile-icon {
    display: block;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.profile-icon {
    border-radius: 5px;
}

.id {
    display: block;
    text-align: center;
}

.profile-description {
    margin: 0.8em 0;
    color: #000;
    text-align: center;
}

/* searchbox design */
.search-module-input {
    width: 150px;
    height: 25px;
    padding: 3px 5px;
    border: solid 1px #aaa;
    vertical-align: middle;
}

.search-module-button {
	height: 25px;
    padding: 0 10px;
    line-height: 25px;
    
    background-color: #999;
    color: #fff;

    border: none;
    cursor: pointer;
    margin-left: -4px;
    
    vertical-align: middle;
}

.search-module-button:hover {
    background-color: #000;
    box-shadow: 0 0 5px #fff;
}

/* pager design */
.pager-prev a {
    color: #2d6bc4;
    text-shadow: 0 0 1px #999;
    padding: 0 5px;
}

/*
.pager-prev a:after {
    content: "\25b6";
}*/

.pager-next a {
    color: #2d6bc4;
    text-shadow: 0 0 1px #999;
    padding: 0 5px;
}

/*
.pager-next a:before {
    content: "\25c0";
}*/

/* archive design */
.page-archive #main a {
    color: #4c4c4c;
}

.page-archive #main p {
    font-size: 120%;
    color: #4c4c4c;
    padding-bottom: 5px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 15px;
}

.page-archive #main .entry-title {
    font-size: 90%;
    font-weight: normal;
}

.page-archive #main .entry-title {
    color: #2d6bc4;
}

.page-archive #main .categories:before {
    display: none;
}

.page-archive #main li {
    margin-left: 30px;
}

.page-archive section {
    margin-bottom: 10px;
}

/* about */
.page-about #main dd {
    margin-bottom: 10px;
}

.page-about #main dt:before {
    content: "❦ ";
    color: #e3343a;
}

/* corresponding problem of height */
#content:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* footer */
#footer {
    clear: both;
    background: url(http://img.f.hatena.ne.jp/images/fotolife/p/platism/20130223/20130223212637.png);
    text-align: center;
    padding: 6px;
    font-size: 70%;
}

#footer a {
    color: #fff;
    
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

#footer a:hover {
    text-decoration: underline;
}


#footer img {
    border-radius: 50%;
}

.page-archive #footer, .page-about #footer{
	position: fixed;
	width: 100%;
	bottom: 0;
}

.zenback-container * {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-ms-box-sizing: content-box !important;
	-o-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
/* </system> */