@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: none repeat scroll 0 0 #f3bdc3;
  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: #483d8b;
}

a:hover {
  text-decoration: underline;
}

a:focus, *:focus {
  outline: none;
}
/* common
----------------------------------------------------------*/
/* header
-------------*/
#headerWrap{
  background-color: #483d8b;
  padding-bottom: 10px;
}
h1{
 	color: #fff;
  text-align: right;
  margin-bottom: 10px;
  background-color: rgba(0,0,0,0.5);
  padding: 10px 8px;
  border-radius: 10px;

}
.logo{
  font-size: 180%;
  font-weight: bold;
  padding: 10px 0;
}
.logo a{
  text-decoration: none;
  color: #fff;
}
.logo a:hover{
  color: #aaa;
}
nav{
}
nav ul{
  margin: 0;
  font-size: 0;
}
nav ul li{
  margin: 0;
  font-size: 12px;
  line-height: 50px;
}
nav ul li a{
  display: block;
  padding: 10px 8px;
  height: 70px;
	width: 100%;
	text-align: center;
 	font-weight: bold;
  color: #fff;
}
nav ul li:nth-child(2n) a{
  margin: 10px 0;
}
nav ul li a:hover{
  color: #fff;
  text-decoration: none;
  background-color: #f3bdc3;
  color: #222;
}
nav ul{ 
  text-align: center;
}
/* mainImg
---------------*/
.mainImg img{
  width: 100%;
  border: solid #222 5px;
  border-radius: 10px;
}
/* primary
---------------*/
#primary{
  padding: 10px 0;
}
h2{
  font-size: 130%;
  font-weight: bold;
  color: #483d8b;
}
.index_section{
  margin-bottom: 20px;
}
.text{
}
figure img{
  margin: 0 auto;
  border: solid #222 3px;
  border-radius: 50%;
}
h2{
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  width: 100%; 
  bottom: 0;
  margin: 10px 0;
  padding: 5px 10px;
  border-radius: 10px;

}
/* side
-----------------*/
#newPost,#category{
}
#side li{
  margin-left: 1em;
  margin-top: 10px;
}
#side{
}
/* footer
---------------*/
#footerWrap{
  background-color: #483d8b;
}
#footerWrap .container{
    padding: 50px 0 20px 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: #222;
  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;
}
/* breadcrumb
-----------------*/
#breadcrumb{
  font-size: 80%;
  color: #222;
  padding-top: 5px;
}
#breadcrumb *{
}
#breadcrumb a{
}
/* タブレット・スマホサイズのみ
---------------*/
@media screen and (max-width:768px){
  figure img{
    width: 40%;
  }
  nav ul li{
    text-align: center;
  }
  nav ul li a{
    width: 100%;
    padding: 3% 0;
  }
  nav .container{
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .logo{
    text-align: center;
  }
  .text{
  	padding: 2%;
  }
  h1{
    text-align: center;
    margin-left: 0;
  }
  nav ul li:nth-child(2n){
    margin: 5px 0;
  }
}
@media screen and (max-width:1200px){
  nav ul li a{
    height: 57px;
  }
  nav ul li{
    line-height: 35px;
  }
}
@media screen and (max-width:992px){
  nav ul li a{
    height: 0;
    background-color: transparent;
    padding: 15px 0;
  }
  nav ul li a:hover{
    color: #222;
    background-color: transparent;
  }
  nav ul li{
    line-height: 100%;
  }
}