﻿/*  */
html,body,button{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
html,body{
	min-width: 350px;
}

div.title {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    /* 文字サイズを指定 */
    font-size: 36px;
    /* 文字色を指定 */
    color: #124574;
    text-align: center;
    /* 枠線 */
    /*	border:solid 5px #E2C6A3;*/
    /* 角丸を指定 */
    border-radius: 10px;
}

@media (max-width: 576px) {
	div.title {
		margin-top: 20px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		/* 文字サイズを指定 */
		font-size: 30px;
		/* 文字色を指定 */
		color: #124574;
		text-align: center;
		/* 枠線 */
		/*	border:solid 5px #E2C6A3;*/
		/* 角丸を指定 */
		border-radius: 10px;
	}
	div.title img{
		height:32px;
	}
	div.title_top img{
		height:50px;
	}
}

    div.head {
		font-size: 28px;
		font-weight: bold;
		color: #003366;
		text-align:center;
	}

	div.buttons {
		position: relative;
		left: 0px;
		right: 0px;
		margin: 30px;
		text-align:center;
	}

	button.normal_button {
		/* 文字サイズを1.4emに指定 */
		font-size: 1.4em;
	
		/* 文字の太さをboldに指定 */
		font-weight: bold;
	
		/* 縦方向に10px、
		 * 横方向に30pxの余白を指定 */
		padding: 10px 30px;
	
		/* 背景色を指定 */
		background-color: #ADC6DE;
	
		/* 文字色を指定 */
		color: #003366;
	
		/* ボーダーをなくす */
		border-style: none;
	
		/* ボタンの影の指定
		 * 影の横幅を2px
		 * 縦長を2px
		 * ぼかしを3px
		 * 広がりを1px
		 * 色を#666（グレー）に指定 */
		box-shadow: 2px 2px 3px 1px #666;
		-moz-box-shadow: 2px 2px 3px 1px #666;
		-webkit-box-shadow: 2px 2px 3px 1px #666;
	
		/* 角丸の指定 */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	button.normal_button:hover {
		/* 背景色を指定 */
		background-color: #ADC6FF;
	
		/* 文字色を指定 */
		color: #003366;
	}
	button.normal_button[disabled], button.normal_button[disabled]:hover {
		/* 背景色を指定 */
		background-color: #CCCCCC;
	
		/* 文字色を指定 */
		color: #666666;
	}

	button.small_button {
		/* 文字サイズ */
		font-size: 20px;
	
		/* 文字の太さ */
		font-weight: bold;
	
		/* 縦方向に5px、
		 * 横方向に10pxの余白を指定 */
		padding: 5px 10px;
	
		/* 背景色 */
		background-color: #ADC6DE;
	
		/* 文字色 */
		color: #003366;
	
		/* ボーダーをなくす */
		border-style: none;
	
		/* ボタンの影の指定
		 * 影の横幅を2px
		 * 縦長を2px
		 * ぼかしを3px
		 * 広がりを1px
		 * 色を#666（グレー）に指定 */
		box-shadow: 2px 2px 3px 1px #666;
		-moz-box-shadow: 2px 2px 3px 1px #666;
		-webkit-box-shadow: 2px 2px 3px 1px #666;
	
		/* 角丸の指定 */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	button.small_button:hover {
		/* 背景色を指定 */
		background-color: #ADC6FF;
		/* 文字色を指定 */
		color: #003366;
	}


button.btn_logout {
    background-color: #22ac38;
    color:white;
}

    button.btn_logout:hover {
        background-color:white;
        color: #22ac38;
    }


button.btn_close {
    background-color: white;
    color: black;
}

button.btn_close:hover {
    color:white;
}


.btn-success {
    border: 3px solid white;
    border-radius: 20px;
    background-color: #22ac38;
    box-shadow: 0px 5px 8px 0px rgba(37,53,69,0.65);
    font-size: 1.4em;
    min-width: 150px;
    font-weight: bold;
}

.btn-info {
    border: 3px solid white;
    border-radius: 20px;
    background-color: #124574;
    box-shadow: 0px 5px 8px 0px rgba(37,53,69,0.65);
    font-size: 1.4em;
    min-width: 150px;
    font-weight: bold;
}

.btn-default {
    border: 3px solid white;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 5px 8px 0px rgba(37,53,69,0.65);
    font-size: 1.4em;
    color: #22ac38;
    min-width: 150px;
    font-weight: bold;
}

.btn-color-red {
    color: #d1411a;
}

.btn-danger {
    border: 3px solid white;
    border-radius: 20px;
    background-color: #d1411a;
    box-shadow: 0px 5px 8px 0px rgba(37,53,69,0.65);
    font-size: 1.4em;
    min-width: 150px;
    color: white;
    font-weight: bold;
}


    .footer button {
        width:150px;
        font-size: 1.4em;
		font-weight: bold;
		padding: 10px 30px;
    }


.btn-primary {
    background-color: #124574;
    border-radius: 10px;
}

@media (max-width: 576px) {
	/* .btn-primary {
		font-size: 1em !important;
	} */
	.btn-info{
		font-size: 1em !important;
	}
	.btn-default{
		font-size: 1em !important;
	}
	.btn-success{
		font-size: 1em !important;
	}
	.btn-danger{
		font-size: 1em !important;
	}
}

/* .btn_mobile {
    min-width: 115px;
}

.btn_mobile2 {
    min-width: 100px;
} */

     div.back {
        margin-left:auto;
		margin-right:auto;
		width: 80%;
	}



	.btn[disabled], .btn[disabled]:hover {
		/* 背景色を指定 */
		background-color: #CCCCCC;
		border-color: #CCCCCC;

		/* 文字色を指定 */
		color: #666666;
	}

     .btn-mycol{
         background-color:#f7f1f1;
         background-color:#b6ff00;
     }


/* タイトル */
/*  */
.top_var {
    height:50px;
    font-size: 30px;
    color:white;
    background:repeating-linear-gradient(135deg,#3679b6,#3679b6 3px,#3773ae 3px,#3773ae 6px);
}


@media (max-width: 576px) {
	.top_var {
		font-size: 18px;
	}
}

/*  */

.disabled {
    color: #b2b2b2;
}

/* ローダー */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 9px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
}
@media (max-width: 576px) {
	.loader {
		font-size: 6px;
	}
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.z-index1000 {
	z-index: 1000;
}