@charaset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Archivo+Black);
/*!
 * "Archivo Black" is lisenced under the SIL Open Font License 1.1
 *  http://www.google.com/webfonts/
 */
@font-face{
  font-family: 'Arial Black';
  font-style: normal;
  font-weight: 400;
  src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}
*{
  margin: 0;
  padding: 0;
}
body{
  background-color: #000;
  color: #bbb;
  font-size: 12px;
  font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
  line-height: 1;
}
a:link,a:visited{
  color: #ccc;
  text-decoration: none;  
}
a:hover,a:active{
  color: #f30;
  text-decoration: underline;
}
form,ul,ol,li,dl,dt,dd,div,p,table,tr,td,caption,h1,h2,h3,h4,img{
  margin: 0;
  padding: 0;
  border: none;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea{
  font-size: 12px;
  font-family: Verdana,メイリオ,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;  
}
img{
  vertical-align: middle;
}
.clear{
  clear: both;
}
#body_wrap{
  z-index: 0;
  width: 960px;
  margin: 0 auto;
}
#fixed_footer{
  z-index: 1;
  position: fixed;
  width: auto;
  height: auto;
  right: 0;
  bottom: 40px;
}

/*========== Blog Header ==========*/
#body_header{
  width: 960px;
  height: 200px;
  margin: 0 0 20px 0;
  background: url("http://blog-imgs-112.fc2.com/z/e/n/zenkai55/20151113-2.jpg") no-repeat;
}
#body_header a{
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  display: block;
}
#body_header a:hover{
  color: #f30;
}
.blog_title{
  margin: 0 5px;
  font-size: 30px;
  font-family: "Archivo Black","Arial Black","Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
.blog_description{
  padding: 5px 10px;
  color: #fff;
  font-weight: lighter;
}
.blog_menu{
  padding: 4px;
  border: 1px solid #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
}
.blog_menu a:hover{
  filter: Alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}

/*========== Blog Footer ==========*/
#body_footer{
  position: relative;
  margin: 50px 0 10px 0;
  color: #333;
  line-height: 1.2;
  clear: both;
}
#body_footer a{
  color: #333;
  text-decoration: underline;  
}
#body_footer a:hover{
  color: #f30;
}
#body_footer img{
  margin: -3px 5px 0 0;
  float: left;
}
#body_footer .login{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 2px;
  background-color: transparent;
  border: 2px solid #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  font-family: "Archivo Black","Arial Black",Sans-Serif;
  text-transform: uppercase;
  cursor: pointer;
}

/*========== Main Column ==========*/
#main{
  width: 720px;
  float: left;
}

/*========== Side Column ==========*/
#side_r{
  width: 210px;
  float: right;
}

/*========== Entry ==========*/
#entry{
  margin: 0 0 100px 0;
  clear: both;
}
#article{
  margin: 0 0 20px 0;
  clear: both;
}
.entry_header{
  position: relative;
  height: 75px;
  padding: 0 0 0 85px;
}
.entry_date{
  position: absolute;
  width: 75px;
  height: 75px;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: "Archivo Black","Arial Black",Sans-Serif;
  line-height: 0.8;
  text-transform: uppercase;
}
.entry_date a{
  width: 75px;
  height: 75px;
  background: url("http://blog-imgs-34.fc2.com/s/l/u/slugsupper/sup03_circle1-trans.png") no-repeat 100% 100%;
  color: #808080;
  text-decoration: none;
  display: block;
}
.entry_date a:hover{
  background: url("http://blog-imgs-34.fc2.com/s/l/u/slugsupper/sup03_circle1_2-trans.png") no-repeat 100% 100%;
  color: #fff;
}
.entry_date p{
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  -webkit-transform: rotate(-15deg);  
  -moz-transform: rotate(-15deg); 
}
.entry_date span{
  display: block;
}
.entry_day{
  font-size: 42px;
}
.entry_year{
  font-size: 18px;
  line-height: 1;
}
.entry_title{
  color: #fff;
  font-size: 18px;
  font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
.entry_description{
  margin: 5px 0 0 0;
  line-height: 1.2;
}
.entry_body{
  padding: 20px 0;
  color: #cccccc;
  font-size: 12px;
  font-family: Verdana,メイリオ,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Sans-Serif;
  line-height: 1.8;
  overflow-x: hidden;
  clear: both;
}
.entry_body img.left{
  margin: 0 10px 5px 0;
  float: left;
}
.entry_body img.right{
  margin: 0 0 5px 10px;
  float: right;
}
.entry_body img.emoji{
  margin: 0 2px;
}
.entry_body ul{
  margin: 0 0 0 15px;
}
.entry_body blockquote{
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #1a1a1a;
  border-left: 10px solid #333;
  clear: both;
}
.more{
  margin: 10px 0 0 0;
  font-size: x-large;
  font-family: "Archivo Black","Arial Black",Sans-Serif;
  text-align: center;
  clear: both;
}
.entry_more{
  margin: 30px 0 0 0;
  clear: both;
}
.entry_footer{
  border-bottom: 1px solid #333;
  clear: both;
}
.entry_footer .left{
  width: 50%;
  font-family: Arial,Sans-Serif;
  text-align: left;
  float: left;
}
.entry_footer .left input{
  margin: 0 0 2px 0;
  padding: 0 2px;
  background-color: #666;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-size: smaller;
  cursor: pointer;
}
.entry_footer .right{
  width: 50%;
  text-align: right;
  float: right;
}
.theme{
  margin: 5px 0 0 0;
  font-size: smaller;
  clear: both;
}

/*---------- FC2 default elements ----------*/
.relate_dl{
  margin: 10px 0 0 0;
  border-top: 1px solid #333;
  clear: both;
}
.relate_dt{}
.relate_dd{}
.relate_ul{
  margin: 0 !important;
  padding: 0;
  border-bottom: 1px solid #333;
  list-style: none inside;
}
.relate_li{
  border-top: 1px dotted #333;
}
.relate_li_nolink{
  border-top: 1px dotted #333;
}
.fc2_footer{
  margin: 20px 0 0 0;
  clear: both;
}
.fc2_footer table{
  border-spacing: 0;
  float: left;
}
.fc2_footer table td{
  vertical-align: top;
}
/*---------- FC2 default elements ----------*/

#function{
  margin: 20px 0 0 0;
  clear: both;
}
#function h1{
  font-size: 24px;
  font-family: "Archivo Black","Arial Black",Sans-Serif;
  font-weight: lighter;
}
#function h2{
  font-size: 20px;
}
#function h3{
  font-size: 16px;
}
#function dl{
  margin: 20px 0 0 0;
  text-align: left;
  line-height: 1.6;
}

.page_navi{
  width: auto;
  font-size: 48px;
  font-family: "Archivo Black","Arial Black",Sans-Serif;
  line-height: 0.7;
  clear: both;
}
.page_navi .next{
  margin: 0 0 0 10px;
  float: right;
}
.page_navi .prev{
  float: right;
}
.page_navi a{
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  background: -moz-linear-gradient(top, #1a1a1a 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1a1a), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #000000 100%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #000000 100%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #000000 100%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#000000',GradientType=0 );
  border: 1px solid #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.page_navi a:hover{
  background: #000;
  background: -moz-linear-gradient(top, #000000 0%, #1a1a1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#1a1a1a));
  background: -webkit-linear-gradient(top, #000000 0%, #1a1a1a 100%);
  background: -o-linear-gradient(top, #000000 0%, #1a1a1a 100%);
  background: -ms-linear-gradient(top, #000000 0%, #1a1a1a 100%);
  background: linear-gradient(to bottom, #000000 0%, #1a1a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1a1a',GradientType=0 );
}
.entry_navi{
  position: relative;
  height: 50px;
  margin: 20px 0;
  clear: both;
}
.entry_navi p{
  border: 1px solid #333;
  text-align: center;
}
.entry_navi p.left{
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}
.entry_navi p.right{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -1px;
}
.entry_navi p.left a{
  background: url("http://blog-imgs-45.fc2.com/s/l/u/slugsupper/arrow_single_left_333.gif") no-repeat 0.5% 50%;
}
.entry_navi p.right a{
  background: url("http://blog-imgs-45.fc2.com/s/l/u/slugsupper/arrow_single_right_333.gif") no-repeat 99.5% 50%;
}
.entry_navi p a{
  width: auto;
  height: 44px;
  padding: 2px;
  background-color: #1a1a1a !important;
  color: #fff;
  text-decoration: none;
  display: block;
}
.entry_navi p a:hover{
  background-color: #f30 !important;
  color: #000;
}
.entry_navi p a i{
  margin: 0 0 5px 0;
  color: #333;
  font-size: x-small;
  display: block;
}

/*========== Comment ==========*/
.comment{
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #000;
  border: 1px solid #333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  clear: both;
}
.comment .header{}
.comment .header input{
  padding: 0 2px;
  background-color: transparent;
  border: 1px solid #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #666;
  font-size: smaller;
  cursor: pointer;
  float: right;
}
.comment .body{
  padding: 10px 0;
  line-height: 1.6;
  clear: both;
}
.form{
  border: 1px solid #333;
}
.comment_form{
  width: 80%;
  margin: 10px auto;
}
.comment_form p{
  padding: 5px;
  color: #666;
}
.comment_form input,.comment_form textarea{
  padding: 5px;
  background-color: transparent;
  border: 1px solid #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.comment_form input.txt{
  width: 60%;
  margin: 0 5px 0 0;
}
.comment_form input.btn{
  color: #666;
  background: #1a1a1a;
  background: -moz-linear-gradient(top, #1a1a1a 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1a1a), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #000000 100%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #000000 100%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #000000 100%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#000000',GradientType=0 );
  cursor: pointer;
}
.comment_form textarea{
  width: 98%;
  height: 100px;
  margin: 5px 0 0 0;
}

/*========== Trackback ==========*/
.tb_ping{
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #333;
}
.tb_ping input{
  width: 99%;
  margin: 5px 0;
  background-color: transparent;
  border: none;
  font-weight: bolder;
  color: #fff;
}
.trackback{
  padding: 10px 0;
  border-bottom: 1px solid #333;
  clear: both;
}
.trackback .header{}
.trackback .body{
  padding: 10px 0;
  line-height: 1.6;
}
.trackback .footer{}

/*========== Plugin ==========*/
.plugin{
  clear: both;
  margin: 0 0 10px 0;
}
.plugin .title{
  padding: 0 5px;
  font-size: 16px;
  font-family: "Archivo Black","Arial Black","Meiryo UI","MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
  clear: both;
}
.plugin .header{
  margin: 0 5px;
  padding: 5px 0 0 0;
}
.plugin .footer{
  margin: 0 5px;
  padding: 0 0 5px 0;
}
.plugin .body{
  margin: 0 5px;
  padding: 10px 0;
  line-height: 1.6;
  overflow-x: hidden;
}
.plugin .body ul{
  margin: 0;
  list-style: square inside;
}
.plugin1 .title{
  background-color: #555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
}
.plugin1 .body{
  margin: 0;
}
.plugin2{
  margin: 0 0 10px 0;
  background-color: #1a1a1a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.plugin3{
  margin: 0 0 20px 0;
  padding: 5px;
  background: #000;
  background: -moz-linear-gradient(top, #000000 0%, #1a1a1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#1a1a1a));
  background: -webkit-linear-gradient(top, #000000 0%, #1a1a1a 100%);
  background: -o-linear-gradient(top, #000000 0%, #1a1a1a 100%);
  background: -ms-linear-gradient(top, #000000 0%, #1a1a1a 100%);
  background: linear-gradient(to bottom, #000000 0%, #1a1a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1a1a',GradientType=0 );
  border: 1px solid #333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.search{
  padding: 2px;
  border: 1px solid #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: right;
}
.search input.txt{
  width: 140px;
  background-color: transparent;
  border: none;
  color: #fff;
  vertical-align: middle;
  float: left;
}
.search input.btn{
  float: right;
}

/* ========== Calendar ========== */
#calendar{
  margin: 5px 0 20px 0;
  border: 1px solid #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#calendar a{
  color: #333;
  text-decoration: none;  
}
#calendar a:hover{
  color: #f30;
}
#calendar table,#calendar th,#calendar td{
  border-collapse: collapse;
  border: 1px solid #555;
}
#calendar table{
  margin: 0 auto 2px auto;
}
#calendar caption{
  color: #555;
  font-size: 16px;
  font-family: "Archivo Black","Arial Black",Sans-Serif;
  text-align: left;  
}
#calendar caption p{
  margin: -5px 0 0 0;
  font-size: x-large;
  float: right;
}
#calendar th{
  color: #555;
  font-size: smaller;
  text-align: center;
}
#calendar th.sun{ color: #666; }
#calendar th.sat{}
#calendar td{
  width: 28px;
  color: #333;
  font-size: 12px;
  font-family: Arial,Verdana,Sans-Serif;
  text-align: center;
  vertical-align: top;
}
#calendar td a{
  width: 100%;
  height: 100%;
  background-color: #4d4d4d;
  color: #000 !important;
  text-decoration: none;
  display: block;
}
#calendar td a:hover{
  background-color: #f30;
}

.navi_menu{
  background: #666;
  background: -moz-linear-gradient(45deg, #666666 0%, #000000 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#666666), color-stop(100%,#000000));
  background: -webkit-linear-gradient(45deg, #666666 0%, #000000 100%);
  background: -o-linear-gradient(45deg, #666666 0%, #000000 100%);
  background: -ms-linear-gradient(45deg, #666666 0%, #000000 100%);
  background: linear-gradient(45deg, #666666 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=1 );
  border-top: 1px solid #666;
  border-right: none;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0px 1px 2px #000;
  -moz-box-shadow: 0px 1px 2px #000;
  box-shadow: 0px 1px 2px #000;
  font-family: "Archivo Black","Arial Black",Sans-Serif;
  line-height: 2;
}
.navi_menu div{
  padding: 0 10px;
  border-top: 1px dotted #666;
}
.navi_menu div.top{
  border: none;
}
.navi_menu div a{
  width: 100%;
  height: 100%;
  color: #999;
  text-decoration: none;
  display: block;  
}
.navi_menu div a:hover{
  color: #f30;
}
