@charset "UTF-8";
/*====================================================================================
テキスト
====================================================================================*/
/*------------------------------------------
基本設定
------------------------------------------*/
/* フォントのバグを解消
------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
}

/* 基本フォント設定
------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0;
  word-wrap: break-word;
}

.center {
  text-align: center;
}

.br{
  display:block;
}

.err_msg {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}

.msg_small {
  font-size: 16px;
}

/*====================================================================================
 全体
 ====================================================================================*/
/*------------------------------------------
 基本設定
 ------------------------------------------*/
html:root {
  background-color: #ccc;
}

.main_tit {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.main_tit img {
  width: 100%;
}

.login {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  margin: 20px 10px 0;
  background-color: #fff;
}

/*
.login .center p {
  text-align: center;
}
*/

/*.login input[type="text"],input[type="email"],input[type="password"], textarea {*/
input[type="text"],input[type="email"],input[type="password"],input[type="number"], textarea {
  width: 90%;
  background-color: #eee;
  border: 1px solid #ccc;
  height: 30px;
  font-size: 16px;
/*  margin: 0 10px; */
}

input[type="select"] {
  width: 90%;
  background-color: #eee;
  border: 1px solid #ccc;
  height: 30px;
  font-size: 16px;
/*  margin: 0 10px; */
}

input[type="file"] {
  width: 90%;
  background-color: #eee;
  border: 1px solid #ccc;
  height: 30px;
  font-size: 16px;
/*  margin: 0 10px; */
}

/*===================================================*/
/* セレクト */
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
}
select::-ms-expand {
  display: none;
}
.selectWrap{
  position: relative;
  display: inline-block;
}
.selectWrap::before{
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #ccc;
  height: 100%;
  width: 30px;
}
.selectWrap::after{
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent; 
}

.selectWrap {
  font-size: 16px;
}

/*===================================================*/

.login_form {
  margin-top: 10px; 
}

.login_form + .login_form {
  margin-top: 10px; 
}

.login_form .tit {
  border-left: 3px solid #0B3B0B;
  padding-left: 5px;
  line-height: 1em;
  margin-bottom: 10px;
}

/*------------------------------------------
ボタン（戻る / 設定）
------------------------------------------*/
.btn_menu {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  background-color: #f00;
  opacity: 0.7;
}

.btn_menu img {
  width: 100%;
}

/* 戻る
------------------------------------------*/
.btn_menu {
  left: 10px;
}



/*------------------------------------------
青いボタン：基本設定
------------------------------------------*/
*[class*="btn_blue"] {
  display: block;
  margin-top: 20px;
  width: 100%;
}

*[class*="btn_blue"] > * {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  margin: 0 10px;
}

/*
*[class*="btn_blue"] span {
  display: inline;
  vertical-align: middle;
  line-height: 1em;
}
*/

*[class*="btn_blue"] i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

*[class*="btn_blue"] i img {
  width: 100%;
}

*[class*="btn_blue"].act {
  opacity: .3;
}

/* 青いボタン01
------------------------------------------*/
.btn_blue01 > * {
  background-color: #088A08;
}

body[data-html="introduction"] .btn_blue01 a {
  letter-spacing: -0.1em;
}


.item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.memo_area {
/*  height: 300px; */
  height: 140px;
  font-size: 16px;
}


/**** ログイン画面 ****/
.detail {
  margin-top: 20px;
}

.detail_msg {
  font-size: 14px;
  text-align: left;
}

.login .remain_login {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.login .remain_login input[type=checkbox] {
  transform: scale(1.5);
}

.detail_img {
  width: 90%;
}

/**** 使い方画面 ****/
.msg_big {
  font-size: 21px;
}

.msg_mid {
  font-size: 16px;
}

/**** データ表示 ****/
.dsp_data {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  margin: 20px 10px 0;
  background-color: #fff;
}

.dsp_data input[type="text"] {
  width: 100px;
  background-color: #eee;
  border: 1px solid #ccc;
  height: 24px;
  font-size: 16px;
/*  margin: 0 10px; */
}

/** 条件入力エリア **/
.dsp_data .condition {
  margin: 4px 0px;
}

.dsp_data .condition .search_date {
  margin: 0px 6px;
}

.dsp_data .condition p {
  font-size: 12px;
  display: inline;
}

.dsp_data .dsp_button {
  margin-left: 2px;
  border: 1px solid #444;
  font-size: 16px;
  background-color: pink;
  color: #444;
  height: 24px;
  width: 50px;
}


/** 表エリア **/
.dsp_data .data_table {
  padding: 10px 0;
}

.dsp_data .data_table .table {
  width: 100%;
}

.dsp_data .data_table .table * {
  text-align: center;
  line-height: 1em;
  font-size: 14px;
  font-weight: normal;
}

.dsp_data .data_table .table th,
.dsp_data .data_table .table td {
  vertical-align: middle;
  padding: 3px 0;
  border: 1px solid #444444;
}

.dsp_data .data_table .table td div {
  padding: 0px 2px;
}

.dsp_data .data_table .table .t_memo {
  width: 200px;
}

.dsp_data .data_table .table .t_memo_td {
  text-align: left;
}

.dsp_data .data_table .table td div p:last-child {
  padding-top: 4px;
  border-top: 1px dashed #ccc;
}

.sat {
  color: #0000CC;
}

.sun {
  color: #CC0000;
}

.dsp_data .data_table .ico img {
  width: 24px;
}


/** 一覧エリア **/
.dsp_data .data_list .center {
  line-height: 1em;
  padding: 10px 0;
}

.dsp_data .data_list input[type=checkbox] {
  transform: scale(1.5);
}

.dsp_data .data_list .list_disp_check {
  padding: 4px 0px;
}
.disp_check {
  padding: 0 10px;
}

.dsp_data .data_list .table {
  width: 100%;
}

.dsp_data .data_list .table * {
  text-align: center;
  line-height: 1em;
}

.dsp_data .data_list .table small {
  color: #666666;
  display: block;
}

.dsp_data .data_list .table tr {
  border-top: 1px solid #CCCCCC;
}

.dsp_data .data_list .table th {
  font-size: 24px;
  vertical-align: top;
  padding: 10px 0;
}

.dsp_data .data_list .table th small {
  font-size: 18px;
}

.dsp_data .data_list .table td {
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 0;
}

.dsp_data .data_list .table td small {
  font-size: 15px;
}

.dsp_data .data_list .ico {
  width: 24px;
  display: inline-block;
  margin-right: 5px;
}

.dsp_data .data_list .ico img {
  width: 100%;
}

@media screen and (max-width: 320px) {
  .dsp_data .data_list .table {
/*    width: 320px; */
  }
}
@media screen and (min-width: 375px) {
  .dsp_data .data_list .table {
/*    width: 375px;*/
  }
}

.dsp_data .data_list .table td .sat {
  color: #0000CC;
}

.dsp_data .data_list .table td .sun {
  color: #CC0000;
}


/* ページフッター用 */
.footer_deck {
  width: 100%;
  height: 20px;
  background-color: #ccc;
}

/* ページフッター用 */
.footer_area_detail {
  width: 100%;
  height: 80px;
  background-color: #ccc;
}


/* datepicker */
.ui-datepicker {
  width: 85%;
}


/*************** ポップアップメニュー **********/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.side_menu {
  margin-top: 4px;
  margin-bottom: 4px;
}

.side_menu .setup_disp_item {
  font-size:16px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 20px;
}

.side_menu .setup_disp_item input[type=checkbox] {
  transform: scale(1.5);
}
.side_menu .setup_disp_item span {
  margin-left: 10px;
}

.side_menu .insulin_check {
  margin-left: 10px;
  padding: 2px 10px;
  border: 1px solid #444;
  font-size: 16px;
  background-color: pink;
  color: #444;
}

.side_menu .list {
  margin-top: 20px;
  margin-left: 20px;
}

.side_menu .list .insulin_item {
  margin-bottom: 10px;
  font-size:16px;
}

.side_menu .list .insulin_icon {
  margin-left: 6px;
}

.side_menu .list .insulin_item .ico {
/*  margin-left: 20px;*/
}

.side_menu .ico {
  width: 20px;
  display: inline-block;
  margin-left: 5px;
}

.side_menu .ico img {
  width: 100%;
}

.side_menu .setting_timing {
  margin-top: 6px;
  width: 86%;
}

.side_menu .t_list {
  font-size: 15px;
  margin: 2px 0px;
  width: 100%;
}

.side_menu .t_name {
  display: inline-block;
  margin-right: 10px;
  width: 48px;
}

.side_menu input[type=number] {
  border: 1px solid #ccc;
  display: inline;
  height: 28px;
  font-size: 16px;
  width: 50px;
}

.side_menu .text_disabled {
  background-color: #aaa;
}

.side_menu .setting_timing input[type=checkbox] {
  margin-right: 6px;
  transform: scale(1.5);
}
