@charset "utf-8";
/* CSS Document */

/* -------------------------------
   メインイメージ
 -------------------------------*/
.infoIndex-mv{
	margin-bottom:36px;
}

/* -------------------------------
   記事
 -------------------------------*/

.infoIndex-article section{
	margin-bottom:24px;	
}
.infoIndex-article section h2{
	background: url(../images/txt_001.png) no-repeat;
	width:322px;
	height:89px;
	text-indent:-999px;
	position:relative;
	z-index:10;
}
.infoIndex-article section.pt01 h2{
	background-position:0 0;
}
.infoIndex-article section.pt02 h2{
	background-position:0 -89px;
}
.infoIndex-article section.pt03 h2{
	background-position:0 -178px;
}
.infoIndex-article section.pt04 h2{
	background-position:0 -267px;
}

.infoIndex-article section div{
	background:#e3f1fc;
	margin:-40px 20px 0;
	padding:45px 20px 20px;
	border-radius:15px;
	line-height:1.8;

}
.infoIndex-article section div p{
	font-size:14px;
}
.infoIndex-article section div > a,
.infoIndex-article section.pt02 a{
	display:block;
	width:418px;
	height:65px;
	line-height:65px;
	margin:10px auto 0;
	font-size:26px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:10px;

background: #fa7f2d;
background: -webkit-linear-gradient(top, rgb(253, 161, 100) 0%, rgb(250, 128, 48) 67%, rgb(247, 103, 7) 100%);
background: -o-linear-gradient(top, rgb(253, 161, 100) 0%, rgb(250, 128, 48) 67%, rgb(247, 103, 7) 100%);
background: -ms-linear-gradient(top, rgb(253, 161, 100) 0%, rgb(250, 128, 48) 67%, rgb(247, 103, 7) 100%);
background: -moz-linear-gradient(top, rgb(253, 161, 100) 0%, rgb(250, 128, 48) 67%, rgb(247, 103, 7) 100%);
background: linear-gradient(to bottom, rgb(253, 161, 100) 0%, rgb(250, 128, 48) 67%, rgb(247, 103, 7) 100%);
}


/* -------------------------------
   記事02(こんな仕事のってます)
 -------------------------------*/
.infoIndex-article section.pt02 div li h3{
	font-weight:bold;
	font-size:18px;
	margin-top:40px;
}
.infoIndex-article section.pt02  div li:first-child h3{
	margin-top:0;
}


/* -------------------------------
   記事04(早速仕事を探してみよう)
 -------------------------------*/
.infoIndex-article section.pt04 .pagetop{
	display:none;
}
.infoIndex-article section.pt04 div > a{
	margin:30px auto 20px;
}

/* サイトマップ共通部分 */
.infoIndex-article section.pt04 dl{
	width:750px;
	margin:0 auto;
	background:#fff;
}
.infoIndex-article section.pt04 dt{
	margin: 20px 0;
}
.infoIndex-article section.pt04 dt:before{
	content:"";
	display:block;
	padding: 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #005ab4;
}
.infoIndex-article section.pt04 dt span{
	display:block;
	padding:5px 10px;
	background: #c1def7;
	font-size:15px;
	color:#000;
	margin:0;
}
.infoIndex-article section.pt04 ul.link_list{
	overflow:hidden;
}	
.infoIndex-article section.pt04 .link_list li{
	float:left;
	width:215px;
	position:relative;
	padding-left:20px;
	margin-bottom:8px;
	margin-left:10px;
	line-height: 1.4;
}
.infoIndex-article section.pt04 .link_list li:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: "";
	vertical-align: middle;
	background-image: url(/theme_base/pu/shain/images/sprite.png);
	background-position: 0 -17px;
	width: 13px;
	height: 12px;
}
