@charset "utf-8";

@media screen and (max-width: 979px){
html{
	font-size : 100%;
}

img{
max-width: 90%;
height: auto;
width /***/:auto;
}
#container{
width:100%;
}

#main{
	text-align: center;
}


header #section1 #section1_l img {
	max-width: 60px;
}

#contents #edycard {
	width: 410px;
	margin: 0 auto;
}

#contents #edycard #cksu {
	float: left;
	width: 204px;
}

#contents #edycard #poplar {
	float: left;
	width: 204px;
	border-right: solid 1px #bfe7f9;
}

#contents #edycard #pronto {
	float: left;
	width: 204px;
}


/***************** btn *****************/

#contents #edycard .btn{
	width: 180px !important;
	height: 45px;
	*zoom:1;
}

#contents #edycard .btn.ta_c {
	width: 180px !important;
}

.btn a:hover {
	border-bottom: none;
	text-decoration: none !important;
	background: #00a0e9;
	color: #ffffff !important;
}
.btn a:visited {
	border-bottom: none;
	text-decoration: none !important;
}

}