/*
zap_mobile

スマホ用zap_mobileモジュール用CSS

※ 一緒にzap_mobile.jsを呼んでください。

ver.1.0.1
 ヘッダ・フッタの固定機能
　コンテンツ部分を押下することにより固定設定・解除が可能

ver 1.1.2
 コンテンツ部分の最小最大の幅を定義
 コーナーバナー用class(width:100%)
*/


html,body{
  height:100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}


div[data-role='page'] {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto !important; /*IE6対策*/
  min-height: 100%;
  border: 0;
  outline: none;
}

div[data-role='content'], div.right_content {
  position: relative;
  left: 0;
  margin: auto;
  display: block;
  overflow: visible;
  min-width: 310px;   /* 最小幅 */
  max-width: 350px;   /* 最大幅 */
  padding: 5px;
  border: 0;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

div.right_content {
  overflow: auto;
  padding: 0px;
}

div[data-role='header'] {
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  min-height: 3em;
  width: 100%;
  z-index: 1000;
  zoom: 1;
}
div[data-role='header'].ui-widget-header, div[data-role='header'].ui-widget-content {
  border-right: 0;
  border-left: 0;
}
div[data-role='header'].ui-widget-content {
  border: 0;
  margin: auto auto 10px;
  min-width: 310px;   /* 最小幅 */
  max-width: 370px;   /* 最大幅 */
}

div[data-role='header']>img {
  width: 100%;
}
div[data-role='header']>div {
  display: table;
  min-height: 3em;
  width: 100%;
}
div[data-role='header']>div>* {
  display: table-cell;
  vertical-align: middle;
  min-height: 3em;
}

div[data-role='header'] #head-table {
  min-height: 3em;
  width: 100%;
}
div[data-role='header'] #head-table td {
  vertical-align: middle;
  height: 3em;
}

div[data-role='header'] #head-table td#ht_l, div[data-role='header'] #head-table td#ht_r{
  white-space: nowrap;
  width: 6em;
}
/* slide down */
.slidedown.in {
  -webkit-transform: translateY(0);
  -webkit-animation-name: slideinfromtop;
  -webkit-animation-duration: 250ms;
  -moz-transform: translateY(0);
  -moz-animation-name: slideinfromtop;
  -moz-animation-duration: 250ms;
  transform: translateY(0);
  animation-name: slideinfromtop;
  animation-duration: 250ms;
}
@-webkit-keyframes slideinfromtop {
  from { -webkit-transform: translateY(-100%); }
  to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfromtop {
  from { -moz-transform: translateY(-100%); }
  to { -moz-transform: translateY(0); }
}
@keyframes slideinfromtop {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

div[data-role='footer'] {
  margin-top: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  min-height: 2em;
  z-index: 1000;
  zoom: 1;
}
div[data-role='footer'].ui-widget-header {
  border-right: 0;
  border-left: 0;
}
div[data-role='footer'].ui-widget-content {
  border: 0;
  margin: auto;
  min-width: 310px;   /* 最小幅 */
  max-width: 370px;   /* 最大幅 */
}

#foot-table {
  min-height: 3em;
  width: 100%;
}
#foot-table td{
  vertical-align: middle;
  height: 3em;
}
#foot-table td#ft_l, #foot-table td#ft_r{
  white-space: nowrap;
  width: 6em;
}

/* slide up */
.slideup.in {
  -webkit-transform: translateY(0);
  -webkit-animation-name: slideinfrombottom;
  -moz-transform: translateY(0);
  -moz-animation-name: slideinfrombottom;
  -webkit-animation-duration: 250ms;
  -moz-animation-duration: 250ms;
}
@-webkit-keyframes slideinfrombottom {
  from { -webkit-transform: translateY(100%); }
  to { -webkit-transform: translateY(0); }
}
@-moz-keyframes slideinfrombottom {
  from { -moz-transform: translateY(100%); }
  to { -moz-transform: translateY(0); }
}

span.ui-icon.ui-icon-twitter {
  background: url('https://twitter.com/favicons/favicon.ico') 1px center no-repeat;
}

span.ui-icon.ui-icon-facebook {
  background: url('https://www.facebook.com/favicon.ico') 1px center no-repeat;
}

.nonView  {
  display: none;
}

span.errView {
  text-decoration: blink;
  color: red;
}

/*
  ローダーイメージ
*/
#imgLoader, .imgLoader {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 100%;
  z-index: 1000;
}

/*
  コーナーバナー
*/
.corner_banner img {
  width: 100%;
}

/*
  もっと読み込む
*/
.more_loader {
  display: table;
  width: 100%;
}
.more_loader span{
  display: table-cell;
  height: 3em;
  vertical-align: middle;
}

/* アイコン */
img.icon {
  width: 1.2em;
}
div.icon, div.icon_b {
  display: inline;
}
div.icon img {
  margin-top: -.2em;
  height: 1.2em;
  vertical-align: middle;
}
/* アイコン(大) */
div.icon_b img {
  margin-top: -.5em;
  height: 2.0em;
  vertical-align: middle;
}
/* ライン */
div.line {
  line-height: 0;
}
div.line img {
  width: 100%;
}

/* 登録画面系 */
#input_list, #check_list {
  list-style: none;
}
#input_list li, #check_list li{
  margin-bottom: 1em;
}

#input_list .must {
margin:0 5px;
padding:2px 6px;
border-radius:2px;
display:inline-block;
background:#e83f20;
font-size:11px;
color:#FFF;
vertical-align:top;
}
#input_list .p_val input[type="text"],
#input_list .p_val input[type="tel"],
#input_list .p_val select {
padding: 4px;
border:1px solid #FFF;
-webkit-border-radius: 4px;
        border-radius: 4px;
background-color: #FFF;
font-size:1rem;
}
#input_list .p_val input[name="name"],
#input_list .p_val select {
width: 100%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
#input_list #input_gender label {
width: 50%;
}

#check_list {
margin-bottom: 30px;
}
#check_list div.p_name {
  color: #f4b92c;
}
#check_list li {
  display: table;
}
#check_list div.p_name {
  display: table-cell;
  width: 9em;
}
#check_list div.p_val:before {
  content: ": ";
  color: #f4b92c;
  margin-right: .5em;
}
