@charset "utf-8";

@media all and (min-width: 0) and (max-width: 736px) {
	.topBox h2 img {
		width: 36%;
	}
	
	#main .imgBoxL {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #EEE;
	}
	
	#main .imgBoxL .photoBox {
		width: 24%;
	}
	
	#main .imgBoxL .textBox {
		width: 73%;
	}
	
	#main .imgBoxL .comTtl {
		margin-bottom: 6px;
	}
	
	#main .imgBoxL dl {
		margin: 0;
	}
	
	#main .imgBoxL dl dt {
		font-size: 12px;
	}
	
	#main .imgBoxL dl dd {
		margin-bottom: 10px;
		color: #666;
		font-size: 10px;
		line-height: 1.3;
	}
	
	#main .imgBoxL .txt {
		margin: 0 0 8px;
		color: #666;
		font-size: 10px;
		}
}