@charset "utf-8";

/* ==============================================
 カラム指定
=============================================== */
/* 下層コンテンツ */
#undercolumn {
    margin: 10px 0 10px 0;
    padding-left: 20px;

}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}

.attentionmail {
    padding-left: 1em;
    margin-left: -1em;
    text-indent: 1em;
}

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}




/* タイトル
----------------------------------------------- */

h2.title,
h3.title {
    font-size: 150%;
    background: url('../images/title/tit_list_bg0.jpg') no-repeat scroll 0 30px transparent;
    border:none;
    color:#000;
    font-weight:bold;
    /*margin:0 0 0 0;*/
	/*margin-bottom:10px;*/
    padding: 0;
    height: 35px;
    line-height: 35px;
}

div#undercolumn_shopping h2.title ,
div#undercolumn_cart h2.title,
div#undercolumn_login h2.title {
    font-size: 150%;
    background: url('../images/title/tit_list_bg0b.jpg') no-repeat scroll 0 30px transparent;
    border:none;
    color:#000;
    font-weight:bold;
    margin:0 0 0 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
}


h4.title {
    font-size: 110%;
   /* background: url('../images/title/tit_list_bg0.jpg') no-repeat;*/
background: url('../images/icon/ico_uni_arrow.jpg') no-repeat scroll 0 7px;

    /*background-position-y: 25px;*/
    /*border: none;*/
    border-bottom: 2px #cccccc dotted;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 18px;
    height: 30px;
    line-height: 30px;
}

#one_maincolumn .sub_area h3,
#two_maincolumn_right .sub_area h3,
#two_maincolumn_left .sub_area h3,
#three_maincolumn .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin: 0;
    padding: 5px 0 10px;
    /*color: #f60;*/
	color: #333333;
    font-size: 120%;
    background: url('../images/icon/ico_arrw06.gif') 0 11px no-repeat;
    padding-left: 10px;

}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../images/icon/ico_arrow_05.gif") no-repeat left;
}



