@charset "UTF-8";

/* CSS Document */

@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.topimage {width:195px; height:420px; float:left; margin-top:10px;}
.topimage h1 {display:block; width:195px; height:410px; margin:0; padding:0;}
.topimage h1 a {display:block; width:195px; height:410px; text-indent:-1000em; margin:0; padding:0;}

.fukushi-top_image {background:url(sogohukushi3.jpg) no-repeat 0 0;}
.digital-top_image {background:url(sogodigital3.jpg) no-repeat 0 0;}
.johobis-top_image {background:url(sogojohobis3.jpg) no-repeat 0 0;}
.pet-top_image {background:url(sogopet3.jpg) no-repeat 0 0;}

.fukushi-top_image h1 a:hover {background:url(sogohukushi4.jpg) no-repeat 0 0;}
.digital-top_image h1 a:hover {background:url(sogodigital4.jpg) no-repeat 0 0;}
.johobis-top_image h1 a:hover {background:url(sogojohobis4.jpg) no-repeat 0 0;}
.pet-top_image h1 a:hover {background:url(sogopet4.jpg) no-repeat 0 0;}


.top_menu {margin:10px 0; padding:0; text-align:center;}
ul.top_menu li {display:inline; margin:0; padding:0; font-size:0.7em;*font-size:0.7em;}
ul.top_menu li a {border-left:#646464 1px solid; padding:0 0.3em;}
ul.top_menu li a.first_link {border:none;}

body {background:url(gradeimage.jpg) repeat-x 0 40% ;}

#doc {background: none;}

/* head
--------------------------------------------*/
#head #logo {
	position: relative;
	overflow: hidden;
}
#head p {
	position: absolute;
	top: 0;
	right: 0;
  margin: 0;
}
#head p a {
    display: block;
    width:8em;
    background: #cab145;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 7px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 15px;
    color: #fff;
    text-decoration: none;
}
#head p a:hover {
    background: #c1aa49;
    text-decoration: none;
}
#head p a:after {
    display: block;
    float: right;
    font-family: 'ElegantIcons';
    content: "\35";
    font-size: 26px;
    color: #fff;
}

#head #smallmenu {
    clear: both;
}

/* add
--------------------------------------------*/
/* attention */
#attention {
	border: 3px double #999;
	width: 754px;
	margin: -20px 0 15px;
	padding: 10px;
}
#attention p { margin: 0; padding: 0; font-size: small; }


/* news */
#news { background: #fff; margin: -30px 0 40px; padding: 0 20px; }
#news p { margin: 0 1em; padding: 0; font-size: small; }
#news p.margin-bottom { margin-bottom: 1em; }
#news p.margin-top { margin-top: 1em; }
#news p.margin-left { margin-left: 2em; }
#news p.f-m { font-size: medium; }
#news p.table-txt { width: 600px; margin: 0 auto 1em; }
#news table {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	width: 690px;
	margin: 10px auto 30px;
}
#news table.nomargin { margin: 10px auto 5px; }
#news th, #news td { border-left: 1px solid #333; border-bottom: 1px solid #333; padding: 5px; line-height: 1.4; font-size: small; }
#news th { background: #ddd; text-align: center; white-space: nowrap; font-weight: normal; }
#news td { text-align: center; }
#news td.align-left { text-align: left; }
#news td.nowrap { white-space: nowrap; }

#news dl { margin: 0 2em; padding: 0; }
#news dt { clear: both; float: left; width: 10em; }
#news dd { margin: 0 0 0 10em; }


#news li { margin-bottom: 10px; line-height: 1.4; }
#news li span { font-size: small; }


/* tag */
h2 {
	border-left: 5px solid #999;
	border-bottom: 1px solid #999;
	margin: 30px 0 5px;
	padding: 3px 0 3px 5px;
	font-size: medium;
}
h3 {
	background: #eee;
	margin: 25px 10px 5px;
	padding: 5px;
	font-size: medium;
	color: #444;
}
h4 {
	margin: 15px 15px 5px;
	padding: 0;
	font-size: medium;
}
a { text-decoration: underline; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.red-bold { font-weight: bold; color: #C00; }

p.linktxt { margin: 0; font-size: small; }
p.linktxt strong { margin: 0; font-size: medium; }
p.back { margin: 0 0 40px; text-align: center; }

ul.linktxt { margin: 0; padding: 0; list-style :none; }
ul.linktxt li {
	list-style: disc;
	margin: 0 0 12px 20px;
	padding: 0;
	line-height: 1.4;
	font-weight: bold;
}
ol.linktxt { margin: 0 1.5em; padding: 0; list-style :none; }
ol.linktxt li {
	list-style: decimal;
	margin: 0 0 8px 20px;
	padding: 0;
	line-height: 1;
	font-size: small;
}

ul.linkbnr { margin: 20px 0 -12px; padding: 0; list-style :none; }
ul.linkbnr li {
	float: left;
	margin: 0 0 15px;
	padding: 0;
}
ul.linkbnr li.margin {
	margin: 0 20px 15px 0;
}
ul.linkbnr li a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}



/* recruit */
#recruit {
	background: #fff;
	padding: 0 30px 20px;
}
#recruit h2 {
	margin: 0 -5px 20px;
}
#recruit p {
	margin: 0 0 10px;
	font-size: 14px;
}
#recruit p.size10 { font-size: 10px; }
#recruit p.size15 { font-size: 15px; }
#recruit p.btn {
	margin: 15px 0 30px;
	text-align: center;
}
#recruit p.nospam span { display: none; }
#recruit p strong.tit {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E" ,"ＭＳ Ｐ明朝", "MS PMincho",  serif;
	font-size: 22px;
	text-shadow: 0 0 1px #ddd, 0 0 1px #ddd, 0 0 1px #ddd, 0 0 1px #ddd;
}
#recruit .float-left {
	float: left;
	width: 560px;
}
#recruit .float-right {
	float: right;
	width: 145px;
	text-align: center;
	font-size: 12px;
}
#recruit .float-right img {
	border: 1px solid #ddd;
	margin: 0 0 3px;
	padding: 1px;
}
#recruit .box01 {
	float: left;
	width: 370px;
}
#recruit .box02 {
	float: right;
	width: 330px;
}
#recruit h3,
#recruit h3 {
	margin: 15px 0 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E" ,"ＭＳ Ｐ明朝", "MS PMincho",  serif;
	font-size: 17px;
	color: #111;
}
#recruit h4,
#recruit h4 {
	border-bottom: 1px solid #222;
	margin: 0 0 5px;
	padding: 0 0 2px;
	font-size: 15px;
}
#recruit .box01 ul,
#recruit .box02 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#recruit .box01 ul li,
#recruit .box02 ul li {
	margin: 0 0 2px;
	font-size: 14px;
}
#recruit .box01 strong,
#recruit .box02 strong {
	font-size: 15px;
}
#recruit ul li a.excel {
	background: url(../img/recruit/icon-excel.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
#recruit ul li a.pdf {
	background: url(../img/recruit/icon-pdf.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
#recruit .box02 p { margin-bottom: 30px; }
#recruit dl {
	margin: 0 0 20px;
	border: 2px solid #eee;
	padding: 0 20px 10px;
}
#recruit dl dt {
	background: url(../img/recruit/bg-dt.gif) no-repeat left center;
	margin: 10px 0 2px;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #800000;
}
#recruit dl dd {
	margin: 0;
	font-size: 13px;
}

/* bnr
--------------------------------------------*/
.bnr {
	background: #fff;
	border: solid 1px #ccc;
	margin: 20px 0 5px;
	padding: 20px 0 10px;
}
.bnr h2 {
	border: none;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
}
.bnr ul {
	list-style: none;
	margin: 0 9px;
	padding: 0;
}
.bnr li {
	float: left;
	margin: 0 5px 0;
	padding: 0;
}
.bnr a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}



ul.school-bnr {
	height: 130px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.school-bnr li {
	float: left;
	margin: 0 15px 10px 0;
}
ul.school-bnr li:nth-child(3n) {
	margin: 0;
}
ul.school-bnr li img {
	width: 250px;
}

.ao {
	margin: 0 0 40px;
	text-align: center;
}
.ao h2 {
	border: 0;
	padding: 0;
}
.ao ul {
	height: 130px;
	list-style: none;
}
.ao ul li {
	float: left;
	margin: 0 10px 10px 0;
}
.ao ul li:nth-child(2n) {
	margin: 0 0 10px;
}


/* news
------------------------------------------------*/
.news .date {
	margin: 0 0 0 1em;
	font-size: 13px;
}
.news p {
	margin-left: 10px;
	overflow: hidden;
}
.news p img {
	float: left;
	margin: 0 20px 20px 0;
}

/* ft */
#ft {
  width: 800px;
}
#ft .link a {
	position: relative;
	display: block;
	border: solid 1px #ccc;
	border-radius: 5px;
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 1;
	font-size: 1.1em;
}
#ft .link a:hover {
	background: #efefef;
	color: #444;
}
#ft .link a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
