/* <system section="theme" selected="6435922169449274523"> */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

* {
    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","Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
}

/* navigation design */
#globalheader-container {
    color: #fff;
    background: #444;
    background: rgba(0,0,0,0.6);
    /*
    box-shadow: 0 0 5px #000;
    */
    width 100%;
}

/* headline design */
#blog-title {
    width: 1000px;
    margin: auto;
    padding: 20px 20px;
}

/* container rayout */
#content {
    width: 1000px;
    margin: auto auto 50px;
    background: #fff;
}

#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: 750px;
    float: left;
    padding: 20px;
    position: relative;
    background-color: #fff;
}

/* title design */
#title {
    font-size: 250%;
    color: #fff;
    text-shadow: 1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff,2px 2px 2px #999;
    font-weight: bold;
}

.header-image-enable #title {
    text-align: center;
}

#title a {
    color: #000;
}

#blog-description {
    margin-top: 5px;
    font-size: 90%;
    color: #999;
}

.header-image-enable #blog-description {
    text-align: center;
}

.header-image-enable #blog-title-inner {
    padding: 60px;
}

/* breadcrumb design */
.breadcrumb {
    width: 1000px;
    margin: auto;
    background: #fff;
    padding: 20px 20px 0;
}

.breadcrumb a {
    color: #ff3399;
}

/* calender rayout */
.entry-header .date a {
    display: block;
    font-family: 'Open Sans', serif;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background: orange;
    text-align: center;
    color: #fff;
}

.entry-header .date a:hover {
    background: #000;
    text-decoration: none;
}

/* entry headline */
.entry-title {
    font-size: 150%;
    font-weight: bold;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
    margin: 0.1em 0;
}

.entry-title a {
    color: #000;
}

.entry-header {
    position: relative;
    margin-bottom: 0.5em;
}

/* edit button */
.entry-header-menu a {
    display: block;
    position: absolute;
    left: -60px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    font-size: 80%;
    color: #fff;
    border: solid 1px #fff;
}

.entry-header-menu a:hover {
    box-shadow: 0 0 10px #000;
}

.categories a {
    color: #666;
    font-size: 80%;
}

.categories a:before {
  content: '\25B8';
}

/* entry design */
.entry {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px  #aaa;
}

.entry-content {
    color: #000; 
    margin: 0.8em 0;
    line-height: 1.8;
    font-size: 100%;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
}

.entry-content p {
    margin: 0.8em 0;
}

.entry-content a {
    color: #2d6bc4;
}

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: 20px;
	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: 20px;
    background: #333;
    font-size: 100%;
}

.entry-content pre.code {
    color: #fff;
    border: solid 1px #eee;
    padding: 20px;
    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: 710px;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife { 
    border-radius: 3px;
    box-shadow: 0 2px 4px #ccc;

    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}

.entry-content img.magnifiable:hover, .entry-content img.hatena-fotolife:hover  {
/*
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    box-shadow: 0 0 7px #999;
*/
	opacity: 0.7;
}


.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: 10px;
    padding: 10px;
    border-left: dotted 1px #999;
}

.entry-comment:hover {
    box-shadow: 0 0 4px #000;
}

.comment-content {
    font-size: 90%;
    padding: 5px;
    
    word-wrap: break-word;
}

.comment-metadata {
    font-size: 90%;
}

.entry-footer .leave-comment-title {
	padding: 5px 8px;
    background-color: #999;
    color: #fff;
    
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
}

.entry-footer .leave-comment-title:hover {
    background-color: #000;
    text-decoration: none;
}

/* sidebar design */
#box2 {
    width: 250px;
    float: right;
    padding: 20px;
    background-color: #fff;
}

.hatena-module {
    margin-bottom: 30px;
}

.hatena-module a {
    color: #4c4c4c;
}

.hatena-module a:hover {
    color: #4c4c4c;
}

.hatena-module-title {
    font-size: 120%;
    color: #4c4c4c;
    padding-bottom: 5px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 15px;
}

.hatena-module-body {
    font-size: 80%;
}

/* eroge bunner optimize */
.hatena-module-body a .erg {
	-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;
	
    display: block;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 5px 10px #999;
}

.hatena-module-body:hover a .erg {
    opacity: 0.8;
}

.hatena-urllist li {
    padding: 0.3em 0;
}

.hatena-urllist li:before {
  content: '\25B8';
}

.hatena-urllist .archive-module-year:before {
  content: '';
}

.recent-entries li:before {
  content: '';
}

.recent-entries li div:before {
  content: '\25B8';
}

.archive-module-month {
	list-style-type: none !important;
}

/* profile design */
.profile-icon {
    box-shadow: 0 1px 4px #999;
    border-radius: 50%;
}

.id {
    display: block;
}

.profile-description {
    margin: 0.8em 0;
}

/* 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 6px;
    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;
}

/* pager design */
.pager-prev a {
    color: #ff3399;
}

.pager-next a {
    color: #ff3399;
}

/* archive design */
.page-archive #main a {
    color: #4c4c4c;
}

.page-archive #main p {
    font-size: 90%;
    color: #4c4c4c;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.page-archive #main .entry-title {
	font-size: 110%;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
	color: #3489bd;
}

.page-archive #main .entry-title {
    color: #2d6bc4;
}

.page-archive #main .entry-description {
	margin: 0.2em 0;
}
.page-archive #main .categories {
	margin: 0 0 0.5em;
}

.archive-entry {
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px !important;
}

.page-archive #main li {
    margin-left: 30px;
}

.page-archive section {
    margin-bottom: 10px;
}

/* about */
.page-about #main dd {
    margin-bottom: 10px;
}

/* corresponding problem of height */
#content:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* footer */
#footer {
    clear: both;
    background-color: #444;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding: 10px;
    font-size: 80%;
}

#footer a {
    color: #fff;
}

#footer img {
    border-radius: 50%;
}

/* scroll button design */
#page-top {
    width: 40px;
	height: 40px;
    font-family: "Open Sans",sans-serif;
	position: fixed;
	top: 95px;
	right: 20px;

	background: #999;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 22px;

	font-weight: 300;
	border-radius: 50%;

	z-index: 1;
	box-shadow: 0 0 5px #999;
	cursor: pointer;
    opacity: 0.7;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#page-top:hover {
    opacity: 1;
}

#page-down {
    width: 40px;
	height: 40px;
	font-family: "Open Sans",sans-serif;
	position: fixed;
	top: 145px;
	right: 20px;

	background: #999;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 22px;

	font-weight: 300;
	border-radius: 50%;

	z-index: 1;
	box-shadow: 0 0 5px #999;
	cursor: pointer;
    opacity: 0.7;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#page-down:hover {
    opacity: 1;
}

#top-editarea, #bottom-editarea {
	width: 1000px;
	margin: 0 auto;
}

.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> */

header{
    padding-bottom:10px;
    border-bottom:solid 0px #000;
}

body{
    background:#eee;
}

.entry-content img.magnifiable, .entry-content img.hatena-fotolife { 
    border-radius: 3px;
    box-shadow: 0px 0px 0px 0px !important;

    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}
#new_entries_feed img.htbl_new_entry_img {
    border:solid 0px #000;
}
#new_entries_feed a img.htbl_new_entry_img{
    border:solid 0px #000;
    transition:0.1s;
}
#new_entries_feed a:hover img.htbl_new_entry_img{
    opacity: 0.7;
}
#new_entries_feed a{
    text-decoration:none;
}

#new_entries_feed a:hover{
    color:#FF3366;
}
div.htbl_new_entry{
    margin:10px 0 10px;
}

.entry-content a{
    color:#FF3366;
    transition:0.1s;
}
.entry-content a:hover{
    opacity: 0.7;
    text-decoration:underline;
}

div.hatena-module-category div.hatena-module-body ul li{
	float:left;
	margin:5px;
	list-style-type:none;
	
}

div.hatena-module-category div.hatena-module-body ul li a{
	padding:3px 5px 3px;
	float:left;
	background:#eee;
	text-decoration:none;
	transition:0.1s;
	border-radius:3px;
	
}
div.hatena-module-category div.hatena-module-body ul li a:hover{
	float:left;
	background:#FF3366;
	color:#fff;
	
}
.hatena-urllist li{
    padding:0px;
}

.hatena-urllist li:before {
    content: none;
}

.hatena-module.hatena-module-category {
    overflow: hidden;
}

li.urllist-item.entries-access-ranking-item{
    margin-bottom:20px;
}
.hatena-module.hatena-module-entries-access-ranking a {
    text-decoration:none;
    transition:0.1s;
}
.hatena-module.hatena-module-entries-access-ranking a:hover {
    color: #FF3366;
}

#blog-title{
    padding:0px;
    margin:0 auto;
    width:1100px;
}

#top-editarea{
    width:1100px;
    height:50px;
    margin-bottom:10px;
}

#glnavi{
    width:1100px;
    height:50px;
}

#glnavi ul{
   width:1100px;
   height:50px;
}

#glnavi li{
    float:left;
    width:157px;
    height:50px;
    margin:0px;
    color:#444444;
    list-style:none;
    background:#fff;
    text-align:center;
    line-height:3em;
}

#glnavi li a{
    float:left;
    width:157px;
    height:50px;
    margin:0px;
    color:#444444;
    border-right:dotted 1px #aaa;
    text-decoration:none;
    transition:0.2s;
}
 
 #glnavi li a:hover{
    color:#FF0461;
    border-bottom:solid 3px #FF0461;
}
 #glnavi li a:active{
    color:#FF0461;
    border-bottom:solid 3px #FF0461;
}

#glnavi .li1{
}

#content{
    width:1100px;
    background:#eee;
}
#wrapper{
    padding:0px;
    margin-top:10px;
}

#main{
    width:750px;
    padding: 30px;
}

a{
    text-decoration:none;
}

hr{ color:#eee;
}

#box2{
    width:320px;
    margin-right:0px;
    margin-left:10px;
    padding:0px;
    background:#eee;
    margin-top:10px;
}

#box2-inner{
    width:320px;
    padding:0px;
    margin:0px;
}

.hatena-module{
    background:#fff;
    padding:20px;
    
}

.breadcrumb{
    width: 1100px;
    margin: auto;
    padding: 10px 20px 0;
    background:#eee;
}


.entry-content h2{
    margin: 20px 0 10px 0;
    border-left:10px solid #FF0461;
    background-color:#f5f5f5;
    padding:7px 10px;
}
.entry-content h3{
    font-size: 130%;
    margin: 20px 0 10px 0;
    border-bottom:solid 1px #D5D5D5;
    color:#FF3366;
}

.entry-content h4 {
    font-size: 110%;
    font-weight: bold;
    margin: 20px 0 10px 0;
    border-left:5px solid #DC143C;
    padding-left:10px;
}


button3{
    font-size:1.4em;
    font-weight:bold;
    padding: 10px 30px;
    background-color:#FF1A6F;
    color:#fff;
    border-style:none;
}


#button {
    width:280px;
    color:#ffffff;
    background:#FF0461;
    font-size:20px;
    font-weight:bold;
    text-shadow:0 -1px 0px #225588,0 -2px 0px #225588;
    text-align:center;
    display:block;
    text-decoration:none;
    border:1px solid #FF0461;
    padding:12px 0 8px 0;
    border-radius:5px;
    background:-moz-linear-gradient(rgba(229,0,79,0.5),rgba)34,85,136,1));
    background:-webkit-gradient(linear, 100% 0%, 100% 100%,from(rgba(229,0,79,0.5)), to(rgba(229,0,79,1)));
    box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5)inset, 0px -1px 0px rgba(255,255,255,0.2) inset;    
}
#button:hover {
    background:-moz-linear-gradient(rgba(229,0,79,0.4), rgba(229,0,79,0.9));
    background:-webkit-gradient(linear,100% 0%, 100% 100%,from(rgba(229,0,79,0.4)), to(rgba(229,0,79,0.9)));
}
.box{
    background-color:navy;
    display:block;
　  padding:10px; margin:5px;
　  width:240px;
　  text-align:center;
}
a .box { 
    background-color:navy; 
    font-weight:bold;
    border:5px solid gray;
    color:white;
    padding:10px; margin:5px;
    width:240px;
    text-align:center;
}
a:hover .box { background-color:#0000BB; color:white; }
#tokyo{
  display:block;
  width:280px;
  height:70px;
  background-image:url(http://f.st-hatena.com/images/fotolife/s/shukatsu_swot/20140509/20140509154216.png?1399617759);
  text-indent:-10000px;
  list-style:none;
}
#tokyo:hover{
  display:block;
  width:280px;
  height:70px;
  background-image:url(http://f.st-hatena.com/images/fotolife/s/shukatsu_swot/20140509/20140509170525.png?1399622734);
  text-indent:-10000px;
  list-style:none;
}

#kyoto{
  display:block;
  width:280px;
  height:70px;
  background-image:url(http://f.st-hatena.com/images/fotolife/s/shukatsu_swot/20140509/20140509155858.png?1399618754);
  text-indent:-10000px;
  list-style:none;
}
#kyoto:hover{
  display:block;
  width:280px;
  height:70px;
  background-image:url(http://f.st-hatena.com/images/fotolife/s/shukatsu_swot/20140509/20140509155859.png?1399618839);
  text-indent:-10000px;
  list-style:none;
}

.entry-content table{
    border:0px;
}

.entry-content table td{
    border:0px;
}
.entry-content table th{
    border:0px;
}

table.summary {
    width: 550px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    border:solid 0px
    font-size: 12px;
}

table.summary th,
table.summary td{
    padding:10px;
}
table.summary th {
    background: #FF3366;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.summary th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FF3366;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.summary th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #FF3366 10px solid;
        margin-top: -10px;
    }
}
 
table.summary td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}
.pager-next a{
    color:#333;
    transition:0.2s;
    text-decoration:none;
}
.pager-next a:hover{
    color:#FF0461;
}

.pager-prev a{
    color:#333;
    transition:0.2s;
    text-decoration:none;
}
.pager-prev a:hover{
    color:#FF0461;
}
#top-box{
    height:24px;
}
.breadcrumb{
    margin: auto;
    padding: 0px;
    background: #eee;
}