/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
html {
	font-size: 62.5% !important;
}
body {
  font-size: 1.3rem;
	line-height: 1.5;
}
.pc {display:inline;}
.sp {display:none;}
@media screen and (max-width: 768px) {
.pc {display:none;}
.sp {display:inline;}
}

/* Related posts 英語化 */
.single_title{
font-size:0;
}

.single_title:before{
content:"Related posts";
font-size:18px;
}

.breadcrumb li:first-child a{
font-size:0;
}

.breadcrumb li:first-child a:before{
content:"Home";
font-size:14px;
}

#breadcrumb li:first-child span{
font-size:0;
}

#breadcrumb li:first-child span:after{
content:"Home";
font-size:14px;
margin-left:5px;
}