/* CSS Document */

/*オススメ*/
.mazagine-item{
	border: #FF99FF 1px solid;
	margin-bottom: 10px;
	height: 530px;
	overflow: hidden;
	border-radius: 6px;
}

.mazagine-item .subject{
	background-color: #FFDDFF;
	border-bottom: #FF99FF 1px solid;
	text-align:center;
	font-weight: bold;
}

.mazagine-item .package{
	margin: 0;
	padding: 5px;
	border-bottom: #FF99FF 1px solid;
	background-color: #FFEEFF;
}

.mazagine-item .title{
	margin: 0;
	padding: 5px;
	border-bottom: #FF99FF 1px solid;
	background-color: #FFEEFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.mazagine-item .publish{
	margin: 0;
	padding: 5px;
	border-bottom: #FF99FF 1px solid;
	background-color: #FFEEFF;
}

.mazagine-item .comment{
	margin: 0;
	padding: 5px;
	background-color: #FFEEFF;
	padding-bottom: 400px;
}


/*通常*/
.mazagine-item2{
	border: #AAAAFF 1px solid;
	margin-bottom: 10px;
	height: 330px;
	overflow: hidden;
	border-radius: 6px;
}

.mazagine-item2 .subject{
	background-color: #E1E1FF;
	border-bottom: #AAAAFF 1px solid;
	text-align:center;
	font-weight: bold;
}

.mazagine-item2 .package{
	margin: 0;
	padding: 5px;
	border-bottom: #AAAAFF 1px solid;
	background-color: #F1F1FF;
}

.mazagine-item2 .title{
	margin: 0;
	padding: 5px;
	border-bottom: #AAAAFF 1px solid;
	background-color: #F1F1FF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.mazagine-item2 .publish{
	margin: 0;
	padding: 5px;
	background-color: #F1F1FF;
	padding-bottom: 200px;
}


/*固定*/
.mazagine-item3{
	border: #AAFFAA 1px solid;
	margin-bottom: 10px;
	height: 330px;
	overflow: hidden;
	border-radius: 6px;
}

.mazagine-item3 .subject{
	background-color: #E1FFE1;
	border-bottom: #AAFFAA 1px solid;
	text-align:center;
	font-weight: bold;
}

.mazagine-item3 .package{
	margin: 0;
	padding: 5px;
	border-bottom: #AAFFAA 1px solid;
	background-color: #E1FFE1;
}

.mazagine-item3 .title{
	margin: 0;
	padding: 5px;
	border-bottom: #AAFFAA 1px solid;
	background-color: #E1FFE1;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.mazagine-item3 .publish{
	margin: 0;
	padding: 5px;
	background-color: #E1FFE1;
	padding-bottom: 200px;
}

