@charset "shift_JIS";

* {
	margin: 0;
	padding: 0;
}

html{
 overflow-y: scroll;
}/*20180501追加 main.cssと合わせた*/

/*----------------------------------------
						 body（サイト全体に対する指定）
----------------------------------------*/

/*20180501時点での状況　index、main、w_main、o_mainのbodyとmainコードは全部違う。*/

body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
}

img {
	border: 0;
}

h2,h3,p{
	color: #171717;
}/*20180501追加*/

h1 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	margin-right: 15px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 16px;
}

h4 {
 font-weight:normal;
}/*20180501追加 main.cssと合わせた*/

p {
	font-size: 12px;
	line-height: 120%;
}

a {
	font-size: 12px;
	color: #1d1d73;/*20180501変更*/
}

a:hover {
	color: #c8000d;/*20180501変更*/
}

a:visited {
	color: #252563;/*20180501追加*/
}

strong {
	font-size: 12px;
	font-weight: normal;
}

/*--------------------------------------------
								          wrapper	
--------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 800px;
	background: #FFFFFF;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

/* 画像ロールオーバー */
.img_alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}/*20180501追加*/



/*--------------------------------------------
                   header
--------------------------------------------*/

/*【注意】index.cssのheaderを修正後、main.css、w_main.cssも全く同じコードにすること*/

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 75px;
}

.top {
	margin: 0;
	text-align: right;
	height: 20px;
	color: #FFFFFF;
	background: #666666;
}

.logo {
	padding: 0 15px;
	float: left;
}

.h_link {
	float: right;
	margin-top: 25px;
	padding: 0;
}

.h_link ul li {
	margin: 0;
	padding: 8px;
	display: inline;
	background: url(../images/caree-circle-button.gif) no-repeat left;
}

.h_link li a {
	color: #000000;
	text-decoration: none;
}

.h_link li a:hover {
	color: #000000;
	text-decoration: underline;
}

.h_link li a:active {
	color: #000000;
}

.h_link li a:visited {
	color: #666666;
}

.b_kojin {
	float: right;
	padding: 5px 15px 5px 0;
	margin: 0;
}


/*--------------------------------------------
               header button
--------------------------------------------*/

#header_b {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 30px;
	background-color: #CCCCCC;
}

.h_b {
	float: left;
	width: 570px;
	height: 30px;
	overflow: hidden;
}

.h_b ul li {
	float: left;
}

.h_b li a {
	width: 188px;
	height: 30px;
	display: block;
	padding-top: 30px;
}

.b_1 a {
	margin-right: 2px;
	background: url(../images/b_1.gif);
}

.b_1 a:hover {
	background: url(../images/b_1_h.gif);
}

.b_2 a {
	margin-right: 2px;
	background: url(../images/b_2.gif);
}

.b_2 a:hover {
	background: url(../images/b_2_h.gif);
}

.b_3 a {
	margin-right: 2px;
	background: url(../images/b_3.gif);
}

.b_3 a:hover {
	background: url(../images/b_3_h.gif);
}
/*
.b_4 a {
	background: url(../images/b_4.gif);
}

.b_4 a:hover {
	background: url(../images/b_4_h.gif);
}*/

.box {
	float: right;
	width: 230px;
	height: 30px;
	background: url(../images/box_b.gif) top repeat-x;
}/*20180501変更 repeatx*/

.box2 {
	float: right;
	width: 230px;
	height: 40px;
	background: url(../images/box2_b.gif) top repeat-x;
}/*20180501変更 repeatx*/


/*--------------------------------------------
                    main
--------------------------------------------*/

#main {
	margin: 0;
	padding: 0;
	float: left;
	width: 610px;
}

/*main画像*/
.m_img {
	width: 590px;
	height: 150px;
	margin: 5px 10px;
}

/*mainキャッチコピー*/
.issue {
	padding: 10px 10px 0 10px;
	text-align: center;
}

.issue h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 140%;
}

.issue h2 strong {
	font-size: 13px;
	font-weight: bold;
	line-height: 140%;
}

.issue h2 a {
	/*font-size: 14px;*/
	font-weight: bold;
	text-decoration: underline;
}/*20180501変更*/

/*20180501追加*/
span.cname {
	font-size: 16px;
	padding: 0 3px 0 0;
}/*20180501追加*/

span.cname2 {
	color: #c8000d;
	font-size: 18px;
	padding: 0 3px;
}/*20180501追加*/
/* //mainキャッチコピー*/


/*#new_kyujin: index.html新着求人情報に使用*/
#new_kyujin,#kensaku,#topics,#setsumei,#individual{
	margin: 10px;
}

/*search_all.jsに使用*/
#kensaku {
	margin:10px;
	background: url(../images/kensaku_back20180501.gif) repeat-x 40px;
	background-position: 0px 0px;
	}/*20180501追加　求人情報検索バック*/

.contents {
	margin: 10px;
	padding: 10px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
}

.contents2 {
	margin: 10px;
	padding: 10px;
	border: 4px solid #000066;
}

.ifre {
	width: 588px;
	/* IE6対策アンスコハック */
	_width: 586px;
	height: 200px;
	border: 1px solid #333333;
}

#kensaku strong {
	font-weight: normal;
}

.topic_p {
	width: 588px;
	height: 75px;
	border: 1px solid #333333;
	overflow: auto;
}

.midashi {
	float: left;
	width: 360px;
	height: 40px;
	overflow: hidden;
}

.midashi h2 {
	padding-top: 40px;
}

/*search_all.jsに使用*/
/* 求人情報検索タイトル*/
.midashi2 {
	float: left;
	height: 40px;
	overflow: hidden;
} 

/*index.htmlに使用*/
/* 新着求人情報検索*/
.sankaku {
	vertical-align: middle;
}/*タイトル画像*/
.midashi_s {
	width: 590px;
	height: 25px;
	overflow: hidden;
}
.midashi_s h2 {
 padding-top: 25px;
}

.text02{
	font-size: 12px;
}


/* //新着求人情報検索*/


.koumoku {
	clear: both;
	width: 590px;
	border: 1px solid #333333;
	font-size: 12px;
}

.submit {
	width: 150px;
	height: 30px;
	color: #FFFFFF;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #666666;
}

#setsumei ul li {
	margin-left: 15px;
	padding-left: 10px;/*20180501変更*/
	display: inline;
	background: url(../images/caree-circle-button.gif) no-repeat left;
}

#setsumei h3 {
	margin-top: 20px;
}

.contents p {
	padding: 10px;
	background-color: #FFFFFF;
}

.contents2 p {
	padding: 10px;
}

.contents2 h3 {
	padding: 0 10px;
	background-color: #FFFFFF;
	font-size: 14px;
}

.t10 {
	padding: 5px;
	line-height: 140%;
}



/*--------------------------------------------
                 　右カラム
--------------------------------------------*/

/*【注意】index.cssの右カラム内を修正後、main.css、w_main.cssも全く同じコードにすること*/

#r_menu {
	margin: 0;
	padding: 0;
	float: right;
	width: 180px;
	height: auto;
}/*20180501変更*/

#r_menu strong {
	text-align: center;
	font-size: 10px;
}

#r_menu a {
	font-size: 12px;
}

.m_button {
	padding: 9px 0;
	margin: 0;
	width: 180px;
	background-color: #FFFFFF;
}

.nagare {
	margin-top: 9px;
	margin-left: 10px;
	padding: 3px 0 3px 20px;
	background: url(../images/menu_faq.gif) top left no-repeat;
}

/*.nagare a {
	color: #FF0000;
}20180501コメントアウト*/

.r_group{
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}/*20180501追加*/


.r_b {
	padding: 10px 5px 5px 5px;
}

.l_b {
	margin-bottom: 3px;
}

.link {
	margin: 0 5px 9px 5px;
	padding-bottom: 9px; 
}

.link li a {
	color: #171717;
	text-decoration: none;
}/*20180501変更*/


.link li a:hover {
	color: #c8000d;
	text-decoration: underline;
}/*20180501追加*/



/*↓↓不要時削除のcss*/
/*index.html使用のhtmlとjsファイル内に使用形跡なし*/
/*.r_m {
	text-align: center;
	border: 2px solid #000099;
	background-color: #FFFFFF;
}
.r_m img {
	margin: 10px 0;
}
.banner {
 text-align: center;
}

.banner img {
	margin: 5px 0;
}

.bnr-area {
	background: #FFF;
	padding-bottom:10px;
}
.bnr-area ul {
	margin:10px;
	padding:10px 0 0 0;
	list-style:none;
}
.bnr-area ul li {
	list-style:none;
	padding-bottom:7px;
}*/
/*//不要時削除のcss*/



/*------------ ↓ログイン画面 --------------*/

.tbl03	{
	margin:0 0 10px 0;
	border:none;
	background-image:url(../images/login_box.jpg);
	width:171px;
	height:140px;	
	}
.tbl02	{
	margin-left:8px;
	margin-right:8px;
	margin-top:-3px;
	border:none;
	}
.tbl02 td{
	color:#fff;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	height:18px;
	}
.tbl02 a:link{
	color:#fff;
	}
.tbl02 a:hover{
	color:#ccc;
	}
.tbl02 a:visited{
	color:#999;
	}
.form1 INPUT	{
	border:#fff solid 1px;
	height:18px;
	width:130px;
	}
#botton INPUT	{
	border: none;
	color:#003ab0;
	height:20px;
	width:86px;
	}
#pass INPUT	{
	border: none;
	margin-bottom: 5px;
	}


/* -- 20180501リニューアルに伴い追加　右下ARSグループ --*/
.back-gray {
	background: #d6e5ea;
}
.back-white {
	background: #fff;
}

.ars-banner {
	margin: 0px; 
	height: 26px; 
	text-align: left;
}

.h_b2 {
	float: right;
	width: 230px;
	height: 30px;
	overflow: hidden;
}
.map a{
	color: #a51f12;
}
.map a:hover{
	color: #a51f12;
}
.map a:visited{
	color: #a51f12;
}

.outside a{
	color: #A51F12;
}
.outside a:hover {
	text-decoration: none;
}
.outside a:active {
}
.outside a:visited {
}
.outside a:after { 
	margin: 0px 3px 0 3px;
	content: url(images/window-open.png);
}

/*.inside a:link{
	text-decoration: underline;
}*/


/* --grid　グリッド 20180501追記-- */
.t-fsmall{
	font-size: 0.6em;
}
.t-f08{
	font-size: 0.8em;
}
.t-f1{
	font-size: 1em;
}
.t-f1b{
	font-size: 1.5em;
}
.t-meirio{
	font: メイリオ；
}	

.p-15px{
	padding: 15px;
}
.p-top5{
	padding-top: 5px;
}
.p-top10{
	padding-top: 10px;
}
.p-top15{
	padding-top: 15px;
}
.p-bottom5{
	padding-bottom: 5px;
}
.p-bottom10{
	padding-bottom: 10px;
}
.p-bottom15{
	padding-bottom: 15px;
}
.p-right5{
	padding-right: 5px;
}
.p-right10{
	padding-right: 10px;
}
.p-left10{
	padding-left: 10px;
}

.t-center{
	text-align: center;
}	
.t-left{
	text-align: left;
}
.t-right{
	text-align: right;
}

.t-lsp1{
	letter-spacing: 1px;
}
.t-lsp2{
	letter-spacing: 2px;
}
.t-lsp3{
	letter-spacing: 3px;
}
.t-red{
	color: #c8000d;
}
.t-white{
	color: #fff;
}
.t-bold{
	font-weight: bold;
}
/* //-- grid */
/*20180501追加ここまで*/


/*--------------------------------------------
                   footer
--------------------------------------------*/
/*【注意】index.cssのfooter内を修正後、main.css、w_main.cssも全く同じコードにすること*/

#footer {
	background: #fafafa;/*20180501追加*/
	clear: both;
	padding-bottom: 10px;
	width: 800px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #999999;
}

span.cname3 {
	color: #c8000d;
	font-size: 14px;
	padding-right: 5px;
	font-weight: bold;
}/*footer用*/
/*20180501追加*/

.link {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	border-bottom:1px solid #999999;
}

.link ul li {
	list-style-type: none;
	display: inline; 
}

.link li a {
	color: #171717;
	text-decoration: none;
}/*20180501変更*/

.link li a:hover {
	color: #c8000d;
	text-decoration: underline;
}/*20180501追加*/

.f_kensaku {
	margin: 10px 5px; 
}/*20180501変更*/

.f_kensaku ul {
	margin: 5px;
}

.f_kensaku ul li {
	font-size: 10px;
	list-style-type: none;
	display: inline; 
}

.f_kensaku li a {
	color: #171717;
	font-size: 11px;
	margin-right: 11px; 
	text-decoration: none;
}/*20180501変更*/

.f_kensaku li a:hover {
	color: #c8000d;
	text-decoration: underline;
}/*20180501追加*/

.copy {
	margin: 0;
	padding: 10px 5px 5px 5px;
	/*text-size: 10px;反映されていない20180501*/
}/*20180501 padding 変更*/

.f_present{
	margin: 5px 5px 0 5px; 
	padding:5px; 
	font-size:12px; 
	border:2px #CC0000 solid;
}/*20180501追加*/

.f_present a{
	color: #c8000d;
}/*20180501追加*/

