html {
	color: #3388ff;
	font-size: 80%;
}
body {
	width: 100%;
}
h1{
	font-size: 25px;
	padding-left: 20px;
}
h2{
	font-size: 20px;
	color: #3388ff;
}
h3{
	font-size: 15px;
	color: #3388ff;
}
small {
	color: #222;
}
.content{
	width: 80%;
	padding-top: 5px;
	margin-left: 1em;
	margin-bottom: 3em;
	float:left;
}

.nav{
	float: left;
	background-color: #3388ff;
	color: #fff;
	padding: 0 20px;
}
.square{
	float: left;
	margin-top: 20px;
	width: 10px;
	height: 30px;
	background-color:#3388ff;
}
.nav li {
	list-style: none;
	margin-left: -2.4em;
}
.nav p {
	font-size: 20px;
	margin-top: 0;
}

.nav a{
	font-size: 13px;
}

.navBtn {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	color: white;
}

.floatBox{
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	width: 200px;
}

.box{
	margin-left: 0px;
	margin-right: 20px;
}

.chkbox label{
	float:left;
}

input{
	width: 200px;
	color:#3388ff;
	border-radius: 3px;
	border-color: #3388ff;
	margin-top: 3px;
	padding: 5px;
}

textarea{
	color:#3388ff;
	border-radius: 3px;
	border-color: #3388ff;
	margin-top: 3px;
	padding: 5px;
}

input[type="checkbox"] {
	margin-top: 3px;
	border: 1px solid #3388ff;
	vertical-align: -8px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: #e2e2e2;
}

input[type="checkbox"]:checked {
	background: #3388ff;
	border: 1px solid #3388ff;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	left: 0px;
	top: 14px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	content: "";
	width: 10px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 7px;
	top: 14px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	width: 16px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}

input[type="radio"] {
	border: 1px solid #3388ff;
	vertical-align: -8px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: #e2e2e2;
}

input[type="radio"]:checked {
	background: #3388ff;
	border: 1px solid #3388ff;
}

input[type="radio"]:checked:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	width: 19px;
	height: 19px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}

input[type="radio"]:checked:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 3px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background: #3388ff;
}

#submit_button{
	display: inline-block;
	width: 200px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	background-color: #3388ff;
	border: 0px;
	border-radius: 5px;
	margin-left: 10px;
}

#delete_button{
	display: inline-block;
	width: 200px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	background-color: #ff0000;
	border: 0px;
	border-radius: 5px;
	margin-left: 10px;
}

/* table内のボタン */
.linkBtn {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration: none;
	outline: none;
	color: black;
}

.linkBtn:hover {
	background: #66a7ff;

}

/* 戻るボタン等 */
.btn a{
	display: inline-block;
	width: 200px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	color: #ffffff;
	background-color: #3388ff;
	border: 0px;
	border-radius: 5px;
	margin-left: 10px;
	margin-top: 3px;
}

.right{
	text-align: right;
}

.flo{
	float:left;
}

.checkbox {
	width: 25%;
	float: left;
}

/* Smartphone */
@media screen and (max-width: 768px) {
	.nav {
		width: 96%;
	}
	.ul-nav {
		width: 70%;
	}
	.content{
		width: 106%;
		margin: auto;
	}
	.checkbox {
		width: 50%;
	}
}
