@charset "utf-8";
@import "common.css";

/*-- baseline --*/


body { width:100%; height:100%; min-height:100%; background:url(../image/common/background2.png) repeat-x; }

#bodywrap { width:100%; background:url(../image/common/header_line.gif) no-repeat center 40px; }

.rec_txt { width:600px; font-size:13px; }

.software {
	margin-bottom: 40px;
}

.software p {
	margin-bottom: 10px;
	width: 605px;
}

/*******************************/
/*-- おすすめ起業パック用CSS --*/
/*******************************/
h4.title {
	width: 610px !important;
	margin: 0 0 10px !important;
	padding: 0 0 0px !important;
	background: none !important;
	text-align: left !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #005CB2;
	
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px #005CB2 solid;
}
.txtNext { margin-bottom: 20px;}
.point {
	font-weight: bold;
	color: #CC0000;
}

.innerWrap {
	width: 610px;
	margin-bottom: 20px;
}
	.txtFL {
		float:left;
		width: 400px;
	}
	.imgFR {
		float: right;
		width: 190px;
	}

/* 完成イメージ */
#demolist {
	width:630px;
	margin-bottom: 20px;}
#demolist ul { line-height:normal; list-style:none; }
#demolist ul li {
	float:left;
	width: 190px;
	margin: 0 17px 15px 0;
	height:200px;
	overflow:hidden;
}
#items { height:200px; overflow:hidden; width:622px; }
#demolist p { margin-bottom:30px; clear:both; }
#demolist p a { font-size:12px; color:#2FA7CB; }


#demotxt {
	width: 630px;
}
#demotxt li {
	float: left;
	width: 190px;
	margin: 0 17px 5px 0;
}
#demotxt li h4 {
	width: 174px !important;
	margin: 0 !important;
	color: #FFFFFF;
}

/* 制作の流れ */
.flow {
	width: 610px;
	margin: 0 0 20px;
}
.flow li{
	min-height: 70px;
	margin: 0 0 15px;
	padding: 5px  5px  5px 85px;
	font-size: 12px;
	
	-moz-border-radius: 5px; /* gecko */
    -webkit-border-radius: 5px; /* webkit */
    border-radius: 5px; /* CSS3 standard */
    -khtml-border-radius: 5px; /* old konkeror */
	behavior: url(border-radius.htc);//for IE
}
.flow li strong {
	margin-bottom: 5px;
	font-weight: bold;
	color: #3F8CD4;
}
.flow li.st03 strong,
.flow li.st05 strong{
	margin-bottom: 5px;
	font-weight: bold;
	color: #E02C2C;
}

.flow li.st01 {background: #DAF0F6 url(../image/items/icon_flow1.jpg) no-repeat 5px 5px;}
.flow li.st02 {background: #DAF0F6 url(../image/items/icon_flow2.jpg) no-repeat 5px 5px;}
.flow li.st03 {background: #FFDEDE url(../image/items/icon_flow3.jpg) no-repeat 5px 5px;}
.flow li.st04 {background: #DAF0F6 url(../image/items/icon_flow4.jpg) no-repeat 5px 5px;}
.flow li.st05 {background: #FFDEDE url(../image/items/icon_flow5.jpg) no-repeat 5px 5px;}
.flow li.st06 {background: #DAF0F6 url(../image/items/icon_flow6.jpg) no-repeat 5px 5px;}
.flow li.st07 {background: #DAF0F6 url(../image/items/icon_flow7.jpg) no-repeat 5px 5px;}
.flow li.st08 {background: #DAF0F6 url(../image/items/icon_flow8.jpg) no-repeat 5px 5px;}

/* ロゴマーク制作 */
#logolist {
	width:190px;
	margin-bottom: 20px;}
#logolist ul { line-height:normal; list-style:none; }
#logolist ul li {
	float:left;
	width: 190px;
	margin: 0;
	height:200px;
	overflow:hidden;
}

/* 名刺制作 */
#meishilist {
	width:190px;
	margin-bottom: 20px;}
#meishilist ul { line-height:normal; list-style:none; }
#meishilist ul li {
	float:left;
	width: 190px;
	margin: 0;
	height:200px;
	overflow:hidden;
}


/******************/
/* アンカーリンク */
/******************/
#recruitAnk {
	width: 602px;
	margin: 0 0 40px;
	padding: 5px;
	border: 1px #fff solid;
	background-color: #F3E68B;
}
	#recruitAnk .hokuriku {
		margin-bottom: 10px;
		padding: 10px;
		color: #FFFFFF;
		background-image:url(../images/recruit_b.jpg);
	}
	#recruitAnk .osaka {
		margin-bottom: 10px;
		padding: 10px;
		color: #FFFFFF;
		background-color: #2E5289;
		background-image:url(../images/recruit_b_2.jpg)		
	}
		#recruitAnk .hokuriku strong,
		#recruitAnk .osaka strong {
			font-size: 24px;
			font-weight: bold;
			color: #FFFFFF;
		}
	#recruitAnk ul {
		margin: 0 0 30px;
	}
		#recruitAnk ul li {
			margin: 0 0 10px;
			padding-left: 20px;
		}
		#recruitAnk ul li strong {
			margin-right: 10px;
			color:#FF0033;
			font-weight: bold;
		}


.recruitTbl         { border-collapse: collapse; margin: 20px 0 30px 0; width: 600px; border: 1px solid #4097B3; lfont-size:12px; color:#6A6A6A; }
.recruitTbl caption { padding:5px; background-color:#5E5E5E; font-size:14px; color:#FFFFFF; }
.recruitTbl th      { width: 25%;  background-color:#ECECEC; border:1px solid #4097B3; padding: 5px; text-align: left; font-weight: bold; }
.recruitTbl td      { padding: 5px; text-align:left; border: 1px solid #4097B3; }


/************/
/* clearfix */
/************/
.clear { clear:both; display:none; }
.pagetop { 
	width:80px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	float:right;
}

.pagetop a { color:#FFFFFF; 
	background-color:#66CCCC;
	padding:3px;
	display:block;
	text-decoration:none;
	-moz-border-radius: 5px; /* gecko */
    -webkit-border-radius: 5px; /* webkit */
    border-radius: 5px; /* CSS3 standard */
    -khtml-border-radius: 5px; /* old konkeror */
	behavior: url(border-radius.htc);//for IE
}

#gmenu:after,
#content:after,
.main:after,
#leftcontent:after,
#BannerArea:after,
#news ul li:after,
#toplist ul:after,
.innerWrap:after,
#demolist:after,
#demotxt:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#pos_fun{
	width:880px;
	height:100px;
	background-image: url(../images/order/img_orderR.gif);
	background-repeat:repeat-x;
}

#pos_fun img{
	float:left;
	margin-left:10px;
}

.machine{
	margin-top:20px;
}

/********************/
/* 募集要項一時終了 */
/********************/

#wanted_exit{
	position: relative;
}
.wanted_exit_top{
	border-radius: 5px;
	padding: 80px 45px 80px 45px;
	position: absolute;
	top: 288px;
	left: 150px;
	background-color: #39B6B9;
	background-repeat: no-repeat;
}
.wanted_exit_font{
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	font-size:15px;
}


/********************/
/* 選考方法・エントリー */
/********************/

table.recruitETL {
   width: 600px;
   border-collapse:separate;
   border-spacing: 0;
}

/*table.recruitETL th:first-child{
  border-radius: 10px 0 0 0;
}*/

table.recruitETL th:last-child{
  border-radius: 10px 10px 0 0;
  border-right: 5px solid #96b7c7;
}


table.recruitETL th{
	border-left: 5px solid #96b7c7;
  border-top: 5px solid #96b7c7;
  border-bottom: 2px solid #96b7c7;
  padding: 30px 30px;
  font-weight: bold;
  font-size: 17px;
  color: #999;
  width: 30%;
}

table.recruitETL td{
  border-bottom: 2px solid #96b7c7;
  border-left: 5px solid #96b7c7;
  border-top:none;
  text-align: left;
  padding: 30px 30px;
}

table.recruitETL td:last-child{
  border-right: 5px solid #96b7c7;
  border-left: none;
}

table.recruitETL tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
  border-bottom:  5px solid #96b7c7;
}

table.recruitETL tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  border-bottom:  5px solid #96b7c7;
}

table.recruitETL {
    margin: 20px 0 30px 0;

}

div .recruit_mail a {
    margin: 0 130px;
    background-color: #4097B3;
    text-align: center;
    padding: 20px 120px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(border-radius.htc);
    //for IE: ;
}
div .recruit_mail  {
	margin: 50px 0 20px 0;
	
}

div .recruit_mail_m a {
    text-align: center;
    padding: 0px 135px;
}


div .recruit_mail_f{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration:underline; 
}

table.recruitETL2 {
   width: 600px;
   border-collapse:separate;
   border-spacing: 0;
    margin: 80px 0 30px 0;
}


/*table.recruitETL th:first-child{
  border-radius: 10px 0 0 0;
}*/

table.recruitETL2 th:last-child{
  border-radius: 10px 10px 0 0;
  border-right: 5px solid #96b7c7;
}


table.recruitETL2 th{
	border-left: 5px solid #96b7c7;
  border-top: 5px solid #96b7c7;
  border-bottom: 2px solid #96b7c7;
  padding: 30px 30px;
  font-weight: bold;
  font-size: 17px;
  color: #999;
  width: 30%;
}

table.recruitETL2 td{
  border-bottom: 2px solid #96b7c7;
  border-left: 5px solid #96b7c7;
  border-top:none;
  text-align: left;
  padding: 30px 30px;
}

table.recruitETL2 td:last-child{
  border-right: 5px solid #96b7c7;
  border-left: none;
}

table.recruitETL2 tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
  border-bottom: 5px solid #96b7c7;
}

table.recruitETL2 tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  border-bottom: 5px solid #96b7c7;
}
