body {
    margin: 0;
    padding: 0;
    color: #333;
    background: #6d819c;
    text-align: center;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Serif','ヒラギノ角ゴシック',"Hiragino Sans",'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',
     "sans-serif";
      font-size:0.9em;
}

a {
    color: #0022cc;
}
a:visited {
    color: #7888dc;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}

.entry .entry-title a {
    font-size:140%;
}
.entry-content {
    line-height:2.0em;
    font-size:110%;
}
.profile-description{
    font-size:90%;
    line-height:1.4em;
}


.entry-content h2, .snsshare h2{
    font-size:1.00em;
    position: relative;
    background-color: #4c86c2;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 7px 21px 9px;
    margin-bottom: 12px;
}
.entry-content h2:before, .snsshare h2:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #345c85;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}


.entry-content h3{
    line-height: 1.6;
    font-weight: 400;
    color: #a44848;
    border-bottom: #a44848 1px solid;
    margin: 24px 3px 24px;
    clear: both;
    font-size:0.95em;
    }




.pr p {
    font-size:1.00em;
     line-height:1.8em; /*行間(行の高さ)*/
     padding-top:3px;
     padding-left:7px;
     padding-right:7px;
     color:black;
}
.pr h2 {
    position: relative;
    background-color: #3e70a3;
    color: #fff;
    border-radius: 5px;
    font-size: 1.0em;
    padding: 7px 21px 9px;
    margin-bottom: 10px;
}
.pr h2.after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #345c85;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.pr h3{
    line-height: 1.6;
    font-weight: 400;
    color: #a44848;
    border-bottom: #a44848 1px solid;
    margin: 24px 3px 24px;
    clear: both;
    font-size:1.00em;
    }

.entry-content .synSpecial { color: #dc322f }
.entry-content .synType { color: #b58900 }
.entry-content .synComment { color: #657b83}
.entry-content .synPreProc { color: #cb4b16 }
.entry-content .synIdentifier { color: #268bd2 }
.entry-content .synConstant { color: #2aa198 }
.entry-content .synStatement { color: #859900 }

.entry-content pre.code {
    font-size: 0.8em;
    background-color: #002B36;
    color: #cccccc;
    padding:15px;
    line-height:1.6em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* 目次のカスタマイズ */
.entry-content .table-of-contents {
 position:relative;
 border: 3px solid #707070; /* 枠の色はここを変更してください */
 background-color: #FFF; /* 背景カラーです */
 border-radius: 0px 0px 5px 5px;
 margin-top: 3em; /* 各々の環境で数字を調節してください */
}
.table-of-contents:after { /* 目次部分 */
 position: absolute;
 font-family: FontAwesome;
 content: '\f03a 目次'; /* 表示名を変えたければここを変更 */
 background: #707070;
 color: #fff;
 right: 0%;
 left: 0%;
 bottom: 100%;
 border-radius: 5px 5px 0 0;
 padding: 2px 0 2px 0;
 margin: 0 -3px 0 -3px;/* -で指定しているところはborderと同じ数値にする */
 text-align:center;
 font-size: 1.2em;
 letter-spacing: 2em
 }
.table-of-contents li {
 font-size:0.9em;
 font-weight: bold;
 color:#333;
}
.table-of-contents a{
 color:#545454;
 padding:2px 0;/* 列の間隔 */
 display: block;
 text-decoration: none;
 transition-duration: 0.3s /* カーソルが戻る時間 */
}
.table-of-contents li a:hover {
 padding-left: 7px; /* カーソル重ねた時に移動する距離 */
 transition-duration: 0.3s /* カーソルが移動する時間 */
}


/* @Container
====================================== */
#content {
    margin: 0 auto;
    background: #fff;
    text-align: left;
    zoom: 1;
    width: 100%;
    max-width: 1020px;
    border-right: 1px solid #4a5973;
    border-left: 1px solid #4a5973;
    overflow:auto;
}
#box2 {
    background: #fff;
    line-height: 1.5;
    max-width: 250px;
    float: right;
    border-left: 1px solid #a5bce7;
    border-bottom: 1px solid #a5bce7;
    overflow: hidden;
}

#main {
    max-width: 665px;
    mix-width:100px;
    height: auto;
    float: left;
    background: #fff;
    padding: 30px 15px 2em 40px;
    clear: both;
}

@media screen and (max-width: 1000px) {
#main {
    max-width: 500px;
}
}
@media screen and (max-width: 820px) {
#main {
    max-width: 400px;
}
}
@media screen and (max-width: 720px) {
#main {
    max-width: 300px;
}
}

/* @BLOG-TITLE
====================================== */
#globalheader-container {
    margin: 0px auto 0 auto;
    width: 98%;
    border-right: 1px solid #4a5973;
    border-left: 1px solid #4a5973;
    position: relative;
    text-align: left;
    padding: 5px 0 10px 0;
    background: #5e7cb4;
    color:#fff;
}

#blog-title {
	color: #ffffff;
	margin: 0px auto;
	padding: 0;
	background: #080056;
	text-align: left;
	font-size: 0.8em;
	text-indent: 20px;
	width: 100%;
	max-width: 1020px;
	border-right: 1px solid #4a5973;
	border-left: 1px solid #4a5973;
}

h1#title a,h1#title a:visited {
    color: #ffffff;
    text-decoration: none;
}
h1#title a:hover {
    text-decoration: underline;
}

#title {
	padding: 15px 20px 0;
	margin: 0;
	text-indent: 0;
}

#blog-description {
	padding: 0 20px 15px;
	margin-bottom: 0;
	text-indent: 0;
}

#blog-title-inner {
    background-color: #080056;
    height: auto!important;
    min-height: 20px;
}

.header-image-enable #blog-title #title a {
	-moz-text-shadow: none!important;
	-webkit-text-shadow: none!important;
	text-shadow: none!important;
}

.header-image-enable #blog-title #blog-description {
	-moz-text-shadow: none!important;
	-webkit-text-shadow: none!important;
	text-shadow: none!important;
}

/* @Top-box and Navigation Module
====================================== */
#top-box,#top-editarea,#bottom-editarea {
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
}
.breadcrumb a {
  color: white;
  margin-left: 20px;
}
.breadcrumb {
    color:white;
    background: #080056;
    max-width: 1020px;
    margin: 0 auto;
    border-right: 1px solid #4a5973;
    border-left: 1px solid #4a5973;
    margin-bottom:0px !important;
}

/* @ENTRY
====================================== */
.entry-title a {
    text-decoration: none;
    color: #333;
}
.entry-header h1.entry-title {
    border-left: 9px solid #7697D6;
    padding-left: 10px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 100%;
    margin: 0.4em 0 0 0;
}
h1.entry-title {
    margin:0;
}
.day a {
    color: #7697d6;
}
.date {
    margin: 0 0 10px 0;
    font-size: 130%;
    padding: 25px 0.5em 0.2em 0;
    line-height: 100%;
    color: #7697d6;
    border-bottom: 1px solid #a5bce7;
    font-weight: bold;
}
.date a {
    color: #7697d6;
    text-decoration: none;
}
.entry-header-menu {
   margin: 0 0 15px 0;
   padding: 0 0 0 12px;
   text-align: left;
   font-size: 80%;
   position: relative;
   line-height: 1.5;
   vertical-align: top;
   color: #999;
   border-left: 9px solid #7697D6; 
}
.entry-header div.categories{
    padding: 0 0 0 12px;
    margin:10px;
    text-align:left;
    font-size: 0.9em%;
    line-height: 1.1em;
    color: #999;
}
.archive-entries div.categories{
    margin:7px;
}
.section h4 {
   border-bottom: 1px dotted #a5bce7;
   padding: 3px;
   margin: 1em 0 0.5em 0;
}

.social-buttons {
	margin: 20px 0;
}




.hatena-fotolife{
-moz-box-shadow: 1px 3px 7px 2px #C5C5C5;
-webkit-box-shadow: 1px 3px 7px 2px #C5C5C5;
box-shadow: 1px 3px 7px 2px #C5C5C5;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

/* @Entry TextStyle
====================================== */

.entry-content p {
  line-height:2.0em;
  0.6em 0 0.6em 0;
  font-size:1.0em;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.5em 0;
}
.entry-content h1 {
  font-size: 150%;
}
.entry-content h2 {
  font-size: 120%;
}
.entry-content h3 {
  font-size: 115%;
}
.entry-content h4 {
  font-size: 120%;
  margin-bottom: 20px;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}

.entry-content blockquote {
  box-sizing: border-box;
  position: relative;
  margin: 1.5em 0;
  padding: 13px 15px 13px 50px;
  border: solid 2px #464646;
  color: #464646;
}
.entry-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 15px;
  font-family: FontAwesome;
  font-size: 25px;
  vertical-align: middle;
  line-height: 1;
  content: "\f10d";
}
.entry-content blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}
.entry-content blockquote cite {
  display: block;
  color: #888;
  font-size: 0.9em;
  text-align: right;
}
.entry-content blockquote ul,
.entry-content blockquote ol {
  border: none;
  padding: 5px 0 5px 22px;
  margin: 0;
  background: transparent;
}  


.entry-content ul { 
    list-style: disc;
}
.entry-content ul,
.entry-content ol {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

a.keyword {
  color: #3D3D3D;
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
}




/* @Module
====================================== */
.hatena-module-title {
    padding: 3px 0.5em 3px 0.7em;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
    background: #3e3d51;
    text-align: center;
}
.hatena-module-title a {
    color: #ffffff;
    text-decoration: none;
}
.hatena-module-body {
    padding: 7px;
    zoom: 1;
    font-size:100%;
    line-height: 1.8em;
}
.hatena-module ul, .sidebar .hatena-module ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
}
.hatena-module ul li, .hatena-module ol li {
    padding-bottom: 3px;
    padding-left: 2px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e5ebfa;
    line-height: 1.3;
}
.hatena-module ul li a, .hatena-module ol li a {
    text-decoration: none;
}

/* @Module::Profile
====================================== */
.hatena-module-profile {
    font-size: 110%;
    line-height: 2.0em;
}
.hatena-module-profile .id {
    padding-bottom: 0.2em;
    font-weight: bold;
}
.hatena-module-profile .id a {
    text-decoration: none;
}
.profile-icon {
	float: left;
	margin: 5px 10px 5px 5px;
}
.hatena-module-profile .profile-description p {
    margin: 0;
}



/* @Footer
====================================== */
#footer {
    margin: 0 auto;
    background: #fff;
    zoom: 1;
    width: 100%;
    max-width: 1000px;
    line-height: 1.5;
    border-right: 1px solid #4a5973;
    border-left: 1px solid #4a5973;
    clear: both;
}

/* @HATENA-EMBED
====================================== */
/* ---STANDARD
.hatena-embed {
    padding-left: 20px;
    margin: 1em 0;
}

.hatena-embed.fotolife,
.hatena-embed.twitpic {
	padding:0;
	margin:0;
	border: none;
	background: transparent;
	display: inline;
}

.hatena-embed.hatena-bookmark {
	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/hatena-bookmark.png?version=55c538122c8ae4143a1c580244ec9bba') no-repeat left 3px;
}

.hatena-embed.foursquare {
	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/foursquare.png?version=55c538122c8ae4143a1c580244ec9bba') no-repeat left 3px;
}

.hatena-embed.hatena-coco {
	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/hatena-coco.png?version=55c538122c8ae4143a1c580244ec9bba') no-repeat left 3px;
}

.hatena-embed.hatena-haiku {
	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/hatena-haiku.png?version=55c538122c8ae4143a1c580244ec9bba') no-repeat left 3px;
}

.hatena-embed.twitter {
	background:url('https://cdn.blog.st-hatena.com/images/admin/curation/services/twitter.png?version=55c538122c8ae4143a1c580244ec9bba') no-repeat left 3px;
}



/* @HATENA-EMBED(BOOKMARK)
====================================== */
.hatena-embed.hatena-bookmark {
    padding: 15px 15px 15px 70px;
    margin: 1em 0;
    background: transparent;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    background: #ffffff url('https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-bookmark.png?version=55c538122c8ae4143a1c580244ec9bba') no-repeat 10px top;
    position: relative;
}
.hatena-embed.hatena-bookmark a {
    text-decoration: underline;
}
.hatena-embed.hatena-bookmark .hatena-embed-image {
    max-height: 50px;
}



/* @Archive
====================================== */
.autopagerize_page_element .categories {
    border:none;  
    margin-right: 20px;
}
.autopagerize_page_element .entry-title {
    border:none;   
}
/* </system> */



.follow-box{
text-align:center;
}

.rss-box{
text-align:center;
}

.follow-me {
list-style: none;
margin: 0 0 -8px;
overflow: hidden;
padding: 0;
}
.follow-me li {
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px ;
  width: 80px;
  height: 42px;
  vertical-align: top;
  line-height: 64px;
  display: inline-block;
  border-radius: 50%;
  text-align: center; 

}
.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px; /* Button height */
  line-height: 42px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 42px; /* Button width */
}
.follow-me li a[href$="/subscribe"]::before         { border-color: #363636; background-color: #363636; content: "\f000"; font-family: blogicon; }
.follow-me li a:hover::before {
}
.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; background-color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="instagram.com"]::before      { border-color: #125688; background-color: #125688; content: "\f16d"; }
.follow-me li a[href*="twitter.com"]::before        { border-color: #55acee; background-color: #55acee; content: "\f099"; }
.follow-me li a[href*="youtube.com"]::before        { border-color: #cd201f; background-color: #cd201f; content: "\f16a"; }
.follow-me li a[href$="/feed"]::before   { border-color: #ffa500; background-color: #ffa500; content: "\f09e"; }

.follow-me li a::before {
    -webkit-border-radius: 2px; /* for Android ~4.3 */
    border-radius: 2px;
    font-size: 23px;
    height: 41px;
    line-height: 44px;
    width: 100px;
    vertical-align: middle;
}
.follow-me li a:hover::before {
  opacity: 0.7;
}

/*記事上・記事下フォローボタン*/
.content-inner-follow-buttons{
    text-align: center;
    margin-top:40px;
    width:100%;
    letter-spacing: -.40em;
}
.content-inner-follow-buttons .follow-title {
    letter-spacing: normal;
    width:100%;
    color:#666;
    margin-bottom:5px;
}
.content-inner-follow-buttons a {
    display: inline-block;
    letter-spacing: normal;
    width:30%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding:20px 0;
    margin:3px;
}
.content-inner-follow-buttons .inner-text {
    font-size:16px;
}
.content-inner-follow-buttons .hatena {
    color: #ffffff;
    background: #38393C;
}
.content-inner-follow-buttons .hatena:hover {
    background: #5F6063;
}
.content-inner-follow-buttons .facebook {
    background: #305097;
    color: #ffffff;
}
.content-inner-follow-buttons .facebook:hover {
    background: #5A77B7;
}
.content-inner-follow-buttons .twitter {
    background: #55acee;
    color: #ffffff;
}
.content-inner-follow-buttons .twitter:hover {
    background: #89C7F7;
}
.content-inner-follow-buttons .instagram {
    background: #3f729b;
    color: #ffffff;
}
.content-inner-follow-buttons .instagram:hover {
    background: #7AA5C7;
}
.content-inner-follow-buttons .feedly {
    background: #6cc655;
    color: #ffffff;
}
.content-inner-follow-buttons .feedly:hover {
    background: #8EDC7A;
}
.content-inner-follow-buttons .googleplus {
    background: #db4a39;
    color: #ffffff;
}
.content-inner-follow-buttons .googleplus:hover {
    background: #e47365;
}
table{
  border-collapse:collapse;
  margin:0 auto;
  boader:1px;
}
td,th{
  padding:10px;
  text-align:left;
}
th{
  color:#fff !important;
  background:#005ab3 !important;
}
table tr:nth-child(odd){
  background:#e6f2ff;
}
td{
  border-bottom:2px solid #80bcff;
}
td:first-child, th:first-child{
	padding-left:10px;
}