* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body{
  min-width: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
	margin: 0;
  padding: 0;
	font-size: 15px;
	background-color: #fff;
}

/*--▽ Googleマテリアルアイコン */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
i{
	vertical-align: bottom;
}
/*------▽ ローディング画像 */
#loader{
	position: fixed;
	width: 100%;
	top: 100px;
	text-align: center;
	z-index: 1000;
}
/*--▽ ページ読み込み完了まで透過させる */
#wrap{
	opacity: 0.7;
}

#primary{
	text-align: left;
}
.row{
	margin: 0;
}
#top-button{
	text-align: left;
}
#logout-button{
	text-align: right;
}
#back-button{
	text-align: left;
}
.time input{
	width: auto;
}
.align-right{
	text-align: right;
}
.size-08{
	font-size: 0.8em;
}
.size-12{
	font-size: 1.2em;
}

/*--▽ナビより下の本体*/
#page{
	margin-top: 70px;
}


/*--▽ナビ*/
.navbar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
/* 大文字変換をやめさせる */
.navbar .btn{
	text-transform: none;
}
.btn-top-white{
	color: #fff !important;
}
.navbar-brand{
	/*width: 60px;*/
	padding: 0 !important;
	position: relative;
	text-align: left;
	float: none;
}
#logo{
	width: 300px;
	height: 60px;
	padding: 1em;
	vertical-align: middle;
	/*display: inline-block;*/
}
#logo span{
	font-weight: bold;
	font-size: 1.3em;
	margin-right: 0.3em;
}
#logo img{
	width: 100%;
	height: auto;
}


.navbar-nav .btn{
	padding: 4px 30px;
}
/* ハンバーガー */
.navbar-toggle{
	margin-bottom: 0;
}

.navbar-lapislazuli{
	background-color: #1f4788;
}
.navbar-navy{
	background-color: navy;
}
.navbar-teal{
	background-color: teal;
}
.navbar-lightgreen{
	background-color: lightgreen;
}
.navbar-lightblue{
	background-color: lightblue;
}

/* メニューを開いた時の高さ Androidは効かない */
.navbar-collapse{
	max-height: 600px;
}

/* メニュー内サムネイル画像 */
.nav .thumbnail{
	width: 30px;
	height: auto;
	display: inline-block;
	padding: 1px;
}
.nav .caret{
	border-top-color: #fff;
	border-bottom-color: #fff;
}
#your-name{
	font-size: 0.8em;
}

/*------▽ログインフォーム */
#mail,#pass_word{
	width: 200px;
}
/*------▽トップメニュー */
#top-menu td:nth-child(2n){
	text-align: right;
	padding-right: 2em;
}

/* フッター */
.row.white{
	background-color: #ddd;
}
#tel{
	margin-right: 1em;
}