@charset "utf-8";


#blog{
	width:100%;
}
#blog .left img{
	width:100%;
	max-width:120px;
	height: auto;

}
.topbox{

}
.blogcontents{
  max-width:1000px;
  margin: 0 auto;
  padding:40px 0 0 0;
  font-size:18px;
}
.blogcontents h1{
	font-size:24px;
	font-weight: bold;
	padding: .1em 0 .1em .5em;
	border-left: 16px solid #4a0000;
}
.clear:after {
  content:'';
  clear:both;
  display:block;
  height:0;
}
.leftbox{
	width:600px;
	float:left;
}

.new_posts{
	padding:20px 0 20px 0;
}

.newtop{
	padding:0 0 20px 0;
}
.newbottom p {
  color:#676767;
  font-size:15px;
}
.newtop_info{
	float:right;
}
.newtop ul{
	width:440px;
	margin:0 0 0 0;

}

.newtop li:first-child{
	padding:0 0 10px 0;
}
.newtop li:last-child{
  list-style: none;
  border-top:dashed 1px #000;
  padding:10px 0 0 0;

}
.newtop span.left {
	display: block;
	float:left;
}


.leftbox h2{
	font-size:24px;
}
.left{
	float:left;
}
.right{
	float:right;
}



.rightbox{
  width:350px;
  float:right;
  margin: 0 0 30px 0;
}

.rightbox .cat li {
  margin:0 0 0 40px;
  list-style: square;
}



.cat{
	padding:0 0 50px 0;
}
.cat h1{
 margin:0 0 10px 0;
}

.catcontents h2{
  font-weight:bold;
  list-style: disc;
}
.catcontents ul{
  padding: 0 0 50px 0;
}
.catcontents li{
  list-style:none;
  margin:0 0 0 24px;
}
.catback{
  text-align:center;
}
.catback a {
  color:#4a0000;
  border-bottom:1px solid #4a0000;
}
.catback a:hover {
  border-bottom:1px solid #CCC;
  color:#CCC;
}

.wp-pagenavi{
  text-align: center;
}
.current{
  margin:0 4px;
  padding: 1px 8px;
  background-color:#4a0000;
  color:#fff;
}
.page{
  margin:0 4px;
  padding: 0 8px;
  box-sizing:border-box;
  border:solid 1px #4a0000;
}

.page a:hover{
  border:solid 1px #4a0000;
}
.nextpostslink{

}
.previouspostslink{


}



.rank{
	padding:50px 0;
}
.rank ol {
  counter-reset: wpp-ranking;
}
.rank li:before {
  content:'';
  position:absolute;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  top:0;
  left:0;
  text-align:center;
  background:#4a0000;
  padding:1px 0;
  color:#FFF;
  font-size:12px;
  width:25px;
  height:25px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index:50;
}
.rank li {
  position: relative;
}
.rank h1{
  margin:30px 0 10px 0;
}
.rank .img{
  width:60px;
  float:left;
}
.rank .img img {
  width:100%;
  height:auto;
}
.rank .ttl{
  width:270px;
  float:right;
}
.rank .box{
  padding: 10px 0;
}
.rank h4{
  font-size:18px;

  font-weight:bolder;
}
.rank .view_count{
  font-size:18px;
}



.blog_h1{
	font-size:36px;
	padding: .2em 0 .2em .75em;
	border-left: 16px solid #4a0000;
}
.blog_h2{
	font-size:24px;
}
.page_information{
	height:30px;
	padding:12px 46px 8px 46px;
	margin:20px 0 20px 0;
	background:#4a0000;
}
.page_information span{
	color:white;
}
.page_contents{
	padding:20px 0 20px 0;
}

.navigation {
  width:100%;
  margin:0 auto;
  margin:50px 0 70px 0;
}
.navigation:after {
  contents:'';
  clear:both;
  height:0;
  display:block;
}
.navigation li {
  float:left;
  width:33.3333%;
  
}
.navigation li a {
    color:#4a0000;
  border-bottom:1px solid #4a0000;
}
.navigation li a:hover {
  border-bottom:1px solid #CCC;
  color:#CCC;
}
.navigation li.prev a {
  text-align:left;
}
.navigation li.back a {
  text-align:center;
  margin:0 0 0 70px;
}
.navigation li.next a {
  text-align:right;
  float:right;
}


.page_contents h2{
  font-size:22px;
  color:#FFF;
  display:block;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  background:#00604e;
  padding:15px;
  border-left:10px solid #00a185;
  margin:30px auto;
}
.page_contents h3{
	font-size:22px;
  color:#000;
  display:block;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:15px !important;
  border-left:10px solid #00a185;
  border-bottom:1px solid #00a185;
  margin:30px auto !important;
}
.page_contents h4 {
  font-size:20px;
  color:#000;
  display:block;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:15px;
  border-left:10px solid #666;
  border-bottom:1px solid #666;
  margin:30px auto;
}
.page_contents h5, .page_contents h6 {
  font-size:20px;
  color:#000;
  font-weight:bold;
  display:block;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:30px auto;
}
.page_contents p {
  font-size:18px;
  line-height:1.5em;
  margin:0 auto 30px;
}
.page_contents img {
  max-width:100%;
  height:auto;
  margin:30px auto;
}
.page_contents .important {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #000;
  padding:15px;
  font-size:18px;
  line-height:1.5em;
  margin:30px auto;
}
.page_contents strong {
  font-weight:bold;
}
.page_contents ul, .page_contents ol {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #000;
  margin:30px auto;
  padding:15px;
}
.page_contents ul li {
  list-style:square;
  padding:5px 10px; 
  margin:0 0 0 30px;
}
.page_contents ol li {
  list-style:decimal;
  padding:5px 10px; 
  margin:0 0 0 30px;
}
.page_contents blockquote {
  padding:30px 50px;
  background:url(img/blockquote.svg) no-repeat top left;
  color:#777;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.page_contents a{
	color:#1e90ff;
}
.page_contents a:hover{
	color:#000080;
}



.socialbtn {
  padding:20px 0;
  width:600px;
}
.socialbtn ul {
   text-align: center;
}
.socialbtn li {
  width:auto;
  padding:0 10px;
  display: -moz-inline-box;  
  display: inline-block;
  vertical-align:top;
}

.socialbtn li:nth-child(3){
  width:40px;
}



#nav_pc ul, .home_menu_area {
  overflow: hidden;
  float: right;
  padding: 35px 0 0;
  transition: all .1s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: ﬂex-start;
  -moz-align-items: ﬂex-start;
  -ms-align-items: ﬂex-start;
  align-items: ﬂex-start;
}
@media only screen and (max-width:1024px) {
  #nav_pc ul li {
    width:8%;
  }
  #nav_pc ul li img {
    width:100%;
    height:auto;
  }
}