@charset "utf-8";

 .colum2-right760 h3.title {
    font-size: 15px;
    padding-left: 0;
}



 .colum2-right760 h4 {
    font-size: 15px;
    padding-left: 0;
	margin-top: 2em;
}

.colum2-right760 span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 1em;
    display: inline-block;
}

.flex {
    display: flex;
	justify-content: center;
}

.flex a:focus, .flex a:hover, .flex a:active {
    opacity: 0.5;
}

img.img400 {
    width: 400px;
}

@media (max-width: 640px) {
	img.img400 {
		width: 100%;
	}
}