

img{
	height: 100%;
	width: 100%;
}

h1{
	font-size: 28px;
}

red{
	color: red;
}

gray{
	color: gray;
}

.clearfix{
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.itemcard{
	height: 360px;
	width: 100%;
	margin: 1px 0px;
}

.cardimg{
	height: 360px;
	width: 270px;
	float: left;
}
.cardtext{
	height: 100%;
	width: 650px;
	float: left;
	border: 2px solid;
}

.cardtitle{
	height: 20%;
	padding: 0px 10px;
	border-bottom: 2px solid #ababab;
}

.cardcontent{
	height: 80;
	padding: 0px 10px;
}

p{
	margin: 20px 0px;
}

h2{
	font-size: 150px;
	background-color: lightgray;
	text-align: center;
}

.indexblock{
	height: 200px;
	width: 100%;
	font-size: 150px;
	font-weight:bold;
	text-align: center;
}

#index_character{
	background-color: DodgerBlue;
}

#index_item{
	background-color: Crimson;
}
#index_place{
	background-color: Teal;
}
#index_achievement{
	background-color: SeaGreen;
}
#index_ending{
	background-color: Cyan;
}
