@charset "shift_jis";
/* common/css/common.css */


/*============================================================

	お仕事内容

============================================================*/

div.c_Left{float:left;}
div.c_Right{float:right;}
div.imageArea{}
div.textArea{width:240px;}

/*---------------------------------------------

	contentArea
	
---------------------------------------------*/

div.contentArea{
	padding:20px;
	border:3px dotted #ede0b8;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	background:url(../img/backImg_01.png) no-repeat;
	background-position:center;
}

div.contentInner{
	margin-bottom:10px;
	overflow:hidden;
}

div.contentArea h3{
	font-weight:bold;
	font-size:18px;
	margin:0 0 10px 0;
	padding:13px 10px 13px 55px;
	background:#090;
	background:url(../img/sabBanner_01.png) no-repeat;
}

/*---------------------------------------------

	contentWorkArea_A
	
---------------------------------------------*/

div.contentWorkArea_A{
	background:url(../img/girl_01.png) no-repeat;
	background-position:32%;
	position:relative;
}

div.contentWorkArea_AInner{
	overflow:hidden;
}

div.workAreaLeft,
div.workAreaRight{
	width:275px;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
}

div.workAreaLeft p,
div.workAreaRight p{
	margin-top:290px;
	padding:15px 10px;
	height:320px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
}

div.workAreaLeft p{
	border:3px solid #f4b3c2;
	background:#fdeff5;
}

div.workAreaRight p{
	border:3px solid #cce198;
	background:#f6f9e4;
}

div.workAreaLeft{float:left;}
div.workAreaRight{float:right;}

div.imageWorkLeft,
div.imageWorkRight{
	position:absolute;
	top:7px;
}

div.imageWorkLeft{left:-50px;}
div.imageWorkRight{right:-50px;}


/*---------------------------------------------

	contentWorkArea_B
	
---------------------------------------------*/

div.contentWorkArea_B{
	padding:20px;
	border:3px dotted #ede0b8;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	background:url(../img/backImg_02.png) no-repeat;
	background-position:center;
}

div.contentWorkInner_B{
	position:relative;
	margin-bottom:15px;
}

div.contentWorkInner_B h3{
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	border-left:5px solid #ede0b8;
	border-bottom:1px dotted #ede0b8;
	padding-left:10px;
}

div.contentWorkInner_B p{
	font-size:12px;
}

div.content_DImg{
	position:absolute;
	right:122px;
	bottom:-32px;
	z-index:1;
}