@charset "utf-8";

/*---------------------------------------------------------
  TAKUMINUKI CSS : Text/Img
----------------------------------------------------------*/

.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.textUnderline {
	text-decoration: underline;
}
.text18BRed {
	font-size: 18px;
	color: #850623;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	padding-bottom: 4px;
}
.text14BRed {
	font-size: 14px;
	color: #850623;
	font-weight: bold;
}
.text12BRed {
	font-size: 12px;
	color: #850623;
	font-weight: bold;
}
.text12B {
	font-size: 12px;
	font-weight: bold;
}
.text10 {
	font-size: 10px;
}
.text10Red {
	font-size: 10px;
	color: #FF0000;
}
.text10Gray {
	font-size: 10px;
	color: #999999;
}
.textRed {
	color: #FF0000;
}
.textRed2 {
	color: #850623;
}
img {
	border: none;
}
.imgLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}