@import url("css/bootstrap.css");

/* Reset
-------------------------------------------------------------- */

* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
}

body, div, pre, p, blockquote, form, fieldset, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 100%;
}

body {
  background-color: #fff; 
  background-image: 
  linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
  linear-gradient(#eee .1em, transparent .1em);
  background-size: 100% 1.2em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  overflow-y: scroll;
  font-size: 14px;
}

select, input, textarea, option {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

img {
  border: 0;
  margin: 0px;
  padding: 0px;
}

a img {
  border-style: none;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-style: normal;
  padding: 0px;
  line-height: normal;
  font-weight: normal;
  clear: both;
}

a {
  outline: none;
    -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
  color: #704c73;
}

a:hover {
  text-decoration: underline;
}

a:focus, *:focus {
  outline: none;
}
/* common
----------------------------------------------------------*/
/* header
-------------*/
#headerWrap{
  padding-bottom: 5px;
}
h1{
  color: #222;
  margin: 20px 0;
  padding: 10px 8px;
  border: solid 3px #aaa;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 0 #222;

}
.logoarea{
  background-color: #704c73;
}
.logo{
  font-size: 250%;
  font-weight: bold;
  padding: 10px 15px;
  text-shadow:
     3px 3px 0 #222,
     -1px -1px 0 #222,
      1px -1px 0 #222,
      -1px 1px 0 #222,
       1px 1px 0 #222;
}
.logo a{
  text-decoration: none;
  color: #fff;
}
.logo a:hover{
  color: #704c73;
}
nav ul{
  margin: 0;
  text-align: right;
}
nav ul li{
  margin: 0;
  display: inline-block;
}
nav ul li a{
  display: block;
  padding: 10px 8px;
	text-align: center;
 	font-weight: bold;
  width: 200px;
  color: #fff;
  text-shadow:
     2px 2px 0 #222,
     -1px -1px 0 #222,
      1px -1px 0 #222,
      -1px 1px 0 #222,
       1px 1px 0 #222;
}
nav ul li:nth-child(2n) a{
  margin: 10px 0;
}
nav ul li a:hover{
  text-decoration: none;
  color: #704c73;
}
.mainImg img{
  width: 100%;
  border: solid 2px #222;
}
/* primary
---------------*/
#primary{
	margin-top: 20px;
}
.index_section{
  margin-bottom: 20px;
}
.index_section .text{
}
figure img{
  border: solid 2px #222;
  box-shadow: 2px 2px 0 #222;

}
h2:first-letter{
  font-size: 150%;
  margin-right: 2px;
}
.index_section h2 , article h2{
  color: #ff69b4;
  font-size: 130%;
  font-weight: bold;
  border: solid 3px #aaa;
  padding: 5px 20px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 2px 2px 0 #222;
}
.index_section .text{
  border: solid 3px #aaa;
  padding: 5px 10px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 0 #222;

}
/* side
-----------------*/
#side{
  padding-top: 20px;
}
#newPost,#category{
  background-color: #fff;
  border: solid 3px #aaa;
  border-radius: 8px;
  width: 46%;
  margin: 0 2%;
  box-shadow: 2px 2px 0 #222;

}
#side li{
  margin: 5px 0;
  margin-left: 10px;
}
#side ul li a{
	display: block;
	padding: 5px;
	position: relative;
	border-bottom: solid 1px #ddd;
}
#side ul li:last-child a{
	border-bottom: none;
}
#side h2{
  color: #ff69b4;
  font-size: 130%;
  font-weight: bold;
}
/* footer
---------------*/
#footerWrap{
}
#footerWrap .container{
    padding: 50px 0 20px 0;
}
.copyright{
  text-align: center;
  font-weight: bold;
  color: #222;
}
.copyright a{
}
/*　下層記事
----------------------*/
article{
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.textarea{
  padding: 15px 10px;
  background-color: #fff;
  border: solid 3px #aaa;
  border-radius: 8px;
  box-shadow: 2px 2px 0 #222;

}
.status{
  color: #444;
  text-align: right;
  padding: 0 5px;
}
/* about
-------------------*/
th{
  font-weight: bold;
  width: 60%;
  padding: 10px;
}
td{
  word-break: break-all;
  padding-left: 10px;
}
/* sitemap
-----------------*/
.sitemap h3{
  font-size: 130%;
}
.sitemap ul li{
  text-indent: 1em;
  margin-bottom: 5px;
}
/* category
-----------------*/
.category li{
  text-indent: 1em;
}
.category h3{
  font-size: 130%;
}
.category .text{
  margin-left: 10px;
}
.more{
  text-align: right;
  padding: 0 10px;
}
.list{
  padding: 10px 0;
  background-color: #fff;
  margin-bottom: 10px;
  border: solid 3px #aaa;
  border-radius: 8px;
}
/* breadcrumb
-----------------*/
#breadcrumb{
  font-size: 80%;
  color: #222;
  background-color: #ffb7db;
  padding: 10px 10px 1px 10px;
  margin-bottom: 30px;
  color: #fff;
  box-shadow: 1px 2px 0 #222;
}
#breadcrumb *{
}
#breadcrumb a{
}
/* タブレット・スマホサイズのみ
---------------*/
@media screen and (max-width:991px){
  figure img{
    width: 40%;
    margin: 10px auto;
  }
  nav ul{
    text-align: center;
  }
  nav ul li a{
    width: 100%;
    padding: 3% 5%;
  }
  .logo{
    text-align: center;
  }
  .text{
  	padding: 1%;
  }
  h1{
    text-align: center;
  }
  nav ul li:nth-child(2n){
    margin: 0 10px;
  }
  #newPost,#category{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .logo{
    font-size: 180%;
  }
}