* {
	margin:0;
	padding:0;
}
body {
	background:url("") repeat-y scroll center center #abb0be;
	color:#1A1A1A;
	margin:0;
	padding:0;
	text-align:center;
}
p {
	font-size:16px;
	line-height:150%;
	margin:3px 5px;
	padding:0;
}
ul {
	font-size:16px;
	line-height:150%;
	margin:3px 5px;
	padding-left:24px;
}
a {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	color:#0000FF;
	text-decoration:underline;
}
img {
	border:0;
    width: auto;
    max-width: 100%;
}
h1 {
	color:#7c7c7c;
	font-size:0.8em;
	margin:0;
	padding:0 0 0 10px;
}
a:hover {
	text-decoration:none;
}
h2 {
	background:url("") repeat scroll 0 0 #FFFFFF;
	color:#1A1A1A;
	font-size:20px;
	line-height:34px;
	margin:20px 0;
	padding: 5px 0 2px 10px;  
	border-left: 10px solid #80A852;  
	border-bottom: 1px solid #A1A1A1;  
	color: #6B6B6B;  
}

h2.kakoumidashi { 
	border-left: 10px solid FFFB14;  
	border-bottom: 1px solid FFFB14;
} 
h3 {
	color:#1A1A1A;
	font-size:0.9em;
	margin:0;
	padding:0;
}

#wrap {
	background:none repeat scroll 0 0 #FFFFFF;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:940px;
}
#inner {
	background:none repeat scroll 0 0 #FFFFFF;
	margin:0px;
	padding:0;
	width:940px;
}
#mainwrap {
	background:url("") repeat scroll 0 0 #FFFFFF;
	float:right;
	margin:10px 65px;
	width:810px;
}
.contents {
	background:url("") repeat scroll 0 0 #FFFFFF;
	margin:5px 0;
	padding:0;
}
#footer {
	background:url("") repeat scroll 0 0 #001547;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	height:34px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:bottom;
	width:940px;
}
#footer a {
	color:#FFFFFF;
	font-weight:bold;
	line-height:29px;
}
#link {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#CCCCCC;
	font-size:0.8em;
	margin:0;
	padding:0;
	text-align:right;
	width:940px;
}
#link a {
	color:#CCCCCC;
}
.clear {
	clear:both;
}
.clear hr {
	display:none;
}
#header {
	height:90px;
	background:url("img/header4.png") repeat scroll 0 0 #FFFFFF;
}
#logo {
	padding:10px;
}
#navi {
	margin:5px 0 2px;
	padding:0;
}
#navi ul {
	height:34px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:940px;
}
#navi li {
	float:left;
	list-style:none outside none;
	width:235px;
}
#navi li a {
	background:url("") repeat scroll 0 0 #001547;
	color:#FFFFFF;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	text-align:center;
}
#navi li a:hover {
	background:none repeat scroll 0 0 #063655;
	color:#FFFFFF;
}

.price table {
border-collapse:collapse;
margin:0 auto;
padding:0;
width:650px;
}

.price th {
border:1px solid #999999;
font-size:0.8em;
margin:0;
padding:7px;
}

.price td {
border:1px solid #999999;
font-size:16px;
margin:0;
padding:7px;
}



/* s3Slider */
#s3slider {
   width: 940px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 940px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

#s3sliderContent ul { 
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
	margin:0;
	padding:0;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 300px;
   background-color: #000000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}


/* TOP */
.top-img{
	display: flex;
	justify-content: center;
	padding: 30px 15px 20px;
	flex-direction: column;
	align-items: center;
}
.top-img a:nth-child(1){
	display: block;
	margin-bottom: 10px;
}

.top-news p:has(+*){
	margin-bottom: 20px;
}

.recruit-note{
	text-align: center;
	padding: 20px 0;
}
.recruit-note p:nth-child(1){
	color: red;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
    line-height: 34px;
}