@charset "utf-8";

/* index
--------------------------------------------*/





/* about
--------------------------------------------*/

table.aboutTable {
	width: 100%;
	margin: 5px auto 30px;
}

table.aboutTable th {
	width:120px;
	background: #999999;
	text-align: center;
	padding: 10px 0;
	white-space: nowrap;
	color: #FFFFFF;
	border:solid 1px #ccc;
	border-width:1px 4px 1px 1px;	
	font-size: 13px;
	vertical-align:middle;
}

table.aboutTable td {
	background: #F6F6F6;
	text-align: left;
	padding: 10px 8px;
	border: 1px solid #D6D6D6;
	font-size: 13px;
}

table.aboutTable td dl.officeBlock { margin:0 0 -10px;}
table.aboutTable td dl.officeBlock dt { font-weight:bold;}
table.aboutTable td dl.officeBlock dd { margin:0 0 10px 15px;}



/* recruit
--------------------------------------------*/

table.recruitTable {
	width: 100%;
	margin: 5px auto 30px;
}

table.recruitTable th {
	width:140px;
	background: #999999;
	text-align: center;
	padding: 10px 0;
	white-space: nowrap;
	color: #FFFFFF;
	border:solid 1px #ccc;
	border-width:1px 4px 1px 1px;	
	font-size: 13px;
	vertical-align:middle;
}

table.recruitTable td {
	background: #F6F6F6;
	text-align: left;
	padding: 10px 8px;
	border: 1px solid #D6D6D6;
	font-size: 13px;
}
table.recruitTable td dl.officeBlock { margin:0 0 -10px;}
table.recruitTable td dl.officeBlock dt { font-weight:bold;}
table.recruitTable td dl.officeBlock dd { margin:0 0 10px 15px;}

table.recruitTable td p.example { margin:10px 0 0; font-size:12px;}



.contfrm{ text-align:center;}
.inqtable{ width:100%; margin:20px 0 40px;line-height:1.5em; }
.inqtable tr { border-bottom:solid 1px #dddddd; }
.inqtable th{ vertical-align:middle; padding:20px 10px; text-align:left;}
.inqtable td{ vertical-align:top; padding:20px 10px; text-align:left;}
.inqtable td input { padding:3px; background:#F0F0F0; border:solid 1px #DADADA; font-size:13px;}
.inqtable td textarea { padding:3px; background:#F0F0F0; border:solid 1px #DADADA; font-size:13px;}
.inqtable td input.no-bg { background:none; border:none;}

.fontgray{color:#666666;font-size:11px;line-height:1.4em;}
.fontred{ color:#FF0000;}
.fontgray_cmt{ color:#666666;font-size:12px;line-height:1.5;text-align:left;}
.submitbtm{ text-align:center; margin:45px 0 20px;}
.imeInact { ime-mode:inactive;}

.sendcomplete{ font-size:18px; line-height:1.5em; text-align:center; font-weight:bold; margin:30px 10px;}

.contfrm .error_box {
    display:none;
    margin:10px 0px;
    padding:8px 12px;
    border:1px solid #C50000;
	text-align:left;
    /*border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;*/
    color:#C50000;
}
p.recruitBikou { margin:0 0 5px; color:#777; font-size:12px;}
.hissu { color:#dd0000}
/*access
--------------------------------------------*/
.gooleMap { text-align:right;}
dl.accessPage {margin:5px 0 30px;}
dl.accessPage dt { font-weight:bold;}
dl.accessPage dd { margin:0 0 30px}
#main dl.accessPage dd p { padding:3px 0 20px;}




/* works
--------------------------------------------*/

.worksElem { margin:0 0 30px;}
	.worksElem .worksElemTtl { font-weight:bold; }
	.worksElem .worksElemBody { margin:5px 0 0 10px;}
		.worksElem .worksElemBody ul { margin-right:-10px;}
		.worksElem .worksElemBody ul li{ width:290px; float:left; margin:0 10px 10px 0; }
		.worksElem .worksElemBody ul li.worksElem_longli{ width:590px; float:none; margin:0 0 10px; }








