<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, verdana, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", Sans-Serif;
}

.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .page--item-leave {
	margin-top: 50px;
}
.maindesign .page--item-moderate {
	margin-top: 30px;
}
.maindesign .page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .page--item-leave {
		margin-top: 30px;
	}
	.maindesign .page--item-close {
		margin-top: 15px;
	}
	.section-imitation {
		margin: 0 10px;
	}
}

.maindesign .feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}

.maindesign .komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .komeri-btn &gt; a {
	text-decoration: none;
}
.maindesign .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
	font-weight: bold;
}
.maindesign .komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}


.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}
.maindesign .breadcrumb {
	margin-bottom: 5px;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px;
	}
}

.maindesign .lead-text {
	font-size: 1.0rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
}


.maindesign .title {
	position: relative;
}
.maindesign .title--inner {
	position: absolute;
    top: 55%;
    left: 42%;
    transform: translate(-50%, -50%);
    color: #333;
    text-shadow: 0 0 10px #fff;
    text-align: left;
    width: 80%;
    padding: 20px 0;
}
.maindesign .title--sub-text {
	font-size: 1.5rem;
	margin-left: 10px;
	display: block;
}
.maindesign .title--main-text {
	font-size: 3.5rem;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

@media screen and (max-width:767px) {
	.maindesign .title--inner {
		width: 69%;
        left: 38%;
        top: 54%;
        line-height: 1.2;
	}
	.maindesign .title--sub-text {
		font-size: 4.5vw;
		margin-left: 5px;
	}
	.maindesign .title--main-text {
		font-size: 10vw;
	}
	
}



.maindesign .nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .nav-list .nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 0.9em;
    padding: 0.35rem 1.5rem 0.35rem 1.5rem;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .nav-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: auto;
    height: 2.5em;
    align-items: center;
    justify-content: center;
}
.maindesign .nav-list::before,
.maindesign .nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .nav-list--btn {
		width: 49%;
	}
	.maindesign .nav-list::before,
	.maindesign .nav-list::after {
		width: 49%;
	}
	.maindesign .nav-list .nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
}

.maindesign .about-primary {
	display: flex;
	justify-content: space-between;
}
.maindesign .about-primary--img {
	width: 35%;
	min-height: 0%;
}
.maindesign .about-primary--text {
	width: 62%;
}
.maindesign .about-primary--text .about-primary--lead:not(:first-child) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .about-primary {
		flex-wrap: wrap;
	}
	.maindesign .about-primary--img {
		width: 100%;
	}
	.maindesign .about-primary--text {
		width: 100%;
		margin-top: 30px;
	}
	.maindesign .about-primary--text .lead-text:not(:first-child) {
		margin-top: 15px;
	}
}

.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}

.maindesign .itemization {
	margin-top: 40px;
}
.maindesign .itemization .itemization--unit:not(:first-child) {
	margin-top: 50px;
}
.maindesign .itemization--title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.25;
	padding-left: 1em;
	text-indent: -1em;
}
.maindesign .itemization--text {
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .itemization {
		margin-top: 30px;
	}
	.maindesign .itemization .itemization--unit:not(:first-child) {
		margin-top: 40px;
	}
	.maindesign .itemization--title {
		font-size: 1.15rem;
	}
	.maindesign .itemization--text {
		margin-top: 10px;
	}
}


.maindesign .kinds-list {
	margin-top: 50px;
}
.maindesign .kinds-list--unit {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.maindesign .kinds-list .kinds-list--unit:not(:first-child) {
	margin-top: 25px;
}
.maindesign .kinds-list--link {
	color: #000;
	text-decoration: none;
}
.maindesign .kinds-list--inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px;
}
.maindesign .kinds-list--img {
	width: 20%;
	min-height: 0%;
}
.maindesign .kinds-list--text {
	width: 70%;
	margin-left: 15px;
}
.maindesign .kinds-list--title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.25;
}
.maindesign .kinds-list--lead {
	margin-top: 10px;
}
.maindesign .kinds-list--inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 15px;
	border-top: solid 3px #ccc;
	border-right: solid 3px #ccc;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:767px) {
	.maindesign .kinds-list {
		margin-top: 40px;
	}
	.maindesign .kinds-list .kinds-list--unit:not(:first-child) {
		margin-top: 20px;
	}
	.maindesign .kinds-list--inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.maindesign .kinds-list--img {
		width: 80%;
	}
	.maindesign .kinds-list--text {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
}


.maindesign .capacity-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.maindesign .capacity-list--unit {
	position: relative;
	width: 24%;
	font-size: 1.5rem;
	border: 1px solid #000;
	border-radius: 5px;
	text-align: center;
}
.maindesign .capacity-list--link {
	color: #000;
	text-decoration: none;
}
.maindesign .capacity-list--unit::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	transform: translateY(-50%) rotate(45deg);
}
.maindesign .capacity-list--inner {
	padding: 15px 0;
}

@media screen and (max-width:767px) {
	.maindesign .capacity-list::before,
	.maindesign .capacity-list::after {
		width: 49%;
	}
	.maindesign .capacity-list--unit {
		width: 49%;
		font-size: 1.25rem;
	}
	.maindesign .capacity-list .capacity-list--unit:nth-child(n+3) {
		margin-top: 15px;
	}
}


.maindesign .cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .cards .cards--unit:nth-child(n+3) {
	margin-top: 15px;
}
.maindesign .cards--unit {
	width: 49%;
	border: 1px solid #000;
	border-radius: 5px;
}
.maindesign .cards--inner {
	position: relative;
	padding: 15px 10px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .cards--pop {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	color: #fff;
	font-size: 1.15rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	background-color: #333;
	z-index: 100;
}
.maindesign .cards--img {
	min-height: 0%;
	width: 100%;
}
.maindesign .cards--name {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	min-height: 40px;
}
.maindesign .cards--btn {
	margin-top: 30px;
}


@media screen and (max-width:767px) {
	.maindesign .cards .cards--unit:nth-child(n+2) {
		margin-top: 15px;
	}
	.maindesign .cards--unit {
		width: 100%;
	}
	.maindesign .cards--pop {
		font-size: 1.0rem;
	}
	.maindesign .cards--name {
	min-height: 0;
}
}



.maindesign .relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .relation .relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .relation--item &gt; a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: flex-start;
	height: auto;
}
.maindesign .relation-text {
	width: 70%;
	order: 1;
}
.maindesign .relation-text--title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .relation-text &gt; span {
	line-height: 1.15;
} 
.maindesign .relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .relation-img &gt; img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .relation .relation--item:not(:first-child) {
	margin-top: 15px;
}
	.maindesign .relation--item {
		width: 100%;
	}
	.maindesign .relation-inner {
		padding: 15px 10px;
		align-items: center;
	}
	.maindesign .relation-text {
		order: 2;
	}
.maindesign .relation-text &gt; span {
		font-size: 0.9rem;
	}
	.maindesign .relation-img {
		order: 1;
	}
}

/*240206*/


.maindesign #h08 .relation {
	display: block;
}

.maindesign #h08 .relation--item {
	width: 100%;
    height: auto;
}

.maindesign #h08 .relation .relation--item:nth-of-type(n + 2) {
    margin-top: 15px 

}

.maindesign #h08 .relation-inner {
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    flex-direction: row-reverse;
}

.maindesign .howto {
	width: 62%;
}

@media screen and (max-width: 767px){
.maindesign #h08 .relation-inner {
    padding: 15px 10px;
    align-items: center;
	}
.maindesign .howto {
	width: 100%;
}
	
}

.maindesign .text-borderbox {
	border: solid 3px #000;
    padding: 7px;
    line-height: 1.5em;
}

.maindesign .dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.2em 1.2em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.maindesign .arrow {
	text-align :center;
}

.maindesign .arrow {
	margin: 20px auto;
}

/*240523*/
.maindesign .cards--inner.left-side {
	padding: 15px 10px 15px; 
}

.maindesign .recommendation--right {
	width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.maindesign .recommendation--right .lead-text {
    font-weight: bold;
	/*margin-bottom: -50px;*/
}

.maindesign .recommendation--right .title-text {
	font-size: 1.25rem;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 auto;
}

.maindesign .recommendation--right .category {
	margin: auto 0 auto;
}

.maindesign .recommendation--right .about-primary--lead {
	font-size: 1.0rem;
    line-height: 1.5;
}

.maindesign .mgt0 { 
    border-left: 15px solid #385723;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 0.5rem 1rem;
    line-height: 1.3em;
    margin-top: calc(50px - 0.6rem);
    margin-bottom: calc(10px - 0.75rem);
	background-color: #CCC5C5;
}

.maindesign .kinds-list--2col {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 0;
}

.maindesign .kinds-list--2col .kinds-list--unit {
	width: calc(50% - 10px);
}


.maindesign .kinds-list--2col .kinds-list--inner---2col {
	align-items: flex-start;
    display: flex;
    padding: 15px;
}

.maindesign .kinds-list--2col .kinds-list--img {
	width: 50%;
	height: auto;
}

.maindesign .kinds-list--2col .kinds-list--unit {
	margin-top: 25px;
}

.maindesign .recommendation--right .cards--btn {
	width: 270px;
}
@media screen and (max-width: 767px){
	.maindesign .recommendation--right {
		width: 100%;
	}
	
	.maindesign .kinds-list--2col .kinds-list--inner---2col {
        align-items: flex-start;
        display: flex;
        padding: 15px;
        flex-wrap: wrap;
        justify-content: center;
}
	
	.maindesign .kinds-list--2col .kinds-list--unit {
	    width: 100%;
}
	.maindesign .kinds-list--2col .kinds-list--img {
		width: 80%; 
	}

    .maindesign .recommendation--right .lead-text {
	    margin: 10px 0 0;
}

    .maindesign .page--item-moderate {
        margin: 0 0 30px;
}
	.maindesign .long-word {
		font-feature-settings: "palt" 1;
	}
	
	.maindesign .recommendation--right .category {
	    margin-top: 30px;
}
	.maindesign .recommendation--right .cards--btn {
	width: auto;

}
}

/*20250204*/

.maindesign .images-box {
	width: 100%;
	height: auto;
}

.maindesign .top-bnr {
	margin-top: 30px;
}

@media screen and (max-width: 767px){
.maindesign .top-bnr {
    margin: 30px 10px 0;
}
}

.maindesign .nastabox .img-box {
	margin-top: 10px;
}

.maindesign table.lineup th,
 .maindesign table.lineup td {
	border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 10px;
    line-height: 1.2;
    font-weight: normal;
}

.maindesign table.lineup th {
	background: #83838f;
	color: #fff;
}

.maindesign table.lineup {
    width: 100%;
    text-align: center;
	margin-top: 20px;
}

@media screen and (max-width: 767px){
	.maindesign table.lineup {
		margin-top: 0;
	}
}

.maindesign table.lineup th.type {
    font-weight: bold;
}

.maindesign table.lineup a.orange-btn {
	background: #EA6D0D;
    box-sizing: border-box;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    display: flex;
    opacity: 1.0;
    width: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.0em;
    padding: 0.8rem 0.2rem;
	margin-bottom: 10px;
}

.maindesign table.lineup a:hover {
	opacity: 0.5;
	transition: 0.7s;
}

.maindesign .lineup a.orange-btn:last-child {
	margin: 0;
}

.maindesign .slide-table {
	/*overflow: scroll;*/
	scrollbar-width: none;
}

.maindesign .scrolltxt {
	margin: 30px 0 !important;
}

.maindesign .about-primary.btntxt .about-primary--img {
	width: 50%;
}

.maindesign .about-primary.btntxt .title-text {
	margin: 0;
}

.maindesign .about-primary.btntxt .about-primary--lead {
	margin-bottom: 10px;
}

.maindesign .about-primary.btntxt .category {
    margin: 10px 0 auto;
}

@media screen and (max-width: 767px){
	.maindesign .about-primary.btntxt .about-primary--img {
	 width: 100%;
}
.maindesign .slide-table {
	overflow-x: scroll;
        scrollbar-width: auto;
}
}

.maindesign .return {
	margin-top: calc(30px + 2rem);
}

.maindesign .cols2.explanation-container {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.maindesign .cols2 .explanation-box.left {
	width: calc(45% - 5px);
}

.maindesign .cols2 .explanation-box.right {
	width: calc(55% - 5px);
}

.maindesign .explanation-container.cols2 .images-box.icon {
	width: 35%;
	margin-left: auto;
}

.maindesign .explanation-txt {
	margin: 5px 0 0;
	line-height: 1.2;
}
.maindesign p.explanation-txt.title {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 5px #83838f solid;
	display: inline-block;
	
}

/*.maindesign p.explanation-txt.title::after {
  content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 230px;
    height: 5px;
    background-color: #83838f;
    border-radius: 2px;
    top: 25px;
}*/

.maindesign .explanation-case {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.maindesign .cols2 .explanation-cell {
	width: calc(50% - 5px);
}

.maindesign .cols2 .explanation-case .images-box {
	width: calc(50% - 5px);
}

@media screen and (max-width: 767px){
	.maindesign .cols2 .explanation-box.left {
	width: 100%;
}

.maindesign .cols2 .explanation-box.right {
	width: 100%;
}
	
.maindesign .explanation-container.cols2 .images-box.icon {
	position: absolute;
	width: 25%;
	margin: 0;
}
	
.maindesign .explanation-case {
	margin-top: 20px;
	}
	
.maindesign .cols2 .explanation-cell {
	width: 100%;
	margin-top: 20px;
}

.maindesign .cols2 .explanation-case .images-box {
	width: 100%;
}
	
.maindesign p.explanation-txt.title {
	margin-bottom: 10px;
	
}
	
	.maindesign .explanation-txt {
	margin-bottom: 5px;
}
}
.maindesign .explanation-txt.title.display-block {
	display: block;
}
.maindesign .cols3.explanation-container {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 30px;
}

.maindesign .cols3 .explanation-box {
	width: calc(100% / 3 - 5px);
}

.maindesign .cols3.cols3-2 .explanation-box {
	width: calc(100% / 3 - 30px);
	position: relative;
	flex-wrap: wrap;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	
}

.maindesign .icon-area span {
	display: inline-block;
    border: 2px solid #73a7a8;
    padding: 0.4rem 0.5rem;
    border-radius: 1rem;
    color: #73a7a8;
}


.maindesign .icon-area.margin-add1 {
    margin-top: 63px;
}

.maindesign .cols3 p.answer-txt {
	margin-top: 5px;
	padding-right: 10px;
}

@media screen and (max-width: 767px){
	
.maindesign .icon-area.margin-add1 {
    margin-top: 0;
}

.maindesign .cols3.cols3-2 .icon-area {
    margin:20px 0 10px;
}
	
.maindesign .cols3.cols3-2 .explanation-box {
    width: 100%;
}

.maindesign .cols3 .explanation-box {
	width: 100%;
	margin-top: 20px;
}
	
.maindesign .cols3 p.answer-txt {
	padding-right: 0;
}
	
.maindesign .explanation-container {
	margin-bottom:40px; 
}
}

.maindesign .cols3.cols3-3.explanation-container {
	align-items: flex-end;
	background: #f6f6f6;
	position: relative;
}

.maindesign .cols3.cols3-3 .explanation-box {
	display: block;
}
    
.maindesign	.pattern-table {
	position: absolute;
	top: 5px;
    left: 5px;
	font-size: 1.3em;
	line-height: 1.2;
	border: 3px #83838f solid;
    padding: 20px 10px;
    border-radius: 20px;
}
@media screen and (max-width: 767px){
.maindesign	.pattern-table {
	position: static;
	width: 100%;
}
}
.maindesign p.center-add {
	text-align: center;
	padding: 15px 15px 0;
}

.maindesign p.explanation-txt.p-name {
	text-align: center;
}

.maindesign span.merit {
	color: #e00012;
	margin: 0 !important;;
}

.maindesign span.demerit {
	color: #0036a1;
	margin: 0 !important;;
}

@media screen and (max-width: 767px){
.maindesign	.fixed {
	position: sticky;
	left: 0;
	color: #fff;
	background: #83838f;
	
	}
.maindesign	.fixed:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
	box-sizing: content-box;
    }
  }
















</pre></body></html>