@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 #fbedf3;
  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: #c44e7f;
}

a:hover {
  text-decoration: underline;
}

a:focus, *:focus {
  outline: none;
}
/* common
----------------------------------------------------------*/
/* header
-------------*/
#headerWrap{
  padding-bottom: 5px;
}
h1{
  color: #222;
  margin: 10px;
  padding: 10px 8px;
  border-top: double 3px #aaa;
  border-bottom: double 3px #aaa;
}
.logoarea{
  background-color: #c44e7f;
}
.logo{
  font-size: 180%;
  font-weight: bold;
  padding: 10px 15px;
}
.logo a{
  text-decoration: none;
  color: #fff;
}
.logo a:hover{
  color: #fff;
}
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;
}
nav ul li:nth-child(2n) a{
  margin: 10px 0;
}
nav ul li a:hover{
  text-decoration: none;
  background-color: #fbedf3;
  color: #222;
}
.mainImg img{
  width: 100%;
  border: solid 3px #222;
}
.mainImg{
	position: relative;
}
/* primary
---------------*/
#primary{
	margin-top: 20px;
}
.index_section{
  margin-bottom: 20px;
}
.index_section .text{
}
figure img{
  border: solid 2px #222;
}
h2:first-letter{
  font-size: 150%;
  margin-right: 2px;
}
h2{
  color: #dd005c;
  font-size: 130%;
  font-weight: bold;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  padding: 1px 5px;
  margin-bottom: 5px;
}
/* side
-----------------*/
#newPost,#category{
}
#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;
}
/* 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;
}
.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;
}
/* breadcrumb
-----------------*/
#breadcrumb{
  font-size: 80%;
  color: #222;
  padding-top: 5px;
}
#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;
  }
}