@charset   "UTF-8";
/*Theme Name:archive-life*/

/*--------------------記事内容-------------------*/
.top-archive{
       position: relative;
       margin-bottom:0; 
       overflow-y: hidden;
}

.top-archive img{      
       position: absolute;
       top:0;     
       width:100%;
       height:100%;
}

.title-archive {
	display: inline-block;
	font-weight: bolder;
	font-size: 18px;
	font-family: Meiryo;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	border-bottom: 2px solid;
	/*border-color: #66cdaa;*/
}

.post-title-archive {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	margin: 0px;
	line-height: 1.1em;
}

.post-content-archive {
	padding-right: 15px;
	line-height: 1.2em;
}
/*--------------------taxonomy/term-------------------*/
#tax {
      display:inline;      
      text-align:left;     
      list-style-type: none;
}

.term-label {
        display:inline-block;
        width:100%;
	margin-top:20px;
        padding:3px 0;
	text-align: center;
	color: #fff; 
       font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/*---------------------デバイス切替-----------------------*/
@media screen and (min-width:481px)and (max-width: 1920px){
#taxonomy {      
       display:inline-block;        
       width:100%; 
       padding-top:10px;     
	height: 26px;
}

#tax li {
       position: relative;
	display: inline-block;      
       height: 26px;
	margin-left: 5px; 
}

#tax li a {
	padding: 0 10px;
	font-size: 18px;
       font-weight: 500; 
	text-decoration: none;
}

.line {
       position: absolute;
       top:22px;
	height: 4px;
	display: block;
	width: 100%;
}
}

@media screen and (max-width: 480px){
#taxonomy {      
       display:inline-block;        
       width:100%;
       padding-top:5px;           	
       height: 22px;
}

#tax li {
       position: relative;
	display: inline-block;
       height: 22px;
	margin-left: 4px;
}

#tax li a {
	padding: 0 6px;
	font-size: 14px;
       font-weight: 500; 
	text-decoration: none;
}

.line {
       position: absolute;
       top:19px;
	height: 3px;
	display: block;
	width: 100%;
}
}

