@charset "UTF-8";

/* 
 * 24_stylish v1.0.6
 *
 * 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,
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;
}
/* ----- 推奨カスタマイズ
-------------------------------------------------- */ 
/* ----- 全体的なレイアウト ----- */
body{
  color: #333;                               /* フォントの色 */
  font-size: 14px;                           /* フォントサイズ */
  line-height: 1.5;                          /* フォントの行間 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; /* フォントの種類 */
  background-color: #ffffff;                 /* 背景色 */
} 
/*----- 全体的なリンクの設定 -----*/
a{
  text-decoration: none;                     /* 下線を付けない */
  -webkit-transition: all 0.5s ease;         /* リンクがフェードするトランジション */
  transition: all 0.5s ease;
}
a:link{
  color: #4387e9;                           /* 未訪問のリンク色 */
}
a:visited{
  color: #4387e9;                           /* 訪問済みのリンク色 */
}
a:hover, a:focus{
  color: #c2002a;                              /* マウスカーソルを乗せたときのリンク色 */
}
a:active{
   color: #4387e9;                           /* 選択中のリンク色 */
}
/*----- ブログタイトルの設定 -----*/
h1{
  color: #333;                               /* フォントの色 */
  font-size: 36px;                           /* フォントサイズ */
  font-weight: bold;                         /* フォントの太さ */
}
/*----- ブログタイトルのリンクの設定 -----*/
h1 a:link{
  color: #333;                               /* 未訪問のリンク色 */
}
h1 a:visited{
  color: #333;                               /* 訪問済みのリンク色 */
}
h1 a:hover, h1 a:focus{
  color: #999;                               /* マウスカーソルを乗せたときのリンク色 */
}
h1 a:active{
  color: #333;                               /* 選択中のリンク色 */
}
/*----- 投稿記事タイトルの設定（トップページ） -----*/
.section1 h2{
  font-size: 18px;                           /* フォントサイズ */
  font-weight: bold;                         /* フォントの太さ */
  margin: 0 0 10px 0;
}
/*----- 投稿記事タイトルの設定（個別ページ） -----*/
.section2 h2{
  font-size: 24px;                           /* フォントサイズ */
  font-weight: bold;                         /* フォントの太さ */
  margin: 0 0 20px 0;
}
/*----- 投稿記事タイトルのリンクの設定 -----*/
h2 a:link{
                                                   /* 未訪問のリンク色 */
}
h2 a:visited{
                                                   /* 訪問済みのリンク色 */
}
h2 a:hover, h2 a:focus{
                                                   /* マウスカーソルを乗せたときのリンク色 */
}
h2 a:active{
                                                   /* 選択中のリンク色 */
}
/*----- サイドバーの設定 -----*/
#secondary-column{
  font-size: 14px;                           /* フォントサイズ */
  background-color: #ffffff;

}
/*----- サイドバータイトルの設定 -----*/
.sidebar h3{
  font-size: 14px;                           /* フォントサイズ */
  font-family: "Rajdhani", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; /* フォントの種類 */
  text-transform: uppercase;                 /* テキストの大文字表示 */
}
/* ----- フッターの設定 ----- */
#tertiary-column{
  font-size: 14px;                           /* フォントサイズ */
}
/*----- フッタータイトルの設定 -----*/
.box h3{
  font-size: 14px;                           /* フォントサイズ */
  font-family: "Rajdhani", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; /* フォントの種類 */
  text-transform: uppercase;                 /* テキストの大文字表示 */
}
/* ----- 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{
  word-wrap: break-word;
} 
/* ----- Headings
-------------------------------------------------- */
h1{
  margin: 0 0 10px 0;
}
h1 a{
  position: relative;
}
h1 a:after{
  width: 100%;
  height: 3px;
  background-color: #52ccb8;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  bottom: 0;
  left: 0;
}
h1 a:hover:after, h1 a:focus:after{
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
h2{
}
h3{
  background-color: #f2f2f2;
  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(//blog-imgs-66.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
  padding: 0 50px 10px 0;
  margin: 0 0 20px 0;
}
blockquote[cite]:after{
  color: #52ccb8; 
  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;
}
pre{
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  line-height: 20px;
  background: url(//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;
  background-color: #e5e5e5;
  border: none;
  display: block;
  margin: 20px 0;
}
/* ----- Lists
-------------------------------------------------- */
.entry-content > dl, .entry-more > dl{
  margin: 0 0 20px 0;
}
.entry-content > dl dt, .entry-more > dl dt{
  font-weight: bold;
  margin: 10px 0;
}
.entry-content > dl dd, .entry-more > dl dd{
  border-left: 1px solid #333;
  margin: 0 0 0 1em;
  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 ul, .entry-content ol ul{
  list-style-type: circle;
}
.entry-content ul li, .entry-content ol li{
  margin: 0 0 0 1em;
}
/* ----- Table
-------------------------------------------------- */
.entry-content > table, .entry-more > table{
  margin: 0 0 20px 0;
}
/* ----- Forms
-------------------------------------------------- */
input, button, textarea, select{
  color: #333;
  font-size: 14px;
  line-height: 1;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 3px #e5e5e5 inset;
  padding: 10px;
}
input:focus, textarea:focus{
  border: 1px solid #9bf;
  box-shadow: 0 0 5px #9bf;
}
#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;
  background-color: #52ccb8;
  border: none;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
  background-color: #ccc;
}
#send-btn, #delete-btn{
  width: 30%;
  font-family: "Rajdhani", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-transform: uppercase;
}
input[type=checkbox], input[type=radio]{
  background-color: transparent;
  border: none;
  box-shadow: none;
}
/* ----- Inline
-------------------------------------------------- */
img{
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
br{
  letter-spacing: normal;
}
em{
  color: #ff6666;
}
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{
}
/* ----- Header ----- */
#header{
　width:  100%;
  height: 85px;
  background-color: #fff;
  position: relative;
  padding: 10px 0;
  margin: 0 0 10px;
}
#blogname{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; 
}
#blogname p{
}
#menu{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; 
}
#menu form{
  float: right;
}
#menu ul li{
  float: left;
  margin: 0 0 0 10px;
}
#menu a{
  width: 50px;
  color: #fff;
  background-color: #333;
  border-radius: 0 0 5px 5px;
  display: block;
  padding: 5px 0;
}
#menu a:hover{
  padding: 15px 0 5px 0;
}
/* ----- Container ----- */
#container-toppage{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#container-permanent{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#breadcrumb{
  line-height: 30px;
  background-color: #fff;
  border-bottom: px solid #ffffff;
  margin: 5px 0 5px 0;
}
#breadcrumb ul{
  padding: 1px;
  margin: 0 auto;
}
#breadcrumb ul li{
  float: left;
  position: relative;
}
#breadcrumb ul li a{
  height: 30px;
  background-color: #f2f2f2;
  display: block;
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 31px 0 0;
}
#breadcrumb ul li a:last-of-type{
  margin: 0 31px 0 0;
}
#breadcrumb ul li a:before{
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-color: #f2f2f2;
  border-left-color: transparent;
  content: "";
  display: block;
   position: absolute;
  top: 0;
  left: -30px;
}
#breadcrumb ul li a:after{
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: #f2f2f2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
}
#breadcrumb ul li:first-child a{
  padding: 0 15px 0 65px;
}
#breadcrumb ul li:first-child a:before{
  display: none;
}
#breadcrumb ul li a:hover{
  background-color: #52ccb8;
  color: #fff;
}
#breadcrumb ul li a:hover:before{
  border-color: #52ccb8;
  border-left-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#breadcrumb ul li a:hover:after{
  border-left-color: #52ccb8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* ----- Primary-column ----- */
#primary-column{
  width: 100%;
  float: left;
  margin: 0 -280px 0 0;
}
#inner{
  margin: 0 300px 0 0;
}
.section1{
  box-shadow: 0 5px 5px -5px #999;
  margin: 0 0 20px 0;
}
.section1 h2 a{
  width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
  display: block;
  overflow: hidden;
}
.entry-thumb{
  width: 320px;
  height: 130px;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 0 20px 0 0;
}
.entry-thumb a:empty{
  width: 320px;
  height: 240px;
  background: url(//blog-imgs-90.fc2.com/d/i/t/dithis/noimage24.png) no-repeat center center;
  background-size: cover;
  display: block;
}
.entry-more-link{
  width: 100%;
  height: 100%;
  font-family: "Rajdhani", "メイリオ", Meiryo, san-seri;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(82, 204, 184, 0.5);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
}
.entry-more-link span{
  width: 100px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.entry-thumb:hover .entry-more-link{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.entry-summary{
  height: 120px;
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin: 0 0 0 320px;
}
.entry-summary:after{
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 20px;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -20px;
}
.entry-meta1{
  text-align: center;
  position: absolute;
  top: 0;
  right: 20px;
}
.entry-meta1 ul{
  float: right;
}
.entry-meta1 ul li{
  float: left;
  margin: 0 0 0 10px;
}
.entry-meta1 a{
  width: 50px;
  color: #fff;
  background-color: #333;
  border-radius: 0 0 5px 5px;
  display: block;
  padding: 5px 0;
}
.entry-meta1 a:hover{
  padding: 15px 0 5px 0;
}
.entry-date1{
  font-family: "Rajdhani", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0 0 10px 0;
}
.month01:before{
  content: "January";
}
.month02:before{
  content: "February";
}
.month03:before{
  content: "March";
}
.month04:before{
  content: "April";
}
.month05:before{
  content: "May";
}
.month06:before{
  content: "June";
}
.month07:before{
  content: "July";
}
.month08:before{
  content: "August";
}
.month09:before{
  content: "September";
}
.month10:before{
  content: "October";
}
.month11:before{
  content: "November";
}
.month12:before{
  content: "December";
}
.category1{
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.category1 a{
  border: 1px solid #52ccb8;
  border-radius: 5px;
  display: inline-block;
  padding: 3px;
}
.section2{
  background-color: #fff;
  box-shadow: 0 5px 5px -5px #999;
  position: relative;
  padding: 30px;
  margin: 0 0 50px 0;
}
.entry-meta2{
  text-align: center;
  position: absolute;
  top: 0;
  right: 20px;
}
.entry-meta2 ul{
  float: right;
}
.entry-meta2 ul li{
  float: left;
  margin: 0 0 0 10px;
}
.entry-meta2 a{
  width: 50px;
  color: #fff;
  background-color: #333;
  border-radius: 0 0 5px 5px;
  display: block;
  padding: 5px 0;
}
.entry-meta2 a:hover{
  padding: 15px 0 5px 0;
}
.entry-date2{
  font-family: "Rajdhani", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0 0 10px 0;
}
.category2{
  text-align: right;
}
.category2 a{
  border: 1px solid #52ccb8;
  border-radius: 5px;
  display: inline-block;
  padding: 3px;
}
dl.relate_dl{
  background: none;
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 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;
}
.relate_ul{
  list-style-type: disc;
}
.fc2_footer{
  margin: 20px 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{
  font-family: "Rajdhani", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.date{
}
.cm-title, .tb-title, .list-title, .search-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;
}
.timeline li{
  position: relative;
  padding: 0 0 20px 0;
}
.cm-date{
  width: 160px;
  font-family: "Rajdhani", sans-serif;
  float: left;
  z-index: 2;
  position: relative;
  margin: 10px 0 0 0;
}
.cm-line{
  width: 100%;
  float: right;
  margin: 0 0 0 -160px;
}
.cm-line:before{
  width: 3px;
  height: 100%;
  background-color: #e5e5e5;
  content: "";
  position: absolute;
  left: 147px;
  top: 0px;
}
.cm-line:after{
  width: 15px;
  height: 15px;
  background-color: #ccc;
  border: 3px solid #fff;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 141px;
  top: 13px;
}
.cm-inner{
  background-color: #f2f2f2;
  margin: 0 0 0 170px;
}
.cm-meta{
  color: #fff;
  background-color: #333;
  padding: 10px;
}
.cm-content{
   padding: 10px;
}
.cm-edit{
   text-align: right;
}
.cm-edit a{
  border: 1px solid #52ccb8;
  border-radius: 5px;
  display: inline-block;
  padding: 3px;
}
.tb-form{
  margin: 0 0 20px 0;
}
.tb-form input{
  margin: 0 0 10px;
}
.tb-entry{
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 20px 0;
}
.tb-entry:last-child{
  margin: 0;
}
.tb-date, .list-date, .search-date{
  font-family: "Rajdhani", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.tb-meta{
  text-align: right;
}
.list-entry, .search-entry{
  border-bottom: 1px solid #e5e5e5;
   position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.list-cg, .search-cg{
   position: absolute;
   right: 0;
   bottom: 10px;
}
.list-cg a, .search-cg a{
  border: 1px solid #52ccb8;
  border-radius: 5px;
  display: inline-block;
  padding: 3px;
}
.pn-entry{
  margin: 0 0 50px 0;
}
.pn-entry ul li{
  height: 1.6em;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  overflow: hidden;
}
.preventry{
  width: 40%;
}
.pn-home{
  width: 20%;
  text-align: center;
}
.nextentry{
  width: 40%;
  text-align: right;
}
.pn-page{
  line-height: 36px;
  margin: 0 0 50px 0;
}
.pn-page ul{
  font-size: 0;
  text-align: center;
}
.pn-page ul li{
  font-size: 14px;
  display: inline-block;
  margin: 3px;
}
.pn-page span{
  width: 36px;
  background-color: #e5e5e5;
  display: inline-block;
}
.pn-page a{
  width: 36px;
  background-color: #fff;
  display: inline-block;
}
.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: #fff;
  background-color: #333;
  border: none;
  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: 6px;
  margin: 0 auto;
}
.calender caption{
  text-align: center;
}
.calender th{
  width: 30px;
  text-align: center;
}
.calender th#sun{
  color: #f66;
}
.calender th#sat{
  color: #66f;
}
.calender td{
  width: 30px;
  text-align: center;
}
.calender td a{
  width: 30px;
  display: block;
}
/* ----- Tertiary-column ----- */
#tertiary-column{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.box{
  width: 33.333%;
  float: left;
  margin: 0 0 50px 0;
}
.box:nth-child(3n+1){
  clear: both;
  padding: 0 25px 0 0;
}
.box:nth-child(3n+2){
  padding: 0 25px;
}
.box:nth-child(3n+3){
  padding: 0 0 0 25px;
}
.box h3{
  color: #fff;
  background-color: #333;
  border-left: 5px solid #000;
  padding: 10px;
}
.box ul{
  list-style-type: disc;
}
.box ul li{
  margin: 0 0 0 1.5em;
}
.box ul ul{
  list-style-type: circle;
}
/* ----- Footer ----- */
#footer{
  color: #fff;
  background-color: #333;
  clear: both;
  padding: 50px 0 20px 0;
}
#totop{
  font-size: 50px;
  line-height: 1;
  position: fixed;
  right: 50px;
  bottom: 30px;
}
#totop span{
  display: none;
}
#rights{
  text-align: center;
  margin: 25px 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;
}
@media screen and (max-width: 1024px){
#name, #title, #mail,#url, #comment, #pass, #trackback{
  width: 100%;
}
#breadcrumb ul li:first-child a{
  padding: 0 15px 0 15px;
}
#primary-column{
  float: none;
  margin: 0;
}
#inner{
  margin: 0;
}
#secondary-column{
  width: 100%;
  float: none;
}
.sidebar:nth-child(odd){
  width: 48%;
  float: left;
  clear: both;
}
.sidebar:nth-child(even){
  width: 48%;
  float: right;
}
#tertiary-column{
  width: 90%;
}
.box:nth-child(odd){
  width: 48%;
  float: left;
  clear: both;
  padding: 0;
}
.box:nth-child(even){
  width: 48%;
  float: right;
  padding: 0;
}
}
@media screen and (max-width: 800px){
.entry-thumb{
  width: 100%;
  height: 240px;
  float: none;
  margin: 0;
}
.entry-thumb a:empty{
  width: 100%;
}
.entry-summary{
  height: auto;
  padding: 20px;
  margin: 0;
}
.entry-summary:after{
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}
.category1{
  text-align: right;
  position: static;
  margin: 10px 0 0 0;
}
.sidebar:nth-child(odd){
  width:100%;
  float: none;
  clear: none;
}
.sidebar:nth-child(even){
  width:100%;
  float: none;
}
.box:nth-child(odd){
  width:100%;
  float: none;
  clear: none;
}
.box:nth-child(even){
  width:100%;
  float: none;
}
}
@media screen and (max-width: 480px){
h1{
  font-size: 30px;
}
h2{
  font-size: 20px;
}
h3{
  font-size: 14px;
}
#blogname{
  width: 100%;
  padding: 0 10px;
}
#menu{
  width: 100%;
  padding: 0 10px;
}
#menu a{
  width: auto;
  color: #333;
  font-size: 20px;
  background-color: transparent;
  border-radius: 0;
}
#menu a:hover, .entry-meta1 a:hover, .entry-meta2 a:hover{
  padding: 5px 0;
}
#breadcrumb{
  display: none;
}
#container-toppage{
  width: 100%;
  padding: 0 10px;
}
#container-permanent{
  width: 100%;
  padding: 0 10px;
}
.entry-summary{
  padding: 10px;
}
.section2{
  padding: 10px;
}
.entry-meta1{
  right: 10px;
}
.entry-meta2{
  right: 10px;
}
dl.relate_dl{
  padding: 10px;
}
.cm-date{
  width: 100%;
  float: none;
  margin: 0;
}
.cm-line{
  float: none;
  margin: 0;
}
.cm-line:before{
  width: 0;
  height: 0;
}
.cm-line:after{
  width: 0;
  height: 0;
}
.cm-inner{
  margin: 0;
}
#tertiary-column{
  width: 100%;
  padding: 0 10px;
}
#totop{
  bottom: 80px;
  right: 10px;
}