@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: #c7c2af; 
  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: #9b7476;
}

a:hover {
  text-decoration: underline;
}

a:focus, *:focus {
  outline: none;
}
/* common
----------------------------------------------------------*/
/* header
-------------*/
#headerWrap{
  padding-bottom: 5px;
}
h1{
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 2px;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
}
.logoarea{
  background-color: #9b7476;
  width: 100%;
  border-bottom: solid 3px #222;
}
.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;
  text-align: center;
}
nav{
  background-color: #d13a84;
  border: solid 2px #222;
  margin-bottom: 10px;
	width: 90%;
}
.logo a{
  text-decoration: none;
  color: #fff;
}
.logo a:hover{
  color: #aaa;
}
nav ul{
  margin: 0;
  text-align: center;
}
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: #aaa;
}
.mainImg img{
  width: 100%;
  border: solid 4px #222; 
}
.mainImg{
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
/* primary
---------------*/
.contents{
  background-color: #fff;
  border:solid 4px #222;
  border-top: none;
  margin-bottom: 20px;
}
#primary{
  background-color: #c7c2af;
}
#primary>.container{
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.index_section{
  margin-bottom: 50px;
}
.index_section .text{
}
figure img{
  border: solid 2px #222;
  width: 90%;
  margin: 0 5%;
}
h2:first-letter{
  font-size: 150%;
  margin-right: 2px;
}
h2{
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  border-top: solid 4px #222;
  border-bottom: solid 4px #222;
  padding: 5px 20px;
  margin-bottom: 10px;
  background-color: #d13a84;
  text-align: center;
}
.index_section .text{
  padding: 5px 10px;
  margin-bottom: 5px;
  background-color: #fff;
  margin:0 15px;
}
/* side
-----------------*/
#side{
}
#newPost,#category{
  background-color: #fff;
  border: solid 4px #222;
  margin-bottom: 20px;
}
#side li{
  margin: 5px 0;
  padding: 0 5px;
}
#side ul li a{
	display: block;
	padding: 5px;
	border-bottom: dotted 3px #666;
}
#side ul li:last-child a{
	border-bottom: none;
}
#side h2{
  border-top: none;
}
/* footer
---------------*/
#footerWrap{
  background-color: #9b7476;
  border-top: solid 3px #222;
  margin-top: 20px;
}
#footerWrap .container{
    padding: 30px 0 10px 0;
}
.copyright{
  text-align: center;
  font-weight: bold;
  color: #222;
}
.copyright a{
  color: #fff;
}
/*　下層記事
----------------------*/
article{
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.textarea{
  padding: 15px 10px;
}
.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: 5px 5px 10px 5px;
}
/* breadcrumb
-----------------*/
#breadcrumb{
  font-size: 80%;
  color: #222;
  background-color: #fff;
  padding: 10px 10px 1px 10px;
  border: solid 2px #222;
  margin-bottom: 15px;
}
#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;
    position: static;
    margin-bottom: 10px;
    background-color: #d13a84;
    color: #fff;
    border: solid 3px #222;
  }
  nav ul li:nth-child(2n){
    margin: 0 10px;
  }
  #newPost,#category{
  }
  .logo{
    font-size: 180%;
  }
}