@charset "utf-8";

/*-----------------------------

	各機能

-----------------------------*/

#kinou-main .item{
	width:100%;
}
p{
	text-align:center ;
}
#kinou-main h4{
	width:100%;
	font-family: "Noto Sans Japanese", san-serif;
	color:#2859D9;
	font-weight: bold;
	font-size:12pt;
	border-bottom: 1px solid #D7D7D7;
	background-image:url(../com/img/subtitle-ico.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 15px auto;
	text-decoration-line: 15px;
	padding-left:20px;
	margin-bottom:20px;
	text-decoration: none;
}

legend{
	margin-bottom:3px;
	padding-top:5px;
	font-weight:bold;
	text-shadow: 0 0 1px #bbb;
	color: #0066ff;
}

legend1{
	padding-top:5px;
	font-weight:bold;
	text-shadow: 0 0 1px #bbb;
	color: #0066ff;
}
label{
	margin-left:1px;
	margin-right:15px;
}

textarea{
	border:1px solid #D7D7D7;
	width: 100%;
	height: 100px;
	margin-bottom:10px;
}
fieldset{
	border:1px solid #D7D7D7;
	margin:10px auto;
	padding:10px ;
	background-color: #eeffff;
}
input[type="text"]{
	border:1px solid #D7D7D7;
	padding:6px ;
	width: 100%;
	margin-bottom:10px;
}
select{
	border:1px solid #D7D7D7;
	padding:5px ;
	width: 100%;
	margin-bottom:5px;
}
input[type="submit"],input[type="reset"],input[type="button"]{
	font-size: 12pt;
	color: #666;
	padding: 6px;
	margin:10px ;
	width: 120px;
	border:0 
	background-color: #eeffff;
	background-image: -webkit-linear-gradient(#cff0ef,#9de1de);
	background-image: linear-gradient(#cff0ef,#9de1de);
	box-shadow: inset 1px 1px rgba(255,255,255,0.7),inset -1px -1px rgba(0,0,0,0.1), 1px 1px 6px  #bbb;
}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	background-image: -webkit-linear-gradient(#f4fbfb,#c0ebea);
	background-image: linear-gradient(#f4fbfb,#c0ebea);
}
input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active{
	background-image: -webkit-linear-gradient(#cff0ef,#9de1de);
	background-image: linear-gradient(#cff0ef,#9de1de);
	box-shadow: inset 1px 1px rgba(255,255,255,0.7),inset -1px -1px rgba(0,0,0,0.1), 0 0 6px 2px #00a39b;
}
.chuui{
	font-size: 7pt;
	margin-bottom:10px;
}
.gridcontainer{
	text-align: center;
	margin-bottom:10px;
}
.kome{
	font-size: 8pt;
	margin-bottom:5px;
	color:red ;
	margin:0 10px 0 ;
}
.gridcontainer1{
	margin:0 10px 0 ;
}
.gridcontainer2{
	text-align: center;
	margin-bottom:10px;
	width: 50%;
}

