@charset "utf-8" ;

/* Setting of a module */



/************************************************************/ 
/* float */
/************************************************************/ 

.left {
	float: left ;
}
.right {
	float: right ;
}
.clear {
	clear: both ;
	font-size: 1px ;
}



/************************************************************/ 
/* font */
/************************************************************/ 

.bold {
	font-weight: bold ;
}

strong , .new {
	color: #FF6000 ;
	font-weight: bold ;
}

strong a {
	color: #FF6000 ;
	font-weight: bold ;
	text-decoration: none ;
}

.small {
	font-size: 0.8em ;
	line-height: 1.4em ;
}

.red {
	color: #FF0000 !important ;
}

.blue {
	color: #0033CC !important ;
}



/************************************************************/ 
/* table */
/************************************************************/ 

table , th , td {
	border: #cdcdcd 1px solid ;
	border-collapse: collapse;
	clear: both ;
}

th {
	text-align: center ;
	vertical-align: middle ;
}



/************************************************************/ 
/* margin */
/************************************************************/ 

.mar_b_03 {
	margin-bottom: 3px ;
}



/************************************************************/ 
/* アイコン */
/************************************************************/ 

.camera {
	vertical-align: middle ;
}