@charset "utf-8";
/* CSS Document */


#ikkyo {
	position: relative;
	margin: 20px auto;
	padding: 0 15px;
}
#ikkyo:hover{
	opacity: 0.8;
}

#ikkyo a img{
		border: solid 1px #ccc;
	width: 100%;
	height: auto;

}