@charset "utf-8";
/*
追加のTOPページ用CSS
*/

#kosodate00,#kosodate01,#kosodate02,#kosodate03,#kosodate04,#kosodate05{
	height:84px;
	width:402px;
	float:left;
	align-items:center;
}

#kosodate00{
	margin-right:3px;
}
#kosodate01{
	margin:0;
}
#kosodate02,#kosodate04{
	margin-top:3px;
	margin-right:3px;
}
#kosodate03,#kosodate05{
	margin-top:3px;
}
#kosodate05:after{
    content: "";
    clear: both;
    display: block;
}
@media screen and (max-width: 410px) {
#kosodate00,#kosodate01,#kosodate02,#kosodate03,#kosodate04,#kosodate05{
	width:100%;
	float: none;
	margin:-15px auto;
}
#kosodate00 img,
#kosodate01 img,
#kosodate02 img,
#kosodate03 img,
#kosodate04 img,
#kosodate05 img{
	width:95%;
}
}
#kosodate00 img,
#kosodate01 img,
#kosodate02 img,
#kosodate03 img,
#kosodate04 img,
#kosodate05 img{
	border: 1px ridge #333;
	border-radius: 8px;
}
#kosodate00 img:active,
#kosodate01 img:active,
#kosodate02 img:active,
#kosodate03 img:active,
#kosodate04 img:active,
#kosodate05 img:active{
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

