﻿@charset "utf-8";
/* CSS Document */

/* K
-----------------------------------------------------------------------------------------------------------*/

h1,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure {
  margin: 0px;
  padding: 0px;
}
li {
  font-size: 1em;
} /* =16px */
.ui-bar-x {
  border: 1px solid #03c;
  background: #03c;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 -1px 1px #669999;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5879dd),
    to(#03c)
  );
  background-image: -webkit-linear-gradient(top, #5879dd, #03c);
  background-image: -moz-linear-gradient(top, #5879dd, #03c);
  background-image: -ms-linear-gradient(top, #5879dd, #03c);
  background-image: -o-linear-gradient(top, #589dde, #03c);
  background-image: linear-gradient(top, #5879dd, #03c);
}
.ui-btn-up-x {
  text-decoration: none;
  border: 1px solid #669999;
  background: #709f9f;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 -1px 1px #669999;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b4cece),
    to(#709f9f)
  );
  background-image: -webkit-linear-gradient(top, #b4cece, #709f9f);
  background-image: -moz-linear-gradient(top, #b4cece, #709f9f);
  background-image: -ms-linear-gradient(top, #b4cece, #709f9f);
  background-image: -o-linear-gradient(top, #b4cece, #709f9f);
  background-image: linear-gradient(top, #b4cece, #709f9f);
}
.ui-btn-hover-x,
.ui-btn-down-x,
.ui-body-x .ui-btn-active {
  text-decoration: none;
  border: 1px solid #669999;
  background: #709f9f;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 -1px 1px #669999;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#709f9f),
    to(#5b8888)
  );
  background-image: -webkit-linear-gradient(top, #709f9f, #5b8888);
  background-image: -moz-linear-gradient(top, #709f9f, #5b8888);
  background-image: -ms-linear-gradient(top, #709f9f, #5b8888);
  background-image: -o-linear-gradient(top, #709f9f, #5b8888);
  background-image: linear-gradient(top, #709f9f, #5b8888);
}
.ui-body-x .ui-icon-checkbox-on,
.ui-body-x .ui-checkbox-on .ui-icon,
.ui-body-x .ui-radio-on .ui-icon {
  background-color: #709f9f;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  border-style: none;
  border-width: 0;
}
/*
.ui-header
-------------------*/
.ui-header {
  text-align: left;
}
.ui-header p {
  background-color: #36c;
  text-indent: -9999px;
  font-size: 5px;
  text-shadow: none;
}
h1.ui-title {
  text-indent: -9999px;
}
*/ .signup_subttl {
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 50px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #03c;
}
a {
  text-decoration: none;
}
.ui-mini {
  font-size: 0.8em;
  margin-right: 0px;
  margin-left: 0px;
}
label {
  font-weight: bold;
  font-size: 80%;
  white-space: nowrap;
}
body,
html {
  height: 100%;
}
html {
  padding: 0px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
body {
  color: #666;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
}
.toposhirase {
  border: 1px solid #007eff;
  padding: 10px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.toposhirase dt {
  font-weight: bold;
}
.oshirase {
  border: 1px solid #007eff;
  padding: 10px;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.oshirase dt {
  font-weight: bold;
}
.waku {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #f00;
}
.ui-footer {
  position: fixed;
  text-align: center;
  clear: both;
  bottom: 0; /* 一番下に表示 */
  width: 100%;
  font-weight: normal;
  padding: 0px;
  color: #fff;
}
/* テキストを省略せずに表示する */
.ui-header .ui-title,            /* ヘッダー */ .ui-footer .ui-title,            /* フッター */ .ui-btn-inner,                /* ボタン */ .ui-btn-txt, .ui-li-heading,                /* リスト見出し */ .ui-li .ui-btn-text a.ui-link-inherit,    /* リンクリスト */ .ui-li-desc                /* リスト詳細 */ {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
em {
  color: #f00;
  font-style: normal;
  margin-left: 1em;
  font-size: small;
}
.btn {
  display: block;
  border: 1px solid #ccc;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.btn:active {
  background-color: #6cf;
}
a.btn {
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-size: contain;
  background-position: center center;
  height: 5em;
}
#ios_install {
  background-image: url(../image/step6_down/app_sore.png);
}
#android_install {
  background-image: url(../image/step6_down/ja_badge_web_generic.png);
}
h3 {
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
}
.ui-btn-right.ui-icon-bars.ui-btn-icon-right.ui-corner-all.headermenu {
  margin-top: 10px;
}
#topmain {
  background-color: #d3edfb;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
/*#start_bun {
	background-image: url(../image/top/start_bun.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size:contain;
}*/
/*base.cssから*/

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}
a:link,
a:visited,
a:active,
a:hover {
  /* FireFox リンク選択時の点線を消す */
  overflow: hidden;
  outline: none;
}
ul {
  list-style-type: none;
}
a {
  /* FireFox*/
  overflow: hidden;
  outline: none;
  text-decoration: none;
}
/*clearfix*/
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/*Hides from IE-mac\*/
*html.clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*End hide from IE-mac*/
/*header*/
#header {
  background-color: #fff;
  padding: 0px;
  margin: 0 auto;
}
h2 {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
  font-weight: bold;
  color: #666;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
.ui-content.main form fieldset {
  margin: 0 0 1.8em;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
form fieldset label em {
  color: #f00;
  font-size: small;
  font-style: normal;
  margin-left: 0.5em;
}
.album_id {
  float: left;
  width: 45%;
}
.album_id_hyhun {
  float: left;
  width: 10%;
  text-align: center;
  font-weight: bold;
  color: #666;
  font-size: 18px;
  margin-top: 1em;
}
input {
  font-size: 18px;
}
.closebtn {
  position: fixed;
  bottom: 70px; /* 下から70px */
}
#start {
  background-color: #007eff;
  /*box-shadow*/
  box-shadow: 5px 5px 0px #002df9;
  -webkit-box-shadow: 5px 5px 0px #002df9;
  -moz-box-shadow: 5px 5px 0px #002df9;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
#start:hover {
  background-color: #3399ff;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
#next {
  background-color: #ffcc00;
  /*box-shadow*/
  box-shadow: 5px 5px 0px #ff9900;
  -webkit-box-shadow: 5px 5px 0px #ff9900;
  -moz-box-shadow: 5px 5px 0px #ff9900;
  color: #000;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
#next:hover {
  background-color: #ffcc66;
  color: #666;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
#no {
  background-color: #ccc;
  /*box-shadow*/
  box-shadow: 5px 5px 0px #999;
  -webkit-box-shadow: 5px 5px 0px #999;
  -moz-box-shadow: 5px 5px 0px #999;
  color: #000;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
#no:hover {
  background-color: #bab9b9;
  color: #666;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.main {
  background-color: #d3edfb;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.ui-content.main #tourokujouhou {
  padding: 5px;
  background-color: #fff;
  font-size: 16px;
}
.allow {
  background-image: url(../image/operation/allow.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 60px;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
}
.dl_tejun {
  background-color: #fff;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ui-content.main .honbun {
  background-color: #fff;
  padding: 15px;
  font-size: small;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.ui-content.main .qa div h3 {
  border: 1px solid #ccc;
}
.checkbox {
  padding: 10px;
  background-color: #ccc;
  /*box-shadow*/
  box-shadow: 5px 5px 0px #999;
  -webkit-box-shadow: 5px 5px 0px #999;
  -moz-box-shadow: 5px 5px 0px #999;
  color: #000;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  white-space: normal;
}
.checkbox:hover {
  background-color: #bab9b9;
  color: #666;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
input#uComment {
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  padding: 8px;
}
.carrier a {
  background-color: #fff;
  /*box-shadow*/
  box-shadow: 5px 5px 0px #999;
  -webkit-box-shadow: 5px 5px 0px #999;
  -moz-box-shadow: 5px 5px 0px #999;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 18px;
  text-align: center;
  margin: 10px;
  padding: 10px;
  float: left;
  width: 28%;
  color: #000;
}
.carrier a:hover {
  background-color: #ccc;
  color: #666;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
#breadcrumbs {
  background-color: #ccc;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 10px 0;
  list-style-type: none;
}

#breadcrumbs li.select {
  background-color: #aaafb5;
  color: #fff;
}
#breadcrumbs li:first-child {
  padding-left: 1.5em;
  border-radius: 5px 0 0 5px; /* CSS3草案 */
  -webkit-border-radius: 5px 0 0 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px 0 0 5px;
}

#breadcrumbs li:after,
#breadcrumbs li:before {
  content: "";
  position: absolute;
  top: 0em;
  right: -1.6em;
  border-left: 1.5em solid #fff;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  z-index: 2;
}

#breadcrumbs li:after {
  content: "";
  position: absolute;
  top: 0em;
  right: -1.5em;
  border-left: 1.5em solid #ccc;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  z-index: 3;
}
#breadcrumbs li.select:after {
  content: "";
  position: absolute;
  top: 0em;
  right: -1.5em;
  border-left: 1.5em solid #aaafb5;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  z-index: 3;
}
#breadcrumbs li#last:after,
#breadcrumbs li#last:before {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.ui-content.main #school_name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 2em;
  text-align: center;
}
.add_text {
  color: #f00;
}
