@charset "shift-jis";

/**
 *
 * Column25 Style css
 *
**/

.column-box a:link,
.column-box a:visited {
	text-decoration: underline;
}

.column-box img {
	float: right;
	width: 40%;
	height: auto;
	padding: 0 1em 1em;
}

.column-box p:after {
	content: "";
	clear: both;
	display: block;
}

.column-box .img-s {
	width: auto;
	height: 10em;
}

@media(max-width:375px){
	.column-box img {
		float: none;
		width: 50%;
		height: auto;
		padding: 0 1em 1em;
		display: block;
		margin: auto;
	}

}
