/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	display: inline-block;
	margin: 0 0 .3em 1em;
	padding: 0;

}
ul li a {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 0.5em;
	background-color: #f5f5f5;
	border-radius: 3px 0px 0px 3px;
	font-size: 28px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;

}
ul li a::before {
}
ul li a::after {
	position: absolute;
	top: 0;
	right: -15px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent  transparent transparent #f5f5f5;
	border-style: solid;
	border-width: 15px 0px 15px 15px;
	-webkit-transition: .2s;
	transition: .2s;
}
ul li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul li a:hover {
	background-color: #555;
}
ul li a:hover::after {
	border-left-color: #555;
}


#nav-menu li {
    background-position:left top
}

#nav-menu li.search {
    background-image: none;
    width:130px;
}


ul li.search {
	display: inline-block;
	margin: 1em 0 3em 1em;
	padding: 0;	
	left: -16px;
}
ul li.search a {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background-color: f5f5f5;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 28px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
ul li.search a::after {
	position: absolute;
	top: 0;
	left: -15px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #f5f5f5 transparent transparent;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
ul li.search a:hover::after {
	border-color: transparent #555 transparent transparent;
　　
}


.box .meta p.author a {
	line-height: 1em;
	color: #cc33ff; /* 文字色 */
	display: inline-block;
	white-space: nowrap;
	padding: 2px 2px; /* 文字周り余白 */
	margin-top: 1px; /* タグ余白 */
	text-decoration: none;
    font-style:normal;
    background: none;
    font-size:14px !important;
}
.tttag p.auther a:hover {
 	background: #ddd; /* マウスホバー背景色 */
	color: #cc0033 !important; /* マウスホバー文字色*/
}
 
/* アイコンを入れる「Font Awesome」*/
 
.box .meta p.author a:before {
        font-family: "FontAwesome";
        content: "\f2be";
	padding-right: 4px;	
}





.tttag p a {
	font-size: 10px !important; /* 文字サイズ */
	line-height: 1em;
	background: #000000; /* 背景色 */
	color: #fff; /* 文字色 */
	display: inline-block;
	white-space: nowrap;
	padding: 3px 3px; /* 文字周り余白 */
	margin-top: 2px; /* タグ余白 */
	border-radius: 4px; /* 角を丸くする */
	text-decoration: none;
}
.tttag p a:hover {
 	background: #ddd; /* マウスホバー背景色 */
	color: #cc0033 !important; /* マウスホバー文字色*/
}
 
/* アイコンを入れる「Font Awesome」*/
 
.tttag p a:before {
        font-family: "FontAwesome";
        content: "\f02b";
	padding-right: 4px;
}

.tttag p.catname a {
	font-size: 13px !important; 	color: #ff00ff; /* 文字色 */
}





