/*
Theme Name: Child
Template: simplicity
*/

@import url('../simplicity/style.css');

div#container {
	border-top:solid 5px #fb7737;
}

img.img_L {
	float:left;
	margin-right: 5px;
}

div.footer-right {
    font-size: small;
}

div#sidebar {
    font-size: small;
}

.article{
  font-size:14px;
  line-height:140%;
}

hr.sep {
  background-image: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0 none;
  height: 1px;
  position: relative;
  margin-bottom:10px;
}

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:120%;
  color:#333;
}

.article h1, 
.article h2, 
.article h3, 
.article h4, 
.article h5, 
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:20px;
}
.article h1 {
  margin-top:5px;
  margin-bottom:0px;
  padding-left:5px;
  font-size: 18px;
  line-height:150%;
  border-left:solid 10px #fb7737;
}

#archive-title{
  padding-bottom:5px;
  font-size:20px;
}

.article h2 {
  border-left:1px solid #000;
  margin: 40px -29px 20px;
  padding:25px 30px;
  font-size:16px;
}

.article h3,
#comment-area h3,
#related-entries h3{
  font-size:23px;
  border-bottom:5px solid #e7e7e7;
  padding:10px 0;
}

.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
  border-bottom:5px dashed #eee;
}

.post-meta{
  margin-bottom: 0.5em;
  margin-top:0px;
  text-align:right;
  background-color:#F7F7F7;
  color:#555;
  border-bottom:solid 1px #fb7737;
  border-left:solid 10px #fb7737;
  font-size:14px;
}

.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}

div.me_top {
	width:80%;
	margin:0 auto 20px auto;
	line-height: 1.5em;
	text-align: center;
	border:solid 1px #fb7737;
	padding:10px;
	line-height:110%;
}

#breadcrumb2{
  color:#777;
  font-size:13px;
}

div#breadcrumb2 div {
  display: inline;
}

#breadcrumb2 span.sp{
  margin:0 10px;
}

#breadcrumb2 a{
  text-decoration:none;
  color:#777;
}
