
body {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body, div, p {
  font-size: 13px;
}

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.opaclink a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opacimg:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

a img {
  border: 0;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copy {
  width: 100%;
}
.copybanner {
	width: 391px;
	height: 44px;
	margin: 0 auto;
  display: block;

}

 /*.copy img {
	margin:5px 5px;
 width: 295px;
  height: 12px;
  margin: 0 auto;
  display: block;
  
}*/

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: #11376a;
  padding: 0;
  z-index: 10000;
}

.head-section {
  width: 1000px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}

.toplogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
}
.toplogo02 {
  position: absolute;
  top: 0;
  left: 115px;
  width: 110px;
  height: 110px;
}

.nav {
  width: 756px;
  height: 95px;
  position: absolute;
  right: 0;
  top: 0;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

.nav li {
  float: left;
  text-indent: -9999px;
}
.nav li a {
  display: block;
}

.topmenu {
  width: 385px;/*width: 506px;*/
  height: 40px;
  top: 0;
}
.topmenu li {
  height: 40px;
  background-image: url(../st/img/nav/topmenu.png);
  background-repeat: no-repeat;
}
.topmenu li:hover {
  background-image: url(../st/img/nav/topmenu_on.png);
}
.topmenu li.active {
  background-image: url(../st/img/nav/topmenu_active.png);
}
.topmenu li a {
  height: 40px;
}

.gn {
  width: 756px;
  height: 27px;
  bottom: 0;
}
.gn li {
  height: 27px;
  background-image: url(../st/img/nav/gn.png);
  background-repeat: no-repeat;
}
.gn li:hover {
  background-image: url(../st/img/nav/gn_on.png);
}
.gn li.active {
  background-image: url(../st/img/nav/gn_active.png);
}
.gn li a {
  height: 27px;
}

.tm-contact {
  width: 98px;
  background-position: 0 0;
}

.tm-privacy {
  width: 116px;
  background-position: -98px 0;
}

.tm-link {
  width: 76px;
  background-position: -214px 0;
}

.tm-top {
  width: 95px;
  background-position: -290px 0;
}

.tm-hw {
  width: 121px;
  background-position: -385px 0;
}

.tm-contact a {
  width: 98px;
}

.tm-privacy a {
  width: 116px;
}

.tm-link a {
  width: 76px;
}

.tm-top a {
  width: 95px;
}

.tm-hw a {
  width: 121px;
}

.gn-top {
  width: 103px;
  background-position: 0 0;
}

.gn-news {
  width: 163px;
  background-position: -103px 0;
}

.gn-csr {
  width: 96px;
  background-position: -266px 0;
}

.gn-company {
  width: 122px;
  background-position: -362px 0;
}

.gn-recruit {
  width: 122px;
  background-position: -484px 0;
}

.gn-cm {
  width: 150px;
  background-position: -606px 0;
}

.gn-top a {
  width: 103px;
}

.gn-news a {
  width: 163px;
}

.gn-csr a {
  width: 96px;
}

.gn-company a {
  width: 122px;
}

.gn-recruit a {
  width: 122px;
}

.gn-cm a {
  width: 150px;
}

/* layout */
.slider {
  height: 525px;
}

.news {
  height: 570px;
}

.csr {
  height: /*500*/700px;
}

.company {
  height: /*423*/750px;
}

.recruit {
  height: /*463*/700px;
}

.cm {
  height: /*523*/700px;
}

.other {
  height: 230px;
}

.group {
  height: 290px;
}

.sponsor {
  height: 290px;
}

.footer {
  height: 80px;
}

/* background */
.slider {
  background: #11376A;
  padding-top: 155px;
}

.news {
  background: #fff;
}

.csr-bg {
  background: url(../st/img/csr/csr-back.png) 0 0 no-repeat transparent;
}
.company {
  background: #fff;
}

.recruit-bg {
  background: url(../st/img/recruit/recruit-back.jpg) 0 0 no-repeat transparent;
}

.cm {
  background: url(../st/img/cm/cm-back.png) center top no-repeat transparent;
}
.other {
  background: #fff;
}

.group {
  background: #fff;
}

.sponsor {
  background: #fff;
}

.outer {
  width: 100%;
}

.inner {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  margin-top: 95px;
  margin-bottom: 95px;
}

.title {
  margin-bottom: 30px;
}

.btn-detail {
  cursor: pointer;
}

/* slider */
.slider .inner {
  margin-top: 0;
}

/* news */
.news .title {
  width: 414px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 400px;
  opacity: 0;
}

.news-table-s {
  position: absolute;
  top: 63px;
  left: 0;
  display: none;
}
.news-table-s dl {
  width: 100%;
}
.news-table-s dl dt {
  width: 150px;
  float: left;
  clear: left;
  font-family: Verdana, sans-serif;
  margin-top: 15px 0;
  font-size: 14px;
  color: #444;
}
.news-table-s dl dd {
  margin: 15px 0;
  width: 850px;
  padding-left: 150px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #666;
  font-size: 13px;
}
.news-table-s dl dd a {
  color: #26acc1;
  text-decoration: none;
}
.news-table-s dl dd a:hover {
  text-decoration: underline;
}

.news .btn-detail {
  position: absolute;
  top: 0;
  right: 0;
  width: 122px;
  height: 31px;
  opacity: 0;
}

/* csr */
.csr {
  color: #fff;
}
.csr .title {
  position: absolute;
}
.csr .messege-img {
  position: absolute;
  top: 130px;
}
.csr .messege {
  position: absolute;
  line-height: 1.7;
  top: 180px;
}
.csr .btn-detail {
  position: absolute;
  top: 300px;
  left: 0;
  width: 188px;
  height: 51px;
}

.csr-bg {
  width: 1200px;
  height: 700px;
  position: absolute;
  top: -95px;
  left: 50%;
  margin-left: -600px;
}

.csr-inner {
  width: 1000px;
  height: auto;
  position: absolute;
  top: 0;
}

/* company */
.company .title {
  position: absolute;
}
.company .btn-detail {
  width: 122px;
  height: 31px;
}
.company .border-box {
  width: 272px;
  height: 395px;
  padding: 15px;
  border-width: 6px;
  border-style: solid;
}
.company .gaiyo {
  color: #18b7cd;
  border-color: #18b7cd;
}
.company .groups {
  color: #2cb5a9;
  border-color: #2cb5a9;
}
.company .wanted {
  color: #39b382;
  border-color: #39b382;
}
.company .photo {
  /*float: left;*/
  display: block;
  width: 272px;
  height: 240px;
  padding: 0;
}
.company .sub-box {
  /*float: right;*/
  width: 272px;
  height: 145px;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
}
.company .sub-box p {
  font-size: 12px;
  line-height: 1.7;
}
.company .sub-box img {
  display: block;
}
.company .sub-box .btn-detail {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* recruit */
.recruit .title {
  position: absolute;
}
.recruit .messege-img {
  position: absolute;
  top: 90px;
}
.recruit .messege {
  color: #fff;
  position: absolute;
  top: 150px;
  line-height: 1.7;
}
.recruit .btn-detail {
  position: absolute;
  top: 250px;
  left: 0;
  width: 270px;
  height: 51px;
}

.recruit-bg {
  width: 1200px;
  height: 750px;
  position: absolute;
  top: -95px;
  left: 50%;
  margin-left: -600px;
}

.recruit-inner {
  width: 1000px;
  height: auto;
  position: absolute;
  top: 0;
}

/* CM */
#cm .inner {
  overflow: hidden;
}

.cm .cm-gallery {
  width: 1000px;
  height: 700px;
}
.cm .cm-gallery li {
  height: 260px;
}
.cm .prevBtn, .cm .nextBtn {
  display: block;
  position: absolute;
  top: 10px;
  height: 26px;
  background-image: url(../st/img/cm/cm-slider-btn.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.cm .prevBtn {
  right: 80px;
  width: 80px;
  background-position: 0 0;
}
.cm .nextBtn {
  right: 0;
  width: 79px;
  background-position: -80px 0;
}

.cm .cm-gallery-bt {
  height: 41px;
  margin: 35px 0 0 420px;
}


/* other */
.other {
  border-bottom: 1px solid #ddd;
}

.banners > div {
  width: 250px;
  height: 80px;
}

.group .title {
  width: 356px;
  height: 32px;
}

.sponsor .title {
  width: 346px;
  height: 32px;
}

.sponsor {
  border-bottom: 0;
}

/* footer */
.footer .inner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.to_top {
  display: block;
  width: 60px;
  height: 60px;
  z-index: 10000;
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  display: none;
}
.to_top:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.footer {
  background: #404041;
  height: 80px;
  color: #fff;
}
.footer .inner {
  height: 40px;
  padding: 20px;
}

/* 0317 追加　：　コンテンツ背景を幅いっぱいに */
.csr.outer{
  background-color: #2DB9C5;
}
.recruit.outer {
  background-color: #FF7372;
}
.cm.outer{
  background-color: #000;
}


/* 150226追加 */
.for-smartphone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 1000;
}

.for-smartphone img {
  display: block;
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 auto;
}























