@charset "utf-8";

/*==========================================
File name: category.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

h1{
	margin: 10px 0 15px 0;
	color:#DD6CAA;
	font-size:20px;
	padding:3px 0 0 43px;
	background:url(../images/common/h1.jpg) no-repeat left;
}

h2{
	margin: 0px 0 15px 0;
	color:#7DBD2E;
	border-bottom:#7DBD2E dotted 1px;
	font-size:15px;
	padding:5px 0 0px 25px;
	background:url(../images/common/h2.jpg) no-repeat left;
}

h3{
	margin: 0px 0 10px 0;
	color:#44B9BF;
	padding:5px;
	border:#44B9BF dotted 1px;
	background:#ECFAFB;
	}

/* テーブル */


.table_type01{
	margin: 0px;
	}

.table_type01 th,
.table_type01 td{
	border: solid 1px #E0E0E0;
	padding: 10px;
	text-decoration:none;
border-collapse: collapse;}

.table_type01 th{
	background-color: #F6F6F6;
	color:#333333;
	text-align:center;
	font-weight:normal;
}

/* リスト */

.list_type01 ul{
	margin:0 0 0 0;}

.list_type01 li{
	background:url(../images/common/li01.jpg) no-repeat 5px 8px;
	padding-left:25px;
	line-height:1.8;
	}


.list_type01 li + li{
	margin:15px 0 0 0;
	}



/* --- FAQ ---*/


/* --- FAQ ２---*/

.qa dl{
	margin: 0;
	padding: 0;
}

.qa dt{
	list-style: none;
	padding: 0 0 0 50px;
	margin: 20px 0 0 0;
	line-height:38px;
	font-size:16px;
	background: url(../images/faq/q.jpg) no-repeat left top;
	border-bottom:#44B9BF 1px dotted;
}

.qa dd{
	padding: 0 0 0 90px;
	margin: 15px 0 50px 52px;
	line-height:22px;
	background: url(../images/faq/a.jpg) no-repeat left top;
}

/* --- サイトマップ --- */

/*ご利用*/

.use_step{
	width:600px;
	border-bottom:#FFCCCC 3px solid;
	border-top:#FFCCCC 1px solid;
	border-left:#FFCCCC 1px solid;
	border-right:#FFCCCC 3px solid;
	padding:20px;
	margin:0 auto;
	}

/*理念*/

.fuki_blue{
	width:396px;
	border-bottom:#C1E8EA 3px solid;
	border-top:#C1E8EA 1px solid;
	border-left:#C1E8EA 1px solid;
	border-right:#C1E8EA 3px solid;
	padding:20px;
	background:#F0FBFB;
	}


.fuki_ore{
	width:396px;
	border-bottom:#FFC977 3px solid;
	border-top:#FFC977 1px solid;
	border-left:#FFC977 3px solid;
	border-right:#FFC977 1px solid;
	padding:20px;
	background:#FFF9EE;
	}

/*スケジュール*/

.imgr{
	float:right;
	margin:0 0 0px 10px;}

.sche_set1{
	clear:both;
	overflow:hidden;
	width:660px;}

.sche_set1_l{
	width:160px;
	float:left;
	text-align:center;
	color:#FE9900;
	font-size:15px;
	font-weight:bold;
	}

.sche_set1_r{
	width:480px;
	float:right;
	}

/*求人情報*/

.r_layout_01{
    background: #FFFFE7;
    padding: 15px;
    border: #FE9900 1px solid;
    border-radius: 10px;
}

.r_layout_01 h2{
    color: #FE9900;
    font-weight: 700;
    background: none;
    border: none;
    padding: 0;
    font-size: 1.3rem;
}

.dia li{
    margin-bottom: 15px;
    font-size: 1.1em;
}

.dia li span{
    font-weight: 700;
}

.dia li::before{
   content: "◆ ";
   color: #060;
}



