/*アラート画面*/
div.alert_with_icon {
	background-image:url(../../images/parts/alert_h48.gif);
	background-repeat:no-repeat;
	min-height:50px;
	padding:0px 0px 0px 70px;
	margin:10px 10px 10px 10px;
}
p.alert_with_icon {
	margin:0px;
	padding:12px 0px 0px 0px;
	color:#999999;
	font-size:inherit;
	line-height:inherit;
}

/* contains category list entirely */
#category_list_region{
	min-height:300px;
}


/* category list 1st classes */
.category_list {
	background-image		: url(../../images/parts/m_category_arr.gif);
	background-repeat		: no-repeat;
	font-size:12px;
	margin				: 5px 0px 3px 2px;
	padding				: 0px 0px 3px 11px;
}

/* category list 2nd classes */
.category_list2 {
	background-image		: url(../../images/parts/m_category_arr02.gif);
	background-repeat		: no-repeat;
	font-size:12px;
	margin				: 5px 0px 3px 12px;
	padding				: 0px 0px 3px 11px;
}

/* category list 3rd classes */
.category_list3 {
	font-size:12px;
	margin				: 5px 0px 3px 7px;
	padding				: 0px 0px 3px 22px;
}

/* controls category list expansion */
.exp{
	display:block;
}
.exp_hid{
	display:none;
}


/* ranking number */
.disp_ranking_num{
	color:#ff6060;
	font-weight:bold;
}


.login_mem_nm{
	color:#cc0000;
	font-size:inherit;
}

.category_list_region{
	min-height:400px;
}

.card_cfm{
	background-color:#FFF0F0;
}

.no_display{
	display:none;
}

/* for Development and Test */
.included_html{
	border:1px dashed #999999;
}
