@charset "euc-jp";

/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
padding:0;
margin:20px 0 20px 0;
}
.cg_freespace_02 {
padding:0;
margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p, .cg_freespace_02 p { margin:0 0 10px 0; }
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul, .cg_freespace_02 ul {
margin:0 0 10px 20px;
padding:0;
}

/*** トップカテゴリ　ここから ***/
#category-box {
width:100%;
}

#category-box-ttl {
width:100%;
}

#category-box-ttl h2 {
margin:0 0 15px 0;
padding:0;
}

#category-box-ttl h2 img {
max-width:100%;
}

#category-box-disc {
width:100%;
}

#category-box-disc p {
margin:0;
padding:0;
}
/*** トップカテゴリ　ここまで ***/

/*** ボトムカテゴリ　ここから ***/
#btm-category-box {
width:100%;
text-align:center;
margin:0 auto;
}

#btm-category-box ul {
margin:0;
padding:0;
}

#btm-category-box ul li {
margin:0 0 15px 0;
padding:0;
list-style:none;
}

#btm-category-box ul li:last-child {
margin:0;
}

#btm-category-box ul li img {
max-width:100%;
}
/*** ボトムカテゴリ　ここまで ***/

/*h2付与*/
.item_box .item_detail h2 {
	font-size: 14px;
    font-weight: normal;
}

.item_box .item_detail h2 p .item_name {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center !important;
}

