@charset "utf-8";
/* CSS Document */


.index_cont_box .index_photo img {
    max-width: initial;
    max-width: auto;
    max-height: initial;
    max-height: auto;
}


.index_cont_box {
    border-bottom: solid 1px #CCCCCC;
	background:url(../img/list_bg.png) no-repeat 98% center;
	overflow:hidden;
	padding:5px;
	margin: 3px 0;
}
.index_cont_box h3 {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 2px;
	font-weight:bold;
}

.index_photo{
}

