@charset "utf-8";
/* CSS Document */

.child_content .flow { clear:both; padding-bottom:10px; background:url(../imgdir/common/dot_pt01.gif) repeat-x left bottom; margin-bottom:10px;}
.child_content .flow .leftimg { float:left; width:71px; }
.child_content .flow h4 { background:url(../imgdir/common/h4_bg_02.gif) repeat-x left top; line-height:38px; margin-bottom:15px; font-weight:bold; padding:0 5px; }
.child_content .flow .case { width:400px; float:right; padding-left:10px; }
* html .child_content .flow .case { padding-left:0; } /* IE6 */
*+html .child_content .flow .case { padding-left:0; } /* IE7 */
.child_content .flow p { margin:10px 0 10px 10px;}

.child_content .flow .case p a { text-decoration:underline; }

/* clearfix */
.child_content .flow { display:block; }
.child_content .flow:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.child_content .flow { display:inline-block; }
* html .child_content .flow { height:1%; }

.child_content h5 { line-height:30px; }

/***********************

table layout

***********************/
.child_content table { width:99%; border-collapse:collapse; }
.child_content th ,
.child_content td { line-height:180%; padding:5px; border:1px solid #D5CEB6; background:none #fff; }
.child_content th { width:20%; text-align:center; color:#fff; background:#473E26; }
