body{
	font-family: 'Noto Sans JP', sans-serif;
	background-image: url(../images/gradient_squares.png);

}

.container{
	width:960px;
}

header{
}
.banner{
	width: 960px;
}

.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 17px 0px;
/*	min-width: 120px;
 	max-width: 100%;*/
 	width: 100%;
 	text-align: center;
 	color: #555;
	/*font-size: 16px;*/
	background: #e0edff;
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}

.container{
	box-shadow: 0 0 2px 1px #aaa;
	background-color: #fff;
}

table.table td:first-child{
	background-color: #e9ecef;
	width:200px;
}

.bg-zen-blue{
	background-color: #167ac6;
}

.bg-zen-green{
	background-color: #4e9eab;
}

.bg-zen-gray{
	background-color: #90a8b9;
}

.message{
	padding: 10px;
	color:red;
	font-weight: bold;
}

.triangle{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #28a745;
}


p.resizeimage img { width: 100%; }





.size_test {
    font-size:  40px;    /* 文字サイズ指定 */
}
.size_test2 {
    font-size:  13px;    /* 文字サイズ指定 */
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.upload-error-msg{
	color:#a00;
	font-size: 20px;
}
