@charset "utf-8";
/* reset styles */
@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoL.otf') format('opentype');
src:url('../fonts/NotoL.woff') format('woff');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoR.otf') format('opentype');
src:url('../fonts/NotoR.woff') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoM.otf') format('opentype');
src:url('../fonts/NotoM.woff') format('woff');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoB.otf') format('opentype');
src:url('../fonts/NotoB.woff') format('woff');
font-weight: 600;
font-style: normal;
}

/* @font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoEB.otf') format('opentype');
src:url('../fonts/NotoEB.woff2') format('woff2');
src:url('../fonts/NotoEB.woff') format('woff');
font-weight: 700;
font-style: normal;
} */
@font-face {
font-family: 'noto_sans';
src: url('../fonts/NotoBK.otf') format('opentype');
src:url('../fonts/NotoBK.woff') format('woff');
font-weight: 900;
font-style: normal;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-overflow-scrolling: touch;

}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
margin: 0;
padding: 0;
font-family: 'noto_sans',HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
line-height: 180%;
zoom:1;
-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-o-text-size-adjust:100%;
text-size-adjust:100%;
-ms-font-smoothing:antialiased;
-o-font-smoothing:antialiased;

-moz-font-smoothing:antialiased;
-webkit-font-smoothing:antialiased;;
font-smoothing:antialiased;
}


#Wrapper {position: relative; z-index: 1;}

/* ▼img▼*/
img, figure {margin: 0px; padding: 0px;}
a img {	border:none; overflow: hidden; outline: none;	}

/*それ以外の文字を隠すには▼▼これを使ってください。*/
em {font-size: 1px;visibility: hidden;text-decoration: none;}

/* ▼リンククリック時の点線を消す▼*/
a { outline: none; }

/* ▼リンク色 任意の色に変更してください▼*/
/*float調整は▼これ▼*/
/*以下の要素で「img/space1.gif」を囲んでおけば、WINDOWS IE でも空白が出る事はなくなります。
  ■■ 例：<div class="clearfloat"><img src="img/space1.gif" /></div> ■■ */
.clearfloat {
clear: both;
visibility: hidden;
height: 0;
overflow : hidden;
font-size: 0;
content : "";
}
.clearfloat img {width:1px !important; height:1px !important;}

/* スペース用空白を埋めるのに使用してください */
.space1 {display: block;height: 1px;width: 1px;}
.space1 img {display: block;clear: both;}

.space5 {height: 5px;margin: 0px;padding: 0px;}
.space7 {height: 7px;margin: 0px;padding: 0px;}
.space10 {height: 10px;}
.space20 {height: 20px;}
.space25 {height: 25px;}
.space30 {height: 30px;}
.space40 {height: 40px;}
.space50 {height: 50px;}
.space60 {height: 60px;}
.space70 {height: 70px;}
.space80 {height: 80px;}
.space90 {height: 90px;}
.space100 {height: 100px;}
.space110 {height: 110px;}
.space120 {height: 120px;}
.space130 {height: 130px;}
.space140 {height: 140px;}

/* フォントサイズなど */
.f10 {font-size: 10px !important;}
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f18 {font-size: 18px !important;}
.f20 {font-size: 20px !important;}
.f22 {font-size: 22px !important;}

/* フォント色 */
.red10 {color: #f33;font-size: 10px;}
.red {color: #f33 !important;}
.orange {color: #FF6600;}
.blue {color: #0066FF;}
.pink {color: #FF33CC;}
.black {color: #050505;}
.gray {color: #999999;}

/* padding */
.pd0 {padding:0px !important;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:20px;}
.pl30 {padding-left:20px;}

/* margin */
.t5 {margin-top:5px !important;}
.t10 {margin-top:10px !important;}
.t12 {margin-top:12px !important;}
.t15 {margin-top:15px !important;}
.t18 {margin-top:18px !important;}
.t20 {margin-top:20px !important;}
.t25 {margin-top:25px !important;}
.t30 {margin-top:30px !important;}

.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px! important;}

.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml18 {margin-left:18px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}


/* 「このページのトップへ」はこれを使用 */
.anchor_top {
font-size: 10px;
text-align: right;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
padding-top: 10px;
}

/* clearfix */
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/* IE6 */
* htm .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix { height: 1%;}


.ie_hack {display: none;}

@media all and (-ms-high-contrast:none) {
.ie_hack{display: block;}
}


/* rollover */
a {
-o-transition: .2s;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;

transition: .2s;
}

.indent {text-indent:-1.1em;	padding-left:1.1em; margin-bottom: .3em !important;}
.indent:last-of-type {margin-bottom: 0 !important;}

/*------------------------------------------------------------------- */
.bold {font-weight:600;}

/*------------------------------------------------------------------- */
.left {text-align:left !important;}
.right {text-align:right !important;}
.center {text-align:center !important;}

/*------------------------------------------------------------------- */
ol, ul {list-style-type:none;}

/*------------------------------------------------------------------- */
.nolink a {pointer-events: none; cursor: default; text-decoration: none; color: #014646;}

/*=========================================================================
PUBLIC
=========================================================================*/
body {background: #fffaea;}

#Wrapper {min-height: 0vh;}

#mainContents {margin: 0 auto;}


/*=========================================================================
HEADER
=========================================================================*/

#Header {width: 100%; height: auto; display: block; margin: 0 auto;
border-bottom: 5px solid #014646;
background: rgb(255,163,80);
background: linear-gradient(180deg, rgba(255,163,80,1) 0%, rgba(255,122,0,1) 73%);
}

/*------------------------------------------------------------------- */
#headContainer {
width: 100%;
height: auto;
position: relative;
margin: 0 auto;
z-index: 1;
}

#site_nameBloc {position: relative; z-index: 1; }

/*------------------------------------------------------------------- */
#siteName {height: auto;  }
#siteName a, #siteName img{width: 100%; height: auto; display: block;}

/*------------------------------------------------------------------- */
#siteName a:hover {filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

/*------------------------------------------------------------------- */
#headerLink {height: auto;}

/*------------------------------------------------------------------- */
ul#head_linkList {
list-style-type: none; 
display:-webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
ul#head_linkList li {line-height: 100%;position: relative; z-index: 1;}
ul#head_linkList li a {text-decoration: none; color: #014646; font-weight: 600; }
ul#head_linkList li a:hover {color: #fffaea;}


/*------------------------------------------------------------------- */
ul#head_linkList li a img {width: 100%; height: auto; display: block;}

/*------------------------------------------------------------------- */
#cartNum {
position: absolute;
z-index: 1;
left: 60%;
top: -10%;
color: #fffaea;
line-height: 100%;
border: 1px solid #fffaea;
background: #ff0150;
-ms-border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
text-align: center;
-ms-transform: translate(-50%);
-moz-transform: translate(-50%);
-webkit-transform: translate(-50%);
transform: translate(-50%);
}


/*=========================================================================
HEADER：ドロワーナビ
=========================================================================*/


/* ---------------------------------------------------------------- */
#menu-trigger {
position:absolute;
cursor: pointer;
z-index: 99;
margin: auto;
right: 0%;
top:0%;
transition: all .5s;
}
#menu-trigger span {
background: #014646;
display: block;
position: absolute;
width:50%;
height: 5px;
left: 25%;
border-radius: 6px;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
}

#menu-trigger span:nth-child(1) {top: 22%;}
#menu-trigger span:nth-child(2) {top: 38%;}
#menu-trigger span:nth-child(3) {top: 55%;}

#menu-trigger.active span:nth-child(1) , #menu-trigger.active span:nth-child(3) {top: 40%; left:25%;}
#menu-trigger.active span:nth-child(1) {-webkit-transform: rotate(315deg);transform: rotate(315deg);}
#menu-trigger.active span:nth-child(2) {width: 0;left: 50%;}
#menu-trigger.active span:nth-child(3) {-webkit-transform: rotate(-315deg);transform: rotate(-315deg);}

/* ---------------------------------------------------------------- */
#menu-trigger p {
width: 100%;
line-height: 100%;
font-weight: 400;
color: #014646;
position: absolute;
left: 0%;
text-align: center;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

/* ---------------------------------------------------------------- */
#menu-trigger:hover span,#menu-trigger.active span,
#Header.top #menu-trigger:hover span,
#Header.top #menu-trigger.active span{background: #fffaea;}

#menu-trigger:hover p, #menu-trigger.active p,
#Header.top #menu-trigger:hover p, 
#Header.top #menu-trigger.active p{color: #fffaea;}

/* ---------------------------------------------------------------- */
.navi_inner { margin: 0 auto;}


/*=========================================================================
ヘッダー：カテゴリーナビ
=========================================================================*/
.cat_navi_inner, ul#cat_naviList, 
#contactArea {height: auto; display: -webkit-flex;display: flex;flex-wrap: wrap; align-items: center;}

/* ---------------------------------------------------------------- */
#top_categoryNavi {
background: #01b4be;
position: sticky;
left: 0;
z-index: 10;
width: auto;
justify-content: space-between;
-webkit-overflow-scrolling: touch;
-o-transition:.25s;
-ms-transition:.25s;
-moz-transition:.25s;
-webkit-transition:.25s;
transition:.25s;
}
#top_categoryNavi::-webkit-scrollbar {background: #dad7cd; height: 4px;}
#top_categoryNavi::-webkit-scrollbar-thumb {background:#81e0e5;}
#top_categoryNavi::-webkit-scrollbar-thumb:hover {background:#014646;}




/* ---------------------------------------------------------------- */
.cat_navi_inner { margin: 0 auto; position: relative; z-index: 1;}

/* ---------------------------------------------------------------- */
ul#cat_naviList {list-style-type: none;}
ul#cat_naviList li {height: auto; line-height: 100%; font-weight: 600; position: relative; z-index: 1;}
ul#cat_naviList li.top_layer:first-of-type:before,
ul#cat_naviList li.top_layer:last-of-type:before {
content: "";
position: absolute;
top: 0;
width: 1px;
height: 100%;
background: #fffaea;
}
ul#cat_naviList li.top_layer:first-of-type:before {right: -.5em;}
ul#cat_naviList li.top_layer:last-of-type:before {left: -.5em;}


ul#cat_naviList li.top_layer a {color: #fff; text-decoration: none;}
ul#cat_naviList li.top_layer a:hover {
background: #fff;
color: #01b4be;
-ms-border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}

/* ---------------------------------------------------------------- */
#contactArea {justify-content: flex-end;}

/* ---------------------------------------------------------------- */
#contactArea div,
#contactArea a{position: relative; z-index: 1; color: #fffaea; line-height: 100%; font-weight: 600;}
#contactArea div{padding-left: 1.5em; text-decoration: none;}
#contactArea div:first-of-type {margin-left: 0;}

/* ---------------------------------------------------------------- */
#contactArea a {text-decoration: none;}
#contactArea a:hover {color: #014646;}


/* ---------------------------------------------------------------- */
#contactArea span {font-size: 80%; vertical-align: top; padding-left: .5em; display: inline-block;}

/* ---------------------------------------------------------------- */
#contactArea div:before {
content: "";
position: absolute;
z-index: 1;
left: 0;
top: -.1em;
width: 1.2em;
height: 1.2em;
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}

#contactArea .tel_num:before {background-image: url('../img/icon_tel.png');}
#contactArea .mail_trigger:before {background-image: url('../img/icon_mail.png');}


/* ---------------------------------------------------------------- */
#main_naviList p {font-weight: 600;}
#main_naviList p a {text-decoration: none; color: #fffaea; border: 1px solid #fffaea;}
#main_naviList p a:hover {color: #ff7900; border-color:#ff7900;}


/*=========================================================================
ドロップダウンナビ
=========================================================================*/
.subnavi_inner {background: #01b4be;}

/* ---------------------------------------------------------------- */
.cat_subnavi p {line-height: 100%; font-weight: 900;}
.cat_subnavi p a {color: #fffaea; text-decoration: none; position: relative; display: inline-block;}
.cat_subnavi p a:hover {background: none !Important; color: #014646 !important;}
.cat_subnavi p a:before {
content: "";
position: absolute;
left: 0;
background: #fffaea;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
-ms-border-radius:  100%;
-moz-border-radius:  100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.cat_subnavi p a:hover:before {background: #014646;}

/* ---------------------------------------------------------------- */
.other_link {border-top: 1px solid #fffaea;}

/* ---------------------------------------------------------------- */
.cat_subnavi p.other_link a:before {
width: 0;
height: 0;
background: none;
-ms-border-radius:  0%;
-moz-border-radius:  0%;
-webkit-border-radius: 0%;
border-radius: 0%;
}

.cat_subnavi p.other_link a:hover:before {border-left-color: #014646;}

/*=========================================================================
パンクズリスト
=========================================================================*/
#bread_crumbBloc {background: #f8efd1; width: 100%; height: auto; margin: 0 auto;}


/* ---------------------------------------------------------------- */
ul#breadCrumb {
list-style-type: none;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
width: 90%;
height: auto;
margin: 0 auto;
}

ul#breadCrumb li {position: relative; z-index: 1; height: auto; line-height: 100%; margin-right: 2em;}
ul#breadCrumb li:last-of-type {margin-right: 0;}

/* ---------------------------------------------------------------- */
ul#breadCrumb li, ul#breadCrumb li a {color: #01b4be; font-weight: 600;}
ul#breadCrumb li a {text-decoration: none;}
ul#breadCrumb li a:hover {color: #ff7900;}

/* ---------------------------------------------------------------- */
ul#breadCrumb li:after {
content: ">";
color: #01b4be;
font-size: 1em;
position: absolute;
right: -1.4em;
top: 45%;
transform: translateY(-50%);
line-height: 100%;
}
ul#breadCrumb li:last-of-type:after {content: none;}


/* ---------------------------------------------------------------- */
ul#breadCrumb li:first-of-type {width: 1.2em; height: auto;}
ul#breadCrumb li:first-of-type a, ul#breadCrumb li:first-of-type a img {width: 100%; height: auto; display: block;}
ul#breadCrumb li:first-of-type a:hover {filter: alpha(opacity=80); -moz-opacity:.8; opacity:.8;}


/*=========================================================================
#Footer
=========================================================================*/
#Footer {background: #014646; border-top: 5px solid #ff7900; position: relative; z-index: 2; margin: 0 auto;}

/* ---------------------------------------------------------------- */
#footerTop {width: 90%; margin: 0 auto;}

/* ---------------------------------------------------------------- */
.fooer_onebloc {border-bottom: 1px solid #01b4be; color: #fffaea;}
.fooer_onebloc:last-of-type {border-bottom:0;}

/*=========================================================================
#Footer：会社情報
=========================================================================*/
#companyInfo, #campany_nameBox {display: -webkit-flex;display: flex;flex-wrap: wrap; height: auto;align-items: center;}
#companyInfo {justify-content: space-between;}

/* ---------------------------------------------------------------- */
#bottomLogo img, #companyNanme img {width: 100%; height: auto; display: block;}

/* ---------------------------------------------------------------- */
#companyAdd, #companyAdd span {line-height: 100%;}
#companyAdd span {display: inline-block;}
#companyAdd a {
font-weight: 600;
line-height: 100%;
color: #014646;
background: #fffaea;
border: 1px solid #fffaea;
text-decoration: none;
-ms-border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
#companyAdd a:hover {background-color: transparent;color: #ff7900; border-color: #ff7900;}


/*=========================================================================
#Footer：コピーライト、他
=========================================================================*/
#bottomContainer, ul#store_cautionLink, ul#bottom_snsLink {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
}
ul#store_cautionLink, ul#bottom_snsLink {list-style-type: none;}

/* ---------------------------------------------------------------- */
#footerBottom {background: #01b4be; margin: 0 auto;}

/* ---------------------------------------------------------------- */
#bottomContainer {
position: relative;
z-index: 1;
width: 90%;
height: auto;
max-width: 1600px;
margin: 0 auto;
justify-content: space-between;
}

/* ---------------------------------------------------------------- */
#Copy {line-height: 100%; color: #014646; font-weight: 500; }

/* ---------------------------------------------------------------- */
ul#store_cautionLink {list-style-type: none; justify-content: center;}
ul#store_cautionLink li {position: relative; z-index: 1; line-height: 100%; margin-right: 3em; font-weight: 500;}
ul#store_cautionLink li a {text-decoration: none; color: #fffaea;}
ul#store_cautionLink li a:hover {color: #014646;}

/* ---------------------------------------------------------------- */
ul#store_cautionLink li:after {
content: "";
position: absolute;
top: 0;
right: -1.5em;
width: 1px;
height: 100%;
background: #fffaea;
}
ul#store_cautionLink li:last-of-type:after {content:none;}

/* ---------------------------------------------------------------- */
ul#bottom_snsLink li:first-of-type {margin-left: 0;}

ul#bottom_snsLink li a, ul#bottom_snsLink li img {width: 100%; height: auto; display: block;}
ul#bottom_snsLink li a:hover {filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}


/*=========================================================================
TABNAVI
=========================================================================*/
ul#tabNavi {
list-style-type: none;
display: -webkit-flex;
display: flex; 
flex-wrap: wrap;
justify-content:flex-start;
align-items: stretch;
border-bottom: 5px solid #ff7900;
}
ul#tabNavi li {line-height: 100%; height: auto; position: relative; z-index: 1;}
ul#tabNavi li:last-of-type {margin-right: 0;}

ul#tabNavi li a {
color: #dedede;
text-decoration: none;
font-weight: 700;
background: #b4b4b4;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
position: relative;
z-index: 1;
}
ul#tabNavi li a:hover {color: #fff; background: #01b4be;}
ul#tabNavi li a.active {color: #fff; background: #ff7900;}


/* ---------------------------------------------------------------- */
#informationContainer {width: 100%; height: auto; margin: 0 auto;}




/*=========================================================================
CUSTOM
=========================================================================*/
#top_categoryNavi.cat01 ul#cat_naviList li#snav-Campaign a,
#top_categoryNavi.cat02 ul#cat_naviList li#snav-Sticker a,
#top_categoryNavi.cat03 ul#cat_naviList li#snav-Holder a,
#top_categoryNavi.cat04 ul#cat_naviList li#snav-Stand a,
#top_categoryNavi.cat05 ul#cat_naviList li#snav-Badge a,
#top_categoryNavi.cat06 ul#cat_naviList li#snav-Tradingcard a,
#top_categoryNavi.cat07 ul#cat_naviList li#snav-Other a,
#top_categoryNavi.cat08 ul#cat_naviList li#snav-Sample a{
background: #fff;
color: #01b4be;
-ms-border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}

/*=========================================================================
PAGE TOP
=========================================================================*/
#page-top {
position: fixed;
bottom:5%;
right: 0px;
z-index:99;
text-align:center;
}

#page-top a {
display: block;
text-decoration:none !important;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
/*filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;*/
}

#page-top a:hover {text-decoration:none !important;}





/*=========================================================================
バルーン
=========================================================================*/
.baloon {position: absolute; right: -95px; }

/* ---------------------------------------------------------------- */
.baloon:before {
content: "";
position: absolute;
z-index: 2;
right: 100px;
-ms-transition: .2s;
-moz-transition: .2s;
-webkit-transition: .2s;
transition: .2s;
}

/* ---------------------------------------------------------------- */
.baloon_body {position: relative;z-index: 1;color: #014646;}
.baloon_body p {line-height: 160%; }

/* ---------------------------------------------------------------- */
.baloon_pic, .baloon_pic img {width: 100%; height: auto; display: block;}
.baloon_pic {
-ms-border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
overflow: hidden;
margin: 0 auto;
}


/* ---------------------------------------------------------------- */
.baloon_title {font-weight: 600; line-height: 130%; color: #01b4be;}

/* ---------------------------------------------------------------- */
.btn_pagelink {margin: 0 auto; text-align: center;}
.btn_pagelink a {
display: block;
text-decoration: none !important;
color: #ff7900;
border:1px solid #ff7900;
background: #fffaea;
line-height: 100%;
-ms-border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
}
.btn_pagelink a:hover {background: #ff7900; color: #fffaea;}

/* ---------------------------------------------------------------- */
.minicap {
padding:0 .5em;
line-height: 140%;
font-size: 80%;
word-break: break-all;
margin-top: .5em;
}

/* ---------------------------------------------------------------- */
.reco_mark {
line-height: 100%;
display: inline-block;
background: #ff7900;
color: #fffaea;
margin-left: .5em;
-ms-border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
padding: 2px 1em 3px;
font-size: 80%;
vertical-align: top;
}



