@charset "UTF-8";

#content #main {
    width: 625px;
}

#content #main div {
    margin-top: 30px;
}

#main h2 {
	margin-bottom: 20px;
	background-image: url(../image/flow/flowlogo.jpg);
	text-indent: -9999px;
	height: 35px;
	width: 180px;
	display: block;
}

#content #main div h3 {
	color: #18448e;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #18448E;
	padding-bottom: 4px;
}

#main ul,
#main li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#flow ol li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 15px;
	margin-left: 25px;
}

#flow ol li.tel {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}

#content table {
    border-collapse: collapse;
}

#content th, #content td {
    vertical-align: top;
}

#content th {
	white-space: nowrap;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-align: justify;
}




#returns p {
    margin-bottom: 20px;
}

#shipping {
    page-break-before: always;
}

/* InlineList
-------------------- */

#content .InlineList {
    height: 1%;
    margin: 1em 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

#content .InlineList ul {
    height: 1%;
    list-style-type: none;


/* for hasLayout */
    overflow: hidden;
    /* Clearing floats */
	margin: .5em 0;
}

#content .InlineList li {
	float: left;
	list-style-type: none;
	background-image: url(../image/flow/icn_square01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 16px;
}

#main strong{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F305B;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	}
