@charset "UTF-8";

/* 
 * 01_sparkle - v1.1.1
 *
 * Copyright (c) 2015 tsui - http://dithis.fem.jp/
 * Licensed under the MIT license - http://opensource.org/licenses/mit-license.php
 *
 */

/* ----- Reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, dropdown, output, ruby, section, summary,
time, mark, audio, video{
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  padding: 0;
  margin: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
  display: block;
}
body{
  line-height: 1;
}
blockquote, q{
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
  content: "";
  content: none;
}
ol, ul{
  list-style: none;
}
/* ----- Clearfix ----- */
.clearfix:before, .clearfix:after{
  content: "";
  display: table;
}
.clearfix:after{
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
  zoom: 1;
}
/* ----- Global
-------------------------------------------------- */
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}
body{
  color: #333;
  font: 14px/1.6 Century Gothic, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: #e5e5e5 url(https://blog-imgs-66.fc2.com/d/i/t/dithis/background01.gif) repeat left top;
  word-wrap: break-word;
} 
/* ----- Headings
-------------------------------------------------- */
h1{
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 0 5px #000;
  margin: 0 0 10px 0;
}
h1 a:link{
  color: #fff;
}
h1 a:visited{
  color: #fff;
}
h1 a:hover, h1 a:focus{
  color: #ccc;
}
h1 a:active{
  color: #fff;
}
h2{
  color: #999;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  margin: 0 0 10px 0;
}
h3{
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #3366c4;
  padding: 10px;
  margin: 0 0 10px 0;
}
/* ----- Blocks
-------------------------------------------------- */
.entry-content > p, .entry-more > p{
  margin: 0 0 20px 0;
}
p:before, p:after{
  content: "";
  display: table;
}
p:after{
  clear: both;
}
p{
  zoom: 1;
}
blockquote{
  background: #fff url(https://blog-imgs-66.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
  padding: 0 50px 10px 0;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
}
blockquote[cite]:after{
  color: #ff9999;
  text-align: right;
  content: attr(cite);
  display: block;
}
blockquote p{
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/ldquo01.png) no-repeat left top;
  padding: 10px 0 0 50px;
  margin: 0;
}
pre{
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  line-height: 20px;
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/pre01.gif) repeat left top;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 20px 0;
}
hr{
  height: 1px;
  border: solid #000;
  border-width: 1px 0 0 0;
  margin: 20px 0;
}
/* ----- Lists
-------------------------------------------------- */
.entry-content > dl, .entry-more > dl{
  margin: 0 0 20px 0;
}
.entry-content dl dt{
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/dt01.gif) no-repeat left center;
  font-weight: bold;
  margin: 5px;
  padding: 0 0 0 15px;
}
.entry-content dl dd{
  border-left: 1px dotted #ccc;
  background-color: #fff;
  padding: 10px;
  margin: 5px 5px 5px 10px;
}
.entry-content ul{
  list-style-type: disc;
}
.entry-content > ul, .entry-more > ul{
  margin: 0 0 20px 0;
}
.entry-content ol{
  list-style-type: decimal;
}
.entry-content > ol, .entry-more > ol{
  margin: 0 0 20px 0;
}
.entry-content ul li, .entry-content ol li{
  margin: 0 0 0 1.5em;
}
.entry-content ul ul, .entry-content ol ul{
  list-style-type: circle;
}
/* ----- Table
-------------------------------------------------- */
.entry-content > table, .entry-more > table{
  margin: 0 0 20px 0;
}
/* ----- Forms
-------------------------------------------------- */
input, button, textarea, select{
  color: #666;
  font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
  background-color: #f2f2f2;
  border-top: 2px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
input:focus, textarea:focus{
  background-color: #fff;
}
#name, #title, #mail, #url{
  width: 60%;
}
#comment{
  width: 80%;
}
#pass{
  width: 30%;
}
#trackback{
  width: 60%;
}
input[type=submit], input[type=reset], input[type=button], button{
  color: #fff;
  text-shadow: 1px 1px 0 #099;
  background-color: #0cc;
  background: -webkit-gradient(linear, left top, left bottom, from(#0cc), to(#099));
  background: -webkit-linear-gradient(top, #0cc, #099);
  background: -moz-linear-gradient(top, #0cc, #099);
  background: -o-linear-gradient(top, #0cc, #099);
  background: -ms-linear-gradient(top, #0cc, #099);
  background: linear-gradient(to bottom, #0cc, #099);
  border: 1px solid #099;
  border-radius: 5px;
  cursor: pointer;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
  background-color: #099;
  text-shadow: -1px -1px 0 #099;
  background: -webkit-gradient(linear, left top, left bottom, from(#099), to(#099));
  background: -webkit-linear-gradient(top, #099, #0cc);
  background: -moz-linear-gradient(top, #099, #0cc);
  background: -o-linear-gradient(top, #099, #0cc);
  background: -ms-linear-gradient(top, #099, #0cc);
  background: linear-gradient(to bottom, #099, #0cc);
}
#send-btn, #delete-btn{
  width: 30%;
}
input[type=checkbox], input[type=radio]{
  background: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
/* ----- Links
-------------------------------------------------- */
a{
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:link{
  color: #f66;
}
a:visited{
  color: #288;
}
a:hover, a:focus{
  color: #999;
}
a:active{
  color: #f66;
}
/* ----- Inline
-------------------------------------------------- */
img{
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
br{
  letter-spacing: normal;
}
em{
  color: #c33;
}
strong{
  font-weight: bold;
}
ins{
  text-decoration: underline;
}
del{
  color: #999;
  text-decoration: line-through;
}
q{
  background-color: #fff;
}
q:before{
  content: "\201C";
}
q:after{
  content: "\201D";
}
cite{
  font-style: italic;
}
/* ----- Layouts
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper{
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/wrapper01.jpg) repeat-x center top;
  height: 100px;
}
/* ----- Header ----- */
#header{
  width: 80%;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
}
#blogname{
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
#blogname p{
  color: #ccc;
}
#menu{
  width: 80%;
  max-width: 1200px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin: 0 auto 50px auto;
}
#menu a:link{
  color: #999;
}
#menu a:visited{
  color: #999;
}
#menu a:hover{
  color: #000;
}
#menu a:active{
  color: #999;
}
#menu ul li{
  float: left;
  margin: 0 20px;
}
#search{
  position: absolute;
  top: 0;
  right: 0;
}
.keyword{
  width: 280px;
  height: 35px;
  padding: 10px 24px 10px 10px;
}
input.search_btn{
  width: 30px;
  height: 30px;
  background: none;
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/search01.png) no-repeat center center;
  border: none;
  text-indent: -999px;
  padding: 0;
  margin: 0 0 0 -30px;
}
input.search_btn:hover{
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/search01.png) no-repeat 0 4px;
}
#sp-menu{
  display: none;
}
/* ----- Container ----- */
#container{
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
/* ----- Primary-column ----- */
#primary-column{
  width: 100%;
  float: left;
  margin: 0 -280px 0 0;
}
#inner{
  margin: 0 300px 0 0;
}
.section1{
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  padding: 25px 25px 5px 25px;
  margin: 0 0 50px 0;
}
.section1:after{
  background-color: #f2f2f2;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 5px;
}
.section2{
  margin: 0 0 50px 0;
}
.section3{
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  padding: 25px;
  margin: 0 0 50px 0;
}
.section3:after{
  background-color: #f2f2f2;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 5px;
}
.entry-title{
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.entry-title a:link{
  color: #224488;
}
.entry-title a:visited{
  color: #224488;
}
.entry-title a:hover, .entry-title a:focus{
  color: #999;
}
.entry-title a:active{
  color: #224488;
}
.entry-date{
  color: #999;
  margin: 0 0 10px 0;
}
.entry-content{
  margin: 0 0 20px 0;
}
.entry-more-link{
}
.entry-more-link a:before{
  content: "≫ ";
}
.entry-more{
}
dl.relate_dl{
  background: none;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0 0 0;
}
dl.relate_dl dt.relate_dt{
  font-weight: normal;
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
dl.relate_dl dd.relate_dd{
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.fc2_footer{
  margin: 20px 0 0 0;
}
.community{
  text-align: right;
}
.tag{
  text-align: right;
}
.tag span:after{
  content: ", ";
}
.tag span:last-child:after{
  content: "";
}
.entry-meta{
  line-height: 30px;
  text-align: right;
  background-color: #e5e5e5;
  margin: 20px -20px 0 -20px;
}
.entry-meta ul{
  float: right;
}
.entry-meta ul li{
  float: left;
}
.entry-meta ul li a{
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  display: block;
  padding: 0 10px;
}
.entry-meta ul li a:hover{
  background-color: #ccc;
}
.alert{
  color: #c33;
  background-color: #ffe5e5;
  border: 1px solid #e67373;
  padding: 10px;
  margin: 0 0 20px 0;
}
.alert:before{
  content: "Error: ";
}
.alert:empty{
   display: none;
}
.cm-form dd{
  margin: 0 0 10px 0;
}
.date{
}
.cm-title, .tb-title, .search-title, .list-title{
  font-weight: bold;
  margin: 0 0 10px 0;
}
.cm-entry p, .tb-entry p, .search-entry p, .list-entry p{
  margin: 0 0 10px 0;
}
.cm-entry{
  border-left: 5px solid #ccc;
  padding: 20px;
  margin: 0 0 20px 0;
}
.tb-form{
  margin: 0 0 20px 0;
}
.tb-form input{
  margin: 0 0 10px;
}
.tb-entry, .search-entry, .list-entry{
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.pn-entry{
  text-align: center;
  margin: 0 0 50px 0;
}
.pn-page{
  line-height: 34px;
  text-align: center;
  margin: 0 0 50px 0;
}
.pn-page ul{
  font-size: 0;
}
.pn-page ul li{
  font-size: 14px;
  display: inline-block;
  margin: 3px;
}
.pn-page span{
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  display: inline-block;
}
.pn-page a{
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  display: inline-block;
}
.pn-page a:hover{
  background-color: #fff;
}
.prevpage{
  float: left;
}
.nextpage{
  float: right;
}
/* ----- Secondary-column ----- */
#secondary-column{
  width: 280px;
  float: right;
  margin: 0 0 50px 0;
}
.sidebar{
  margin: 0 0 20px 0;
}
.sidebar h3{
  color: #999;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  background: none;
  background-color: transparent;
  border: none;
  padding: 0;
}
.sidebar ul li a{
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/arrow01.gif) no-repeat 9px center;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 5px 5px 5px 24px;
}
.sidebar ul li a:hover{
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/arrow01.gif) no-repeat 12px center;
}
.sidebar ul ul{
  margin: 0 0 0 1.5em;
}
.calender{
  width: 280px;
  line-height: 30px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 6px;
  margin: 0 auto;
}
.calender caption{
  text-align: center;
}
.calender th{
  width: 30px;
  text-align: center;
  border-bottom: 1px solid #999;
}
.calender th#sun{
  color: #900;
  border-bottom: 1px solid #822;
}
.calender th#sat{
  color: #009;
  border-bottom: 1px solid #248;
}
.calender td{
  width: 30px;
  text-align: center;
}
/* ----- Tertiary-column----- */
#tertiary-column{
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.box{
  width: 33.333%;
  float: left;
}
.box:nth-child(3n+1){
  padding: 0 50px 20px 0;
}
.box:nth-child(3n+2){
  padding: 0 25px 20px 25px;
}
.box:nth-child(3n+3){
  padding: 0 0 20px 50px;
}
.box h3{
  color: #3366c4;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #11224c;
  border: none;
  padding: 0;
}
/* ----- Footer ----- */
#footer{
  color: #fff;
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/footer01.gif) repeat-x left top;
  clear: both;
  padding: 60px 0 20px 0;
}
#totop{
  z-index: 3;
  position: fixed;
  bottom: 50px;
  right: 100px;
}
#totop a{
  width: 50px;
  height: 50px;
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/pagetop01.png) no-repeat left top;
  display: block;
}
#totop a:hover{
  background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/pagetop01.png) no-repeat left -60px;
}
#totop span{
  display: none;
}
#rights{
  text-align: center;
  margin: 50px 0 0 0;
}
/* ----- Misc. ----- */
#change_mobile{
      width: 100% !important;
      height: auto !important;
}
#change_mobile img{
      width: 100% !important;
      height: auto !important;
}
img.emoji{
  vertical-align: middle;
}
.frame{
  border: 1px solid #ccc;
}
.shadow{
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.photo{
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.pull-right{
  display: inline;
  float: right;
  margin: 0 0 0 10px;
}
.pull-left{
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
.btn{
  color: #fff;
  text-shadow: 1px 1px 0 #243cb3;
  background-color: #527acc;
  background: -webkit-gradient(linear, left top, left bottom, from(#527acc), to(#5252cc));
  background: -webkit-linear-gradient(top, #527acc, #5252cc);
  background: -moz-linear-gradient(top, #527acc, #5252cc);
  background: -o-linear-gradient(top, #527acc, #5252cc);
  background: -ms-linear-gradient(top, #527acc, #5252cc);
  background: linear-gradient(to bottom, #527acc, #5252cc);
  border: 1px solid #243cb3;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
}
.btn:hover{
  background: #5252cc;
}
a.btn{
  color: #fff;
}
.aa{
  font-size: 16px;
  line-height: 17px;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  white-space: pre;
}
/* ----- Responsive ----- */
@media screen and (max-width: 1024px){
#name, #title, #mail,#url, #comment, #pass, #trackback{
  width: 100%;
}
#header{
  width: 90%;
}
#menu{
  width: 90%;
}
#container{
  width: 90%;
}
}
@media screen and (max-width: 980px){
#header{
  width: 80%;
}
#menu{
  width: 80%;
}
#container{
  width: 80%;
}
#primary-column{
  float: none;
  margin: 0;
}
#inner{
  margin: 0;
}
#secondary-column{
  width: 80%;
  float: none;
}
#tertiary-column{
  width: 80%;
}
.box{
  width: 100%;
  float: none;
}
.box:nth-child(3n+1){
  padding: 0 0 20px 0;
}
.box:nth-child(3n+2){
  padding: 0 0 20px 0;
}
.box:nth-child(3n+3){
  padding: 0 0 20px 0;
}
}
@media screen and (max-width: 768px){
#header{
  width: 90%;
}
#menu{
  width: 90%;
}
#container{
  width: 90%;
}
#menu ul li{
  float: none;
}
#menu{
  width: 100%;
}
#sp-menu{
  color: #999;
  line-height: 1.6;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  top: 7px;
  left: 20px;
}
#menu ul li{
  margin: 0;
}
.global-nav{
  width: auto;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  display: none;
  float: none;
  z-index: 2;
  position: relative;
  padding: 0;
  margin: 50px 0 0 0;
}
.global-nav li{
  heigt: 40px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
#search{
  right: 20px;
}
.keyword{
  width: 200px;
}
#tertiary-column{
  width: 90%;
}
}
@media screen and (max-width: 480px){
h1{
  font-size: 30px;
}
h2{
  font-size: 20px;
}
h3{
  font-size: 14px;
}
#container{
  width: 100%;
  padding: 0 10px;
}
.section1{
  padding: 15px 15px 5px 15px;
}
.entry-meta{
  margin: 20px -10px 0 -10px;
}
#totop{
  bottom: 80px;
  right: 10px;
}
#tertiary-column{
  width: 100%;
  padding: 0 10px;
}
}