@charset "UTF-8";

/*
 * Theme Name:FZdoujin3
 * Version:3.1.3
*/
html,
body {
  color: #444;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #fff;
  word-break: break-all;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section {
  margin-bottom: 2em;
}

a {
  color: #777;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover {
  color: #777;
}

/* form */
form label {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  font-size: 18px;
  width: 100%;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

header {
  border-bottom: 1px solid #eee;
  margin-bottom: 3em;
  padding: 1em 0;
}

header h1 {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  header {
    margin-bottom: 0;
  }
}

#header-logo {
  width: auto;
  height: 100px;
}

.page_logo a {
  display: inline-block;
}

#page-container {
  margin-bottom: 4em;
}

#main-container {
  margin-bottom: 4em;
}

#page-nav {
  margin: 0;
  padding: 0;
}

main {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  #main-container {
    flex: 1;
    order: 2;
    margin-left: 3em;
  }

  #page-nav {
    order: 1;
    width: 200px;
  }
}

@media only screen and (min-width: 1400px) {
  #main-content {
    flex: 1;
    overflow: hidden;
  }

  #sub-content {
    width: 200px;
    margin-left: 3em;
  }
}

@media only screen and (min-width: 1200px) {
  #single-main-content {
    flex: 1;
    overflow: hidden;
  }

  #single-sub-content {
    width: 200px;
    margin-left: 3em;
  }
}

footer {
  border-top: 1px solid #e2e2e2;
  color: #666;
  padding: 50px 0 20px;
}

footer a {
  color: #000;
}

footer address {
  text-align: center;
  font-size: 0.9em;
}

#footer_nav li a {
  font-size: 0.9em;
}

@media only screen and (min-width: 576px) {
  #footer_nav li:first-child::before {
    content: "｜";
    margin-right: 1em;
  }

  #footer_nav li::after {
    content: "｜";
    margin-left: 1em;
  }
}

@media only screen and (max-width: 575px) {
  #footer_nav li a {
    display: block;
    padding: 0.5em;
  }
}

#page_top {
  position: fixed;
  bottom: 50px;
  right: 20px;
}

/* header menu */
#header_nav {
  margin-bottom: 3em;
  background-color: #444;
}

ul#header_nav_item > li.menu-item > a {
  padding: 15px 30px;
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
}

ul#header_nav_item > li.menu-item:hover > a {
  background-color: #efefef;
  color: #444;
}

ul#header_nav_item li.menu-item-has-children {
  position: relative;
}

ul#header_nav_item li.menu-item-has-children::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 30%;
  bottom: 30%;
  right: 0.5em;
}

/* header menu submenu */
ul#header_nav_item > li.menu-item .sub-menu {
  background-color: #000;
  position: absolute;
  top: 51px;
  left: 0;
}

ul#header_nav_item > li.menu-item .sub-menu li {
  display: block !important;
}

ul#header_nav_item > li.menu-item .sub-menu li a {
  display: block;
  background-color: #efefef;
  color: #444;
  padding: 10px 30px;
  border-bottom: 1px solid #fff;
}

ul#header_nav_item > li.menu-item .sub-menu li a:hover {
  background-color: #ddd;
}

ul#header_nav_item > li.menu-item .sub-menu {
  display: none;
}

ul#header_nav_item > li.menu-item:hover ul.sub-menu {
  display: block;
  width: 100%;
}

/* sp drawer menu */
#header_nav_sp .inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2em 1.5em;
}

#header_nav_sp .search_box {
  margin-bottom: 2em;
}

#header_nav_sp #drawer_nav_item {
  margin-bottom: 1em;
}

#header_nav_sp #drawer_nav_item ul a {
  display: block;
  padding: 0.5em;
  font-weight: bold;
}

#header_nav_sp #drawer_nav_item ul li .sub-menu {
  margin-left: 1em;
}

/* sp drawer menu scroll */
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* パンくず */
.breadcrumb ol *,
.breadcrumb ol *:after,
.breadcrumb ol *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumb {
  margin: 1em 0;
}

.breadcrumb ol {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 11px;
  display: block;
  white-space: nowrap;
  padding-right: 5px;
}

.breadcrumb ol::-webkit-scrollbar {
  display: none;
}

.breadcrumb ol li {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: #f7d7e2;
}

.breadcrumb ol a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.7em 1em 0.7em 2em;
  text-decoration: none;
  color: #ffffff;
  background-color: #e91e63;
}

.breadcrumb ol li:first-child a {
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

.breadcrumb ol a::after,
.breadcrumb ol a::before {
  position: absolute;
  top: 50%;
  right: -1.5em;
  margin-top: -1.48em;
  content: "";
  border-top: 1.48em solid transparent;
  border-bottom: 1.48em solid transparent;
  border-left: 1.5em solid;
}

.breadcrumb ol a::after {
  z-index: 2;
  border-left-color: #e91e63;
}

.breadcrumb ol a::before {
  z-index: 1;
  right: -1.8em;
  border-left-color: #ffffff;
}

.breadcrumb ol li:nth-child(2) a {
  background: #ec407a;
}

.breadcrumb ol li:nth-child(2) a:after {
  border-left-color: #ec407a;
}

.breadcrumb ol li:nth-child(3) a {
  background: #f06292;
}

.breadcrumb ol li:nth-child(3) a:after {
  border-left-color: #f06292;
}

.breadcrumb ol li:nth-child(4) a {
  background: #f48fb1;
}

.breadcrumb ol li:nth-child(4) a:after {
  border-left-color: #f48fb1;
}

.breadcrumb ol li:nth-child(5) a {
  background: #f8bbd0;
}

.breadcrumb ol li:nth-child(5) a:after {
  border-left-color: #f8bbd0;
}

.breadcrumb ol li:last-child {
  border-radius: 0 5px 5px 0;
  max-width: 800px;
}

.breadcrumb ol li:last-child span,
.breadcrumb ol li:last-child a {
  cursor: default;
  pointer-events: none;
  color: black;
  background: #f7d7e2;
  padding: 0.7em 1em 0.7em 2em;
  border-radius: 0 5px 5px 0;
}

.breadcrumb ol li:last-child span:hover,
.breadcrumb ol li:last-child a:hover {
  background: none;
}

.breadcrumb ol li:last-child span::before,
.breadcrumb ol li:last-child span::after,
.breadcrumb ol li:last-child a::before,
.breadcrumb ol li:last-child a::after {
  content: normal;
}

/* 検索ボックス */
.search_box {
  width: 100%;
  position: relative;
  border: none;
  margin: 8px auto;
  padding: 0;
}

.search_box input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 5px 38px 3px 10px;
  border-radius: 3px;
  width: 100%;
  background-color: #f6f6f6;
  border: 2px solid #ccc;
  font-size: 16px;
}

.search_button {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.search_button button {
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: bold;
  color: #0000cd;
}

.num_all {
  margin-left: 1em;
}

.refined_search {
}

.refined_search th {
  font-weight: normal;
}

.refined_search td {
  vertical-align: bottom;
}

/* カテゴリーカラー */
.css_comic {
  background-color: #cf1d1d;
}

.css_cg-movie {
  background-color: #0080ff;
}

.css_cg-image {
  background-color: #008000;
}

.css_game {
  background-color: #804000;
}

.css_voice {
  background-color: #ff8040;
}

.css_cosplay-movie {
  background-color: #ff80c0;
}

.css_voice-comic {
  background-color: #8a2be2;
}

.css_other {
  background-color: #000;
}

/* 動画リスト　*/
.post_item {
  margin-bottom: 2em;
}

@media only screen and (min-width: 1200px) {
  .post_item {
    width: 20%;
  }
}

@media only screen and (max-width: 576px) {
  .post_item {
    padding: 0 0.2em;
  }
}

a.item_link {
  display: block;
}

a.item_link label {
  display: inline-block;
}

.item_link figure {
  margin-bottom: 0.5em;
}

.post_item .item_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  font-size: 14px;
  font-weight: bold;
}

label.post_category {
  display: inline-block;
  padding: 0.25em 0.75em;
  border-radius: 2px;
  color: #fff;
  font-weight: normal;
  font-size: 0.6em;
  margin-right: 0.5em;
  vertical-align: middle;
}

/* 関連アイテム */
.post_cat_item {
  margin-bottom: 1em;
}

@media only screen and (max-width: 576px) {
  .post_cat_item {
    padding: 0 0.3em;
  }
}

a.cat_item_link {
  display: block;
}

/*
.cat_figure {
	margin-bottom: 0.5em;
}*/

.cat_item_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 12px;
  text-align: left;
}

/* 画像 */
/*
.image_in {
	border: 1px solid #CCC;
	border-radius: 5px;
	width: 100%;
	height: auto;
	display: block;
}*/
a.item_link figure {
  display: block;
  border-radius: 5px;
}

a.item_link figure img,
a.cat_item_link figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
  border: 1px solid #ccc;
}

a.item_link figure.figure img,
a.cat_item_link figure.cat_figure img {
  aspect-ratio: 560/420;
}

a.cat_item_link figure.cat_figure2 img {
  aspect-ratio: 1/1;
}

/*
.figure,
.cat_figure,
.cat_figure2 {
	overflow: hidden;
	position: relative;
}

.figure::before,
.cat_figure::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.figure img.image_in,
.cat_figure img.image_in {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: auto;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

.cat_figure2::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.cat_figure2 .image_in {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}*/

/* single 固定 */
.post_title,
.page_title,
.content_title {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #333;
}

.post_title,
.page_title {
  margin-bottom: 2em;
}

.content_title {
  margin-bottom: 0.5em;
}

.post_title i,
.page_title i,
.content_title i {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.post_title span {
  display: inline-block;
  padding: 5px 10px 3px;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.5em;
  border-radius: 5px;
}

main h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #333;
  position: relative;
  vertical-align: middle;
  padding-right: 80px;
}

main h2 span.sub_title {
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 14px;
}

main h2 span.sub_title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  margin-right: 0.3em;
  vertical-align: middle;
}

main h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.post_date {
  text-align: right;
  margin-bottom: 20px;
}

.post_date i {
  margin-right: 5px;
}

.post_date .last_update_date {
  margin-right: 1em;
}

/* single contents*/
#jacket_image {
  text-align: center;
}

img.jacket_image {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 1px #ccc;
}

/* tag */
#post_tag {
  margin: 16px 0 15px 0;
}

#post_tag li {
  display: inline-block;
  margin-right: 0.3em;
}

#post_tag li a {
  margin-bottom: 9px;
  color: #fff;
}

#post_tag li a::before {
  margin-right: 5px;
}

/* sample image */
.sample_box {
  border-top: 1px solid #dadada;
  padding-top: 2em;
}

img.sample_image {
  box-shadow: 1px 1px 1px #ccc;
}

/* item info read more*/
.item_info {
  border-top: 1px solid #dadada;
  padding-top: 2em;
  position: relative;
  margin-bottom: 45px;
  line-height: 1.5;
}

.info_text {
  position: relative;
  margin-bottom: 45px;
}

.text {
  height: 120px;
  overflow: hidden;
}

.show_more,
.show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}

.show_more span {
  display: inline-block;
  padding: 5px 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);
}

.active {
  background: none;
  bottom: -30px;
}

.div-pre {
  white-space: pre-wrap;
}

/* item */
.item_wrap {
  overflow: hidden;
  padding-top: 2em;
}

.info_jacket {
  float: left;
  margin-top: 10px;
  width: 90px;
}

.info_jacket img {
  border-radius: 5px;
  box-shadow: 1px 1px 1px #ccc;
}

#item_data {
  width: auto;
  border-spacing: 0;
  margin-left: 100px;
}

#item_data th {
  white-space: nowrap;
  width: 100px;
  padding: 8px 0;
}

#item_data td {
  color: #777;
  padding: 8px 0;
}

#item_data td a {
  text-decoration: underline;
}

#tag_info li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1.2em;
}

#tag_info li a {
  font-size: 14px;
}

#category_item h3,
#circle_item h3 {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 1em;
  position: relative;
  vertical-align: middle;
}

/*
#circle_item h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1.0em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #333;
	position: relative;
	vertical-align: middle;
	padding-right: 80px;
}*/

#circle_item h3 span.sub_title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  margin-right: 0.3em;
  vertical-align: middle;
}

#circle_item h3 span.sub_title {
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 14px;
}

.sub-button {
  text-align: center;
}

.sub-button a.btn {
  display: block;
  background-color: #f48fb1;
  color: #fff;
  font-weight: bold;
  max-width: 560px;
  margin: auto;
}

.sub-button a.btn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  margin-right: 0.3em;
  vertical-align: middle;
}

/* affli link */
.affi_link {
  margin: 40px auto;
  max-width: 560px;
}

.affi_link a {
  padding: 10px;
  display: block;
  color: #fff !important;
  box-shadow: 2px 2px 2px #ccc;
  font-weight: bold;
}

.affi_link a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  margin-right: 1em;
  vertical-align: middle;
}

/* SNS button */
.btn-social-circle {
  margin: 0 7px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  color: #555 !important;
  width: 35px;
  height: 35px;
  line-height: 23px;
  padding: 5px;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
  border: 1px solid #bbb;
}

.btn-social-circle:hover {
  background-color: #666;
  color: #fff !important;
}

.list-group-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list-group-item:hover {
  background-color: rgb(241, 204, 204);
  color: #6b0101;
}

.btn-more-link {
  border: 1px solid #ddd;
  box-shadow: 3px 2px #f2f2f2;
}

/* button */
.home_btn_link {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.home_btn_link a {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  width: 400px;
  max-width: 90%;
  border: 1px solid #ccc;
  box-shadow: 3px 3px #e9e9e9;
}

.home_btn_link a:hover {
  border: 1px solid rgb(235, 175, 175);
  box-shadow: 3px 3px #e9e9e9;
}

/* taglist */
.tag_list {
  margin-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tag_item {
  margin-right: 10px;
  display: inline-block;
}

/* pager */
.pagenation {
  text-align: center;
  margin: 0 0 20px;
}

.pagenation ol {
  list-style: none;
}

.pagenation__body {
  overflow: hidden;
}

.pagenation__body li.page-number,
.pagenation__body li.current {
  display: inline-block;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  margin: 5px 2px;
}

.pagenation .notNumbering {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
}

.page-number a {
  display: block;
}

.pagenation__body li.current span {
  display: block;
  background: #444;
  color: #fff;
}

.pagenation a:link,
.pagenation a:visited,
.pagenation a:hover,
.pagenation a:active {
  color: #333;
}

/* drawer 修正*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* FNAZA ITEM */
.fanza-item-box {
  margin-bottom: 2em;
}

h3.fanza-item-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #ff0000;
  color: #ff0000;
  margin-bottom: 1em;
}

.fanza-item-box .fanza-list-item figure {
  margin-bottom: 0.5em;
}

.fanza-item-box .fanza-list-item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  font-weight: bold;
}

.fanza-list-3 .fanza-list-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 120/170;
}

/* index */
@media screen and (min-width: 1400px) {
  .index_sub .fanza-list-3 .fanza-list-item {
    margin: 0 auto 2em;
    max-width: 160px;
  }

  .index_sub .fanza-list-3 .fanza-list-item figure img {
    width: 140px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1399px) {
  .index_sub .fanza-list-3 {
    display: flex;
    gap: 10px;
  }

  .index_sub .fanza-list-3 .fanza-list-item {
    flex-basis: 16.6%;
  }
}

@media screen and (max-width: 700px) {
  .index_sub .fanza-list-3 {
    display: flex;
    flex-wrap: wrap;
  }

  .index_sub .fanza-list-3 .fanza-list-item {
    flex-basis: 33.3%;
  }

  .index_sub .fanza-list-3 .fanza-list-item a {
    display: block;
    margin: 5px;
  }
}

/* single */
@media screen and (min-width: 1201px) {
  .single_sub .fanza-list-3 .fanza-list-item {
    margin: 0 auto 2em;
    width: 140px;
  }
}

@media screen and (max-width: 1200px) {
  .single_sub .fanza-list-3 {
    display: flex;
    gap: 10px;
  }

  .single_sub .fanza-list-3 .fanza-list-item {
    display: inline-block;
    width: 33.3%;
    flex-direction: row;
  }

  .single_sub .fanza-list-3 .fanza-list-item a {
    display: block;
    max-width: 240px;
    margin: auto;
  }
}

.fanza-item-box.anime .fanza-list-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  aspect-ratio: 120/170;
}

.fanza-item-box.figure .fanza-list-item {
  max-width: 240px;
  height: auto;
  margin: auto;
}

/*キャンペーン用*/
.campaign_item a {
  display: block;
  overflow: hidden;
  padding: 5px;
}

.campaign_item .figure {
  margin-right: 1em;
  margin-bottom: 0;
  float: left;
}

.campaign_post_item li a {
  font-weight: bold;
  line-height: 1.5em;
}

.campaign_post_item li a:hover {
  text-decoration: underline;
}

span.campaign {
  background-color: #ff0000;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
