@charset "utf-8";

#inner_section {
	background-image: url(../../img/blogparts/bg_character.png);
}

.main_image{
	margin-top:12px;
}

.mod_list-2{
	padding-top: 5px;
}

.mod_list-2 p.lead{
	margin-top:0;
}

.mod_list-2 li{
	display: table;
	margin-top: 10px;
	background: url(../../img/bg_mod_corner-2.gif) left bottom no-repeat;
}


.mod_list-2 li .outer{
	display: table-row;
	width: 500px;
	background: url(../../img/bg_mod_corner-3.gif) left top no-repeat;
}


.mod_list-2 li .outer .inner{
	margin: 8px 0;
	background: url(../../img/bg_mod_corner-1.gif) left top repeat-y;
}


.mod_list-2 li .lt{
	display: table-cell;
	width: 195px;
	padding:7px 0;
	padding-left: 15px;
	vertical-align: middle;
}


.mod_list-2 li .rt{
	display: table-cell;
	width: 285px;
	padding-right:5px;
	vertical-align: middle;
}


*html .mod_list-2 li .lt{
	display: inline;
	zoom: 1;
}


*:first-child+html .mod_list-2 li .lt{
	display: inline;
	zoom: 1;
}



*html .mod_list-2 li .rt{
	display: inline;
	zoom: 1;
}


*:first-child+html .mod_list-2 li .rt{
	display: inline;
	zoom: 1;
}



/* =============== FLOAT CLEAR ================= 
.mod_list-2 .outer:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: ".";
}


.mod_list-2 .outer{
	zoom: 1;
}
/
