@charset "UTF-8";
/* CSS Document */





html {
  background-color: #c5ccd3;
}

body {
  -webkit-text-size-adjust: none;
  font-family: HiraKakuProN-W3;
  line-height: 1.25;
}

/**
 * iPhoneらしいグレーの背景を利用するには、このクラスを使います。スライドシートのバック
 */

/*.iPhoneBody {
  background-color: #c5ccd3;
}*/




/**一番上のスケジュールタイトル*/

.iPhoneHead h1 {
   font-family: HiraKakuProN-W6;
   font-size: 24px;
   color: white;
   text-align: center;     /*  これを取ると左に寄る */
   vertical-align:middle;
   text-shadow: rgba(0,0,0,.6) 0 1.5px 0;
   white-space: nowrap;
   text-overflow: ellipsis;
   text-decoration: none;
   height: 42px;
   padding: 14px 4px 0;
   display:block;
   border-top: 1px solid #aaccff;
   background: #8aacdf;
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#375786', endColorstr='#8aafe4'); /* for IE */
   background: -webkit-gradient(linear, left top, left bottom, from(#375786), to(#8aafe4));
   background: -webkit-linear-gradient(top, #375786, #8aafe4);
   background: -moz-linear-gradient(top, #375786, #8aafe4);
   background: -ms-linear-gradient(top, #375786, #8aafe4);
   background: -o-linear-gradient(top, #375786, #8aafe4);
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   /* width:760px;*/
   width:auto;
   margin:auto;
}




/** 更新日の見出しバー */

.iPhoneListTitle{
      display: none; 
}

input[type=button].iPhoneListTitle {
      display: none;   /*更新日のボックスを消してます*/
}




