@import "common.css";

/* ***************************************
       ///【コンテナ定義】///
*************************************** */

div#flowContainer {
   width: 685px;
    float: right;
    margin: 15px 0 0 10px;
}

div#flowContainer p {
    width: 600px;
    margin-left: 25px;
}

div#flowContainer h2{
	color:#FF8837;
	padding:0 5px;
	margin:0;
	font-weight:bold;
}


div#flowContainer h3 {
    color: #99cccc;
    font-size: 200%;
    font-weight: bold;
}

div#flowContainer dl {
    width: 625px;
    margin: 30px 0 0 25px;
    clear: both;
}

div#flowContainer dl dt#analysisPic {
    width: 228px;
    height: 134px;
    background: url(../image/analysis_pic.gif) no-repeat;
    float: left;
}

div#flowContainer dl dt#intelligencePic {
    width: 228px;
    height: 134px;
    background: url(../image/intelligence_pic.gif) no-repeat;
    float: left;
}

div#flowContainer dl dt#applicationPic {
    width: 228px;
    height: 134px;
    background: url(../image/application_pic.gif) no-repeat;
    float: left;
}

div#flowContainer dl dt#interviewPic {
    width: 160px;
    height: 137px;
    background: url(../image/interview_pic.gif) no-repeat;
    float: left;
}

div#flowContainer dl dt#arrowPic {
    width: 60px;
    height: 137px;
    background: url(../image/arrow_pic.gif) no-repeat;
    float: left;
}

div#flowContainer dl dt#preparationPic {
    width: 228px;
    height: 141px;
    background: url(../image/preparation_pic.gif) no-repeat;
    float: left;
}

div#flowContainer dl dt#enteringPic {
    width: 228px;
    height: 119px;
    background: url(../image/entering_pic.gif) no-repeat;
    float: left;
}

div#flowContainer dl dd {
    width: 397px;
    margin-left: 228px;
}

div#flowContainer ul {
    margin: 0 0 0 25px;
    padding: 0;
    list-style: none;
}

div#flowContainer div.exp {
    width: 598px;
    margin-left: 25px;
    padding: 10px;
    background: #e6e6e6;
    border: #cccccc solid 1px;
    clear: both;
}

span {
    font-weight: bold;
}

div#flowContainer:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}