/** html #footer_logo img{
behavior: expression(IEPNGFIX.fix(this));
}

* html .item img {
behavior: expression(IEPNGFIX.fix(this));
}
*/

@charset "utf-8";
/* CSS Document */


/* Reset ------------------------------------------------------------------ */

:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

q:before,q:after {
    content: '';
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}

/*hr {
	position: absolute;
	left: -9999px;
	top: -9999px;
}*/


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }

.hidden,
hr {
	position: absolute;
	left: -9999px;
	display: block;
	top: -9999px;
}

.small {
	font-size: 80%;
}


/* Layout ----------------------------------------------------------------- */

body {
	background: #ffffff;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	font-size: 80%;
	line-height: 1.7;
	color: #333333;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust:none;
	text-rendering: optimizeLegibility;
}

#container {
	background: url(design-image/container-bg.png) repeat-x left top;
	width: 100%;
	min-width: 940px;
}

#container-inner,
#header-inner,
#g-nav-inner,
#footer-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#content-inner {
	padding-top: 42px;
	padding-bottom: 20px;
}

.main-index #content-inner {
	padding-top: 35px;
}

#header-inner, #alpha-inner, #beta-inner {
    overflow: hidden;
}

#header-inner {

}

#alpha {
	width: 590px;
	float:left;
}

#beta {
	width: 300px;
	float: right;
}

/* Content ---------------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
}
a:hover,
#alpha a:hover {
	color:#D74831;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */
.main-index #header {
	background: url(design-image/main-index-header-bg.png) repeat-x center top;
	width: 100%;
	min-width: 940px;
}

.main-index #header-inner {
	height: 435px;
	position: relative;
	width: 940px;
}

#header-name {
	margin-bottom: 0em;
	display: block;
	position: absolute;
	top: -500px;
}

#header-description {
    margin-bottom: 0;
}

/* Footer */
#footer {
	background: #DC684F  url(design-image/footer-bg.png) repeat-x center top;
	color: #FFFFFF;
	margin-top: 40px;
	width: 100%;
	min-width: 940px;
}

#footer-inner {
	padding-top: 13px;
	height: 189px;
	position: relative;
}

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	background: url(design-image/dotted.gif) repeat-x left bottom;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */


#beta a {
	text-decoration:underline;
}
#beta a img {
	border:1px solid #F2F2F2;
}
#beta a:hover img {
	border:1px solid #D74831;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#beta .widget-webshop a img,
#beta .widget-webshop a:hover img {
	border:none;
}
.widget {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*background: url(design-image/widget-bg.gif) left top repeat ;*/
	margin-bottom: 8px;
	/*background: rgba(244, 244, 244, 0.6);*/
	background-image: -webkit-linear-gradient(top, rgba(243, 243, 243, 0.7) 0%, rgba(236, 236, 236, 0.08) 100%);
	background-image: -moz-linear-gradient(top, rgba(243, 243, 243, 0.7) 0%, rgba(236, 236, 236, 0.08) 100%);
	background-image: -ms-linear-gradient(top, rgba(243, 243, 243, 0.7) 0%, rgba(236, 236, 236, 0.08) 100%);
	background-image: linear-gradient(to bottom, rgba(243, 243, 243, 0.7) 0%, rgba(236, 236, 236, 0.08) 100%);
}

.widget-header {
	margin: 0px 8px;
}

.widget-content {
	position: relative;
	margin: 7px;
}

.widget-info .widget-content h2 + img {
	position: absolute;
	top: 0px;
}
.widget-info .widget-content p:last-child{
	margin-bottom: 0;
}

.widget-info .widget-content h2 {
	padding-top: 210px;
	background: url(design-image/widget-info-h2.gif) no-repeat center 210px;
	height: 62px;
	width: 252px;
	text-indent: -9999px;
}

.widget-bana img {
	margin-bottom: 8px;
}

.widget-bana img.last {
	margin-bottom: 0px;
}



@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

#copy {
	font-size: 85%;
	text-align: right;
	margin: 3em 0 0 0;
}

#copy h2 {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#copy p {
	text-transform: uppercase;
}

#copy p,
#copy address {
	display: inline;
}

/* Navigation ----------------------------------------------------------------- */

#g-nav {
	background: url(design-image/g-nav-bg.gif) repeat-x left top;
	position: relative;
	height: 53px;
	width: 100%;
	min-width: 940px;
}

#g-nav-inner {
}

#g-nav ul {
	list-style: none;
	height: 52px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#g-nav ul li {
	display: inline-block;
	margin-right: 14px;
}
#g-nav ul li:last-child{
	margin-right: 0;
}

#g-nav ul li a {
	display: inline-block;
	height: 52px;
	text-indent: -9999px;
}

#g-webshop a {
	width: 129px;
	background: url(design-image/g-nav.gif) no-repeat left top;
}


#g-webshop a:hover,
#page-36 #g-webshop a {
	background: url(design-image/g-nav.gif) no-repeat left bottom;
}

#g-news a {
	width: 123px;
	background: url(design-image/g-nav.gif) no-repeat -129px top;
}

#g-news a:hover,
#ca-news #g-news a {
	background: url(design-image/g-nav.gif) no-repeat -129px bottom;
}

#g-concept a {
	width: 150px;
	background: url(design-image/g-nav.gif) no-repeat -252px top;
}

#g-concept a:hover,
#page-2 #g-concept a {
	background: url(design-image/g-nav.gif) no-repeat -252px bottom;
}


#g-reason a {
	width: 169px;
	background: url(design-image/g-nav.gif) no-repeat -402px top;
}

#g-reason a:hover,
#page-3 #g-reason a {
	background: url(design-image/g-nav.gif) no-repeat -402px bottom;
}

#g-shop a {
	width: 150px;
	background: url(design-image/g-nav.gif) no-repeat -571px top;
}

#g-shop a:hover,
#page-35 #g-shop a {
	background: url(design-image/g-nav.gif) no-repeat -571px bottom;
}

#g-blog a {
	width: 99px;
	background: url(design-image/g-nav.gif) no-repeat -721px top;
}

#g-blog a:hover,
#ca-blog #g-blog a {
	background: url(design-image/g-nav.gif) no-repeat -721px bottom;
}

#g-contact a {
	width: 120px;
	background: url(design-image/g-nav.gif) no-repeat -820px top;
}

#g-contact a:hover,
#page-37 #g-contact a {
	background: url(design-image/g-nav.gif) no-repeat -820px bottom;
}


#s-nav {
	font-weight: bold;
}
#footer a{
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color:#FF9999;
}



#s-nav-inner {
	padding-top: 22px;
}

#s-nav ul {
	font-size: 120%;
	border-bottom: 1px solid #E07B65;
	position: absolute;
	display: block;
	margin-left: 0px;
	right: 0px;
}


#w-nav ul {
	list-style: none;
	text-align: right;
}

#footer li {
	margin-left: 1em;
	white-space: nowrap;
}

/*#s-nav li {
	margin-left: 0.5em;
}*/

#s-nav li.first {
	margin-left: 0em;
}

#s-nav li,
#w-nav li {
	display: inline;
}

/* Utilities -------------------------------------------------------------- */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#content-inner,
.entry-asset .asset-meta,
.comment,
.asset-body {
    height: 1%;
}

/* Custom Styles ---------------------------------------------------------- */

#qo-cassette {
	position: relative;
	background: url(design-image/qo-cassette-bg.png) no-repeat left top;
}

*html #qo-cassette {
	margin-bottom: -1px;
}

#qo-cassette-inner {
	position: static;
	background: url(design-image/qo-cassette-inner-bg.png) no-repeat left 25px;
	height: 187px;
	padding-top: 25px;
	padding-left: 105px;
}

#qo-cassette .item {
	width: 210px;
	float: left;
	position: relative;
	margin-left: 10px;
}

#qo-cassette .tare {
	width: 200px;
	margin-left: 15px;
	margin-right: 8px;
}

#qo-cassette .item h3 {
	padding-top: 135px;
	margin-bottom: 0em;
	border-top: none;
}

#qo-cassette .item p {
	clear: left;
	font-size: 75%;
}
*html #qo-cassette .item p,
*:first-child+html #qo-cassette .item p{
	font-size: 100px;
}

#qo-cassette .item img {
	position: absolute;
	top: 0px;
}
#qo-cassette-inner div.item.tare img {
	left: 20px;
}
#qo-cassette .item h3 img {
	position:static;
}
#news-cassette,
#alpha {
	background: url(design-image/news-cassette-bg.gif) repeat-y left top;
	margin-top: 1em;
}
#alpha {
	margin-top: 0;
}
.main-index #alpha {
	background:none;
}

#news-cassette h2 {
	margin-bottom: 0em;
}

#news-cassette-inner,
.webpage #alpha-inner,
.blog #alpha-inner{
	padding-right: 30px;
	padding-left: 30px;
	background: url(design-image/news-cassette-inner-bg.gif) no-repeat left bottom;
	padding-bottom: 30px;
}

.webpage #alpha-inner,
.blog #alpha-inner {
	padding-top: 25px;


}

#news-cassette dl {
	width: 530px;
	margin-bottom: 0px;
}

#news-cassette dl dd {
	border-bottom: 1px solid #EED9D1;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.25em;
	padding-bottom: 0.75em;
}

#news-cassette dl dt {
	color: #CD2D0A;
	margin-top: .5em;
	background: none;
	padding-left: 0;
	font-weight: normal;
}

.webpage #alpha h2,
.blog #alpha h2 {
	background: url(design-image/line.gif) repeat-x left bottom;
	font-size: 140%;
	width: 530px;
	padding-bottom: 6px;
	padding-top: 1.3em;
	color: #000000;
	clear: both;
	line-height: 1.3;
}

.webpage div#alpha-inner > h2:first-child {
	padding-top: 0em;
}

.webpage #alpha h2.first,
.blog #alpha h2.first{
	padding-top: 0em;
}
#w-nav {
	margin-top: 3em;
}
#header {
	background: url(design-image/header_bg.jpg) repeat-x center top;
	width: 100%;
	min-width: 940px;
}
#header-content a {
	background: url(design-image/header_title.jpg) no-repeat center top;
	display: block;
	height: 224px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}
.main-index #header-content a {
	background: none;
	display: block;
	text-indent: 0px;
	height: auto;
	width: auto;
	position: absolute;
	top: -100px;
}
#flash {
	display: block;
	width: 963px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#footer_logo {
	display: block;
	position: absolute;
	top: 33px;
	z-index: 0;
}
#page-title img {
	vertical-align: middle;
	margin-right: .5em;
}

#alpha table {
	border-collapse: collapse;
}
#alpha td,
#alpha th {
	padding:.5em;
}

#page-44 #alpha td,
#page-44 #alpha th,
#page-38 #alpha td,
#page-38 #alpha th,
#page-44 #alpha td,
#page-44 #alpha th,
#page-42 #alpha td,
#page-42 #alpha th,
#page-39 #alpha td,
#page-39 #alpha th,
#page-41 #alpha td,
#page-41 #alpha th,
#page-37 #alpha td,
#page-37 #alpha th,
.category-archive #alpha td,
.category-archive #alpha th,
.mt-entry-archive #alpha td,
.mt-entry-archive #alpha th,
.lined td,
.lined th {
	background: url(design-image/dotted.gif) repeat-x left bottom;
}
table.lined
#page-44 #alpha table,
#page-38 #alpha table,
#page-44 #alpha table,
#page-42 #alpha table,
#page-39 #alpha table,
#page-41 #alpha table,
#page-37 #alpha table,
#page-36 #alpha table,
.category-archive #alpha table,
.mt-entry-archive #alpha table {
	width:100%;
	margin:1em 0;
}

.price {
	color: #C71D0C;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float:left;
	margin-right: .5em;
}
#page-36 form {
	display:block;
}
#page-36 input {
	vertical-align:middle;
}
#page-36 input#submit,
#page-36 input#submit3{
	border-radius: 5px;
	margin-bottom: 5px;
	box-shadow: 0 1px #b4b3b3;
	-moz-box-shadow: 0 1px #b4b3b3;
	transition: all .2s ease-in-out;
	border: 1px solid #a71e13;
}
#page-36 input#submit:hover,
#page-36 input#submit3:hover{
	opacity: .9;
	box-shadow: 0 5px 10px #ccbdbd;
	-moz-box-shadow: 0 0px 15px #ccbdbd;
}
#page-36 input#submit:active,
#page-36 input#submit3:active{
	box-shadow:none;
}


h4, table caption {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}
table caption{
	background: url(design-image/dotted.gif) repeat-x left bottom;
}
td.red{
	color: #cc2602;
	font-size: 80%;
}
#page-36 h4 {
	padding: 0px;
	margin: .5em 0px 0.6em;
}
.caption {
	margin-bottom: 0em;
	line-height: 1.3;
}
#page-36 table{
	margin-bottom:2em;
	padding-bottom: 1em;
}
#page-36 table table{
	margin-bottom:0;
	padding-bottom: 0;
	padding:0;
}
#page-36 td,
#page-36 th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
#page-36 table table td,
#page-36 table table th {
	vertical-align: middle;
	padding:0;
}
.explain {
	border-top: 1px solid #FCF9F8;
	background: url(design-image/container-bg.png) left bottom;
	font-size: 85%;
	border-bottom: 1px solid #DAC9C6;
	color: #634943;
}
.line {
	border-top: 1px solid #E3BFB0;
	}
#page-36 th img {
	padding-bottom: 15px;
	background: url(design-image/shadow_bottom.png) no-repeat left bottom;
	padding-right: 0.5em;
}
#page-36 th a:hover img {
	background: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#alpha h3 {
	border-top: 1px solid #E3BFB0;
	line-height: 1.4;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	color: #7A5E3A;
	clear: both;
}
.highlight {
	font-size: 80%;
	color: #7A5E3A;
}
.widget-content h2 {
	background: url(design-image/qo-cassette-inner-bg.png) -25px top;
	padding: .3em .3em .3em 1em;
	color: #666666;
}
.widget-content ul {
	margin-left: 1.5em;
	font-size: 85%;
}
.main-index .asset-name {

	padding-bottom: 0.7em;
	margin-top: 0px;
}
.suryo {
	width: 25px;
}

#page-36 #alpha h2 {
	font-size: 120%;
}
.mfp {
	width: 200px;
	padding: .3em;
	background: #FFFFFF url(design-image/input_bg.png) repeat-x left top !important;
	border: 1px solid #C8C9CC;
}
textarea.mfp{
	width: 350px;
	height: 284px;
}


#comment-author,
#comment-email,
#comment-url,
#comment-text {
	padding: .3em;
	background: #FFFFFF url(design-image/input_bg.png) repeat-x left top;
	border: 1px solid #C8C9CC;
}
#alpha dt {
	font-weight: bold;
	background-image: url(design-image/line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1em;
	padding-left: 12px;
}
#new {
	height: 37px;
	width: 35px;
	background: url(design-image/new.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
	font-size: 5px;
	position: absolute;
	left: 5px;
	top: 5px;
}
#alpha a {
	text-decoration: underline;
	color: #000000;
}
#alpha .asset-name a,
#alpha #news-cassette dl dd a {
	text-decoration: none;
}

#page-top ul {
	list-style:none;
	margin:2em 0 0 0;
	padding:0;
}
#page-top a{
	text-indent: -9999px;
	background: url(design-image/pagetop.gif) no-repeat left bottom;
	display:block;
	height: 20px;
	width: 130px;
}

.webpage span.cap {
	font-weight:normal;
	font-size: 80%;
}


#page-35 #alpha table th {
	font-weight: normal;
	white-space: nowrap;
}

#page-35 #alpha table td,
#page-35 #alpha table th {
	border-bottom: 1px solid #E3BFB0;
	padding: 0.3em;
	vertical-align: top;
}

#page-35 #alpha table th {
	padding-top: 0.5em;
}

#page-35 #alpha table th span.caption {
	line-height: 1.7;
}

.topnews {
    padding:.5em 1em;
    border:3px solid #d34e37;
    color:#ffffffd4;
    background:hsl(9deg 62% 55%);
    box-shadow: 0 3px 1px #a4a4a473;
    margin-bottom:.8rem;
    text-align:center;
    font-size:170%;
    font-weight:bold;
}
.topnews em{
    font-size:120%;
    font-style: normal;
}

/* @group 緊急お知らせ */
div#caution{
	color: #6a4848;
	background: -webkit-linear-gradient(top, #f0eded 0%, #d6c7c7 100%) #f0eded;
	background: -moz-linear-gradient(top, #f0eded 0%, #d6c7c7 100%) #f0eded;
	background: -ms-linear-gradient(top, #f0eded 0%, #d6c7c7 100%) #f0eded;
	background: linear-gradient(to bottom, #f0eded 0%, #d6c7c7 100%) #f0eded;
}
div#caution div{
	padding:20px 0 ;
	margin: 0 auto;
	width: 910px;
	font-size: 14px;
}
div#caution span{
	font-size: 120%;
}
div#caution h2{
	font-size: 18px;
	text-shadow: 0 1px 1px #ffffff;
}
div#caution h3{
	margin-top: 1em;
	font-size: 16px;
	text-shadow: 0 1px 1px #ffffff;
	border-top: 1px solid #f1eeee;
	padding-top: 7px;
}
div#caution a{
	color: #fff;
	font-weight: bold;
	background: #f14141;
	padding: 2px 10px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 4px;
	margin-bottom: 1px;
}
div#caution a[target="_blank"]:hover {
	background: #f47676;
}
.extrabig{
	font-size: 120%;
}
div#caution u{
	color: #d33638;
}
div#caution .extrabig {
	background: #e6e3e3;
	border: 1px solid #bcaeae;
	padding: 10px 15px;
	text-align: center;
}
div#caution .extrabig *{
	vertical-align: middle;
}
/* @end */