/*基本マージン*/

.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.pb5{
	padding-bottom:5px;
}
.pb10{
	padding-bottom:10px;
}

.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}

.c-both{
	clear:both;
	
}


/*----------------------------テキスト指定----------------------------*/

strong{
	font-weight:bold;
}