
/*  */
/*color------------------

基本文字色

文字基本色
#333;
アンカー
#004ed0;
visited
#004ed0;
hover：背景
#1c58e8;


color------------------*/
/*共有指定------------------*/
ol, ul, li, hr, h2, h3, h4, form, table, th, td {
  margin: 0;
  padding: 0;
}

p, pre, h1, dl, dd {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  height: 100%;
  word-break: break-all;
  letter-spacing: 0; /*IE7バグ用*/
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, span, dl, dt, dd, form {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, a:link {
  color: #004ed0;
  text-decoration: none;
}

a:visited {
  color: #004ed0;
  text-decoration: none;
}

a:hover {
  color: #004ed0;
  text-decoration: underline;
}

a:active {
  color: #004ed0;
  text-decoration: none;
}

a:focus {
  outline: none;
}

p {
  color: #333;
}

img {
  border: 0;
}

textarea, input {
  font-size: inherit;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/*ヘッダー------------------*/
.header {
  width: 100%;
  background-color: #014eb7;
}
.header-background-development_heroku {
  background-color: mediumseagreen;
}
.header-background-development {
  background-color: plum;
}
.header-background-staging {
  background-color: mediumslateblue;
}

.header-inner {
  width: 950px;
  margin: 0 auto;
  padding: 15px 0 13px;
  position: relative;
}

h1 {
  background: url(/images/dev-main.gif) no-repeat scroll 0 -50px;
  display: block;
  width: 380px;
  height: 37px;
  font-size: 1px;
  text-indent: -9999px;
  float: left;
}

h1 a {
  display: block;
  width: 380px;
  height: 37px;
}

.header-right {
  width: 500px;
  display: block;
  float: right;
  text-align: right;
  color: #fff;
  font-size: 0.8em;
}

.header-right a:link, .header-right a:visited {
  color: #fff;
  text-decoration: underline;
}

.header-right a:hover {
  color: #ff5a00;
}

.header-bottom {
  background: url(/images/dev-main.gif);
  height: 28px;
}

/*全体------------------*/
.container {
  width: 950px;
  margin: 0 auto;
}

/*ログイン後*/
.contents {
  width: 950px;
}

.leftmenu {
  width: 200px;
  float: left;
}

.main {
  width: 750px;
  float: left;
}

.main-inner {
  margin-left: 14px;
  border-left: 1px #d0d0d0 solid;
  padding-left: 15px;
  min-height: 580px;
  height: auto !important;
  height: 580px;
}

/* ログイン */
.login-left {
  width: 650px;
  float: left;
}

.login-left-inner {
  padding-right: 20px;
}

.login-right {
  width: 300px;
  float: left;
}

/* 1カラム */
.contents2 {
  width: 720px;
  margin: 0 auto;
}

/*利用規約*/
.contents-rules {
  width: 750px;
  margin: 0 auto;
}

/*左メニュー------------------*/
.leftmenu ul {
  font-size: 0.9em;
  _line-height: 0.9em;
  font-weight: bold;
}

.leftmenu ul li {
  margin-bottom: 0.3em;
  _margin-bottom: -0.1em;
}

.leftmenu ul li p {
  overflow: auto;
  zoom: 1;
  color: #004ed0;
  cursor: pointer;
}

.leftmenu ul li a.menu-current p {
  color: #fff;
  cursor: pointer;
}

.leftmenu ul li a, .leftmenu ul li a:link {
  display: block;
  padding: 3px 5px;
  _width: 100%;
  _padding: 6px 0;
  _line-height: 1.3em;
}

.leftmenu ul li a.menu-current {
  background: #1c58e8;
  color: #fff;
}

.ico-menu {
  display: block;
  background: url(/images/dev-main.gif) no-repeat scroll 0 -250px;
  width: 27px;
  height: 20px;
  float: left;
  vertical-align: -0.3em;
  cursor: pointer;
  _margin-left: 5px;
}

.ico-notice {
  background-position: 0 -250px;
}

.ico-manual {
  background-position: -30px -250px;
}

.ico-faq {
  background-position: -60px -250px;
}

.ico-mainte {
  background-position: -90px -250px;
}

.ico-support {
  background-position: -120px -250px;
}

.ico-rules {
  background-position: -150px -250px;
}

.menu-current .ico-notice {
  background-position: 0px -290px;
}

.menu-current .ico-manual {
  background-position: -30px -290px;
}

.menu-current .ico-faq {
  background-position: -60px -290px;
}

.menu-current .ico-mainte {
  background-position: -90px -290px;
}

.menu-current .ico-support {
  background-position: -120px -290px;
}

.menu-current .ico-rules {
  background-position: -150px -290px;
}

.ico-window {
  background: url(/images/dev-main.gif) no-repeat scroll -80px -210px;
  display: inline-block;
  width: 22px;
  height: 20px;
  vertical-align: -0.5em;
  cursor: pointer;
}

.left-menu-box {
  margin-top: 30px;
  border-top: 1px #d0d0d0 solid;
  padding-top: 15px;
}

.left-menu-box h3 {
  font-size: 0.75em;
  margin-bottom: 10px;
  padding-left: 5px;
}

.ico-report {
  background: url(/images/dev-main.gif) no-repeat scroll -180px -250px;
  display: inline-block;
  width: 27px;
  height: 20px;
  vertical-align: -0.5em;
}

.ico-pdf {
  background: url(/images/dev-main.gif) no-repeat scroll -210px -250px;
  display: inline-block;
  width: 27px;
  height: 20px;
  vertical-align: -0.5em;
}

.left-menu-box p {
  font-size: 0.75em;
  line-height: 150%;
  margin-bottom: 5px;
}

.left-menu-box p.kensho {
  font-size: 0.7em;
  text-align: center;
}

.report-image {
  display: block;
  background: url(/images/dev-main.gif) no-repeat scroll -250px -210px;
  width: 200px;
  height: 120px;
}

.left-menu-box p.honban {
  display: block;
  width: 142px;
  height: 25px;
  margin: 0 auto 10px;
  background: url(/images/dev-btn.gif) no-repeat scroll 0 -144px;
  text-align: center;
  line-height: 28px;
  _margin-bottom: 0px;
}

.left-menu-box p.honban a {
  display: block;
  width: 142px;
  height: 25px;
  margin: 0 auto 10px;
  background: url(/images/dev-btn.gif) no-repeat scroll 0 -144px;
  text-align: center;
  line-height: 28px;
  color: #333;
}

.left-menu-box p.honban a:hover {
  background: url(/images/dev-btn.gif) no-repeat scroll -150px -144px;
  text-decoration: none;
}

/*メイン------------------*/
/*タイトル*/
h2.page-ttl {
  font-size: 1.2em;
  color: #ff8a00;
  margin-bottom: 20px;
}

/*おしらせ*/
.notice-tab {
  margin: 0 0 23px;
}

.notece-tab-line {
  border-top: 1px solid #d0d0d0;
  height: 1px;
  margin: 40px 0px -27px;
  _margin-bottom: -28px;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}

.notice-tab ul {
  display: block;
  padding: 0 0 0 10px;
  z-index: 1;
}

.notice-tab li {
  background-color: #f5f5f5;
  float: left;
  margin: 0px 7px 0px 0px;
  overflow: hidden;
  position: relative;
  display: list-item;
}

.notice-tab li a {
  border: 1px solid #d0d0d0;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 11px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

.notice-tab li a.tab-current {
  border-bottom: 1px white solid;
  background: white;
}

.notice-tab li a:hover,
.notice-tab li a.tab-current:hover {
  text-decoration: underline;
  background: #fff;
  border-bottom: 1px solid #fff;
}

.ico-tab-all,
.ico-tab-kinkyuu,
.ico-tab-shougai,
.ico-tab-juuyou,
.ico-tab-oshirase {
  width: 15px;
  height: 10px;
  display: inline-block;
  background: url(/images/dev-main.gif) no-repeat scroll -300px -800px;
  vertical-align: 0px;
  _vertical-align: -2px;
  cursor: pointer;
  _margin-top: 5px;
}

.ico-tab-all {
  background-position: -300px -800px;
}

.ico-tab-kinkyuu {
  background-position: -320px -800px;
}

.ico-tab-oshirase {
  background-position: -340px -800px;
}

.ico-tab-juuyou {
  background-position: -360px -800px;
}

.ico-tab-shougai {
  background-position: -380px -800px;
}

.notice-box {
  margin-bottom: 30px;
}

.notice-box h3 {
  background: #e2e2e2;
  font-size: 0.9em;
  padding: 4px 5px;
  margin-bottom: 20px;
}

.notice-box h4 {
  font-size: 0.8em;
  padding: 0 10px;
  margin-bottom: 20px;
}

.notice-box p {
  font-size: 0.8em;
  padding: 0 10px;
}

.ico-notice2 {
  background: url(/images/dev-main.gif) no-repeat -300px -820px;
  display: inline-block;
  width: 65px;
  height: 21px;
  vertical-align: -0.4em;
  _vertical-align: -0.2em;
  cursor: pointer;
}

.ico-kinkyuu {
  background-position: -300px -820px;
}

.ico-shougai {
  background-position: -380px -850px;
}

.ico-juuyou {
  background-position: -300px -850px;
}

.ico-oshirase {
  background-position: -380px -820px;
}

.archives-ttl {
  font-size: 0.8em;
  margin: 10px 0 5px;
}

.archives-box {
  border: 1px #d0d0d0 solid;
  padding: 15px 20px 5px;
  margin-bottom: 20px;
}

.archives-box ul {
  list-style: disc;
  font-size: 0.8em;
}

.archives-box ul li {
  width: 210px;
  height: 30px;
  float: left;
  background: url(/images/dev-main.gif) no-repeat -440px -395px;
  padding-left: 15px;
}

.archives-box a, .archives-box a:link {
  cursor: pointer;
}

/*APIマニュアル*/
.api-manual {
  font-size: 0.8em;
  color: #777;
  margin-left: 5px;
}

.api-manual li {
  background: url(/images/dev-main.gif) no-repeat -440px -395px;
  padding-left: 15px;
  margin-bottom: 8px;
}

/*CGIマニュアル*/
.cgi-manual {
  border: 1px solid #BBB;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

.cgi-manual td, .cgi-manual th {
  border: 1px solid #BBB;
  border-collapse: collapse;
  font-weight: normal;
  padding: 3px 5px;
  font-size: 0.8em;
  text-align: left;
}

.cgi-manual th {
  background: #f2f2f2;
}

.cgi-manual th.manual-ttl {
  background: #ccc;
  font-weight: bold;
  padding: 3px 5px;
  font-size: 0.9em;
}

.cgi-manual td.update {
  width: 20%;
}

.cgi-manual .ico-pdf {
  vertical-align: -0.4em;
  _vertical-align: -0.2em;
}

/*FAQ*/
.faq-list {
  border: 1px #d0d0d0 solid;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
}

.faq-list ul {
  font-size: 0.8em;
  line-height: 1.7em;
}

.faq-list ul li {
  background: url(/images/dev-main.gif) no-repeat -438px -496px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.faq-q {
  font-size: 0.85em;
  line-height: 1.8em;
  margin-bottom: 15px;
  border-left: 8px #c8d8ff solid;
  background: #eaf0ff;
  padding: 4px 10px 3px;
  color: #333;
}

.faq-a {
  font-size: 0.75em;
  margin-bottom: 35px;
  padding-left: 20px;
}

/*メンテナンス情報*/
noscript {
  color: #f00;
}

.mainte {
  font-size: 0.8em;
  margin-bottom: 20px;
}

/*技術サポート窓口*/
.support-navi {
  margin-bottom: 30px;
}

.support-navi li {
  width: 177px;
  height: 44px;
  float: left;
  font-size: 1px;
  text-indent: -9999px;
  background: url(/images/dev-main.gif) no-repeat 0 -340px;
}

.support-navi li.support-navi-1 {
  background-position: 0 -545px;
}

.support-navi li.support-navi-2 {
  background-position: 0 -589px;
}

.support-navi li.support-navi-3 {
  background-position: 0 -428px;
}

.support-navi li.support-navi-4 {
  background-position: 0 -633px;
}

.support-navi li.support-navi-1b {
  background-position: -200px -545px;
}

.support-navi li.support-navi-2b {
  background-position: -200px -589px;
}

.support-navi li.support-navi-3b {
  background-position: -200px -428px;
}

.support-navi li.support-navi-4b {
  background-position: -200px -633px;
}

.nomal-ttl {
  font-size: 0.8em;
  margin-bottom: 5px;
}

.incident-box {
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 10px;
  border: 1px #bbb solid;
}

.incident-box h5 {
  font-size: 0.75em;
  margin-bottom: 10px;
}

.incident-box p {
  font-size: 0.75em;
  margin-bottom: 10px;
  padding-left: 10px;
}

.txt-red {
  color: #f00;
}

.support-agree-btn {
  margin-top: 30px;
}

/*フォーム*/
.support-form {
  border: 1px solid #BBB;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.support-form input {
  line-height: 1.4em;
  height: 1.4em;
  font-size: 0.9em;
}

.support-form .upload input {
  height: auto;
}

.support-form td, .support-form th {
  border: 1px solid #BBB;
  border-collapse: collapse;
  font-weight: normal;
  padding: 7px;
  font-size: 0.8em;
  text-align: left;
}

.support-form th {
  background: #eaf0ff;
  width: 25%;
  vertical-align: top;
}

.support-form th span {
  color: #f00;
  font-size: 0.85em;
}

.support-form td span {
  color: #f00;
}

.support-form td p {
  font-size: 0.9em;
  margin-bottom: 5px;
}

.complete-ttl {
  font-size: 1em;
  margin-bottom: 10px;
}

.tbl {
  display: none;
  margin-top: 10px;
}

#tbl1, #tbl7 {
  display: block;
}

.tbl h4, .tbl2 h4 {
  font-size: 0.9em;
  margin-bottom: 5px;
}

.tbl input, .tbl select {
  margin-bottom: 20px;
}

.support-form td .tbl p {
  margin: 0;
  color: #666;
  margin-bottom: 3px;
}

.support-form td .tbl p.tbl-default {
  color: #333;
}

.support-form td.tbl2 p {
  margin-bottom: 15px;
  padding: 0 20px;
}

/*ボタン*/
.support-btn input {
  display: block;
  font-size: 1px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  height: 36px;
  background: url(/images/dev-btn.gif) -346px -72px;
}

.support-agree-btn input {
  width: 342px;
  background-position: -346px -72px;
}

.support-agree-btn input:hover {
  background-position: -346px -108px;
}

.support-confirm-btn input {
  width: 154px;
  background-position: -399px 0;
}

.support-confirm-btn input:hover {
  background-position: -399px -36px;
}

.support-inquiry-btn input {
  width: 212px;
  background-position: -133px -72px;
  float: right;
}

.support-inquiry-btn input:hover {
  background-position: -133px -108px;
}

.support-btn-box {
  width: 360px;
  margin: 0 auto;
}

/*利用規約*/
.contents-rules h3 {
  font-size: 0.9em;
  margin: 30px 0 10px;
}

.contents-rules h4 {
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0 0 10px;
  padding: 0 20px;
  font-weight: 100;
}

.contents-rules p {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 0 40px;
}

/*ログインページ------------------*/
.login-left h2 {
  display: block;
  background: url(/images/dev-main.gif) no-repeat 0 -90px;
  width: 430px;
  height: 100px;
  font-size: 1px;
  text-indent: -9999px;
}

.login-left h3 {
  font-size: 1em;
  font-weight: 100;
  margin: 30px 0 18px;
  padding: 0 5px 2px;
  border-bottom: 1px #ff7200 solid;
  color: #ff7200;
}

.login-left p {
  font-size: 0.78em;
  line-height: 1.6em;
  margin-bottom: 18px;
}

.login-left h3 span {
  background: url(/images/dev-main.gif) no-repeat 0 -210px;
  display: inline-block;
  width: 28px;
  height: 23px;
  vertical-align: -0.3em;
}

.login-left h3 span.ico-service1 {
  background: url(/images/dev-main.gif) no-repeat 0 -210px;
}

.login-left h3 span.ico-service2 {
  background: url(/images/dev-main.gif) no-repeat -30px -210px;
}

/*ログインボックス*/
.login-box-border {
  padding: 5px;
  border: 1px #e2eaff solid;
  margin-bottom: 10px;
}

.login-box {
  background: #eaf0ff;
  padding: 15px;
}

.login-box h3 {
  font-size: 0.85em;
  margin-bottom: 10px;
  text-align: center;
}

.login-box h3.txt-center {
  text-align: center;
}

.login-box table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.login-box td, .login-box th {
  font-size: 14px;
  padding: 3px;
}

.login-box th {
  width: 30%;
  font-weight: 100;
  text-align: right;
}

.login-box td {
  width: 70%;
  font-size: 0.75em;
  text-align: left;
}

.login-box td input {
  font-size: 1.2em;
  line-height: 1.4em;
  height: 1.4em;
  width: 99%;
  _width: 160px;
}

.login-box td.rem-pw {
  padding-top: 7px;
}

.login-box td.rem-pw input {
  vertical-align: -0.4em;
  width: auto;
  _vertical-align: -0.2em;
}

.login-box p {
  text-align: center;
  font-size: 0.75em;
  margin-top: 15px;
}

label {
  cursor: pointer;
}

/*ボタン*/
.login-btn input {
  display: block;
  font-size: 1px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  height: 36px;
  width: 133px;
  background: url(/images/dev-btn.gif);
}

.login-btn input:hover {
  background: url(/images/dev-btn.gif) 0 -36px;
}

.login-box p.register-btn {
  display: block;
  width: 133px;
  height: 36px;
  margin: 0 auto;
  background: url(/images/dev-btn.gif) no-repeat -133px 0;
  font-size: 1px;
  text-indent: -9999px;
  _margin-bottom: 0px;
}

.login-box p.register-btn a {
  display: block;
  width: 133px;
  height: 36px;
  margin: 0 auto;
  background: url(/images/dev-btn.gif) no-repeat -133px 0;
  font-size: 1px;
}

.login-box p.register-btn a:hover {
  background: url(/images/dev-btn.gif) no-repeat -133px -36px;
}

/*新規登録------------------*/
.support-navi li.register-navi-1 {
  background-position: 0 -340px;
}

.support-navi li.register-navi-2 {
  background-position: 0 -384px;
}

.support-navi li.register-navi-4 {
  background-position: 0 -472px;
}

.support-navi li.register-navi-1b {
  background-position: -200px -340px;
}

.support-navi li.register-navi-2b {
  background-position: -200px -384px;
}

.support-navi li.register-navi-4b {
  background-position: -200px -472px;
}

.agree-box {
  height: 150px;
  overflow: scroll;
  padding: 10px;
  border: 1px #bbb solid;
  overflow-x: hidden;
}

.agree-box-bottom {
  margin: 0 40px 30px;
}

.agree-box h5 {
  font-size: 0.75em;
  margin-bottom: 10px;
}

.agree-box p {
  font-size: 0.75em;
  margin-bottom: 10px;
  padding-left: 10px;
}

.attention {
  border: 1px #ccc solid;
  padding: 10px;
  font-size: 0.72em;
  margin-bottom: 20px;
  line-height: 1.8em;
}

.txt-error {
  font-size: 0.75em;
  margin-bottom: 15px;
  color: #f00;
  border: 1px #f00 solid;
  padding: 12px;
}

.txt-warning {
  font-size: 0.9em !important;
  margin-bottom: 15px;
  color: #f00;
  border: 1px #f00 solid;
  padding: 12px;
}

.txt-warning a {
  color: #f00;
  text-decoration: underline;
}

.txt-note {
  font-size: 0.9em;
  margin-bottom: 15px;
  color: #000;
  border: 1px #000 solid;
  padding: 12px;
}

.txt-note a {
  color: #000;
  text-decoration: underline;
}

.txt-safety {
  font-size: 0.9em;
  margin-bottom: 15px;
  color: #004ed0;
  border: 1px #004ed0 solid;
  padding: 12px;
}

.txt-safety a {
  color: #004ed0;
  text-decoration: underline;
}

/*ボタン*/
.double-btn {
  width: 300px;
  margin: 0 auto;
}

.register-agree-btn input {
  width: 133px;
  background-position: -266px 0;
}

.register-agree-btn input:hover {
  background-position: -266px -36px;
}

.register-back-btn input {
  width: 133px;
  background-position: 0 -72px;
  float: left;
}

.register-back-btn input:hover {
  background-position: 0 -108px;
}

.register-complete-btn input {
  width: 133px;
  background-position: -553px 0;
  float: right;
}

.register-complete-btn input:hover {
  background-position: -553px -36px;
}

/*パスワード再送信------------------*/
.pw-ttl {
  font-size: 0.95em;
  margin-bottom: 10px;
  background: url(/images/dev-main.gif) no-repeat -435px -495px;
  padding-left: 20px;
}

.ico-arrow {
  background: url(/images/dev-main.gif) no-repeat -435px -395px;
  display: inline-block;
  width: 15px;
  height: 16px;
  vertical-align: -0.1em;
  font-size: 1px;
  cursor: pointer;
}

/*フッター------------------*/
.footer {
  margin: 50px 0 30px;
}

.footer-top {
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px #d0d0d0 solid;
}

.footer-top-left {
  float: left;
  font-size: 0.8em;
}

.footer-top-right {
  float: right;
  text-align: right;
  font-size: 0.8em;
}

.ico-pagetop {
  background: url(/images/dev-main.gif) no-repeat -60px -210px;
  display: inline-block;
  width: 16px;
  height: 10px;
  vertical-align: -0.1em;
  font-size: 1px;
  cursor: pointer;
}

.footer-bottom {
  text-align: center;
  font-size: 0.8em;
  color: #888;
}

/*印刷用------------------*/
@media print {
  /* 共通レイアウト */
  .header {
    display: none;
  }
  .container {
    width: 640px;
    margin: 0;
  }
  .footer {
    display: none;
  }
  /* ログイン後 */
  .contents {
    width: 100%;
  }
  .leftmenu {
    display: none;
  }
  .main {
    width: 100%;
    float: left;
  }
  .main-inner {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }
  .support-navi {
    display: none;
  }
  /* ログイン画面 */
  .login-left {
    width: 100%;
  }
  .login-right {
    display: none;
  }
  /* 1カラム */
  .contents2 {
    width: 100%;
  }
  /*利用規約*/
  .contents-rules {
    width: 640px;
  }
  .agree-box {
    height: auto;
    overflow: auto;
  }
  .incident-box {
    height: auto;
    overflow: auto;
  }
}
