@charset "utf-8";

.contents {
	width: 100%;
	max-width: 1600px;
}

.contents h1 {
	padding: 10px;
	font-size: 120%;
}

.contents h1 a {
	text-decoration: none;
	color: #360;
}

.contents .main_img {
	width: 100%;
	margin-top: 56px;
}

.contents .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu {
	position: fixed;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

nav li {
	border-left: 1px solid #ccc;
}

nav li:last-child {
	border-right: 1px solid #ccc;
}

nav li a {
	display: inline-block;
	background-color: #eee;
	width: 180px;
	text-align: center;
	text-decoration: none;
	color: #333;
	padding: 20px;
}

nav li a:hover {
	background-color: #ccc;
}

h2 {
	width: 100%;
	text-align: center;
	font-size: 120%;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	margin: 40px 0 20px 0;
	font-weight: bold;
}

.main-contents {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}

.main-contents p {
	line-height: 180%;
}

.bikou {
	width: 80%;
	max-width: 800px;
	margin: 10px auto;
	text-align: center;
	line-height: 3;
	display: block;
}

.product,
.novels {
	width: 100%;
	max-width: 1000px;
	margin: 10px auto;
	display: flex;
	flex-grow: 1;
	font-size: 110%;
	justify-content: space-around;
	flex-wrap: wrap;
}

.novels div h3 {
	background-color: #2e8b57;
	padding: 5px;
	margin-bottom: 2px;
	color: #ffffff;
}

.novels a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000;
	margin-bottom: 20px;
}

.novels a:hover {
	background-color: #369;
}

.novels div {
	border: 1px solid #2e8b57;
}

.novels div p {
	line-height: 110%;
	padding: 5px;
}

.product,
.netprint {
	display: flex;
	justify-content: space-around;
}

.product div {
	width: 45%;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 20px
}

.netprint>div {
	width: 45%;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 20px
}
.netprint>div>p{
text-align: left;
}
.product div h3,
.netprint div h3 {
	background-color: #778899;
	padding: 5px;
	margin-bottom: 10px;
	color: #fff;
}

.product img.main {
	width: 90%;
	max-width: 300px;
}

.netprint img.main {
	width: 50%;
	max-width: 300px;
	border: 1px solid #ccc;
}

.product p {
	line-height: 110%;
	margin: 5px 15px;
	text-align: left;
}

.product table,
.netprint table {
	width: 100%;
	margin: 10px auto 30px;
}

.product table td,
.product table th,
.netprint table td,
.netprint table th {
	padding: 3px;
	font-size: 110%;
	font-weight: normal;
	border: 1px solid #999;
	vertical-align: middle;
}

.product table th,
.netprint table th {
	background-color: #d6d6ff;
}

.formtable {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #999;
}

.formtable td,
.formtable th {
	display: block;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}

.formtable th {
	background-color: #999;
}

.product a,
.netprint a {
	padding: 5px 10px;
	background-color: #228b22;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	font-size: 110%;
	display: inline-block;
	margin: 15px 0;
}



.product a:hover {
	background-color: #a0522d;
}

input[type="text"] {
	width: 80%;
}

textarea {
	width: 80%;
	height: 50px;
}

input[type="submit"] {
	width: 200px;
	margin: 10px auto 50px;
}

footer {
	width: 100%;
	background-color: #999;
	padding: 10px 5px;
	font-size: 80%;
	text-align: center;
}

.center {
	text-align: center;
}

.small {
	font-size: 100%;
}

.right {
	text-align: right;
}

.pink {
	background-color: #db7093;
	padding: 2px;
	font-size: 100%
}

.blue {
	background-color: #4169e1;
	padding: 2px;
	font-size: 100%
}

.green {
	background-color: #7fff00;
	padding: 2px;
	font-size: 100%
}

.right-20 {
	margin-right: 20px;
}

.red {
	background-color: red !important;
}

.app {
	width: 200px;
	margin-bottom: 20px;
}
.webcamera{
	width:100%;
}
/*レスポンシブスマホ*/
@media screen and (max-width:599px) {
	.contents .flex {
		display: block;
	}

	.contents h1 {
		padding: 2px;
	}

	.contents ul.flex {
		display: flex;
		flex-wrap: wrap;
		padding-top: 1px;
	}

	.contents .main_img {
		margin-top: 80px;
	}

	.main-contents,
	.product,
	.novels {
		width: 96%;
	}

	.bikou {
		text-align: center;
		width: 100%;
		display: block;
	}

	.product,
	.netprint {
		display: block;
	}

	.product div,
	.netprint div {
		width: 90%;
		margin: 10px auto 50px;
	}

	.formtable {
		width: 95%;
	}

	nav li {

		width: 50%;
		border: 1px solid #ccc;
	}

	nav li a {
		width: 100%;
		padding: 3px 0;
	}

	.netprint a {
		font-size: 115%;
	}
}

/*レスポンシブタブレット*/
/* @media screen and (min-width:600px) and (max-width:999px) {

} */