/* CSS Document */


/* common */
body {
    background-color:#ffffff;
	margin-top: 0;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 0;
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", "serif";
	color:#221814;
	font-size:12px;
	text-align:left;
	font-style:normal;
    line-height:1.4;
}
.tx {
color:#221814;
text-align:left;
font-size:12px;
font-style:normal;
line-height:1.4;
}

a { /*リンクされた文字*/
    font-style:normal;
    text-decoration: none;
}
a:link, a:visited { /*未訪問・訪問済み*/
    color:#221814;
}
a:hover, a:active { /*ポイント時・選択中*/
    color:#fc3828;
}

a.gray:link, a.gray:visited { color:#888889; /*グレーのリンク文字*/
}
a.gray:hover, a.gray:active { color:#fc3828; /*グレー→赤*/
}


/* top News*/
.news_tx {
font-size:11px;
}

/* about */
.abo_10gray {
    font-size:10px;
    color:#888889;
	line-height:1.4;
	letter-spacing: 0.1em; /*文字間*/
}


/* designer */
p .des {
   margin:0;
   vertical-align:bottom;
}
p em {
   margin:0;
   font-style:normal;
   vertical-align:baseline;
}
p em.huge {
   margin:0;
   font-size:14px;
}
p em.tiny {
   margin:0;
   font-size:9px;
}
.des_tx {
margin:0;
font-size:12px;
line-height:1.7;
text-align:justify;
text-justify:inter-ideograph; /*（IE用）*/
}

/* product */
.pro_ttl {
    text-align:left; 
    font-size:18px;
}
.pro_tx {
    text-align:left;
    font-size:12px;
	line-height:1.8;
	text-align:justify;/*両端揃え*/
    text-justify:inter-ideograph; /*（IE用）*/
}
.pro_size {
    font-size:11px;
	line-height:1.4;
}
.pro_design {
    font-size:11px;
    color:#888889;
	letter-spacing: 0.1em; /*文字間*/
}
.pro_11gray {
    font-size:11px;
    color:#888889;
}
.pro_kk {
    font-size:11px;
}
.pro_price, .pro_zei{
    font-size:10px;
}
.pro_9px{
    font-size:9px;
}
.pro_mat_tx {
    font-size:12px;
	line-height:1.8;
	margin-top:0;
	padding-top:0;
}
.pro_mat_stx　{
    font-size:11px;
	line-height:1.6;
	margin-top:0;
	padding-top:0;
	text-align:justify;/*両端揃え*/
    text-justify:inter-ideograph; /*（IE用）*/
}


/* FLAX series */
.pro_fla_tittle {
    font-size:13px;
	line-height:1.4;
}
.pro_fla_s{
    font-size:10px;
	line-height:1.2;
}


/* all */
.all_ttl {
    font-size:11px;
    color:#888889;
}


/* company */
.com_tx {
line-height:2.5;
letter-spacing: 0.3em; /*文字間*/
}
.com_add {
line-height:1.5;
}


/* contact */
a.contact { /*リンクされた文字*/
    font-size:11px;
    font-style:normal;
    text-decoration: none;
}
a:link.contact, a:visited.contact { /*未訪問・訪問済み*/
    color:#221814;
}
a:hover.contact, a:active.contact { /*ポイント時・選択中*/
    color:#fc3828;
}