@charset "utf-8";

@import "../../css/base.css";
@import "../../css/common.css";

strong {
    font-weight: bold;
}

div#section-right h2 {
    margin: 10px 0 0 15px;
    width: 420px;
    height: 57px;
    background: url(../images/h2_flow.png) top left no-repeat;
    text-indent: -9999px;
}

dl.flow-list {
	padding: 10px 0 0 35px;
}

dl.flow-list dt {
	padding-bottom: 5px;
	font-weight: bold;
}
dl.flow-list dd {
	padding: 5px 0 5px 18px;
	background: url(../../images/icon_detail.png) center left no-repeat;	
}

dl.step-k {
	padding: 0 20px 0 38px;
}

dl.step-k dt {
	margin-bottom: 20px;
	text-indent:-9999px;
}

dl.step-k dd {
    width: 450px;
	padding: 0 0 0 155px;
	line-height: 1.4;
}

h3 {
	margin: 30px 0 20px 18px; 
	width: 630px;
	height: 42px;
	text-indent:-9999px;
}

p.noborder {
    border: 0;
}

/**/

#messageBox {
    line-height:20px;
    border:1px solid #CCC;
    padding:20px;
    margin: 10px 0 10px 15px;
    width: 558px;
}

div#errBox {
	background: #FCF0F2;
	padding: 20px;
	border: 1px solid #DF6177;
	color: #C70014;
	font-weight: bold;
	margin: 10px 0 10px 15px;
	line-height: 18px;
    width: 558px;
}

table, tr, th, td {
	line-height: 18px;
}

table#contactForm {
	width:600px;
	border-collapse:collapse;
	margin-bottom:10px;
	border:1px solid #CECECE;
    margin-left: 15px;
}

td.formLeft {
	background: #EFEFEF;
	padding: 7px 15px 7px 0;
	width:150px;
	line-height: 18px;
	border:1px solid #CCC;
    text-align:right;
}

td.formLeft b {
	line-height:18px;
	color:#C06;
}

td.formRight {
	padding: 7px 20px 7px 20px;
	line-height: 18px;
	border:1px solid #CCC;
}

.inputText1 {
	border: solid #ddd 3px;
	padding: 4px 7px;
	background: #FFF;
	width: 350px;
	line-height: 18px;
}

div#buttonBox {
	text-align: center;
	border: 1px solid #CCC;
	padding: 10px;
    width: 578px;
    margin: 0 0 10px 15px;
}

div#buttonBox input {
    width: 200px;
    height: 40px;
    text-align: center;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}