@charset "utf-8";

/*Projecters*/

	hr {
    margin: 16px 0 48px;
	}
	
	.img.tlSame01 img {
		border: 1px solid #ddd;
	}

/* ============================================================ Media Queries */
@media (max-width: 640px) {
		
	.img.tlSame01 {
		border: 1px solid #ddd;
		padding-bottom: 1px;
	}
	
	.img.tlSame01 img {
		border: none;
	}
	
	.clm.tlSame2 {
		border-bottom: 1px solid #ccc;
		margin-bottom: 32px;
	}
	
	hr {
    display: none;
    margin: 0;
    padding: 0;
	}
	
}

.other_thumb_mn { display: block; overflow: hidden; background: #ffffff; }
.other_thumb_mn .inner { overflow: hidden; padding: 16px 24px 16px 16px; }
.other_thumb_mn .dtl { float: right; overflow: hidden; width: 60%;}
.other_thumb_mn .dtl .ttl { font-size: 18px; font-weight: bold; }
.other_thumb_mn .dtl .txt {}
.other_thumb_mn .img { float: left; width: 30%; margin-right: 16px; }
.other_thumb_mn .img img { display: block; width: 100%; height: auto; vertical-align: bottom; }
a.other_thumb_mn:hover { text-decoration: none; }
a.other_thumb_mn:hover .dtl .ttl { text-decoration: underline; }

/* @media */
@media (max-width: 640px) {
	.other_thumb_mn { 
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
	}
}
