<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


#container {
	width: 100%;
	margin-top: 125px;
}
#main {
	max-width: 1000px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
}
#main .headLine01 {
	margin-bottom: 0;
	color: #383838;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.8;
	border-bottom: none;
	text-align: left;
}
#main.gallery .flexBox &gt; div {
	width: 48%;
	height: auto;
	margin: 1em 0;
	padding: 2.5%;
	text-align: center;
	font-size: 12px;
	border-radius: 0;
	border-bottom: 1px solid #d9d4d4;
	background-color: white;
	box-shadow: 1px 1px 3px #898989, -1px -1px 3px #898989;
	overflow: hidden;
}
.item_btn {
	background: #e2710a;
	width: 300px;
	padding: 15px;
	border-radius: 2px;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-bottom: 40px;
	border: 2px solid #e2710a;
	font-size: 20px;
}
ul.pan {
	height: auto;
	margin: 20px 5px 0px 5px;
	font-size: 0.8em;
}

ul.pan li {
	display: inline;
	padding-right: 4px;
	line-height: 2em;
}
ul.pan li:before {
	content: "&gt;";
	padding-right: 10px;
	vertical-align: middle;
}

ul.pan li:first-child:before {
	content: "";
	padding-right: 0;
}

ul.pan li a,
ul.pan li span {
	vertical-align: middle;
	text-decoration: none;
}

.pan {
	display: block;
}

.item_btn:hover{
	color:#e2710a;
	background-color: white;
	border: 2px solid #e2710a;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
#main.gallery .flexBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 1em;
}
#main.gallery .flexBox img {
	width: 100%;
	max-width: 500px;
}
img {
	vertical-align: top;
}
#main.gallery h2 {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 15px;
	position: relative;
	border-top: 1px solid #6A6869;
}
/*
a:visited {
	color: #383838;
}
a:link {
	color: #383838;
	text-decoration: none;
}
*/
.order_btn {
	background-color: #00a7e1;
	border-radius: 2px;
	width: 200px;
	padding: 12px;
	border: 0;
	color: #fff;
	margin: 6px;
	font-size: 18px;
	font-weight: bold;
	white-space: normal!important;
	border: 2px solid #00a7e1;
	margin: 0 auto;
	display: block;
	text-align: center;
	transition: all .3s;
	box-shadow: 1px 1px 6px #898989;
}
.order_btn:hover {
	background: #fff;
	border: 2px solid;
	color: #00a7e1;
	border-radius: 2px;
	transition: all .3s;
}

@media screen and (max-width: 768px) {
	.pan {
		display: none;
	}

	#container {
		background-color: #ffffff;
		z-index: 1;
		width: 100%;
		margin: 0 auto;
		margin-top: 125px;
	}
#main .headLine01 {
	margin-bottom: 0;
	color: #383838;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.8;
	border-bottom: none;
	text-align: left;
}
}</pre></body></html>