/*
Theme Name: [Theme name here!]
*/ 

.wp_post:after {
	content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wp_post {
  display: block;
}
.wp_post * {
  max-width: 100%;
}
.wp_post p {
  margin: 1em 0;
}
.wp_post pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.wp_post strong { font-weight: bold; }
.wp_post em { font-style: italic; }
.wp_post pre {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 7px;
  overflow: auto;
}
.wp_post blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}
.wp_post blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}
.wp_post blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}
.wp_post h1,
h1.h1_single{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #707070;
  clear: both;
}
h1.h1_single::before{
  content: '';
  width: 40px;
  height: 40px;
  border: 7px solid #3CA8E1;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  line-height: 40px;
  vertical-align: middle;
}
@media screen and (max-width: 768px){
  .wp_post h1,
  h1.h1_single{
    font-size: 21px;
    margin-bottom: 40px;
  }
  h1.h1_single::before{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
  }
}
.wp_post h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
}
.wp_post h3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 6px;
  clear: both;
}
.wp_post h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #B53630;
  padding-bottom: 5px;
  clear: both;
}
.wp_post h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  clear: both;
}
.wp_post h6 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  clear: both;
}

.wp_post table {
	width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp_post table th {
	background-color: #eee;
	padding: 8px;
	border: 1px solid #AAAAAA;
}
.wp_post table td {
	padding: 8px;
	border: 1px solid #AAAAAA;
}
.wp_post ul {
	list-style: disc;
	padding-left: 1.2em;
	margin-bottom: 1em;
}
.wp_post ol {
	list-style: decimal;
	padding-left: 1.2em;
	margin-bottom: 1em;
}
.wp_post a {
	text-decoration: underline;
	color: #003CFF;
}
.wp_post a:hover {
	color: #FF0004;
}
.wp_post dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.wp_post dd {
  margin-bottom: 20px;
}
/* img */
.wp_post img {
	vertical-align: middle;
  height: auto;
  max-width: 100%;
}
.wp_post img[class*="wp-image-"],
.wp_post img[class*="attachment-"],
.wp_post img.pict {
	margin: 1em 1em 2em 0;
	vertical-align: bottom;
}
.wp_post img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp_post img.alignright {
	padding: 4px;
	margin: 0 0 2em 1em;
	display: inline;
  vertical-align: top;
  float: right;
}
.wp_post img.alignleft {
	padding: 4px;
	margin: 0 1em 2em 0;
	display: inline;
  vertical-align: top;
  float: left;
}

/*********************************
Comments
*********************************/
#commentArea {
	text-align: left;
}
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top:40px;
	border-top:1px solid #ddd;
}
	
.commentlist{
  margin-bottom:30px;
}
.commentlist li {
  border-top:1px solid #ddd;
  padding:15px 0 0 55px;
  position:relative;
}
.commentlist .avatar {
  background:#fff;
  border:1px solid #ddd;
  left:0;
  margin:0 16px 0 0;
  padding:3px;
  position:absolute;
  top:15px;
}
.commentlist .comment-meta{
  margin-bottom:10px;
}
.commentlist .comment-meta a{
  color: #999;
  font-size:85%;
  text-decoration:none;
}
.commentlist .comment-meta a:hover{
  color: #ccc;
}
.commentlist p{
  margin-bottom:15px;
}
.commentlist .reply a{
  position: absolute;
  top: 15px;
  right: 0;
  padding: 2px 10px;
  background: #ddd;
  font-size: 85%;
  color: #333;
  text-decoration: none;
}
.commentlist .reply a:hover {
  color: #999
}
#respond{
  margin-top:70px;
}
#respond h3{
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  padding:10px 0 10px 10px;
}
#commentform{
  margin-top:20px;
}
#commentform p{
  clear: both
}
#commentform label{
  margin: 10px 0;
  vertical-align: top;
  width: 30%;
  display: inline-block;
}
#commentform input[type="text"], #commentform textarea{
  margin: 5px 0 10px;
}
#commentform input[type="text"]:focus, #commentform textarea:focus{
  border:1px solid #06c;
}

/*********************************
404
*********************************/
.error404 h2 {
	font-size: 30px;
	color: #FF0004;
	text-align: center;
	padding: 160px 0 60px;
}
.error404 p {
	font-size: 20px;
	text-align: center;
	padding-bottom: 100px;
}

/********************************
fix
********************************/
.archivewapper,
.archivewapper dl {
  width: 100%;
}
.archivewapper a {
  color: inherit;
  text-decoration: none;
}
.archivewapper a:hover {
  text-decoration: underline;
}