
@charset "utf-8";
/* Reset Style */
html {
  overflow-y: scroll;
}



body {
  line-height: 1;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */


body {
  font: 12
  px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}


@font-face {
  font-family: "sb-icon-font";
  src: url("../font/sb-icon-font.eot");
  src: url("../font/sb-icon-font.eot?#iefix") format("embedded-opentype"), url("../font/sb-icon-font.ttf") format("truetype"), url("../font/sb-icon-font.svg#sb-icon-font") format("svg"), url("../font/sb-icon-font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "sb-icon-font";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sb-icon-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}


body {
  background: #63807e url(../img/share/bg.jpg) repeat center top;
  color: #333333;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a {
  color: #33ccff;
  -webkit-transition: color 0.24s ease;
  -moz-transition: color 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: color 0.24s ease;
}
a:hover, a:active, a:focus {
  color: #99e6ff;
}

@media screen and (min-width : 320px){
    body { font-size : 60%;}
	img {width: 75%;}
		
}

@media screen and (min-width : 480px){
    body { font-size : 70%;}
	img {width: 85%;}
}

@media screen and (min-width : 768px){
    body { font-size : 80%;} 
	img {width: 95%;}
}
 
@media screen and (min-width : 1024px) {
    body { font-size : 87.5%}; 
	img {width: 100%;}
}


/*----------------------------------------------------
	#wrapHead
----------------------------------------------------*/
#wrapHead {
  padding-top: 62px;
  width: auto;
}
#wrapHead #header {
  width: 360px;
}
#wrapHead #header h1 {
  padding: 13px 30px 11px 30px;
}

#header {
	  background-color: rgba(30, 47, 46, 0.7);
  -webkit-border-radius: 10px 0px 20px 0px;
  -moz-border-radius: 0px 0px 20px 0px;
  -ms-border-radius: 0px 0px 20px 0px;
  -o-border-radius: 0px 0px 20px 0px;
  border-radius: 0px 0px 20px 0px;
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}

a:hover {
  background-color: rgba(91, 123, 122, 0.6);
}

#wrapHead #header h1 img {
  max-width: 100%;
  height: auto;
}





/*----------------------------------------------------
	#wrapFoot
----------------------------------------------------*/
#wrapFoot {
  clear: both;
  background: #202b3f;
  background: url(../img/share/bg_foot.gif) repeat left center;
  padding-top: 60px;
  padding-bottom: 20px;
}
#wrapFoot a {
  color: #04022f;
}
#wrapFoot #footer {
  margin: auto;
  width: 1144px;
}
#wrapFoot #footer .footerIn {
  min-height: 500px;
  background-color: rgba(20, 32, 50, 0.8);
  padding: 20px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
#wrapFoot #footer .footerIn:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 20px solid transparent;
  border-left-color: rgba(20, 32, 50, 0.8);
  left: 100%;
  bottom: 40px;
}
#wrapFoot #footer .footerIn .footL {
  float: left;
  width: 300px;
  padding-right: 20px;
}
#wrapFoot #footer .footerIn .footL ul {
  list-style: none;
}
#wrapFoot #footer .footerIn .footL ul li {
  display: inline;
  margin-right: 10px;
}
#wrapFoot #footer .footerIn .footC {
  float: left;
  width: 300px;
  padding-right: 20px;
}
#wrapFoot #footer .footerIn .footC ul {
  list-style: none;
}
#wrapFoot #footer .footerIn .footR {
  float: left;
  width: 300px;
}
#wrapFoot #footer p.copyright {
  text-align: right;
}

#side {
  float: right;
  width: 336px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 2px #888888;
  -moz-box-shadow: 0px 0px 2px #888888;
  box-shadow: 0px 0px 2px #888888;
  color: #333;
}

.adDropBox {
  margin-bottom: 20px;
}
.adDropBox a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.adDropBox .adDbTxt {
  background: #1e89da;
  padding: 4px 10px 7px 10px;
  color: #fff;
  line-height: 1.5em;
}

.sideLatest {
  background: url(../img/share/m03.png) no-repeat left center;
  height: 40px;
  font-family: "Noto Sans", sans-serif;
  padding-left: 25px;
  padding-top: 10px;
  font-size: 185%;
}
.sideLatest span {
  font-size: 62%;
}

.sideLatestBox {
  width: 336px;
  margin-bottom: 20px;
}
.sideLatestBox .latest {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 10px 0 10px 10px;
  cursor: pointer;
}
.sideLatestBox .latest:last-child {
  border-bottom: none;
}
.sideLatestBox .latest .latestImg {
  float: left;
  width: 63px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.sideLatestBox .latest .latestTxt {
  float: right;
  width: 239px;
  padding-right: 10px;
}
.sideLatestBox .latest .latestTxt span {
  display: block;
  font-size: 93%;
  font-weight: bold;
  color: #666;
}
.sideLatestBox .hover {
  background: #63807e url(../img/share/bg_side.gif) repeat center top;
}

ins[style] {
  background-color: transparent;
}

.sideCategory {
  clear: both;
  background: url(../img/share/m05.png) no-repeat left center;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-top: 10px;
  font-size: 185%;
}
.sideCategory span {
  font-size: 62%;
}

.categoryList {
  list-style: none;
}
.categoryList li {
  border-bottom: 1px solid #ececec;
}
.categoryList li:last-child {
  border-bottom: none;
}
.categoryList li a {
  display: block;
  text-decoration: none;
  font-size: 124%;
  padding: 20px 8px;
  background-color: #fff;
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}
.categoryList li a:hover {
  background: #719493;
}
.categoryList li a span {
  color: #666;
  font-size: 77%;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  float: right;
  padding: 0 10px;
  background: #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

ins[style] {
  background-color: transparent;
}

#main .adTxt01 {
  margin-top: 10px;
  margin-bottom: 40px;
}
#main .adImgMain {
  margin-bottom: 40px;
}
#main .adBoxCal2 {
  width: 698px;
  padding: 14px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #efefef;
  overflow: hidden;
}
#main .adBoxCal2 p {
  float: left;
  width: 336px;
  margin: 0;
}
#main .adBoxCal2 p:first-child {
  margin-right: 26px;
}

#side .adSideImg {
  margin-bottom: 20px;
}

.single-post #main .post .mainBox h2 {
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  font-size: 124%;
}
.single-post #main .post .mainBox h3 {
  margin-bottom: 20px;
}
.single-post #main .post .mainBox p {
  margin-bottom: 2em;
  line-height: 1.8;
}
.single-post #main .post .mainBox .listBlog {
  list-style: none;
  margin-bottom: 40px;
}
.single-post #main .post .mainBox .listBlog li {
  padding-bottom: 10px;
}
.single-post #main .post .mainBox .listBlog li a {
  text-decoration: none;
}
.single-post #main .post .mainBox .codeTtl,
.single-post #main .post .mainBox .urlTtl {
  padding: 3px 10px 0px 10px;
  font-size: 77%;
  font-weight: bold;
  background-color: #f0f0f0;
  margin-bottom: 0;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.single-post #main .post .mainBox .codeTtl .icon-txt,
.single-post #main .post .mainBox .codeTtl .icon-url,
.single-post #main .post .mainBox .urlTtl .icon-txt,
.single-post #main .post .mainBox .urlTtl .icon-url {
  font-size: 116%;
  padding-right: 2px;
  margin-left: -2px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.single-post #main .post .mainBox .urlTtl {
  font-size: 70%;
  background-color: #c9e4e3;
}
.single-post #main .post .mainBox .syntaxhighlighter {
  border: 1px solid #ccc;
}
.single-post #main .post .mainBox .browser-shot a img {
  padding: 2px;
  border: 1px solid #ccc;
}
.single-post #main .post .mainBox .browser-shot a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.single-post #main .post .mainBox .listMain {
  padding-left: 23px;
}

.navigation {
  overflow: hidden;
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: url(../img/share/gray.gif) repeat-y 50% 0;
  clear: both;
}
.navigation .alignright {
  text-align: right;
}
.navigation a {
  display: block;
  padding: 1em;
  border: none;
}
.navigation a:hover {
  background: #8db8b7;
}
.navigation .alignright a:hover {
  border-left: 1px solid #ddd;
}

.navigation > div {
  width: 50%;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.imgFrameC {
  text-align: center;
}
.imgFrameC img {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.imgFrame img {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
}







.backLink {
  position: absolute;
  right: 25px;
  bottom: 35px;
  z-index: 200;
}

.backLink a {
  padding: 20px;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height:140%;
  color: #fff;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-color: rgba(30, 47, 46, 0.7);
  -webkit-border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  -ms-border-radius: 10px 0px 0px 0px;
  -o-border-radius: 10px 0px 0px 0px;
  border-radius: 10px 0px 0px 0px;
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
}
.backLink a span {
  font-size: 100%;
}
.backLink a:hover {
  background-color: rgba(91, 123, 122, 0.6);
}

