/* =========================================
       #form
===========================================*/


/******************** 会社概要 *********************/
.tblContact {
	border-collapse: collapse;
	font-size: 1.2em;
	background-color: #f6f1eb;
	width:850px;
}

.tblContact td,
.tblContact th {
	border: 1px solid #ccc;
}
.tblContact th {
	width: 250px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	background-color: #d2ead7;
}
.tblContact td {
	width:550px;
	padding:10px 0;
	padding-left: 30px;
}


p.alert {
	font-size:1.2em;
	margin-bottom:5px;
}

div.btn ul {
	width:252px;
	margin:10px auto;
}

div.btn ul li {
	float:left;
}

div.btn a img {
	padding:3px;
}


input,
select,
textarea {
	padding:3px;
}

.fld {
	background-color:#fff;
}
label.fld {
	background:none;
}

.err-fld {
	background-color:#f99;
}

span.red {
	color:#f00;
}

p.success {
	font-size:1.2em;
	min-height:400px;
}

/* =========================================
       #err
===========================================*/

#err {
	border: 1px solid #f00;
	background: #FDBFC2;
	padding: 10px;
	margin: 0 0 10px 0;
	line-height:120%;
}

#err div.e-inner {
	padding: 10px 20px 10px 70px;
	font-size: 12px;
	text-align: left;
	min-height: 30px;
}

#err div.e-inner h5 {
	text-align:left;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
	display: block;
	padding: 0;
	border: none;
	color:#f00;
}

#err div.e-inner {
	background: #FFFFFF url("../images/icon_yeild.gif") no-repeat 15px 15px;
}

#err div.e-inner {
	line-height:120%;
	font-weight: bold;
	min-height: 35px;
	font-size: 14px;
}



/* ***********************************************************************
	7 : Clear Fix
*********************************************************************** */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/


div#header:after,
div#nav:after,
div#secondly div.clientsDetail:after,
div#newArrival:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#header,
div#nav,
div#secondly div.clientsDetail,
div#newArrival,
.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html div#header,
* html div#nav,
* html div#secondly div.clientsDetail,
* html div#newArrival,
* html .clearfix {
    height: 1%;
}
div#header,
div#nav,
div#secondly div.clientsDetail,
div#newArrival,
.clearfix {
    display: block;
}

