@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

#header .box {
  *zoom: 1;
}
#header .box:after {
  content: "";
  clear: both;
  display: block;
}

/*----------------------------------
	base
------------------------------------*/
body {
  font-size: 14px;
  color: 333333;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, Osaka,  sans-serif;
  line-height: 24px;
  position: relative;
  padding: 74px 0 0;
  min-width: 1060px;
}

/*----------------------------------
	header
------------------------------------*/
#header {
  background: #001737;
  border-bottom: #f6f6f6 1px solid;
  height: 73px;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  min-width: 1060px;
}
#header .box {
  margin: 0 auto;
  width: 1060px;
}
#header .box .logo_01 {
  float: left;
}
#header .box .logo_02 {
  float: right;
  margin: 20px 5px 0 0;
}

/*----------------------------------
	footer
------------------------------------*/
#footer {
  background: #eeeeee;
  border-top: #d6d6d6 1px solid;
  padding: 15px 0;
  min-width: 1060px;
  width: 100%;
}
#footer p {
  font-size: 12px;
  color: #808080;
  text-align: center;
  margin: 0 auto;
  width: 1060px;
}

/*----------------------------------
	content
------------------------------------*/
#sub {
  background: #bbe1ef;
}
#sub .content {
  background: url(/sp/digital_nc_coodination/common/images/bg.png) no-repeat 0 0;
  width: 1060px;
  margin: 0 auto;
  /*	h1
  ------------------------------------*/
  /*	mainContent
  ------------------------------------*/
  /*	aCenter
  ------------------------------------*/
  /*	mL
  ------------------------------------*/
  /*	mR
  ------------------------------------*/
  /*	mT
  ------------------------------------*/
  /*	pR
  ------------------------------------*/
  /*	pT
  ------------------------------------*/
}
#sub .content h1 {
  padding: 40px 30px 30px 30px;
}
#sub .content h1 + p {
  padding-left: 30px;
}
#sub .content .mainContent {
  margin: 23px 30px 0 30px;
  position: relative;
  top: 0;
  left: 0;
  height: 960px;
}
#sub .content .mainContent h2 {
  position: absolute;
  top: 14px;
  left: 0;
}
#sub .content .mainContent .bizrage {
  position: absolute;
  top: 10px;
  left: 250px;
}
#sub .content .mainContent .da-1 {
  position: absolute;
  top: 265px;
  left: 310px;
}
#sub .content .mainContent .da-1_txt {
  position: absolute;
  top: 355px;
  left: 40px;
}
#sub .content .mainContent .pitrec {
  position: absolute;
  bottom: 30px;
  left: 60px;
}
#sub .content .mainContent .meqru {
  position: absolute;
  bottom: 30px;
  right: 60px;
}
#sub .content .mainContent .mobile {
  position: absolute;
  top: 240px;
  right: 10px;
}
#sub .content .aCenter {
  text-align: center;
}
#sub .content .mL40 {
  margin-left: 40px;
}
#sub .content .mL30 {
  margin-left: 30px;
}
#sub .content .mR30 {
  margin-right: 30px;
}
#sub .content .mT30 {
  margin-top: 30px;
}
#sub .content .pR00 {
  padding-left: 0 !important;
}
#sub .content .pT00 {
  padding-top: 0 !important;
}
