@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 ;
  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;
}

a:hover {
  text-decoration: underline;
}

a:focus, *:focus {
  outline: none;
}
/* color
----------------------------------------------------------*/
body{
  background-color: #00a37e;
}
a{
  color: #005638;
}
/* header　
--------------------*/
#headerWrap{
  background-color: #00a37e;
}
h1{
  color: #fff;
}
.logo a{
  color: #fff;
}
.logo a:hover{
  color: #aaa;
}
/* ナビ　*/
nav ul li a{
  background-color: #fff;
}
nav ul li a:hover{
  background-color: #005638;
  color: #fff;
}
/* page 
-----------------*/
h2{
  color: #00a37e;
}
#primary{
  background-color: #f4e1b1;
}
.index_section{
  background-color: #fff;
}
article{
  background-color: #fff;
}
.status{
  color: #aaa;
}
/* side 
------------------*/
#newPost,#category{
  background-color: #fff;
}
/* fotter 
--------------------*/
.copyright{
  color: #222;
}
.copyright a{
  color: #fff;
}
/* パンくず　
------------------------*/
#breadcrumb{
  color: #222;
  background-color: #00a37e;

}
#breadcrumb a{
  color: #fff;
}

/* style-CSS
--------------------------------*/
/* header
-------------*/
h1{
 	text-align: right;
}
.logo{
  font-size: 180%;
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.8);
  padding: 10px 0;
}
.logo a{
  text-decoration: none;
}
nav ul li{
  display: inline;
}
nav ul li a{
  display: inline-block;
  padding: 10px 8px;
	width: 150px;
	text-align: center;
 	font-weight: bold;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	border-radius: 10px;
	border: solid 1px #222;
}
nav ul li:nth-child(2n){
	margin: 0 10px;
}
nav ul{ 
  text-align: right;
}
nav ul li a:hover{
  text-decoration: none;
}
nav{
	margin-bottom: 20px;
}
/* mainImg
---------------*/
.mainImg img{
  border: solid 2px #222;
	width: 100%;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5)
}
.mainImg{
	margin: 10px 0;
}

/* primary
---------------*/
#primary{
	padding: 25px 0;
	box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), 0 2px 2px -1px rgba(0,0,0,0.5);
}
.index_section h2{
  font-size: 130%;
  font-weight: bold;
  border-bottom: solid 2px #222;
  padding-top: 5px;
  margin-bottom: 5px;
  width: 97%;
}
.index_section{
	border: solid 1px #222;
  	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.text{
}
figure img{
	width: 100%;
}
.section02{
	margin: 10px 0;
}
/* side
-----------------*/
#side{
	padding: 20px 0;
}
#side h2{
	font-size: 130%;
	padding: 5px;
	font-weight: bold;
}
#newPost,#category{
  padding-bottom: 5px;
  border: solid 2px #222;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}
#side li{
  text-indent: 1em;
  margin-top: 5px;
}
/* footer
---------------*/
#footerWrap{
	padding: 50px 0 20px 0;
}
.copyright{
  text-align: center;
  font-weight: bold;
}
.copyright a{
}
/*　下層記事
----------------------*/
article{
  padding-bottom: 5px;
  border: solid 2px #222;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.5)
}
article h2{
	font-size: 130%;
	padding: 5px;
	font-weight: bold;
}
.textarea{
  padding:0 15px;
}
.status{
  text-align: right;
  padding: 0 5px;
}
/* about
-------------------*/
th{
  font-weight: bold;
  width: 40%;
  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;
}
/* breadcrumb
-----------------*/
#breadcrumb{
  font-size: 80%;
}
#breadcrumb *{
  padding: 0 5px;
}
#breadcrumb a{
}
/* タブレット・スマホサイズのみ
---------------*/
@media screen and (max-width:768px){
  nav ul li{
    display: list-item;
    text-align: center;
  }
  nav ul li a{
    width: 80%;
  }
  .logo{
    text-align: center;
  }
  .col-sm-9{
    padding: 10px 30px;
  }
  figure img{
  	width: 30%;
  	margin: 2% auto;
  }
  .index_section h2{
  	text-align: center;
  }
  .text{
  	padding: 2%;
  }
  h1{
    text-align: center;
    margin-bottom: 10px;
  }
  .index_section h2{
  	width: 100%;
  }
  nav ul li:nth-child(2n){
    margin: 5px 0;
  }
  nav{
    margin-bottom: 5px;
  }
  
  #category {
	margin-top: 10px;
	}
  
}

/* custom css
---------------*/
nav ul {
	text-align: center;
	}

.index_section {
	padding: 10px;
	}
	
.logo {
	text-align: center;
    font-size: 200%;
    font-weight: bold;
    padding: 10px 0;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.8);
}


.logo a {
	color: #666;
	}

h1 {
	text-align: center;
	margin-bottom: 30px;
	}

#headerWrap nav,
#headerWrap nav ul {
	margin: 0;
	padding: 0;
	}
	
	
nav ul li a{
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	border-radius: 0px;
	border: solid 0px #222;
	background-color: transparent;
	color: #eee;
	border-bottom: solid 3px transparent;
}

nav {
	padding: .6em 1em;
	background: #666;
	background: -webkit-linear-gradient(top, #666 0%, #252525 100%);
	background: linear-gradient(to bottom, #666 0%, #252525 100%);
	border-top: 1px solid #888;
	border-right: 10px solid #f00;
	border-bottom: 1px solid #888;
	border-left: 30px double #f00;
	border-radius: 7px;
	color: #ddd;
	font-weight: 600;
	font-size: 1.25em;
	}

nav ul li a:hover {
	background-color: #ccc;
	color: #3498DB;
	}

body,
#headerWrap,
#primary,
#breadcrumb
 {
	background-color: transparent;
	}

body {
	background-color: #f3f3f3;
	background: 
radial-gradient(circle closest-side at 60% 43%, #ffeaea 26%, rgba(255,234,234,0) 27%),
radial-gradient(circle closest-side at 40% 43%, #ffeaea 26%, rgba(255,234,234,0) 27%),
radial-gradient(circle closest-side at 40% 22%, #ffc6c6 45%, rgba(225,198,198,0) 46%),
radial-gradient(circle closest-side at 60% 22%, #ffc6c6 45%, rgba(225,198,198,0) 46%),
radial-gradient(circle closest-side at 50% 35%, #ffc6c6 30%, rgba(225,198,198,0) 31%),

radial-gradient(circle closest-side at 60% 43%, #ffeaea 26%, rgba(255,234,234,0) 27%) 50px 50px,
radial-gradient(circle closest-side at 40% 43%, #ffeaea 26%, rgba(255,234,234,0) 27%) 50px 50px,
radial-gradient(circle closest-side at 40% 22%, #ffc6c6 45%, rgba(225,198,198,0) 46%) 50px 50px,
radial-gradient(circle closest-side at 60% 22%, #ffc6c6 45%, rgba(225,198,198,0) 46%) 50px 50px,
radial-gradient(circle closest-side at 50% 35%, #ffc6c6 30%, rgba(225,198,198,0) 31%) 50px 50px;
background-color: #ffeaea;
background-size:100px 100px;
	
	}

h1 {
	color: #444;
	}

#breadcrumb a,
.copyright a {
	color: #007fff;
	}

.mainImg img,
#newPost,
#category,
.index_section,
.category,
article,
#primary
 {
	border: 0;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
	background-color: transparent;
	}

.index_section,
.category,
article {
	xborder-bottom: dotted 1px #444;
	}
	
.index_section {
	margin-bottom: 80px;
	}
	
#newPost,
#category {
	border-bottom: double 5px #ccc;
	min-height: 180px;
	}
	
h2 {
	color: #666;
	}

.index_section h2 {
    border-bottom: 0px solid #666;
    width: 100%;
}


h2,
.index_section h2 {
	padding: .6em 1em;
	background: #666;
	background: -webkit-linear-gradient(top, #f00 0%, #c00 100%);
	background: linear-gradient(to bottom, #f00 0%, #c00 100%);
	border-top: 1px solid #ccc;
	border-right: 10px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 30px double #ccc;
	border-radius: 7px;
	color: #ddd;
	font-weight: 600;
	font-size: 1.25em;
}

.section02  h2 {
	padding: .6em 1em;
	background: #666;
	background: -webkit-linear-gradient(top, #666 0%, #252525 100%);
	background: linear-gradient(to bottom, #666 0%, #252525 100%);
	border-top: 1px solid #888;
	border-right: 10px solid #f00;
	border-bottom: 1px solid #888;
	border-left: 30px double #f00;
	border-radius: 7px;
	color: #ddd;
	font-weight: 600;
	font-size: 1.25em;
}

#side ul li a {
	display: block;
	line-height: 2.5;
	}
	
x#side ul li a:hover {
	text-decoration: none;
	background-color: #ccc;
	}
	
#side h2 {
	padding: .6em 1em;
	background: #fff;
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
	border-top: 1px solid #888;
	border-right: 10px solid #aaa;
	border-bottom: 1px solid #888;
	border-left: 30px double #aaa;
	border-radius: 7px;
	color: #f00;
	font-weight: 600;
	font-size: 1.25em;
	}

#side ul li a {
	position: relative;
	padding: 3px;
	text-decoration: none;
	}

#side ul li a span {
	padding: 10px;
	}

#side ul li a::before {
	content:'';
	display: inline-block;
	background-color: #ddd;
	width: 0%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -1;
	}
	
#side ul li a:hover::before {
	width: 100%;
	transition-duration: 0.5s;
	}
	
#side li a {
    text-indent: 0px;
}

.status {
    color: #444;
}