.button:hover {
	background-color: #49a9d6;
}

.button a { display:block; }
.button a:link,
.button a:visited { color:#fff !important; }
.button a:hover { color:#fff !important; }

.lineDouble { position:relative; }
.lineDouble::before { content:""; position:absolute; top:.4em; right:0; left:0; width:100%; height:1px; background-color:#cc6666; }
.lineDouble::after { content:""; position:absolute; top:.7em; right:0; left:0; width:100%; height:1px; background-color:#cc6666; }

#main .boxWire {
	padding:25px;
	border:solid 1px #ccc;
}

#main .boxWire.wireRed {
	border:solid 2px #cc6666;
}


#main .boxWire p {
	line-height:1.8em;
}

#main .boxFloatWrap {
	overflow:hidden;
}

#main strong {
	line-height:1.6em;
}

#main .boxFloatWrap .floatImg {
	width:160px;
	float:right;
}

#main .boxFloatWrap .floatImg img {
	width:100%;
}

.mediaSp { display:none; }

@media screen and (max-width:640px) {
	
#main .boxFloatWrap .floatImg {
	width:80%;
	margin:0 auto;
	float:none;
}

.mediaPc { display:none; }
.mediaSp { display:block; }

.image_R {
	float:none;
	margin:20px auto;
	padding:0px;
	width:52.5%;
	}
	
.ml15 { margin:0;

}

}