@charset "utf-8";
/*
Theme Name: mirai-ku
Theme URI: http://www.mirai-ku.com/
Description: mirai-ku
Version: 1.0
Author: softamchine
Author URI: http://www.mirai-ku.com/
Tags: theme
*/


/* star
--------------------------------------------------------*/
.star {
  width: 455px;
  height: 441px;
  background: url(/img/illust/star_01.png) no-repeat;
  position: absolute;
  z-index: 1;
}

.star-1 { top: 0px; left: -100px; transform:rotate(60deg); }
.star-2 { top: 300px; right: -5%; transform:rotate(-60deg); }
.star-3 { top: 800px; left: 14%; transform:rotate(-60deg); }
.star-4 { top: 1400px; right: -5%; transform:rotate(-50deg); }
.star-5 { top: 2000px; left: -10%; transform:rotate(-60deg); }


@media (max-width: 767px) {
  .star {
    width: 200px;
    height: 194px;
    background-size: contain;
  }
}

/* animation
--------------------------------------------------------*/
.sidemenu li a:after,
#archivelist a:after{
  -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
  }

/* single ページ用
--------------------------------------------------------*/
h2.titleimage {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
  padding-top: 64px;
}

.underline-top {
  background: url(../img/common/line-dot.png) repeat-x bottom left; 
  padding-top:10px;
  padding-bottom:20px;
  width: 700px;;
  }
  
.underline-bottom {
  background: url(../img/common/line-dot.png) repeat-x bottom left; 
  padding-top:28px;
  padding-bottom: 20px;
  width: 700px;;
  }
@media (max-width: 767px) {
  h2.titleimage {
    width: 100%;
    margin-bottom: 20px;
  padding-top: 30px;
  }
  h2.titleimage img {
    width: 80%;
  }
  .underline-top {
    width: 100%;
    }

  .underline-bottom {
    width: 100%;
    }
}


/* タイトル */
.mi-single-title {
  width: 700px;
  font-size: 34px;
  color: #3e3a39;
  font-weight: normal;
}

.mi-single-parts {
  width: 700px;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.mi-single-date {
  font-size: 12px;
  display: inline;
}
.mi-single-categoryname {
  display: inline-block;
}
.mi-single-categoryname a {
    margin-left: 10px;
    font-size: 10px;
    display: inline-block; 
    border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #0058a4;
    color: #ffffff;
    padding: 2px 5px 2px 12px;
  line-height: 1;
  position: relative;
}
.mi-single-categoryname a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  background: #fef6eb;
  left: 4px;
  top: 50%;
  margin-top: -2px;
}
.mi-single-categoryname a:hover {
  background: #eb5c01;
}

.mi-single-categoryname a {
  color: #FFF;
}

#mi-single-content {
  width: 700px;
  font-size: 17px;
}

#mi-single-content p {
  line-height: 33px;
}

#next {
  font-size: 12px;
  margin-top: 20px;
}

#maru {
  color: #fef6eb;
  font-size: 10px;
}
@media (max-width: 767px) {
  .mi-single-title {
    width: 100%;
    font-size: 20px;

  }
  .mi-single-parts {
    width: 100%;
    padding-bottom: 20px;
  }
  #mi-single-content {
  width: 100%;
  font-size: 14px;
  }
  #mi-single-content p {
  line-height: 1.6em;
}
}


/* sidebar */
#sidebar {
  padding-top: 40px;
}

.underline-sidebar {
  background: url(../img/common/line-dot.png) repeat-x bottom left;
  padding-top: 10px;
  padding-bottom: 35px;
  width: 100%;
}

h3.underline-sidebar {
  font-size: 16px;
  padding-bottom: 10px;
  color: #0058a4;
  letter-spacing: 2px;
}

h3.underline-sidebar span {
  width: 100%;
  display: block;
  background: url(../img/info/midashi-star.png) right center no-repeat;
}


.mark {
  float: right;
  line-height: 200%;
  margin-top: -5px;
}

.sidemenu {
  padding-top: 20px;
  margin: 0 0 10px 0;
}

.sidemenu li {
  list-style-type: none;
  font-size: 14px;
  line-height: 15px;
  padding-bottom: 20px;
}

.sidemenu li a {
  width: 100%;
  color: #3e3a39;
  display: block;
  position: relative;
  padding-right: 20px;
}

.sidemenu li a:hover {
  color: #eb5c02;
}

.sidemenu li a span {
}

div.mi-side-date {
  font-size: 12px;
  color: #eb5c01;
}

li.newinfo {
  list-style-type: none;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 15px;
}
.sidemenu li.newinfo a:after {
  display: none;
}

div.arch {
  width: 100%;
  display: table;
}

div.arch span {
  display: table-cell;
  vertical-align: middle;
}

.yar {
  font-size: 16px;
}

/* 画面全体のレイアウト */
#single-wrapper{
  width:980px;
  margin: 0 auto;
  }
#main {
    float: left;
    width: 700px;
    margin-bottom: 100px;
}
#sidebar {
    float: right;
    width: 190px;
    margin-bottom: 100px;
}
@media (max-width: 767px) {
  #single-wrapper{
    width:92%;
    }
  #main {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  #sidebar {
      float: none;
      width: 100%;
      margin-bottom: 30px;
  }
}


/* ページ送り（前へ：次へ */
.mi-single-pagenation {
  width: 100%;
  padding-top: 20px;
}

.mi-single-prev {
  float: left;
  font-size: 12px;
}

.mi-single-next {
  float: right;
  font-size: 12px;
}



/* アーカイブ（リスト）表示用  */
#list-wrapper{
      width:980px;
      margin: 0 auto;
      
  }

#archivelist {
  line-height:250%;
  text-align:left;
  list-style:none;
  width:980px;
  margin-left:0px;
  
  }
#archivelist li {
  background: url(../img/common/line-dot.png) repeat-x bottom left; 
  line-height: 1.15;
  display: table;
  width: 100%;
  }

#archivelist li a {
  width: 100%;
  color:#3e3a39;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 22px 0 22px 40px;
  display: block;
  position: relative;
  }

#archivelist li:first-child a {
  background: url(../img/info/new.png) no-repeat left;
  }
  
  
#archivelist li a:hover {
  color: #eb5c02;
  }
#archivelist li span {
  display: table-cell;
  }
#archivelist li a span.date {
  padding-left: 20px;
  color:#0058a4;
  font-weight: bold;
  }
  
#archivelist li a:hover span.date {
  color:#eb5c02;
  } 
  
#archivelist li span.title {
  padding-left: 45px; /* タイトル表示スクリプト化で変更 */
  width: 100%;
  }
  .newicon{
  z-index:4;
     
  }
@media (max-width: 767px) {
#archivelist li a {
  padding: 16px 0 16px 30px;
  }
#archivelist li:first-child a {
  background-size:  24px;
  }
#archivelist li a span.date {
  padding-left: 0px;
  letter-spacing: 0;
  font-size: 12px;
  }
#archivelist li a {
  font-size: 14px;
  }
#archivelist li span.title {
  padding-left: 20px;
  }
}
  
/*　ページネーション用CSS　*/
 /*Pagenation*/
 
li.prev a{margin-top:-4px;}
li.next a{margin-top:-4px;}
 
 .pagenationbox{
     width:980px;
     margin: 0 auto;
     
 }
.pagenation {
    margin:0.6em 0;
    text-align: center;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    margin: 0 auto;
}
.pagenation ul {
    margin: 0 auto; 
    display: inline-block;
}


.pagenation li {
    float: left;
    list-style: none outside none;
    font-size: 14px;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    /* background-color: #ffffff;
    border-radius: 3px; */
    color: #eb5c02;
    cursor: not-allowed;
    padding: 5px 10px;
}
.pagenation li a {
    /* background: none repeat scroll 0 0 /* #CCCCCC *;
    border-radius: 3px; */
    color: #0058a4;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); */
}
.pagenation li a:hover {
    /* background-color: #ffffff; */
    color: #eb5c02;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
span.miniarrow{ font-size: 0.9em;line-height:250%; }

/* 矢印マーク */

* { margin: 0; padding: 0;
}

li a span.arrow {
/*
display: block;
position: relative;
padding: 14px 25px 10px 10px;
 border-bottom: 1px solid #0058a4; 
 background: #FFF; 
font-size: 14px;
font-weight: bold;
 text-decoration: none; 
*/
}

li a:hover span.arrow {
color: #eb5c02;
}

li a span.arrow:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 12px;
height: 12px;
margin: -4px 0 0 0;
border-top: solid 1px #000000;
border-right: solid 1px #000000;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

li a:hover span.arrow:after {

right: 5px;
color:  #eb5c02;
border-top: solid 1px#eb5c02;
border-right: solid 1px #eb5c02;
}




/* 矢印マーク(サイドバー) */
.sidemenu li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 0;

  border-top: solid 1px #3e3a39;
  border-right: solid 1px #3e3a39;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sidemenu li a:hover:after {
  right: 8px;
  border-top: solid 1px #eb5c02;
  border-right: solid 1px #eb5c02;
}

/* 矢印（アーカイブ用） */
#archivelist a:after {
  display: block;
  content: "";
  position: absolute;
  top: 1.2em;
  right: 2px;
  width: 12px;
  height: 12px;
  border-top: solid 1px #3e3a39;
  border-right: solid 1px #3e3a39;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#archivelist a:hover:after {
  right: 12px;
  border-top: solid 1px #eb5c02;
  border-right: solid 1px #eb5c02;
}

/*
div.arch span.arrow {
display: block;
position: relative;
padding: 10px 25px 10px 10px;
 border-bottom: 1px solid #0058a4; 
 background: #FFF; 
color: #0C0;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

div.arch span.arrow:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 10px;
height: 10px;
margin: -4px 0 0 0;
border-top: solid 1px #0058a4;
border-right: solid 1px #0058a4;
border-top: solid 1px #000000;
border-right: solid 1px #000000;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
*/

/* スマホ対応  */
@media (max-width: 767px) {
  
#list-wrapper{
   width:100%;
   margin: 0 auto;
  }

#archivelist {
  line-height:250%;
  text-align:left;
  list-style:none;
  width:100%;
  margin-left:0px;
  
  }
#archivelist li {
  background: url(/img/common/line-dot.png) repeat-x bottom left; 
  line-height: 1.15;
  display: table;
  width: 100%;
  }

}