/* *****
all
***** */
* {
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
}
ul {
  list-style: none;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  color: #000;
  font-size: 12px;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-serif;
  text-align: center;
}
a {
  outline: none;
  color: #000;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  color: #109e64;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #000;
}
br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}
.clearfix:after {
  /* content: "."; */
  content: " ";
  /* ピリオド⇒スペースに変更し不要なスペースをなくす */
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}
hr {
  margin: 10px 0;
  border: 0;
  clear: left;
}
img {
  border: none;
  vertical-align: middle;
}
img.new_mark_img1 {
  margin-right: 5px !important;
}
img.new_mark_img2 {
  margin-left: 5px !important;
}
.sold_out {
  color: #cc0000;
}
.f_red {
  color: #cc0000;
}
.mb10 {
  padding-bottom: 10px;
}

/* *****
layout
***** */
/* ページ全体の幅、レイアウトをセンタリング */
#container {
  width: 975px;
  margin: 0px auto;
  text-align: left;
  clear: both;
}
/*ヘッダー*/
#header {
  width: 100%;
  padding: 20px 0 40px;
  clear: left;
}
/*サイド*/
#side {
  float: left;
  width: 200px;
}
/*メイン*/
#main {
  float: right;
  width: 750px;
  border-top: 1px solid #000;
  padding-top: 10px;
}
/*フッター（コピーライト）*/
#footer {
  padding: 20px 0;
  width: 100%;
  clear: both;
  color: #666;
  text-align: center;
  border-top: 1px solid #ccc;
}

/* *****
header
***** */
#header p.shopname {
  clear: both;
  text-align: right;
  font-size: 100%;
  margin-bottom: 5px;
  width: 100%;
  font-weight: normal;
}
#header p.shopname img {
  max-width: 100%;
}
#header .headerIn {
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  width: 100%;
  margin-bottom: 20px;
}
#header .headerIn h1.logo {
  float: left;
  width: 109px;
}
#header .headerIn .gNavi {
  float: right;
  padding-top: 22px;
}
#header .headerIn .gNavi li {
  float: left;
  width: 159px;
}
#header .mainimg {
  margin-bottom: 20px;
}
/*メニュー*/
.nk-header-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
/*商品タイプ*/
#header .itemType ul {
  margin: 15px 1px;
  width: 978px;
}
#header .itemType ul li {
  float: left;
  width: 163px;
  padding-bottom: 5px;
}
/*検索*/
#header div.search {
  background: url(https://img02.shop-pro.jp/PA01129/306/etc/img_keyword01.gif) left center no-repeat #fff;
  padding-left: 165px;
}
#header div.search form {
  width: 100%;
}
#header div.search .searchSelect {
  float: left;
  width: 210px;
  margin-right: 5px;
}
#header div.search .searchSelect select {
  height: 22px;
  border: 1px solid #000000;
  width: 100%;
}
#header div.search .searchText {
  width: 488px;
  float: left;
}
#header div.search .searchText input {
  height: 20px;
  border: 1px solid #000000;
  width: 486px;
}
#header div.search .searchBtn {
  float: right;
  width: 102px;
}

/* *****
footerGuide
***** */
#footerGuide {
  margin: 40px 0 0;
  color: #333;
}
#footerGuide a {
  color: #333;
}
#footerGuide a:hover {
  color: #109e64;
}
#footerGuide h3 {
  margin-bottom: 25px;
}
#footerGuide .guide01 {
  float: left;
}
#footerGuide .guide02 {
  float: right;
}
#footerGuide .guideContent {
  width: 350px;
}
#footerGuide .guideContent dt {
  padding-bottom: 10px;
}
#footerGuide .guideContent dd {
  padding-bottom: 30px;
}
#footerGuide .guideContent .guideList {
  margin-left: 15px;
}
#footerGuide .guideContent ul.guideList {
  list-style: disc outside;
}
#footerGuide .guideContent .guideList li {
  padding-bottom: 3px;
}
#footerGuide .guideContent .guideImg {
  display: block;
  padding: 10px 0;
}
#footerGuide .guideContent .guideImg.guideImgCenter {
  text-align: center;
}
#footerGuide .guideContent .guideLink {
  padding-top: 20px;
  text-align: right;
}

/* *****
footer
***** */
#footer {
  background: #000;
  color: #fff;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul.footer_menu {
  width: 975px;
  margin: 0 auto 15px;
}
#footer ul.footer_menu li {
  display: inline;
  margin: 0 5px;
  line-height: 1;
}

/* *****
main
***** */
#main div.box {
  clear: both;
  margin-bottom: 40px;
}
#main div.box h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

/* *****
item_box
***** */
.itemList {
  width: 750px;
  padding-top: 20px;
}
.item_box {
  width: 175px;
  margin: 0 0 30px 10px;
  text-align: left;
  float: left;
  vertical-align: top;
}
.item_box .item_photo {
  margin: 0px;
}
.item_box .item_photo img.item {
  max-width: 100%;
  /*width:175px;*/
}
.item_box .item_detail p.item_name {
  font-size: 12px;
  margin-bottom: 10px;
}
.item_box .item_detail p.item_name a {
  text-decoration: none;
}
.item_box .item_detail p.item_name a:hover {
  text-decoration: underline;
}
.item_box .item_detail p.item_regular_price {
  margin-bottom: 10px;
  font-size: 90%;
}
.item_box .item_detail p.item_price {
  margin-bottom: 10px;
}
.item_box .item_detail p.item_discount {
  margin-bottom: 10px;
}

/* *****
top
***** */
#main #box_news p {
  line-height: 20px;
}
#main #box_free {
  background: #f5f5f5;
  padding: 20px;
}
#main #box_free p {
  line-height: 20px;
}
#box_recentlychecked {
  margin: 20px 0 0 0;
}
div.footstamp {
  margin-bottom: 25px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #000;
}
div.footstamp span {
  margin: 0 5px;
  color: #999;
}
.stock_error {
  font-weight: bold;
  color: red;
  padding: 10px 0;
  display: none;
}

/* *****
product_detail_page
***** */
h2.product_name {
  font-size: 20px;
  margin-bottom: 15px;
}
div.product_detail_area {
  margin-bottom: 20px;
  width: 100%;
}
div.product_upper_area {
  width: 100%;
}
div.add_cart {
  width: 308px;
  float: right;
}
table.add_cart_table {
  width: 100%;
  border-top: 1px solid #000;
  margin-bottom: 10px;
}
table.add_cart_table th {
  border-bottom: 1px solid #000;
  padding: 10px 5px;
  font-size: 11px;
  width: 20%;
}
table.add_cart_table td {
  border-bottom: 1px solid #000;
  padding: 10px 5px;
}
table.add_cart_table td input {
  width: 30px;
  font-size: 14px;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}
table#option_tbl {
  width: 100%;
  margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}
ul.option_price {
  margin: 0 0 20px 0px;
}
ul.option_price li {
  list-style-type: none;
}
div.button_area input {
  width: 100%;
}
div.product_description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  clear: both;
  word-wrap: break-word;
}
div.product_image_extra {
  text-align: center;
  margin-bottom: 20px;
}
div.product_image_extra img.item {
  margin-bottom: 20px;
}
div.product_link_area {
  float: left;
  margin-left: 0px;
}
div.product_link_area div.twitter {
  float: left;
  width: 100px;
}
div.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
div.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
div.product_link_area ul.other_link {
  clear: both;
  padding-top: 20px;
  margin-left: 20px;
  list-style-type: disc;
}
div.product_link_area ul.other_link li {
  margin-bottom: 10px;
}
#tb_cap_tb {
  margin-top: 20px;
}
.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
}
#tb_stitle {
  margin-bottom: 20px;
}
.tb_date,
.tb_title,
.tb_body,
.tb_state {
  margin-bottom: 5px;
}

/* *****
product_image
***** */
.main_image {
  float: left;
  max-width: 400px;
  margin-bottom: 10px;
}
.main_image img {
  max-width: 100%;
}
.tiny_image_area {
  display: grid;
  grid-template-columns: repeat(7, auto);
  justify-content: left;
  gap: 10px;
  margin-bottom: 25px;
}
.tiny_image a img {
  width: 94px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.tiny_image a:hover img,
.tiny_image a.selectedimg img {
  border: 3px solid #000;
}

/* *****
product_option_window
***** */
div#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
div#product_option h2 {
  margin-bottom: 20px;
}
table.table_option {
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
}
table.table_option th {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
  background: #f5f5f5;
}
table.table_option td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}

/* *****
product_list_page
***** */
div.sub_category_area,
div.sub_group_area {
  height: 100%;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
}
div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}
div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img {
  margin-right: 10px;
}

/* *****
search_page
***** */
div.search_result {
  background: #f5f5f5;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
}
div.none {
  text-align: center;
  margin: 50px 0;
}

/* *****
policy
***** */
div#policy h2 {
  margin-bottom: 30px;
  font-size: 180%;
  font-weight: 600;
}
#main div#policy div.box h3 {
  font-size: 16px;
}
.policy_box,
#policy_lead {
  margin-bottom: 30px;
}
div.sk_box {
  margin-bottom: 50px;
}
div.sk_box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
div#sk table {
  width: 100%;
}
#policy div#sk tr {
  border-bottom: 1px solid #000;
}
div#sk th {
  width: 150px;
  text-align: left;
  padding: 10px 20px 10px 0;
}
div#sk th img.poricy_img {
  margin-bottom: 5px;
}
div#sk td {
  padding: 10px 0;
}
div#sk th,
div#sk td {
  vertical-align: top;
  line-height: 1.8;
}
/*返品テーブル*/
div#policy div#sk table div.henpinbox table tr {
  border: 1px solid #fff;
}
div#policy div#sk table div.henpinbox table td {
  padding: 8px;
}
/*支払い、送料テーブル*/
div#policy .table th,
div#policy .table td {
  border: 1px solid #000;
}
/* 子テーブル */
div#policy .table div.tokuteiTb {
  padding: 5px;
}
div#policy .table .tokuteiTb table {
  margin: 8px auto;
}
div#policy .table .tokuteiTb th,
div#policy .table .tokuteiTb td {
  border: 1px solid #ccc;
}
div#policy .table .tokuteiTb th {
  background: #f5f5f5;
  font-weight: normal;
}
div#policy .table .tokuteiTb td {
  background: #fff;
}
div#payment_method {
  margin-top: 40px;
}
div#payment_method table.table {
  width: 100%;
}
div#payment_method table.table th {
  width: 200px;
  text-align: center;
}
div#shipping_method {
  margin-top: 40px;
}
div#shipping_method table.table {
  width: 100%;
}
div#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* *****
side
***** */
#side div.box {
  clear: both;
  margin-bottom: 20px;
}
#side div.box h3 {
  margin-bottom: 10px;
  padding: 5px;
  background: #f5f5f5;
  text-align: center;
}
#side div.box ul {
  margin-left: 20px;
}
#side div.box ul li {
  margin-bottom: 7px;
}
#side div#box_cart div.cart_button {
  text-align: right;
}
#side div#box_owner div.owner_photo {
  padding-left: 20px;
}
#side div#box_owner img.owner_photo_inner {
  width: 152px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #ccc;
}
#side div#box_owner p.name {
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}
#side div#box_owner p.memo {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 20px;
}
#side div#box_owner p.website {
  padding-left: 20px;
}
div#box_mailmaga {
  text-align: center;
}
div#box_mobile img {
  padding-left: 26px;
}
#group-list {
  border-top: #838383 dotted 1px;
  padding: 10px 0px 0px;
  margin: 10px 20px 0px 0px;
}
/*メーカータイプ*/
#side #box_category {
  margin-bottom: 20px;
}
#side #box_category h3 {
  margin-bottom: 10px;
}
#side #box_category ul li {
  margin-bottom: 5px;
}
#side #box_category ul li a {
  display: block;
  border: 1px solid #000000;
  padding: 9px 8px;
  text-decoration: none;
  line-height: 1.2;
}
#side #box_category ul li a:hover {
  background: #000000;
  color: #fff;
}

/* *****
common elements
***** */
/* @group Common Elements */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
}
table.table th {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px;
  background: #f5f5f5;
}
table.table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 5px;
}
div.footstamp {
  margin-bottom: 25px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #000;
}
div.footstamp span {
  margin: 0 5px;
  color: #999;
}
div.sort {
  margin-bottom: 20px;
  text-align: right;
  float: right;
}
div.sort strong {
  margin-right: 5px;
}
div.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
div.sort span {
  margin-right: 5px;
  font-weight: bolder;
  text-decoration: none;
  background: #eee;
}
div.pager {
  margin: 20px 0;
  clear: both;
  text-align: center;
}
div.none {
  clear: both;
  text-align: center;
  margin: 50px 0;
}
/* radius */
.r3 {
  border-radius: 3px;
}
.r5 {
  border-radius: 5px;
}
.r7 {
  border-radius: 7px;
}
/* @group button */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc 9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0055cc));
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn_quick {
  margin: 10px 0;
}
/*トップ用*/
div#box_recommend {
  margin-top: 10px;
}

/* *****
店舗アクセス
***** */
div.shopAccess h2 {
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 30px;
}
div#shop_image .sub {
  float: left;
  margin: 20px 0 0px 12px;
}
div#shop_image .main img {
  width: 750px;
}
div#shop_image .sub a {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  /* ie6,7 */
  *zoom: 1;
  /* ie6,7 */
}
div#shop_image .sub a img {
  width: 109px;
  border: 1px solid #ccc;
}
div#shop_image .sub a:hover,
div#shop_image .sub a.selectedimg {
  border: 3px solid #000;
}
div#shop_image .sub a:hover img,
div#shop_image .sub a.selectedimg img {
  margin: -3px;
}
table#shoptable {
  margin-top: 40px;
  border-collapse: collapse;
  width: 100%;
}
table#shoptable th {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
}
table#shoptable td {
  border: 1px solid #ccc;
  padding: 5px 5px 5px 10px;
}
div#shopmap {
  margin-top: 40px;
  text-align: center;
}
div#shopmap iframe {
  border: 1px solid #ccc;
  width: 748px;
  height: 498px;
}

/* *****
その他
***** */
/* トップお知らせ */
.nk-header-info {
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid #000;
}
.nk-header-info dt {
  font-size: 16px;
}
.nk-header-info dd {
  padding: 0.5em 1em 0;
  font-size: 14px;
}
