@charset "utf-8";

/*------------------- バックナンバー----------------------*/

.normal{
	font-weight: normal;
	padding: 0 5px;
	margin: 0 auto;
}

h4{
	color: #FFF;
	background-color: #d39b4b;
	text-align: center;
	padding: 7px 0;
}

.bk_item {
	width: 90%;
	margin: 15px auto;
	font-size: 70%;
	text-align: left;	
}

.txtRight {
	text-align: right !important;
}

.backnumber{
	background-color: #FFF;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	margin: 0 8px;
	padding: 20px;
}

.bk_icon {
	padding-left: 1.5em;
	background: url(../images/icon_bk.png);
	background-size: 6%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.price {
	margin-top: 10px;
	text-align: right;	
}


.sell_endTxt {
	background: #003a60;
	color: #fff;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* no.6_aiiku logo*/

.ai_logo {
	margin: 15px auto;
	font-size: 80%;
	text-align: center;
}
.ai_logo img {
	margin: 0 auto 10px;
}