@charset "utf-8";

.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt100{ margin-top: 100px !important; }

h1{ margin-top: 50px; }

h2.subtitle{
	margin: 80px 0 38px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.catWrap{ float: left; }
.catWrap + .catWrap{ margin-left: 20px; }
a.cat{
	position: relative;
	display: block;
	width: 205px;
	height: 251px;
	padding: 8px 10px;
	border-bottom: 1px solid #FFF;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.cat:hover{ color: #000; }

.cat h3{ margin-bottom: 15px; }

.cat p{
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}

.tag{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 205px;
	height: 37px;
	padding: 7px 0;
	background-color: #ffffff;
}
#original .cat{ background-color: #cccc66; }
#weeks .cat{ background-color: #65c96e; }
#cousin .cat{ background-color: #41d9d9; }
#planner .cat{ background-color: #a1a1b3; }

#sub3 li{ float: left; }
#sub3 li + li{ margin-left: 12px; }

#footer{ margin-top: 68px; }