/* <system section="theme" selected="6435988827676822140"> */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);

* {
    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: underline;
}

body {
    font-family: "Open Sans",Meiryo,sans-serif;
    min-width: 900px;
    background: #f6f6f6;
}

/*  navigation design */
#globalheader-container {
    color: #fff;
    background: #333;
    opacity: 0.8;
    width: 100%;
    position: fixed;
    top: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#globalheader-container:hover {
	opacity: 1;
}

/* title design */
#blog-title {
    width: 800px;
    text-align: center;
    margin: auto;
    padding: 67px 0 30px;
}

/* container design */
#content {
    width: 100%;
    margin: auto;
}

#container a {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;

}

#container * {
    -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: 800px;
    margin: auto auto 50px auto;;
    position: relative;
    background: transparent;
}

.entry-inner {
	width: 800px;
	padding-top: 20px;
	margin: auto;
}

.entry {
    padding-bottom: 40px;
    position: relative;

}

/* title design */
#title {
    font-size: 210%;
    font-family: "Open Sans",Meiryo,sans-serif;
}

.header-image-enable #title {
    text-align: center;
}

#title a {
    color: #000;
    display: inline-block;
}

#blog-description {
    margin-top: 5px;
    font-size: 90%;
    color: #000;
}

.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;
}

.breadcrumb div::before {
	content: "✱";
}

/* calender design */
.date a {
    font-family: 'Open Sans',cursive;
    font-size: 80%;
    font-weight: 300;
    color: #666;
}

/* entry title design */
.entry-title {
    font-size: 150%;
    font-weight: bold;
    font-family: "Open Sans",Meiryo,sans-serif;
    margin: 0.1em 0;
}

.entry-title a {
    color: #000;
}

.entry-header {
    position: relative;
    margin-bottom: 0.5em;
    padding-bottom: 5px;
}

/* 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: 95%;
    color: #fff;
    border: solid 1px #fff;
}

.entry-header-menu a:hover {
    background: #000;
    text-decoration: none;
}

.page-index .categories , .page-entry .categories,.page-search .categories {
    position: absolute;
    top:  0px;
    left: 80px;
}

.categories a {
    color: #666;
    font-size: 80%;
    font-weight: 300;
}

/* entry design */
.entry-content {
    color: #000; 
    margin: 0.8em 0;
    line-height: 1.8;
    font-size: 95%;
    font-family: "Open Sans",Meiryo,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 #ccc;
}

a.keyword:hover {
    border-bottom: solid 1px #aaa;
    text-decoration: none;
}

.entry-content h3, .entry-content h1, .entry-content h2 {
    font-size: 130%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    padding-left: 10px;
    border-left: solid 5px #00a39e;
}

.entry-content h4 {
    font-size: 120%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    border-bottom: dotted 1px #00a39e;
}

.entry-content h5 {
    font-size: 110%;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}


.entry-content blockquote {
    background: #e6d9e2;
    font-size: 90%;
    padding: 20px;
    box-shadow: 0 2px 2px #999;
}

.entry-content blockquote p {
    margin: 0;
}

.entry-content pre {
    color: #fff;
    padding: 20px;
    background: #222;
    font-size: 100%;
    box-shadow: 0 2px 2px #999;
}

.entry-content pre.code {
    color: #fff;
    padding: 20px;
    background: #222;
    font-size: 80%;
    box-shadow: 0 2px 2px #999;
}

.entry-content pre a.keyword {
    color: #fff;
}

.entry-content table {
    border-collapse: collapse;
    border: solid 1px #000;
    font-size: 90%;
    box-shadow: 0 2px 2px #999;
}

.entry-content th {
    background: #1a8db7;
    color: #fff;
    font-weight: normal;
}

.entry-content th, .entry-content td {
    border: solid 1px #000;
    padding: 4px 10px;
}

.entry-content td {
    background: #fff;
}

.entry-content ul li {
    list-style-type: square;
    margin-left: 40px;
}
.entry-content ol li {
    list-style-type: decimal;
    margin-left: 40px;
}

.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 { 
    max-width: 800px;
    border: solid 1px #ddd;
    padding: 5px;
    background: #fff;
}

.entry-content img.magnifiable:hover, .entry-content img.hatena-fotolife:hover { 
    border: solid 1px #de741e;
}

.entry-content .hatena-asin-detail {
	background: #fff;
	border: solid 1px #ddd;
	padding: 15px 20px;
}

.entry-content .hatena-asin-detail li {
    list-style-type: none;
    font-size: 95%;
}

.entry-footer a {
    color: #4c4c4c;
    font-size: 80%;
}

.fn {
    font-size: 80%;
}

.hatena-star-container {
    margin-bottom: 10px;
}

/* Comments Space */
.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-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 {
	padding: 4px 8px;

	color: #fff;
	background-color: #1a9bc7;

	text-decoration: none;
	text-align: center;
	font-size: 80%;
	white-space: nowrap;

	font-family: "Open Sans",Meiryo,sans-serif;
	font-weight: 300;
    display: inline-block;
    margin-top: 10px;
}

.entry-footer .leave-comment-title:hover {
	background-color: #1c7fa0;
}


/* common sidebar */
#box2 {
    width: 200px;
    height: 200px;
    opacity: 0;

    position: fixed;

    right: 0;
    bottom: 0;

    overflow: hidden;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.9);
    z-index: 6;
    padding: 50px;
    
    cursor: pointer;
}

#container::before {
    content: "Info";
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    width: 300px;
    height: 50px;

    background: #000;
    background: rgba(0,0,0,0.9);
    
    color: #fff;
    line-height: 50px;
    font-family: "Open Sans";
    font-size: 20px;
    
    position: fixed;
    right: -80px;
    bottom: 40px;

    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    
    text-align: center;
    border-top: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    box-shadow: 0 0 10px 5px #000;

    z-index: 5;

    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#box2:hover,#box2:focus {
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: scroll;
    z-index: 300;
    cursor: auto;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#box2:hover .hatena-module {
    -webkit-animation: anime 0.4s linear 1.5s 1 normal forwards;
	animation: anime 0.4s linear 1.5s 1 normal forwards;
}

#box2:hover .hatena-module:nth-child(1){
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
#box2:hover .hatena-module:nth-child(2){
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
#box2:hover .hatena-module:nth-child(3){
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
#box2:hover .hatena-module:nth-child(4){
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
#box2:hover .hatena-module:nth-child(5){
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
#box2:hover .hatena-module:nth-child(6){
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
#box2:hover .hatena-module:nth-child(7){
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
#box2:hover .hatena-module:nth-child(8){
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
#box2:hover .hatena-module:nth-child(9){
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
#box2:hover .hatena-module:nth-child(10){
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
#box2:hover .hatena-module:nth-child(11){
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
#box2:hover .hatena-module:nth-child(12){
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}


@-webkit-keyframes anime {
	0% { -webkit-transform: scale(1,1) translateY(-10px);opacity:0;}
    100% { -webkit-transform: scale(1,1) translateY(0px);opacity:1;}
}
@keyframes anime {
	0% { transform: scale(1,1) translateY(-10px);opacity:0;}
    100% { transform: scale(1,1) translateY(-10px);opacity:1;}
}

.hatena-module {
    margin: 20px 10px;
    width: 250px;
    float: left;
    opacity: 0;

}

.hatena-module a {
    color: #fff;
}

.hatena-module a:hover {
    text-decoration: underline;
}

.hatena-module-title {
    font-size: 110%;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: dotted 1px #fff;
    margin-bottom: 15px;
    font-weight: 300;
}

.hatena-module-body {
    font-size: 90%;
}

.hatena-urllist li {
    padding: 0.3em 0;
}


.hatena-module-recent-entries .hatena-urllist li a::before, .hatena-module-links .hatena-urllist li a::before {
  content: '\25B8  ';
}

/* profile design */
.hatena-module-profile .profile-icon {
    display: block;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.id {
    display: block;
    text-align: center;
}

.profile-description {
    margin: 0.8em 0;
    color: #fff;
    text-align: left;
}

/* 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: #5fbee6;
    color: #fff;

    border: none;
    cursor: pointer;
    margin-left: -4px;
    
    vertical-align: middle;
    
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.search-module-button:hover {
    background: #316d87;
}

.hatena-module-profile {
	width: 200px;
}

.hatena-module-archive {
	width: 200px;
}

.hatena-module-category {
	width: 400px;
}

.hatena-module-search-box {
	width: 210px;
}

.hatena-module-recent-entries {
	width: 300px;
}

/* Comments */
.hatena-module-recent-comments {
	font-size: 90%;
}

.hatena-module-recent-comments img {
	border-radius: 50%;
}

/* 改行防止 */
.hatena-module-recent-entries li {
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.archive-module-month {
	list-style-type: none !important;
}

/* Tag Cloud */
.hatena-module-category li  {
	display: inline-block;
	margin-bottom: 2px;

}

.hatena-module-category li a {
	display: inline-block;
	margin-left: 5px;
	background: #d47c41;
	color: #fff;
	padding: 0 6px;
	line-height: 25px;
	height: 25px;
	font-size: 80%;
	font-weight: 300;
}

.hatena-module-category li a:hover {
	background: #a04910;
	text-decoration: none;
}

/* Pager Button */
.pager {
	width: 800px;
	margin: auto;
}

.pager::after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.pager-next a::after {
    content: "\25b6";
}

.pager-prev a::before {
    content: "\25c0";
}

.page-entry .pager-next a,.page-entry .pager-prev a, .page-archive .pager-next a, .page-archive .pager-prev a {
	display: block;
	width: 395px;
	text-align: center;
	background: #f1ebeb;
	float: left;
	margin: auto;
    padding: 8px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 100%;
    color: #555;
}

.page-entry .pager-next a, .page-archive .pager-next a {
	float: right;
}

/* Index-Page */
.page-index .pager-next a , .page-search .pager-next a {
	display: block;
	width: 800px;
	text-align: center;
	background: #f1ebeb;

	margin: auto;
    padding: 8px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 100%;
    color: #555;
}

.pager-next a:hover, .pager-prev a:hover {
	text-decoration: none;
	background: #dbcccc;
}

/* archive page design */
.page-archive #main {
    padding-bottom: 40px;
}

.page-archive #main-inner {
    padding-bottom: 20px;
}

.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;
}

.page-archive #main .categories a{
	display: inline-block;
	background: #d47c41;
	color: #fff;
	padding: 0 6px;
	line-height: 25px;
	height: 25px;
	font-size: 80%;
	font-weight: 300;
	margin-left: 2px;
	margin-top: 4px;
}

.page-archive #main .categories a:last-child {
	margin-right: 5px;
}

.page-archive #main .categories a:hover {
	background: #a04910;
	text-decoration: none;
}

/* 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 design */
#footer {
    clear: both;
    text-align: center;
    padding: 5px;
    font-size: 80%;
    background: #333;
    z-index: 4;
}

#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;
}

/* </system> */