* {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
	font-size: 16px;
}
img {
	border: none;
}
html {
	height: 100%;
}
body {	
	text-align: center;
	background-repeat : no-repeat;
	min-height: 100vh;
	background-image : url(background.jpg);
	background-attachment : fixed;
	background-position: center;
	background-color: DarkGreen;
	line-break: strict;
}
#body {
	height: 100%;
}
#screen {
	text-align: left;
	margin: 0 auto;   
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 60px;
	position: relative;
}
#header {	
	height : 120px;
}
#breadcrumb {
	clear : both;
	height : 30px;
	line-height : 30px;
	padding-left : 20px;
	background-image : url(blue_tp.png);
	margin-bottom: 3px;
	/* CSS 3 */
	border-bottom-right-radius: 12px; /* 右下 */
	/* Safari,Chrome */
	-webkit-border-bottom-right-radius: 12px; /* 右下 */
	/* Firefox */
	-moz-border-radius-bottomright: 12px; /* 右下 */
}
#breadcrumb a {
	text-decoration : underline;
}
#menu {
	font-weight : bold;
	z-index: 100;
	height: 51px;
	/*z-index: 500;*/
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: block;
	line-height: 48px;
	margin-bottom: 3px;
	background-image: url(arrow.png);
	background-repeat: no-repeat;
}
#hamburger_menu {
	display: none;
}
#menu li img {
	vertical-align:bottom;
}
#menu li span {
	margin: 0 10px;
}
a {
	text-decoration : none;
	outline : none;
}
a:link {
	color : black;
}
a:visited {
	color : purple;
}
a:hover {
	color : blue;
}
#menu a {
	display : block;
	height : 48px;
	background-image: url(white_tp.png);
	/* CSS 3 */
	border-bottom-right-radius: 12px; /* 右下 */
	/* Safari,Chrome */
	-webkit-border-bottom-right-radius: 12px; /* 右下 */
	/* Firefox */
	-moz-border-radius-bottomright: 12px; /* 右下 */
}
#menu a:hover img{
	visibility: hidden;
}
#menu .submenu {
	height: 48px;
	line-height: 48px;
	background-image: none;
}
#menu .submenu_arrow {
	background-image: none;
}
#menu .submenu a {
	background-image : url(blue_tp.png);
}
#menu a:hover {
	background-image : url(yellow_tp.png);
}
#main, #widget_x {
	height: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(white_tp.png);
}
#philosophy {
	display : block;
	margin : 30px auto;
}
.dummy {
	clear : both;
	height : 10px;
}
#footer {
	margin : 0 auto;
	position: -webkit-sticky;
	position: sticky;
	top: 100vh;
	top: 100dvh;
}
#update {
	background-image : url(white_tp.png);
}
#update table {	
	border-spacing : 3px;
	text-align : left;
	margin : 0 auto;
}
#update td {
	background-image : url(white_tp.png);
	height : 40px;
}
.group {
	color : maroon;
	text-align : center;
}

.info {
	padding: 0 10px;
	/* CSS 3 */
	border-bottom-right-radius: 12px; /* 右下 */
	/* Safari,Chrome */
	-webkit-border-bottom-right-radius: 12px; /* 右下 */
	/* Firefox */
	-moz-border-radius-bottomright: 12px; /* 右下 */
}
.info a {
	text-decoration: underline;
}
#widget_x {
	margin: 0 auto;
}
#widget_x h2, #update caption {
	margin: 20px 20px 10px 20px;
	font-size: 120%;
	font-weight: bold;
	color: maroon;
}
#widget_x .contents {
	margin : 0 20px 20px 20px;
	padding: 10px 20px;
	background-image : url(white_tp.png);
}
#widget_x a {
	text-decoration: underline;
}
#copyright {
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image: url(white_tp.png);
}
@media screen and (max-width: 519px) {
	#breadcrumb {
		width : 440px;
	}
	#screen {
		width : 460px;
	}
	#header {
		width : 460px;
		background-repeat : no-repeat;
		background-image : url(header_s.jpg);
		background-position: center;
	}
	#header img {
		display: none;
	}
	#menu {
		width: 240px;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		background-color: DarkGreen;
	}
	#menu label {
		display: block;
		background-image: url(white_tp.png);
		cursor: pointer;
		height: 48px;
		line-height: 48px;
		margin-bottom: 3px;
	}
	#menu input[type="checkbox"] ~ ul {
		visibility: hidden;
		opacity: 0;
	}
	#menu input[type="checkbox"]:checked ~ ul {
		visibility: visible;
		opacity: 1;
		transition: 0.5s;
		background-color: DarkGreen;
	}
	#menu .dropdown {
		margin-top: 3px;
	}
	#menu .submenu span {
		margin: 0 0 0 72px;
	}
	#menu .submenu_arrow span {
		margin: 0 0 0 72px;
	}
	#main {
		width : 460px;
	}
	#copyright {
		width : 460px;
	}
	#footer {	
		width : 460px;
	}
	#update {
		width: 460px;
	}
	#update table {	
		width: 420px;
	}
	.date {	
		width: 20%;
		padding-left : 6px;
	}
	.group {
		width: 24%;
	}
	#widget_x {
		width: 460px;
	}
}
@media screen and (min-width: 520px) and (max-width: 1023px) {
	#breadcrumb {
		width : 780px;
	}
	#screen {
		width : 800px;
	}
	#header {
		width : 800px;
		background-repeat : no-repeat;
		background-image : url(header_m.jpg);
	}
	#header img {
		display: none;
	}
	#menu {
		width: 320px;
		position: -webkit-sticky;
		position: sticky;
		background-color: DarkGreen;
		top : 0;
	}
	#menu label {
		display: block;
		background-image: url(white_tp.png);
		cursor: pointer;
		height: 48px;
		line-height: 48px;
		margin-bottom: 3px;
	}
	#menu input[type="checkbox"] ~ ul {
		visibility: hidden;
		opacity: 0;
	}
	#menu input[type="checkbox"]:checked ~ ul {
		visibility: visible;
		opacity: 1;
		transition: 0.5s;
		background-color: DarkGreen;
	}
	#menu .dropdown {
		margin-top: 3px;
	}
	#menu .submenu span {
		margin: 0 0 0 72px;
	}
	#menu .submenu_arrow span {
		margin: 0 0 0 72px;
	}
	#main {
		width : 800px;
	}
	.anchor {
		display: block;
		padding-top: 48px;
		margin-top: -48px;
	}
	#copyright {
		width : 800px;
	}
	#footer {	
		width: 800px;
	}
	#update {
		width: 800px;
	}
	#update table {	
		width: 760px;
	}
	.date {	
		width : 13%;
		padding-left : 8px;
	}
	.group {
		width : 13%;
	}
	#widget_x {
		width: 800px;
	}
}
@media screen and (min-width: 1024px) {
	#breadcrumb {
		width : 940px;
	}
	#screen {
		width : 960px;
	}
	#menu {
		width: 960px;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		background-color: DarkGreen;
	}
	#menu label {
		display: none;
	}
	#menu ul {
		display: flex;
		justify-content: space-between;
	}
	#menu .dropdown {
		visibility: hidden;
		opacity: 0;
		flex-direction: column;
	}
	#menu .goods:hover .dropdown {
		visibility: visible;
		opacity: 1;
		transition: 0.5s;
	}
	#menu li {
		height: 48px;
	}
	#menu .submenu {
		margin-bottom: 0;
		border-top: 1px solid DarkGreen;
		background-color: DarkGreen;
	}
	#menu .submenu_arrow {
		margin-bottom: 0;
		border-top: 1px solid DarkGreen;
		background-color: DarkGreen;
	}
	#menu .submenu_arrow img {
		display: none;
	}
	#main {
		width : 960px;
	}
	.anchor {
		display: block;
		padding-top: 60px;
		margin-top: -60px;
	}
	#copyright {
		width : 960px;
	}
	#footer {	
		width : 960px;
	}
	#update {
		width : 960px;
	}
	#update table {	
		width : 920px;
	}
	.date {	
		width : 12%;
		padding-left : 10px;
	}
	.group {
		width : 12%;
	}
	#widget_x {
		width: 960px;
	}
}
