@charset "utf-8";

@import url("../page_single.css");

.top_content{
	margin: 30px 0;
}
.top_content h2{
	height: 40px;
	margin: 30px 0 0;
	padding: 0 0 0 50px;
	
	color: #5E287C;
 	font: 15px/40px Helvetica,Arial,HiraKakuProN-W3,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
	background: url(../../img/recruit/icon_top.png) no-repeat 0 center;
}
.top_content .notice{
	border: solid #AF94BE 1px;
	padding: 20px 30px;
}
.top_content .notice li{
	color: #5E287C;
}
.top_content .notice li span{
	color: #333333;
}

.page_title{
	margin: 20px 0 0;
	background: #F7F7F7;
	border: solid 1px #DDDDDD;
	font-weight: bold;
	padding: 3px;
}
.page_title span{
	display: block;
	height: 34px;
	padding: 0 10px;
	color: #5E287C;
	font-size: 14px;
	line-height: 34px;
	border-left: solid 5px #5E287C;
}

p.link_back a{
	margin: 0 0 0 auto;
    background-image: url(../img/comm/link_back_list.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    width: 74px;
    height: 20px;
    text-indent: -9999px;
}
p.link_back a:hover{
    background-position: 0 -20px;
}