﻿@charset "utf-8";

@import "/common/css/styles.css";

/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  color: #333333;
  background-color: #FFFFFF;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align: center;
}

h1, h2, h3, h4, h5, h6, per, ul, ol, dl, form, div, caption, li, dt, dd, p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  line-height: 100%;
}

li {
  list-style:none;
}

hr {
  display: none;
}

img {
  border: none;
}

a:link {
  color: #002D60;
  text-decoration: none;
}
a:visited {
  color: #002D60;
  text-decoration: none;
}
a:hover {
  color: #002D60;
  text-decoration: underline;
}
a:active {
  color: #002D60;
  text-decoration: none;
}

/* メインレイアウト ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#wrapper {
  width: 792px;
  background-image: url(../images/bg.gif);
  background-repeat: repeat-y;
  margin-left: auto;
  margin-right: auto;
 text-align: center;
}

#wrapper2 {
  width: 780px;
  margin-left: 6px;
  margin-right: 6px;
  text-align: left;
}

#headBlock {
  width: 780px;
}

#indBlock {
  width: 780px;
  clear: both;
  background-image: url(../../images/bg_mainbtn.gif);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  background-repeat: repeat-x;
  background-position: bottom;
}

#mainBlockin {
  width: 780px;
  margin-top: 20px;
  background-image: url(../images/top2bg.gif);
  background-repeat: repeat-x;
  background-position: top;
}

#mainBlock {
  width: 780px;
  margin-top: 15px;
}

#rightBlock {
  width: 210px;
  float: right;
  margin-right: 10px; 
}

#contentsBlock {
  width: 536px;
  float: left;
  margin-left: 10px;
}

#footBlock {
  width: 780px;
  clear: both;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
}

#gotoBlock {
  width: 780px;
  clear: both;
  padding-top: 40px;
}

.header_blk {
  width: 780px;
  clear: both;
}

.header_top_txt {
  width: 560px;
  padding-top: 10px;
  float: left;
}

.footer_copyright_blk {
  width: 780px;
}

.header_menu_blk {
  width: 450px;
  height: 16px;
  padding: 17px 0px 10px 0px;
  display: inline;
  float: right;
}

/* インデックス設定 ///////////////////////////////////////////////////////////////////////////////////////////////*/

.newsunderline {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
  padding: 5px;
}

.newsunderline2 {
  padding: 5px;
  text-align: left;
}

.top_pri_blk {
  width: 536px;
  text-align: left;
  vertical-align: middle;
  clear: both;
  border: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
}

/* 201012修正追加 */
.top_pri_blk2 {
  width: 534px;
  text-align: left;
  vertical-align: middle;
  clear: both;
  border: 1px solid #cccccc; 
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
  margin-left: 125px;
  margin-bottom: 10px;
}

/* パンクズ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.pan {
  font-size: 70%;
  line-height: 160%;
  color: #666666;
  text-align: left;
  padding-left: 10px;
  margin-top: 5px;
  background-image: url(../images/panunder.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
}
.pan a:link {
  text-decoration: underline;
}
.pan a:visited {
  text-decoration: underline;
}
.pan a:hover, .pan a:active {}

/* 共通 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.maintxt {
  font-size: 75%;
  line-height: 140%;
  width: 516px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.lineesc {
  border-collapse: collapse;
}

.magT10 {
  margin-top: 10px;
}

.blueb {
  color: #104f9c;
  font-weight: bold;
}

/* 共通h3 //////*/

.commonsub {
  margin-top: 30px;
  background-image: url(../images/subtitle.gif);
  background-repeat: no-repeat;
  height: 40px;
  width: 536px;
  font-size: 85%;
  font-weight: bold;
  color: #252525;
  padding-top: 10px;
  padding-left: 20px;
}

/* 右メニュー設定 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.submenubox {
  border: 1px solid #cccccc;
}
.submenubox li {
  font-size: 75%;
  line-height: 150%; 
}

.submenu a:link, .submenu a:visited {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 7px; 
  padding-bottom: 7px;
  padding-left: 20px; 
  background-image: url(../images/arrow01.gif);
  background-repeat: no-repeat;
  background-position: 5px center; 
  width: 188px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
  font-weight: bold;
}
.submenu a:hover, .submenu a:active {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left:20px; 
  background-image: url(../images/arrow03.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 188px;
  background-color: #e2edf9;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
  font-weight: bold;
}

.submenulast a:link, .submenulast a:visited {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002D60;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  background-image: url(../images/arrow01.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 188px;
  font-weight: bold;
}
.submenulast a:hover, .submenulast a:active {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left:20px;
  background-image: url(../images/arrow03.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 188px;
  background-color: #e2edf9;
  font-weight: bold;
}

.submenuthis a:link, .submenuthis a:visited {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  background-image: url(../images/arrow03.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 188px;
  background-color: #e2edf9;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
  font-weight: bold;
}
.submenulastthis a:link, .submenulastthis a:visited {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left:20px;
  background-image: url(../images/arrow03.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 188px;
  background-color: #e2edf9;
  font-weight: bold;
}
.submenulastthis a:hover, .submenulastthis a:active {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  background-image: url(../images/arrow03.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 188px;
  background-color: #e2edf9;
  font-weight: bold;
}

.minimenu a:link, .minimenu a:visited {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url(../images/arrow02.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 178px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
}

.minimenu a:hover, .minimenu a:active {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url(../images/arrow04.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #e2edf9;
  width: 178px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
}

.minimenuthis a:link, .minimenuthis a:visited {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url(../images/arrow04.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #e2edf9;
  width: 178px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
}

.minimenu2 a:link, .minimenu2 a:visited {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url(../images/arrow02.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 178px;
}

.minimenu2 a:hover, .minimenu2 a:active {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url(../images/arrow04.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #e2edf9;
  width: 178px;
}

.minimenuthis2 a:link, .minimenuthis2 a:visited {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #002d60;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url(../images/arrow04.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-color: #e2edf9;
  width: 178px;
}

.menubo {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccccc;
}

/* サービスカテゴリ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.serv {
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
}

.serv2 {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  text-align: right;
  padding-right: 10px;
  font-size: 75%;
  line-height: 150%;
}

.serv3 {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  padding: 10px;
}

.serv p {
  line-height: 120%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

/* IT用///////////////////*/

.itmaintxt {
  font-size: 75%;
  line-height: 140%;
  width: 220px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  float: left;
}

/* サービス各h3///////////////////*/

.itsub {
  margin-top: 30px;
  background-image: url(../../service/it/images/subtitle.gif);
  background-repeat: no-repeat;
  height: 40px;
  width: 536px;
  font-size: 85%;
  font-weight: bold;
  color: #252525;
  padding-top: 10px;
  padding-left: 20px;
}

.ittxt4 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cdb4cc;
  font-size: 75%;
  line-height: 160%;
  color: #9f6191;
  width: 516px;
  margin-left: 10px;
  font-weight: bold;
}

.ittxt42 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cdb4cc;
  font-size: 75%;
  line-height: 160%;
  color: #9f6191;
  width: 464px;
  margin-left: 25px;
  font-weight: bold;
  margin-bottom:5px;
  margin-top: 10px;
}

.itdot {
  color: #ca98d2;
}

/* サービスラインナップ系のボックス設定//////*/

#boxit {
  border: 1px solid #e9def9;
  background-color: #f2ebfc;
}
#boxit td {
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
}

#boxit2 {
  border: 1px solid #e9def9;
  background-color: #f2ebfc;
}
#boxit2 td {
  padding-top: 4px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-left: 6px;
}

/* サービストップに関する設定//////*/

.servtxt {
  font-size:75%;
  line-height:140%;
  padding-left: 10px;
  vertical-align: top;
}

.serv3 li {
  font-size: 75%;
  background-image: url(../images/arrow01.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 15px;
  line-height: 130%;
}

/* ITソリューション設定//////*/

.solutionlist td {
  font-size: 70%;
  padding: 3px;
  border: 1px solid #cccccc;
  vertical-align: top;
}

.solutionlist2 td {
  font-size: 70%;
  padding: 3px;
  vertical-align: top;
}

.solutionlistbg {
  background-color: #f6f6f6;
}

.solutionlistbg2 {
  background-color: #e8dbeb;
}

/* サービス流れページ///////////////////*/

.nagarebox {
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  padding-bottom: 30px;
  padding-top: 15px;
  vertical-align: top;
}

.nagaretxt {
  font-size: 75%;
  line-height: 140%;
  width: 484px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 会社概要に関する設定////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#comp {
}

#comp td {
  font-size: 75%;
  line-height: 140%;
  vertical-align: top;
  border: 1px solid #cccccc;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  text-align: left;
}

#comp dl {
}
#comp dt {
  float: left;
  width: 35%;
  margin-bottom: 3px;
  padding-top: 3px;
}
#comp dd {
  float: left;
  width: 64%;
  margin-bottom: 3px;
  padding-top: 3px;
}

.priright {
  font-size: 75%;
  line-height: 140%;
  width: 516px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.pritxt4 {
  font-size: 85%;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 10px;
}

.pri {
  margin-left: 20px;
  width: 496px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pri li {
  font-size: 75%;
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url(../../company/images/arrow_pri.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 12px;
}

.pri2 {
  margin-left: 20px;
  width: 496px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.pri2 li {
  font-size: 70%;
  line-height: 120%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.pririnen {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}

.pribox {
  margin-left: 10px;
}
.pribox td{
  padding: 5px;
  font-size: 12px;
  vertical-align: top;
  border: 1px solid #cccccc;
  line-height: 140%;
}

.tablebg {
  background-color: #e8f2fb;
}

.tablebg2 {
  background-color: #f7f7f7;
}

#mapwrapper {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.maptxt {
  font-size: 85%;
  line-height: 140%;
  text-align: left;
  margin-top: 30px;
  font-weight: bold;
}

/* 採用に関する設定////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.rectop {
  width: 760px;
  margin-left: 10px;
  margin-bottom:15px;
}

.recsub {
  background-image: url(../images/subtitle.gif);
  background-repeat: no-repeat;
  height: 40px;
  width: 536px;
  font-size: 85%;
  font-weight: bold;
  color: #252525;
  padding-top: 10px;
  padding-left: 20px;
}

.q {
  background-image: url(../../recruit/images/m_q.gif);
  background-repeat: no-repeat;
  height: 46px;
  width: 435px;
  margin-left: 15px;
  padding-left: 45px;
  font-size: 75%;
  line-height: 140%;
  font-weight: bold;
  color: #e07210;
  padding-top: 20px;
  margin-top: 15px;
}

.a {
  background-image: url(../../recruit/images/m_a.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  min-height: 27px;
  font-size: 75%;
  line-height: 140%;
  font-weight: bold;
  color: #0b3c96;
  margin-top: 5px;
  margin-left:33px;
  padding-top: 12px;
}

/* マージンとテキスト設定////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.mag516 {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lef10 {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.immag {
  margin-left: 10px;
  margin-top: 3px;
}

.immag2 {
  margin-top: 3px;
}

.text10 {
  font-size: 75%;
  color: #333333;
  line-height: 140%;
  text-align: left;
}


/* サイトマップ設定////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.magT30 {
  margin-top:30px;
}

.sitemap h3 {
  font-size: 90%;
  line-height: 140%;
  font-weight: bold;
  background-image: url(../../sitemap/images/arrow_sitemap.gif);
  background-repeat: no-repeat;
  background-position: left center;
  min-height:20px;
  padding-left: 7px;
  margin-top: 10px;
}
.sitemap ul{
  margin-top:10px;
}
.sitemap li {
  font-size: 75%;
  line-height: 140%;
}

.sitemaptxt {
  padding-left: 15px;
  margin-top: 5px;
  background-image: url(../images/arrow01.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

.sitemapsub {
  padding-left: 25px;
  margin-top: 5px;
  background-image: url(../images/arrow02.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

