@charset "shift-jis";
@import "colorbox.css";

/**
 *
 * NEXLINK 標準CSS - リセットと再定義
 *
 **/

/** リセット **/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** 再定義 **/
body {
  color: #000;
  font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
  background-color: #FFF;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
u {
  text-decoration: underline;
}
s, strike {
  text-decoration: line-through;
}

/** clearfix **/
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
span.entry-answer-required {
  display: none;
}
ul.entry-answer-checklist li {
 float:    left;
 margin-bottom:   2px;
}
#entry-message_detail {
  font-size: 12px;
  line-height: 15px;
  padding: 10px 21px;
}

/** ダイアログ**/
.nexlink-confirm-mask {
  background: none repeat scroll 0 0 #000000;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
.nexlink-confirm-msg {
  display: none;
  overflow: hidden;
  background-color: #F0F0F0;
  position: absolute;
  width: 820px;

  font-size:12px;
  line-height:125%;
}
.nexlink-confirm-notice {
  overflow-y: scroll;
  height: 380px;	
}
.nexlink-confirm-button {
  text-align: center;
}
.nexlink-confirm-button button{
	margin: 8px;
}
.logo_ctn{
  margin-top: 48px;
  margin-bottom: 48px;
  width: 220px;
  height: 50px;

}
.logo_ctn img{
  vertical-align: top;
}
@media screen and (max-width: 736px) {
  .logo_ctn{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 220px;
    height: 50px;
  }
}