﻿@charset "utf-8";

/*
#######################################

	採用情報表記用CSS


#######################################
*/



/* 各内容の段落設定 */
/*
body#law #detail dt {
	float: left;
	width: 10em;
}
body#privacy #detail dt {
	float: left;
	width: 11em;
}
body#law #detail dd {
	padding-left: 11em;
	margin-bottom: 1em;
}
body#privacy #detail dd {
	padding-left: 12em;
	margin-bottom: 1em;
}


* html body#law #detail dd , * html body#privacy #detail dd {
	_height: 1%;
	padding-left: 1.2em;
	margin-bottom: 1em;
}
*/

/* safari only \*/
html:\66irst-child body#law #detail dd {
	padding-left: 12em;
}
html:\66irst-child body#privacy #detail dd {
	padding-left: 12em;
}
/* end */
body#law #detail ul , body#privacy #detail ul {
	list-style: square outside;
	margin-left: 1.5em;
}


/* 080910add */
/* 共通 */
.txtcll {
	margin: 30px 0px 20px 0px;
}

h3 {
	margin: 20px 0px 0px 0px;
	color: #0C2566;
	font-size: 110%;
	font-weight: bold;
}
h4 {
	margin: 20px 0px 5px 10px;
	font-size: 100%;
	font-weight: bold;
}

h5 {
	margin: 10px 0px 5px 20px;
	font-size: 90%;
	font-weight: bold;
}
/* 募集あり用 */
#detail h3 {
	margin: 0 0 20px 0;
	padding: 10px;
	border-top: 1px dotted #333;
}
#detail dl {
	margin: 0px 0px 0px 20px;
}

#detail dt {
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
	clear: both;
}

#detail dd {
	float: left;
	width: 600px;
	margin-bottom:15px;
}
#detail ul {
	margin: 0 25px 0 0;
}
#detail li {
	list-style: none;
}

.txttab2 {
	margin-left:20px;
}

.txttab3 {
	margin-left:30px;
}

.txttab4 {
	margin-left: 40px;
}

/* 募集なし用 */
h3 {
	margin-left: 15px;
}
.txtp1 {
	margin:10px 0px 0px 15px;
}
.txtp2 {
	margin:10px 0px 0px 15px;
}
.txttab3 {
	margin-left:30px;
}
.txttab4 {
	margin-left: 40px;
}


