@charset "Shift_JIS";
/* base_class CSS */
/*****************************
*  COLOR  *
*****************************/
.c_ore{
	color: #FCA83D;
}
.c_bul{
	color: #0059df;
}

.c_yel{
	color: #ffff00;
}

.c_pin{
	color: #FA9CB7;
}

/*****************************
*  TYPOGRAPHY  *
*****************************/
.t_sz9{
	font-size: 77%;
	line-height: 150%;
}
html*.t_sz9{
	font-size: 83%;	
}
.t_sz9:not(\*|*){
	font-size: 83%;	
}
*html .t_sz9{
	font-size: 11px;
}
*:first-child+html .t_sz9{
	font-size: 11px;
}

/*****************************
*  Text Decoration *
*****************************/
.td_ul{
	border-bottom: 1px solid #343434;
}

/*****************************
*  vertical-align *
*****************************/
.img_v_top{
	vertical-align: top;
}