@charset "UTF-8";
/* ----------------------------------------
common
---------------------------------------- */
.pagebody {
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
.m0 {
	margin: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a img {
	transition: all 0.3s linear 0s;
}
body {
	background: url(../images/bg.gif);
}
#contentsbody h3{
    background:#f5f3f3;
    border-left: 5px solid #3198d9;
    clear: both;
    padding-left: 10px;
    padding: 3px 0 3px 10px;
    line-height: none;
    font-size: 20px;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin-bottom:20px;
}
#contentsbody p strong {
    background: linear-gradient(transparent 65%, #f9e5ef 65%);
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
}

/* ----------------------------------------
head
---------------------------------------- */
#head {
	margin: auto;
	height: 80px;
	width: 1000px;
	text-align: left;
}
h1 {
	float: left;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0;
}
#head>div {
	width: 400px;
	float: left;
}
#head>div p {
	margin: 0;
}
#head dl {
	width: 540px;
	float: right;
}
#head dl dt {
	float:left;
	width: 300px;
	margin-top: 3px;
}
#head dl dt p {
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
	font-size: 12px;
}
#head dl dd {
	float: right;
	width: 236px;
	margin-top:14px;
}
#head dl dd a{
	display:block;
	border-radius:5px;
	background:#ff9900;
	padding: 3px 0;
}
#head dl dd img{
	width:100%;
	height:auto;
}

#head dl dd #history_button {
	display: block;
	height: 70px;
	widt: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #1a75bc;
	border: 1px solid #CCC;
	background: #e7f6ff url(../images/common/clock.gif) no-repeat center 8px;
	box-sizing: border-box;
	padding: 8px 0 0;
	border-top: 0;
	padding-top: 40px;
	cursor: pointer;
	cursor: hand;
}
#head dl dd #history_button:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#keyword_search {
	position: relative;
	width: 270px;
	float: right;
	margin-top: 10px;
}
#sbox {
	position: absolute;
	left: 0;
	top: 0;
	outline: 0;
	height: 50px;
	padding: 0 10px;
	border-radius: 2px 0 0 2px;
	background: #eee;
	border: none;
	width: 200px;
}
#sbtn {
	width: 70px;
	height: 50px;
	position: absolute;
	left: 200px;
	top: 0;
	border-radius: 0 2px 2px 0;
	background: #8cc11f;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#sbtn:hover {
	color: #666;
}
/* ----------------------------------------
navi
---------------------------------------- */
#navi {
	background: #3198d9;
	height: 60px;
	clear: both;
}
#navi ul {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	letter-spacing: -.40em;
	background: url(../images/common/navi_line.gif) no-repeat left center;
}
#navi ul li {
	display: inline-block;
	letter-spacing: normal;
	background: url(../images/common/navi_line.gif) no-repeat right center;
}
#navi ul li:last-child {
	width: 235px;
	float: right;
	background: none;
}
#navi ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	padding: 0 30px;
}
#navi ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#navi ul li a:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/*フォーム全体*/
#navi ul li #form1 {
	position: relative;/*フォームの相対位置*/
	width: 235px;/*フォームのサイズ*/
	box-sizing: border-box;
	float: right;
	margin-top: 5px;
}
/*検索ボックス*/
#navi ul li #sbox {
	position: absolute;/*フォームの絶対位置*/
	left: 0;
	top: 0;
	outline: 0;/*クリック時の青い枠線消す*/
	height: 50px;/*検索ボックスの高さ*/
	padding: 0 10px;/*テキスト位置調整*/
	border-radius: 2px;/*検索ボックスの角を丸める*/
	background: #FFF;/*検索ボックスの背景カラー*/
	box-sizing: border-box;
	width: 235px;
}
/*検索ボタン*/
#navi ul li #sbtn {
	width: 35px;/*検索ボタンの横幅*/
	height: 50px;/*検索ボタンの縦幅*/
	position: absolute;/*検索ボタンの絶対位置*/
	background: url(../images/common/search_icon.gif) no-repeat center center;
	border: none;/*検索ボタンの枠線を消す*/
	text-indent: -9999px;
	padding: 0;
	cursor: pointer;
	cursor: hand;
}
/*検索ボタンマウスオーバー時*/
#navi ul li #sbtn:hover {
}
/* ----------------------------------------
topimg
---------------------------------------- */
#topimg {
	clear: both;
	background: url(../images/top/topimg.jpg) no-repeat center top;
	margin-bottom: 30px;
	margin-top: 1px;
	height: 340px;
}
#topimg .box01 {
	width: 1000px;
	margin: auto;
	height: 263px;
	box-sizing: border-box;
	padding-top: 170px;
	padding-left: 140px;
}
#topimg .box01 p {
	margin: 0;
}
#topimg .box01 p.text01 {
	font-weight: bold;
	color: #1da9e2;
	font-size: 22px;
	font-style: italic;
	text-indent: 2px;
}
#topimg .box01 p.text02 {
	font-weight: bold;
	color: #000;
	font-size: 24px;
	font-style: italic;
	text-indent: 2px;
}
#topimg .box01 p.text02 strong {
	font-size: 40px;
	font-style: italic;
	color: #1da9e2;
	padding: 0 5px;
}
#topimg .box02 {
	width: 1000px;
	margin: auto;
	height: 76px;
	padding-top: 16px;
	padding-left: 140px;
	box-sizing: border-box;
}
.cp_ipselect {
	overflow: hidden;
	width: 230px;
	float: left;
	margin-right: 40px;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
 display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.5em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 12px 38px 12px 12px;
	color: #666666;
}
.select {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.select span {
	float: left;
	width: 18%;
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}
#top_search_button {
	text-align: center;
}
#topimg_search_button {
	margin-left: -20px;
	float: left;
	width: 73px;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
	background: #3198d9;
	text-decoration: none;
	font-size: 20px;
	border-radius: 5px;
	border: none;
}
#topimg_search_button:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.banner{
	margin-bottom:20px;
}
/* ----------------------------------------
pagebody
---------------------------------------- */
#pagebody, .pagebody {
	width: 1000px;
	margin: 0 auto 0px;
	text-align: center;
	clear: both;
	overflow: hidden;
}
/* ----------------------------------------
contentbody
---------------------------------------- */
#contentsbody {
	width: 770px;
	float: left;
	text-align: left;
}
#contentsbody p img{
	max-width:100%;
	height:auto;
	margin-bottom:10px;
}
/* ----------------------------------------
検索
---------------------------------------- */
h2#title_search {
	background: #f5f3f3 url(../images/common/title_search_icon.gif) no-repeat left center;
	padding-left: 63px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}
h2#title_contact {
	background: #f5f3f3 url(../images/common/title_contact_icon.gif) no-repeat left center;
	padding-left: 63px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}
h2#title_history {
	background: #f5f3f3 url(../images/common/title_history_icon.gif) no-repeat left center;
	padding-left: 63px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}
#contentsbody h3.title {
    background: none;
    border-left: 5px solid #3198d9;
    clear: both;
    padding-left: 10px;
    padding: 3px 0 3px 10px;
    line-height: none;
    font-size: 20px;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
}
h2#title_detail{
	font-size: 22px;
	color: #000;
	font-weight: normal;
	text-align: left;
	background:#f5f3f3;
	border-left: 5px solid #3198d9;
	clear: both;
	padding-left: 10px;
	padding: 5px 0 5px 10px;
	font-weight: normal;
	margin-bottom:20px;
}
h2#title_detail ul{
	display:block;
	margin:0;
	padding:0;
}
h2#title_detail li{
	display:inline-block;
    font-size: 14px;
    color: #000;
    text-align: center;
    background: #FFF;
	padding:3px 5px;
	margin-right:5px;
	margin-bottom:5px;
    border-radius: 5px;
    border-bottom: 2px solid #999;
	border:1px solid #CCC;
}
h4.title {
	background: #e0f3fe;
	border-left: 5px solid #3198d9;
	clear: both;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 20px;
	color: #3198d9;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	cursor: pointer;
	cursor: hand;
	clear: both;
}
.search_list {
	display:block;
	background: #fff;
	padding: 0 0 20px 15px;
}
.search_list label, .search_list input[type='checkbox'] {
	cursor: pointer;
}
.search_list input {
	margin-right: 5px;
}
.search_list ul {
	
}
.search_list ul li {
	font-size: 16px;
	width: 24%;
	display: inline-block;
}
.accordion_icon, .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	margin: 0;
}
.accordion_icon {
	position: relative;
	width: 30px;
	top: 14px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #3198d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#search_button {
	width: 270px;
	display: block;
	margin: auto;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
	background: #3198d9;
	text-decoration: none;
	font-size: 20px;
	border-radius: 5px;
	border: none;
	border-bottom: 5px solid #006699;
	margin-bottom: 20px;
}
#search_button:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#area {
	height: 403px;
	width: 730px;
	margin: auto;
	margin-bottom: 20px;
	position: relative;
	background: url(../images/top/map.gif) no-repeat center top;
}
#area dl {
	width: 224px;
	box-sizing: border-box;
	padding: 15px 0px 5px 10px;
	background: #CCC;
	clear: both;
	overflow: hidden;
	position: absolute;
}
#area dl#kosei {
	background: #ffe69d;
	left: 0;
	top: 0;
}
#area dl#konan {
	background: #ffa59d;
	left: 0;
	top: 145px;
}
#area dl#kohoku {
	background: #9dc6ff;
	right: 0;
	top: 0;
}
#area dl#koto {
	background: #9dffb5;
	right: 0;
	top: 119px;
}
#area dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#area dl dd {
	width: 96px;
	height: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#area dl dd a {
	font-size: 16px;
	background: #FFF;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	display: block;
	text-decoration: none;
}
#area dl dd a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#area input[type=checkbox] {
	display:none;
	position: relative;
}
#area label:focus,
#area label:hover,
#area label:active,
#area input:checked + span {
	background:#eee;
	border-bottom:0px;
	margin-top:2px;
}
#area span {
	font-size: 16px;
	display: block;	/* ブロックレベル要素化する */
	width: 100px;	/* ボックスの横幅を指定する */
	height: 35px;	/* ボックスの高さを指定する */
	color: #000;	/* フォントの色を指定 */
	text-align: center;	/* テキストのセンタリングを指定する */
	line-height: 35px;	/* 行の高さを指定する */
	cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
	background:#FFF;
	border-radius: 5px;	/* 角丸を指定する */
	border-bottom:2px solid #999;
}
/* ----------------------------------------
サイド
---------------------------------------- */
#sidebody {
	width: 200px;
	float: right;
}
#sidebody .banner {
	margin-bottom: 20px;
}
h2#title_syokusyu {
	background: #f5f3f3 url(../images/common/title_tyumoku_icon.gif) no-repeat left center;
	padding-left: 58px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}
#sidebody li {
	margin-bottom: 10px;
}
#sidebody ul {
	margin-bottom: 10px;
	overflow: hidden;
}
/* ----------------------------------------
オススメ求人
---------------------------------------- */
h2#title_osusume {
	background: #f5f3f3 url(../images/common/title_osusume_icon.gif) no-repeat left center;
	padding-left: 63px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	clear: both;
}
.osusume_list {
	margin-bottom: 15px;
	overflow: hidden;
}
.osusume_list li {
	width: 320px;
	display: block;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	text-align: left;
	overflow: hidden;
}
.osusume_list li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #CCC;
	padding: 10px;
	text-decoration: none;
	overflow: hidden;
}
.osusume_list li .img {
	margin-bottom: 10px;
}
.osusume_list li .img img{
	width:100%;
	height:auto;
}
.osusume_list li .title {
	border-left: 5px solid #3198d9;
	padding: 0px 0 0px 10px;
	margin-bottom: 10px;
	color: #3198d9;
	font-weight: bold;
	font-size: 14px;
}
.osusume_list li table {
	margin-bottom: 10px;
}
.osusume_list li th {
	font-size: 12px;
	font-weight: normal;
	color: #3198d9;
	width: 45px;
}
.osusume_list li td {
	font-size: 12px;
}
.osusume_list .button {
	background: #3198d9;
	border-bottom: 3px solid #006699;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 130px;
	height: 35px;
	line-height: 35px;
	float: right;
}
.osusume_list li:nth-child(3), .osusume_list li:nth-child(6), .osusume_list li:nth-child(9), .osusume_list li:nth-child(12) {
	margin-right: 0;
}
.osusume_list .button:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* ----------------------------------------
mainbody
---------------------------------------- */
#mainbody h2#title_syokusyu {
	background: #f5f3f3 url(../images/common/title_tyumoku_icon.gif) no-repeat left center;
	padding-left: 63px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom:10px;
	display:none;
}
#mainbody ul{
	overflow:hidden;
	margin-bottom:10px;
	display:none;
}
#mainbody ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 7px;
	float: left;
}
#mainbody ul li:nth-child(2),#mainbody ul li:nth-child(4),#mainbody ul li:nth-child(6){
	margin-right: 0;
}
#mainbody ul li img{
	width:100%;
	height:auto;
}
#mainbody ul#top_banner_list{
	display:block;
	letter-spacing: -.4em;
}
#mainbody ul#top_banner_list li{
	width:49%;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;
}
#mainbody ul#top_banner_list li:last-child{
	margin-right:0;
}
/* ----------------------------------------
お役立ちコンテンツ
---------------------------------------- */
#bottombody{
	clear:both;
}
#oyakudachi {
	width: 490px;
	float: left;
	margin-bottom: 15px;
}
#oyakudachi .all a{
	margin-right:10px;
	margin-top:-32px;
	display:block;
    background: #3198d9;
    border-bottom: 2px solid #006699;
    border-radius: 2px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 60px;
    height: 24px;
	text-decoration:none;
    line-height: 24px;
    float: right;
}
#oyakudachi .all a:hover {
	border-bottom:0;
	margin-top:-30px;
}
h2#title_oyakudachi {
	background: #f5f3f3 url(../images/common/title_oyakudachi_icon.gif) no-repeat left center;
	padding-left: 63px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0px;
	clear: both;
}
.oyakudachi_list{
	margin-bottom:20px;
	overflow:hidden;
}
#oyakudachi li,
.oyakudachi_list li {
	border: none;
	text-align: left;
}
#oyakudachi li a,
.oyakudachi_list li a{
	display: block;
	padding: 9px 0;
	border-bottom: 1px solid #CCC;
	color: #3399cc;
	font-size: 16px;
	overflow: hidden;
	line-height: 1em;
	text-decoration:none;
}
#oyakudachi li a img,
.oyakudachi_list li a img{
	width: 80px;
	float: left;
	margin-right: 15px;
}
#oyakudachi li a:hover,
.oyakudachi_list li a:hover,{
	text-decoration: underline;
}

/* ----------------------------------------
バナー
---------------------------------------- */
#banner_list {
	float: right;
	width: 490px;
	overflow: hidden;
	margin-bottom: 15px;
}
#banner_list li {
	width: 235px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
#banner_list li:nth-child(2), #banner_list li:nth-child(4) {
	margin-right: 0;
}
#info_area {
	clear: both;
	margin-bottom: 30px;
}
#info_area dt {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}
#info_area dd {
	border: 1px solid #CCC;
	padding: 20px;
	text-align: left;
}
#info_area dd a {
	color: #3198d9;
	font-size: 13px;
	text-decoration: none;
}
/* ----------------------------------------
ボタン
---------------------------------------- */
#contentsbody h3.title01{
	background:none;
	margin:0;
	padding:0;
	border:0;
	background:#f5f5f5;
	border-bottom:5px solid #3198d9;
	padding-left:20px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #000;
	font-weight:normal;
	margin-bottom:15px;
	clear: both;
}
.point{
	margin-bottom:0px;
	overflow:hidden;
}
.point dt{
	background: #3198d9;
	padding-left:20px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	clear: both;
}
.point dd{
	background: url(../images/common/point_icon.gif) no-repeat 15px 12px;
	padding:10px 10px 10px 50px;
	font-size:16px;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0px;
	clear: both;
	border-bottom:1px dashed #999;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.button_entry{
	overflow:hidden;
	width:690px;
	margin:auto;
	margin-bottom:10px;
	margin-top:30px;
}
.button_entry dd {
    float: right;
    width: 330px;
    height: 78px;
    box-sizing: border-box;
    padding: 10px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 12px;
}
.button_entry dd a{
    text-decoration:none;
    color:#000000;
    font-size: 11px;
}
.button_entry dt input {
	padding:0;
	margin:0;
	border:none;
    display: block;
	float:left;
    box-sizing: border-box;
    width: 330px;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
	text-align:left;
    background: #3198d9 url(../images/common/icon_entry.gif) no-repeat 20px center;
    text-decoration: none;
	height:78px;
	line-height:78px;
    border-radius: 5px;
	border-bottom:3px solid #1a75bc;
	padding-left:80px;
}
.button_entry dt input:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.button_visit{
	clear:both;
	margin-bottom:40px;
}
.button_visit input{
	padding:0;
	margin:0;
	border:none;
	width:770px;
	height:140px;
	text-indent:-9999px;
	background:url(../images/common/button_visit.jpg) no-repeat left top;
}
.button_visit input:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* ----------------------------------------
フッターナビ
---------------------------------------- */
#foot_navi {
	height: 60px;
	background: #727272;
	clear: both;
}
#foot_navi ul {
	width: 1000px;
	margin: auto;
}
#foot_navi li {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin-right: 25px;
}
#foot_navi li a {
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
}
#foot_navi li a:hover {
	text-decoration: underline;
}
/* ----------------------------------------
フッター
---------------------------------------- */
#foot {
	background: #f0f8fb;
	padding: 30px 0 30px;
}
#foot .pagebody {
	margin: 0 auto;
}
#foot_logo {
	float: left
}
#foot_logo p {
	font-size: 12px;
	margin: 0;
	text-align: left;
}
#foot_tel {
	float: right;
	width: 330px;
	height: 78px;
	box-sizing: border-box;
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 12px;
	margin-right: 20px;
}
#foot_contact {
	float: right;
}
#foot_contact a {
	display: block;
	box-sizing: border-box;
	width: 213px;
	height: 78px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #3198d9;
	text-decoration: none;
	padding-top: 10px;
	border-radius: 5px;
}
#foot_contact a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* ----------------------------------------
おすすめ求人情報
---------------------------------------- */
h3.title03 {
	background: #009744;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}
.osusume {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.osusume p {
	font-size: 16px;
	margin-bottom:0px;
	text-align:left;
}
.osusume p.text {
	font-size: 16px;
}
.osusume a {
	color: #009744;
}
.osusume .img{
	margin-bottom:0px;
}
.osusume .img img{
	width:100%;
	margin-bottom:20px;
}
.tag {
	margin-bottom:px;
	overflow: hidden;
}
.tag .img img {
	width: 100%;
	height: auto;
}
.tag ul {
	overflow: hidden;
	margin-bottom:5px;
}
.tag ul li {
	display: inline-block;
	padding: 2px 0;
	margin-right: 5px;
	border-radius:3px;
	width: 16.1%;
	margin-bottom: 5px;
	background: #ffe69d;
	font-size: 13px;
	color: #000000;
	text-align: center;
}
.tag ul li:nth-child(6),
.tag ul li:nth-child(12),
.tag ul li:nth-child(18),
.tag ul li:nth-child(24),
.tag ul li:nth-child(30){
	margin-right:0;
}
.osusume table {
	clear: both;
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 100%;
}
.osusume table th {
	background:#3198d9;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	font-size: 16px;
	color: #FFF;
}
.osusume table td {
	border: 1px solid #CCC;
	padding: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
}
.osusume_button {
	text-align: center;
	margin-bottom: 30px;
}
.osusume_button dt, .osusume_button dd {
	width: 200px;
	display: inline-block;
	vertical-align:top;
}
.osusume_button dt {
	margin-right: 10px;
}
.osusume_button a{
    width: 200px;
    display: block;
    margin: auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    margin-bottom:0px;
}
.osusume_button dt a {
	background: #3198d9;
	border-bottom: 5px solid #006699;
}
.osusume_button input{
	padding:0;
	margin:0;
    width: 200px;
    display: block;
    margin: auto;
    height: 50px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    margin-bottom:0px;
	background: #e8446c;
	border-bottom: 5px solid #742236;
}
.osusume_button input:hover,
.osusume_button a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.button_all {
	width: 410px;
	margin: auto;
	margin-bottom: 30px;
}
.button_all a {
	display: block;
	border-radius: 5px;
	background: #009744;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
}
.button_all a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* ----------------------------------------
pagetop
---------------------------------------- */
.page-top {
	margin: 0;
	padding: 0;
	display: none;
}
.page-top p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 16px;
	bottom: 16px;
}
.move-page-top {
	display: block;
	background: #e04b61;
	width: 50px;
	height: 50px;
	color: #fff;
	border-radius: 30px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.move-page-top:hover {
	opacity: 0.85;
	color: #FFFFFF;
}
/* ----------------------------------------
line
---------------------------------------- */
.line-bnr {
    position: fixed;
    bottom: 12.5em;
    right: 1em;
    z-index: 1000;
}
.line-bnr img{
	border-radius:5px;
}
.form_kiyaku {
    width:100%;
    height: 90px;
    overflow: auto;
    border: #CCCCCC solid 3px;
    background-color: #EEE;
    margin: 10px auto 10px auto;
    padding: 5px;
	box-sizing: border-box;
}
.form_kiyaku p{
	font-size:13px;
	margin-bottom:10px;
}
.center{
	text-align:center;
	margin-bottom:10px;
}
/* ----------------------------------------
LP
---------------------------------------- */
#lp_head{
	line-height:62px;
	border-bottom:4px solid #1068ac;
}	
#headbody {
	margin: auto;
	height:62px;
	padding:7px 0;
	width: 1000px;
	text-align: left;
	box-sizing: border-box;
}
#headbody #logo {
	width: 363px;
	float: left;
}
#lp_head dl {
	width:570px;
	float: right;
}
#lp_head dl dt {
	float: left;
	width:288px;
}
#lp_head dl dt p {
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
	font-size: 12px;
}
#lp_head dl dd {
	float: right;
	width:254px;
}
#content01{
	width: 1060px;
	margin: auto;
	overflow: hidden;
	text-align:center;
	background:url(../images/lp/content01.png) no-repeat center top;
	margin-bottom:50px;
}
#content02{
	background:url(../images/lp/title_bg03.gif) repeat-x left top;
	text-align:center;
	margin:auto;
}
#content03{
	background:#e0f1d2;
	padding:40px 0;
}
#content03_body{
	width: 1060px;
	margin: auto;
	overflow: hidden;
	text-align:center;
	background:url(../images/lp/content01.png) no-repeat center top;
}
#content04{
	width: 1060px;
	margin:40px auto 50px;
	overflow: hidden;
	text-align:center;
	background:url(../images/lp/content01.png) no-repeat center top;
}
#content05{
	width: 1000px;
	padding:0 30px;
	margin:40px auto 50px;
	overflow: hidden;
	text-align:center;
	background:url(../images/lp/content01.png) no-repeat center top;
}
#content06{
	width: 1060px;
	margin:40px auto 0;
	overflow: hidden;
	text-align:center;
	background:url(../images/lp/content01.png) no-repeat center top;
}
.contact{
	background:#d2eaf1 url(../images/lp/title_bg02.gif) repeat-x left top;
}
.contactbody{
	width: 1000px;
	margin: auto;
	overflow: hidden;
	text-align:center;
}
.contactbody ul{
	width:796px;
	margin:auto;
	overflow:hidden;
	padding-bottom:30px;
}
.contactbody ul li:first-child{
	float:left;
	width:330px;
}
.contactbody ul li:last-child{
	float:right;
	width:444px;
}
#lp_foot {
	background: #f0f8fb;
	padding: 30px 0 30px;
	border-top:4px solid #1068ac;
}
#lp_foot .pagebody {
	margin: 0 auto;
	width:1000px;
}
#lp_foot #foot_contact_lp{
	width: 223px;
	height: 78px;
	float:right;
}
