@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------
	デフォルトスタイル
-----------------------*/
body,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	font-size:1rem;
}

header,footer,nav,section{display:block;}

html{
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust:none;}

li{list-style:none;}


p {
	margin: 0;
	line-height: 1.3em;	
}
/*----------------------------------------
	全ページ共有ここから
----------------------------------------*/
body{
	background: #FFF;
	color:#404040;
}

a{
	color:#e40064;
	text-decoration:none;
}
.small { font-size: 80%; }
.red {
	color:#e40064;
}
.bold { font-weight: bold; }
.clear { clear: both; }
button {
	border-style: none;
	background: none;
	border: 0;
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:0;  
	vertical-align:baseline;
}
#slide_menu {
	width: 100%;
	height: 100%;
	background-color: #e40065;
	z-index: 500;
	cursor:pointer;

}
#slide_menu li{
	color: #fff;
	border-bottom: 1px solid #c10056;
}
#slide_menu li a{
	color: #fff;
	position: relative;
	padding: 5px 10px;
	display: block;
}
#slide_menu li a:hover{
	color: #fff !important;
	background-color: #bf0055;
}
#slide_menu li.active a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	color: #fff;
	margin-top: -8px;
}
#slide_menu li a:after {
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	color: #fff;
	margin-top: -8px;
}
#slide_menu li.active ul li a:after {
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	color: #fff;
	margin-top: -8px;
}

#slide_menu li:hover ul {
	display: block;
}
#slide_menu li.down1 ul,
#slide_menu li.down2 ul,
#slide_menu li.down3 ul {
	margin: 0;
	background-color: #e886b4;
	cursor:pointer;
}
#slide_menu li ul li{
	color: #fff;
	border-bottom: 1px solid #d26095;
}
#slide_menu li ul li a{
	padding-left: 30px;
	display: block;
}

.close {
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 20px;	
}
/*--------------------
	共通ヘッダ部分
--------------------*/
#header{
	height: 50px;
	background-color: #fff;
}
#header h1{
	float: left;
	padding-left: 10px;
	padding-top: 3px;
	width: 164px;
}
#header h1 img {
	width: 164px;
	height: auto;	
}
#header ul.h_nav {
	float: right;
}
#header ul.h_nav li {
	border-left: 1px solid #e40064;
	color: #e40064;
	text-align: center;
	font-size: 8px !important;
	float: left;
	display: block;	
	padding: 2px 10px;
}
#header ul.h_nav li {
	padding: 7px 15px;
}
#header ul.h_nav li p {
	padding-top: 4px;
}
#header ul.h_nav li a {
	color: #e40064;
	text-decoration: none;
}
#header ul.h_nav li.home:before {
	content: "\f015";
	font-family: FontAwesome;
	color: #e40064;
	font-size: 22px;
	padding: 7px 0;
}
#header ul.h_nav li.menu:before {
	content: "\f0c9";
	font-family: FontAwesome;
	color: #e40064;
	font-size: 22px;
	padding: 7px 0;
}

/*	メニュー
--------------------*/
ul#h_button {
	clear: both;
	display: table;
	width: 100%;
}
ul#h_button li{
	display: table-cell;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 3px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 3px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 3px 0px inset;
	font-size: 16px;
	height: 50px;
	width: 50%;
	vertical-align:middle;
	text-align:center;
}
ul#h_button li img{
	width: 50T%;
	height: auto;
}
ul#h_button li a {
	color: #fff;
	display: block;
}
ul#h_button li.entry {
	background-color: #ef66a2;	
}
ul#h_button li.login {
	background-color: #e40064;	
}
ul#h_button span {
	padding-top: 2px;	
}
i.entry {
	background-image: url(images/icon_entry.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 19px 17px;
	padding-right: 28px;
}
i.login {
	background-image: url(images/icon_login.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 19px 17px;
	padding-right: 28px;
}


/*--------------------
	共通フッター部分
--------------------*/
footer{
	padding:1.4em .5em;
	background:#ffecf4;
	color:#8a8a8a;
}

footer a{
	text-decoration:underline;
}
/*	フッタメニュー
--------------------*/
.bottom {
	margin-top: 3em;
	border-top: 2px solid #d5d5d5;
}

.foot_nav{
	padding:0 .5em 1.4em;
	text-align: center;
}
.foot_nav ul li{
	line-height: 1.6em;
}
#name{
	padding:0 0 .3em;
	font-size:12px;
	text-align:center;
}

#copy{
	font-size:10px;
	text-align:center;
}


/*----------------------------------------
 INDEXページここから
----------------------------------------*/
/* ニュース
--------------------*/
#news{
	border-top:solid 1px #d5d5d5;
	padding:.5em;
}
/* 新着案件
--------------------*/
.item {
	border-top:solid 1px #d5d5d5;
	border-bottom:solid 1px #d5d5d5;
	padding:.5em;
	text-align: center;
}
.item a {
	font-weight: bold;
}
/* ボタン
--------------------*/
#b_entry {
	width: 90%;
	background-color: #ef66a2;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-bottom: 3px solid #bc4278;
	text-align:center;
	margin: 5%;
}
#b_search{
	width: 90%;
	background-color: #7f0944;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-bottom: 3px solid #4c0026;
	text-align:center;
	margin: 5%;
}
#b_search_recruit{
	width: 90%;
	background-color: #7f0944;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-bottom: 3px solid #4c0026;
	text-align:center;
	margin: 5%;
}

#b_mail{
	width: 90%;
	background-color: #e40064;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-bottom: 3px solid #9e0045;
	text-align:center;
	margin: 5%;
}

#b_search_recruit,
#b_entry a,
#b_search a,
#b_mail a {
	color: #fff;
	display: block;
	padding: 10px;
}
#b_entry img,
#b_search img,
#b_mail img {
	margin-right: 5px;
	vertical-align: middle;
}
#b_icon{
	color: #e40064;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border: 1px solid #e40064;
	text-align:center;
	padding: 8px;
	width: 34px;
	margin: 1em auto;
}

.sttl {
	border-top:solid 1px #d5d5d5;
	border-bottom:solid 1px #d5d5d5;
	padding: 1px 0;
}
h2 {
	background-color: #ffecf4;
	font-weight: normal;
	padding: 3px 10px;
}
/* 新着案件
--------------------*/
.new_list li{
	border-bottom: 1px solid #d5d5d5;
	padding: .5em;
	position: relative;	
}
.new_list a {
	color: #404040;
}
.new_list li:after {
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	color: #e40064;
}

.new_list .date:before {
	content: "\f017";
	font-family: FontAwesome;
	padding-right: 5px;
}
.date, .cate {
	font-size: 80%;	
}

.new_list .new_ttl {
	color: #e40064;
	width: 90%;
}
.more {
	text-align: center;
	margin: 1em auto;
	width: 90%;
	padding: 3px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 1px solid #e40064;
}
.more span {
	color: #e40064;
}
.more span:before {
	content: "\f0a9";
	font-family: FontAwesome;
	padding-right: 10px;
}
.more a {
	color: #e40064;	
}

/*----------------------------------------
 ・仮登録
 ・お仕事情報
 ・検索結果
----------------------------------------*/
#main {
	width: 90%;
	margin: 5%;	
	line-height: 1.6em;
	overflow : hidden ;
}
.page {
	background-color: #e40065;
	font-weight: normal;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
textarea {
	width: 100%;
	padding: 3%;
	font-size: 10px;	
}
input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 1%;
}
select {
	font-size: 16px;
	padding: 1%;
}
.form_button {
	font-size: 16px;
	padding: 3%;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
}
h3 {
	color: #e40065;
	font-weight: bold;
}
h3.black {
	color:#404040;
	font-weight: bold;
}

.new {
	float: left;
	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 30px 10px;
	width: 35px;
	height: 13px;
	text-indent: -9999px;
	margin-top: 1px;
}
.hiring {
	float: left;
	display: block;
	font-size: 12px;
	background: #e40064;	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color: #fff;
	line-height: 1em;
	padding: 2px 5px 1px;
}
.work_ttl {
	border-top: 2px solid #e40064;
	background-color: #ffecf4;
	padding: 5%;
	font-weight: bold;
	margin-top: 2em;
}
table.list {
	font-size: 12px;
	border-collapse: collapse;	
	border-top: 1px solid #d5d5d5;
}
table.list th {
	width: 28%;
	background:#f2f2f2;
	padding: 3%;
	border-bottom: 1px solid #d5d5d5;
	font-weight: normal;
	vertical-align: text-top;
}
table.list td {
	width: 62%;
	background:#fff;
	padding: 3%;
	border-bottom: 1px solid #d5d5d5;
}
#list_bottom {
	display: table;
	padding: 5%;
	width: 100%;
	background: #d5d5d5;
}
.check {
	display: table-cell;
}
.b_detail {
	display: table-cell;
	text-align: center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 1px solid #e40064;
	background: #fff;
}
.b_detail span {
	color: #e40064;
}
.b_detail span:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 10px;
}
.b_detail a {
	color: #e40064;	
}
#b_fav {
	width: 90%;
	background-color: #35ba8d;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-bottom: 3px solid #157d5a;
	text-align:center;
	margin: 5%;
}

#b_fav a {
	color: #fff;
	display: block;
	padding: 5px;
}
#b_fav img {
	margin-right: 5px;
	vertical-align: middle;
}
#search_box {
	display: none;
	cursor:pointer;
}
