.first-page{
	position: relative;
}
.first-page_logo{
	width: 30%;
	text-align: center;
	margin: 30px auto 20px auto;
}
.first-page_logo img{
	width: auto;
	height: auto;
}
.first-page_title{
	text-align: center;
	padding-bottom: 20px;
}
.first-page_sity-wrap{
	padding-bottom: 40px;
	margin-left: -2%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: auto;
}
.first-page_sity-item{
	display:-moz-inline-box;
    display:inline-block;
    zoom:1;
	*display:inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 30px 2%;
	width: 14%;
	text-align: center;
}
.first-page_sity-item a img {
	width: 100%;
	height: auto;
}
.coat_link{
	padding: 10px;
	display:-moz-inline-box;
    display:inline-block;
    zoom:1;
	*display:inline;
}
.first-page_sity-item a.sity_link{
	font-size: 1.6em;
	color: #0062a7;
	text-decoration: underline;
}
.first-page_sity-item a.sity_link:hover{
	color: #0062a7;
	text-decoration: none;
}

@media (max-width: 720px){
.first-page_sity-item{
	width: 31%;
}
}