@charset "UTF-8";

/* 
 * 03_clouds - 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: #666;
  font: 14px/1.6 "Open Sans Condensed", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #f2f2f2;
  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: #999;
}
h1 a:active{
  color: #fff;
}
h2{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
h3{
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #cc3d3d;
  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: #f2f2f2 url(//blog-imgs-66.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
  border: 1px solid #e5e5e5;
  padding: 0 50px 10px 0;
  margin: 0 0 20px 0;
}
blockquote[cite]:after{
  color: #52a3cc;
  text-align: right;
  content: attr(cite);
  display: block;
}
blockquote p{
  background: url(//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(//blog-imgs-66.fc2.com/d/i/t/dithis/pre03.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{
  font-weight: bold;
  padding: 10px;
  margin: 5px;
}
.entry-content dl dd{
  background-color: #f2f2f2;
  padding: 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: 1px solid #ccc;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #e5e5e5;
  padding: 10px;
}
input:focus, textarea:focus{
  border: 1px solid #52a3cc;
}
#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;
  font: 14px/1 "Open Sans Condensed", メイリオ, Meiryo, san-seri;
  background-color: #000;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
}
#send-btn, #delete-btn{
  width: 30%;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
  background-color: #999;
}
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.5s ease;
  transition: all 0.5s ease;
}
a:link{
  color: #52a3cc;
}
a:visited{
  color: #52a3cc;
}
a:hover, a:focus{
  color: #069;
}
a:active{
  color: #52a3cc;
}
/* ----- Inline
-------------------------------------------------- */
img{
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
br{
  letter-spacing: normal;
}
em{
  color: #cc3d3d;
}
strong{
  font-weight: blod;
}
ins{
  text-decoration: underline;
}
del{
  color: #ccc;
  text-decoration: line-through;
}
q{
  background-color: #f2f2f2;
}
q:before{
  content: "\201C";
}
q:after{
  content: "\201D";
}
cite{
  font-style: italic;
}
/* ----- Layout
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper{
}
/* ----- Header ----- */
#topimage{
  height: 300px;
  background: url(//blog-imgs-66.fc2.com/d/i/t/dithis/topimage03.gif) repeat-x center center;
  border-bottom: 10px solid #e5e5e5;
  margin: 0 0 40px 0;
}
#header{
  width: 90%;
  height: 235px;
  position: relative;
  margin: 0 auto;
}
#blogname{
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
#blogname p{
  color: #000;
}
#social{
  position: absolute;
  top: 20px;
  right: 0;
}
#social ul li{
  float: left;
  margin: 0 0 0 10px;
}
#menu{
  background: url(//blog-imgs-66.fc2.com/d/i/t/dithis/menu03.png) repeat-x left top;
  line-height: 60px;
}
#menu ul{
  width: 90%;
  margin: 0 auto;
}
#menu ul li{
  float: left;
  margin: 0 20px 0 0;
}
#menu a{
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}
#menu a:hover{
  color: #ccc;
}
/* ----- Container ----- */
#container1{
  width: 90%;
  margin: 0 auto;
}
#container2{
  width: 60%;
  max-width: 1000px;
  margin: 0 auto;
}
/* ----- Primary-column ----- */
#primary-column{
}
#grid1{
  margin: 0 auto;
}
.section1{
  width: 265px;
  background-color: #e5e5e5;
  z-index: 1;
  position: relative;
  cursor: pointer;
  padding: 20px;
  margin: 0 5px 10px 5px;
}
.section1:after{
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
}
.section1:hover{
  background-color: #cfdee5;
}
.section2{
  background-color: #e5e5e5;
  z-index: 1;
  position: relative;
  padding: 30px;
  margin: 0 auto 50px auto;
}
.section2:after{
  background-color: #fff;
  border: 1px solid #ccc;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
}
.entry-title{
  margin: 0 0 10px 0;
}
.section1 h2{
  font-size: 14px;
}
.category{
  text-align: right;
}
.category a{
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
}
.entry-date1{
  width: 50px;
  height: 100px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  background: url(//blog-imgs-66.fc2.com/d/i/t/dithis/ribbon03.png) no-repeat left top;
  float: left;
  position: relative;
  padding: 20px 0 0 0;
  margin: -15px 10px 0 0;
}
.entry-date1:after{
  width: 0;
  height: 0;
  content: "";
  position: absolute;
   left: 100%;
   top: 0;
  border-bottom: 5px solid #990000;
  border-right: 5px solid transparent;
}
.entry-date2{
  width: 50px;
  height: 100px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  background: url(//blog-imgs-66.fc2.com/d/i/t/dithis/ribbon03.png) no-repeat left top;
  float: left;
  position: relative;
  padding: 20px 0 0 0;
  margin: -25px 10px 0 0;
}
.entry-date2:after{
  width: 0;
  height: 0;
  content: "";
  position: absolute;
   left: 100%;
   top: 0;
  border-bottom: 5px solid #990000;
  border-right: 5px solid transparent;
}
.month01:before{
  content: "Jan";
}
.month02:before{
  content: "Feb";
}
.month03:before{
  content: "Mar";
}
.month04:before{
  content: "Apr";
}
.month05:before{
  content: "May";
}
.month06:before{
  content: "Jun";
}
.month07:before{
  content: "Jul";
}
.month08:before{
  content: "Aug";
}
.month09:before{
  content: "Sep";
}
.month10:before{
  content: "Oct";
}
.month11:before{
  content: "Nov";
}
.month12:before{
  content: "Dec";
}
.entry-thumb{
  margin: 0 0 10px 0;
}
.entry-summary{
}
.entry-content{
  margin: 0 0 20px 0;
}
.entry-meta{
  text-align: right;
  margin: 20px 0 0 0;
}
.entry-meta ul{
  float: right;
}
.entry-meta ul li{
  float: left;
}
.entry-meta a{
  margin: 0 5px;
}
.meta-cm a{
  background: url(//blog-imgs-66.fc2.com/d/i/t/dithis/comment03.png) no-repeat left center;
  padding: 0 0 0 21px;
}
.meta-tb a{
  background: url(//blog-imgs-66.fc2.com/d/i/t/dithis/trackback03.png) no-repeat left center;
  padding: 0 0 0 21px;
}
.entry-more-link{
  margin: 10px 0 0 0;
}
.entry-more-link a{
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  display: block;
  padding: 3px;
}
.entry-more-link a:hover{
  background-color: #999;
}
.entry-more{
}
dl.relate_dl{
  background: none;
  background-color: transparent;
  border: 1px solid #ccc;
  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: "";
}
.alert{
  color: #c33;
  background-color: #ffe5e5;
  border: 1px solid #e67373;
  padding: 10px;
  margin: 0 0 20px 0;
}
.alert:before{
  content: "Error: ";
   display: inline;
}
.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, .tb-entry{
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.tb-form{
  margin: 0 0 20px 0;
}
.tb-form input{
  margin: 0 0 10px;
}
.search-entry, .list-entry{
  border-left: 1px solid #ccc;
  padding: 10px;
  margin: 0 0 10px 1em;
}
.pn-entry{
  text-align: center;
  margin: 0 0 50px 0;
}
.pn-page{
  line-height: 36px;
  text-align: center;
  margin: 40px 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;
  display: inline-block;
}
.pn-page a{
  width: 36px;
  background-color: #e5e5e5;
  display: inline-block;
}
.pn-page a:hover{
  background-color: #cfdee5;
}
.prevpage{
  float: left;
}
.nextpage{
  float: right;
}
/* ----- Secondary-column ----- */
#secondary-column{
  width: 90%;
  margin: 0 auto;
}
#grid2{
  margin: 0 auto;
}
.sidebar{
  width: 320px;
  padding: 20px;
  margin: 0 5px 10px 5px;
}
.sidebar h3{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: none;
  background-color: transparent;
  border: none;
  border-top: 3px solid #cc3d3d;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.sidebar ul{
  list-style-type: disc;
}
.sidebar ul li{
  margin: 0 0 0 1.5em;
}
.sidebar ul ul{
  list-style-type: circle;
}
.calender{
  width: 280px;
  line-height: 30px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 8px;
  margin: 0 auto;
}
.calender caption{
  text-align: center;
}
.calender th{
  width: 30px;
  text-align: center;
}
.calender th#sun{
  color: #ff8080;
}
.calender th#sat{
  color: #8080ff;
}
.calender td{
  width: 30px;
  text-align: center;
}
.calender td a{
  width: 30px;
  color: #fff;
  background-color: #1a1a1a;
  display: block;
  margin: 1px;
}
.calender td a:hover{
  background-color: #999;
}  
/* ----- Footer ----- */
#footer{
  background-color: #000;
  border-top: 10px solid #e5e5e5;
  margin: -10px 0 0 0;
  padding: 50px 0 0 0;
}
#totop{
  position: fixed;
  right: 100px;
  bottom: 50px;
}
#totop a{
  width: 50px;
  height: 50px;
  background: #000 url(//blog-imgs-66.fc2.com/d/i/t/dithis/pagetop03.png) no-repeat center center;
  border-radius: 3px;
  display: block;
  z-index: 1;
}
#totop a:hover{
  background-color: #ccc;
  margin: 0 0 10px 0;
}
#totop span{
  display: none;
}
#rights{
  font-size: 12px;
  border-top: 1px solid #333;
  padding: 20px;
}
/* ----- 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 #000;
}
.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%;
}
#container1{
  width: 100%;
  margin: 0;
}
#container2{
  width: 80%;
}
}
@media screen and (max-width: 768px){
#container2{
  width: 90%;
}
}
@media screen and (max-width: 480px){
h1{
  font-size: 30px;
}
h2{
  font-size: 20px;
}
h3{
  font-size: 14px;
}
#container1{
  width: 100%;
  padding: 0;
}
#container2{
  width: 100%;
}
#grid1{
  width: 100%;
  margin: 0;
}
.section1{
  width: 100%;
  margin: 0 0 10px 0;
}
.section2{
  padding: 20px;
  margin: 0 0 50px 0;
}
dl.relate_dl{
  padding: 10px;
}
#secondary-column{
  width: 100%;
  padding: 0 20px;
}
#grid2{
  margin: 0;
}
.sidebar{
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
#totop{
  right: 10px;
  bottom: 80px;
}
}