@charset "UTF-8";
 
/* tags
----------------------------------------------- */
}
input {
	margin:3px;
}
img {
	border:none;
}

/* Navigation
----------------------------------------------- */
#Navigation {
	margin-bottom: 20px;
}

/* clearfix
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* list-num
---------------------------------------------------*/
.list-num {
	text-align: right;
}
/* 検索
---------------------------------------------------*/
.search-box {
	text-align: center;
}
.search-result {
	text-align: right;
}