@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
//	word-break: break-all;
	overflow-wrap: break-word;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.barlow {
	font-family: 'Barlow Condensed', sans-serif;
}

html {
	font-size: 62.5%;
    background: #f5f5f0;
	overflow: auto;
    position: relative;
}
html.opmenu {
    overflow: hidden;
}
body {
    position: relative;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
a.line_link {
	text-decoration: underline;
}
a.line_link:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
strong {
	font-weight: bold;
}

.para {
	margin-bottom: 1.5em;
}
.para-wide {
	margin-bottom: 2em;
}
.para-half {
	margin-bottom: 1em;
}
.para-litte {
	margin-bottom: 0.5em;
}

.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

.inlineblock {
	display: inline-block;
}
.redtxt {
	color: #ff0000;
}

.gra_bt {
    color: #fff;
    background: linear-gradient(to right, #914c32, #b16f43, #b28247);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    position: relative;
}
.gra_bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 0px #a7715c ;
	-webkit-box-shadow: 0px 0px 5px 0px #a7715c ;
	-moz-box-shadow: 0px 0px 5px 0px #a7715c ;
	-o-box-shadow: 0px 0px 5px 0px #a7715c ;
	-ms-box-shadow: 0px 0px 5px 0px #a7715c ;
}
@supports (-webkit-filter: blur(5px)) {
.gra_bt:before {
    background-image: linear-gradient(to right, #914c32, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  }
}

/* 大枠 */
body #allcontents {
	position: relative;
}

/* ヘッダ */
header {
    background: #fff;
    border-top: solid 15px #b16f43;
    border-image: linear-gradient(to right, #914c32, #b16f43, #b28247) 1;
	position: relative;
	z-index: 100;
}
header div.inner_header {
    padding: 0 90px 0 15px;
    height: 170px;
    margin: 0 auto;
    position: relative;
}
header div.inner_header h1 {
    font-size: 2rem;
    font-weight: normal;
    padding: 0 15px;
    margin-top: 0.5em;
    position: absolute;
    top: 50%;
    left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .head_menu {
    margin: 0;
    padding: 0px;
    text-align: right;
    padding: 15px 15px 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
header .head_menu .login_bt {
    display: inline-block;
}
header .head_menu .login_bt a {
	font-size: 1.6rem;
	line-height: 2em;
	font-weight: 500;
    color: #fff;
	display: inline-block;
    margin: 0;
    width: 70px;
	background: #914c32;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
header .head_menu .login_bt a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #d4b198 ;
	-webkit-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-moz-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-o-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-ms-box-shadow: 0px 0px 5px 0px #d4b198 ;
}
@supports (-webkit-filter: blur(5px)) {
header .head_menu .login_bt a:before {
    background-image: linear-gradient(to right, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
  }
}
header .head_menu .user_display {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .head_menu .user_display .user_name {
	font-size: 1.8rem;
}
header .head_menu .user_display .user_name small {
	font-size: 1rem;
}
header .head_menu .logout_bt {
    margin-left: 10px;
}
header .head_menu .logout_bt a {
	font-size: 1.6rem;
	line-height: 2em;
	font-weight: 500;
    color: #fff;
	display: inline-block;
    margin: 0;
    width: 80px;
	background: #914c32;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
header .head_menu .logout_bt a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #d4b198 ;
	-webkit-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-moz-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-o-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-ms-box-shadow: 0px 0px 5px 0px #d4b198 ;
}
@supports (-webkit-filter: blur(5px)) {
header .head_menu .logout_bt a:before {
    background-image: linear-gradient(to right, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
  }
}
header .contentstitle {
	padding: 0 15px;
    max-width: 1060px;
    margin: auto;
}
header .contentstitle h1 {
	font-size: 2.2rem;
	font-weight: 600;
	color: #000;
    line-height: 115px;
    text-align: center;
	white-space: nowrap;
}

/* 閉じるボタン */
.closebt {
    position: absolute;
    top: 15px;
    right: 15px;
}
.closebt a {
	font-size: 1.6rem;
    color: #fff;
    line-height: 2em;
	display: inline-block;
    margin: 0;
    padding: 0 1.5em;
    background: linear-gradient(to right, #b16f43, #b28247);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.closebt a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #d4b198 ;
	-webkit-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-moz-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-o-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-ms-box-shadow: 0px 0px 5px 0px #d4b198 ;
}
@supports (-webkit-filter: blur(5px)) {
.closebt a:before {
    background-image: linear-gradient(to right, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
  }
}

/* コンテンツ */
section {
	clear: both;
	margin: 0px;
	padding: 0;
	position: relative;
}
section article.contents {
	padding: 50px 0px 0px;
}
section article > div {
	max-width: 1060px;
	margin: auto;
	padding: 0 15px;
	position: relative;
}

/* 特定商取引に関する法律に基づく表示 */
article.ordercontract {
}
article.ordercontract dl dt {
    font-size: 1.8rem;
	font-weight: bold;
    padding-left: 1.8em;
    margin-bottom: 0.8em;
    position: relative;
}
article.ordercontract dl dt::before {
  content: '';
  display: block;
  width: 1em;
  height: 2px;
  background: #914c32;
  position: absolute;
  top: 50%;
  left: 0px;
}
article.ordercontract dl dd {
	margin-bottom: 2.5em;
}

/* 個人情報保護ポリシー */
article.privercy .privercy_intro {
    margin-bottom: 2.5em;
}
article.privercy dl dt {
    font-size: 1.8rem;
	font-weight: bold;
    padding-left: 1.8em;
    margin-bottom: 0.8em;
    position: relative;
}
article.privercy dl dt::before {
  content: '';
  display: block;
  width: 1em;
  height: 2px;
  background: #914c32;
  position: absolute;
  top: 50%;
  left: 0px;
}
article.privercy dl dd {
	margin-bottom: 2.5em;
}
article.privercy dl dd li {
    list-style: none;
    padding-left: 1em;
    position: relative;
}
article.privercy dl dd li:before {
    content: '';
    display: block;
    width: 0.4em;
    height: 0.4em;
    background: #b28247;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    left: 0.2em;
    top: 0.6em;
}

@media (min-width: 360px) {
}

@media (min-width: 414px) {
header div.inner_header h1 {
    padding: 0 30px;
    margin-top: 0;
}
header .head_menu {
    padding: 15px 30px 0;
}
.closebt {
    right: 30px;
}
section article > div {
	padding: 0 30px;
}
}

@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

.gra_bt {
    padding: 0.8em 2em;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
    border-top-width: 20px;
}
header div.inner_header {
    padding: 0 30px;
    height: 200px;
    max-width: 1060px;
}
header div.inner_header h1 {
    font-size: 2.6rem;
}
header .head_menu {
    padding: 20px 110px 0 30px;
    max-width: 1060px;
    margin: auto;
}
header .head_menu .login_bt a {
	font-size: 1.8rem;
    width: 90px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
header .head_menu .user_display .user_name {
	font-size: 2.2rem;
}
header .head_menu .user_display .user_name small {
	font-size: 1.4rem;
}
header .head_menu .logout_bt {
    margin-left: 20px;
}
header .head_menu .logout_bt a {
	font-size: 1.8rem;
    width: 105px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
header .contentstitle {
	padding: 0 30px;
}
header .contentstitle h1 {
	font-size: 3rem;
    line-height: 200px;
	max-width: 1000px;
    margin: auto;
}
.closebt {
    top: 20px;
}
.closebt a {
	font-size: 1.8rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* コンテンツ */
section {
//	padding: 0 0 160px;
}
section article.contents {
	padding: 60px 0px 0px;
}

section article.category {
	border-bottom-width: 10px;
}
section article.category h2 {
	font-size: 2.2rem;
}

/* 特定商取引に関する法律に基づく表示 */
article.ordercontract dl dt {
    font-size: 2rem;
}

/* 個人情報保護ポリシー */
article.privercy dl dt {
    font-size: 2rem;
}
}

@media (min-width: 1200px) {
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header div.inner_header {
    height: 230px;
}
header div.inner_header h1 {
    font-size: 3rem;
}
header .head_menu {
    padding: 20px 120px 0 30px;
}
header .head_menu .login_bt a {
	font-size: 1.8rem;
    line-height: 40px;
    width: 105px;
}
header .head_menu .logout_bt a {
	font-size: 1.8rem;
    line-height: 40px;
    width: 130px;
}
header .contentstitle h1 {
	font-size: 3.5rem;
    line-height: 240px;
}

section {
//	padding: 0 0 140px;
}

/* コンテンツ */
section article.contents {
	padding: 70px 0px 0px;
}
section article > div {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
section article.category h2 {
	font-size: 3rem;
}

/* 特定商取引に関する法律に基づく表示 */
article.ordercontract dl dt {
    font-size: 2.4rem;
}

/* 個人情報保護ポリシー */
article.privercy dl dt {
    font-size: 2.4rem;
}
}

@media (min-width: 2000px) {
}

/* フッタ
------------------------------------------------------------ */
footer {
	text-align: center;
	margin-top: 70px;
}

footer div.contact {
	margin: 0 15px 20px;
}
footer div.contact .office {
	text-align: center;
	margin-bottom: 0.5em;
}
footer div.contact p span {
	display: inline-block;
    padding: 0 0.5em;
}
footer div.contact p span.inlineblock {
    padding: 0 0.5em;
}
footer div.sns_area {
  margin: 40px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer div.sns_area p {
  width: 40px;
  margin: 0 10px;
}
footer .footer_contents {
	padding: 0 15px;
}
footer .accept {
	font-size: 1.3rem;
	margin: 0 30px 20px;
}

footer .footer_menu {
	font-size: 1.3rem;
}
footer .footer_menu a {
	display: table;
	margin: auto;
	text-decoration: underline;
}
footer .footer_menu span {
	display: none;
}

footer .copyright_area {
    color: #fff;
	padding: 20px 15px;
    margin-top: 40px;
	background: #b16f43;
    background: linear-gradient(to right, #914c32, #b16f43, #b28247);
}
footer .copyright_area * {
    color: #fff;
	font-weight: 200;
}
footer .pagetop {
	position: fixed;
	right: 15px;
	bottom 0px;
}
footer .pagetop a.pagetop_bt {
    font-size: 1.6rem;
    color: #914c32;
    display: table;
    vertical-align: middle;
    margin-left: auto;
}
footer .pagetop a.regist {
//    font-weight: bold;
//    line-height: 1.2;
//    background: #d2eeee;
//    display: table;
//    vertical-align: middle;
//    margin: 0;
//    padding: 0.5em 1em;
//    border-top: solid 5px #6fc5c6;
}

@media (min-width: 360px) {
footer div.contact table td p span {
	margin: 0 0.2em;
}
}
@media (min-width: 414px) {
footer div.contact {
	margin: 0 30px 20px;
}
}

@media (min-width: 768px) {
footer {
	margin-top: 100px;
}

footer div.contact {
	margin: 0 30px 30px;
    max-width: 1000px;
}
footer div.contact table {
	border-collapse: separate;
	border-spacing: 10px;
}
footer div.contact table td {
}
footer div.contact table td.line_link,
footer div.contact table td.tel_info,
footer div.contact table td.mid_size {
	padding: 0;
}

footer div.sns_area {
  margin: 40px 0;
}
footer div.sns_area p {
  width: 50px;
  margin: 0 25px;
}
footer .footer_contents {
	padding: 0 40px;
}
footer .accept {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

footer .footer_menu {
	font-size: 1.6rem;
}
footer .footer_menu a {
	display: inline-block;
}
footer .footer_menu span {
	display: inline-block;
}

footer .copyright_area {
	padding: 20px 15px;
//    margin-top: 120px;
}
footer .pagetop {
	right: 30px;
}
footer .pagetop a.pagetop_bt {
    font-size: 1.8rem;
    line-height: 40px;
}
footer .pagetop a.regist {
//    margin: 0 0 0 20px;
//    padding: 0 1em;
}

}
@media (min-width: 1060px) {
footer div.contact {
	margin: 0 auto 30px;
}
}
@media (min-width: 1200px) {
footer {
	margin-top: 140px;
}
footer div.contact {
    margin-bottom: 40px
}
footer .accept {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
footer div.contact table {
	border-spacing: 20px;
}
footer div.contact table th p {
	padding: 0 1em;
}

footer .footer_menu {
	font-size: 1.8rem;
}

footer .copyright_area {
	padding: 23px 15px;
    margin-top: 50px;
}
footer .pagetop {
	right: 50px;
}
footer .pagetop a.regist {
//    margin: 0 0 0 30px;
}

}


/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */

/* スマホ */
#menu-box {
    width: 100%;
	position: absolute;
    left: 0px;
    top: 0px;
	z-index: 1000;
}

#toggle {
    position: absolute;
    top: 15px;
    right: 15px;
	z-index: 1001;
}
#toggle a {
	font-size: 1.6rem;
    color: #fff;
    line-height: 2em;
	display: inline-block;
    margin: 0;
    padding: 0 1.5em 0 1em;
    background: linear-gradient(to right, #b16f43, #b28247);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#toggle a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #d4b198 ;
	-webkit-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-moz-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-o-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-ms-box-shadow: 0px 0px 5px 0px #d4b198 ;
}
@supports (-webkit-filter: blur(5px)) {
#toggle a:before {
    background-image: linear-gradient(to right, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
  }
}

#toggle span {
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 15px;
	transition: .3s;
}
#toggle span.menu_first {
	top: 35%;
}
#toggle span.menu_mid {
	top: 50%;
}
#toggle span.menu_last{
	top: 65%;
}
.opmenu #toggle span.menu_first {
	top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_last {
	top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_mid {
	background: transparent;
}

#menu-box #menu {
	display: none;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	position: fixed;
	height: 100vh;
	background: rgba(0,0,0,0.75);
}
#menu nav {
    text-align: left;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 100px 0 80px;
}
#menu .menu_main {
	padding: 0 15px;
	height: 100%;
	overflow-y: auto;
}
#menu .menu_main > ul > li {
	margin-bottom: 20px;
	list-style: none;
}
#menu .menu_main > ul > li:first-child {
	margin-top: 0;
}
#menu .menu_main > ul > li > a {
	font-size: 1.6rem;
	font-weight: bold;
    line-height: 1.2;
    text-align: center;
	display: block;
	background: #fff;
	padding: 15px 0;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#menu .menu_main > ul > li > .gray_bt {
	font-size: 1.6rem;
	font-weight: bold;
    line-height: 50px;
    color: #999;
	display: block;
    background: #ccc;
	padding: 0 20px;
}
#menu .menu_main > ul > li > ul {
    margin: 0 20px;
    list-style: none;
}
#menu .menu_main > ul > li > ul li {
    margin-top: 10px;
}
#menu .menu_main > ul > li > ul a {
	font-size: 1.4rem;
    line-height: 40px;
	display: block;
	padding: 0 20px;
	background: #fff;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

@media (min-width: 375px) {
}

@media (min-width: 414px) {
#toggle {
    right: 30px;
}
#menu .menu_main {
	padding: 0 30px;
}
}

@media (min-width: 768px) {
#menu-box {
	padding: 0 30px;
	margin: auto;
}
#toggle {
    top: 20px;
}
#toggle a {
	font-size: 1.8rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#toggle span {
    width: 18px;
}
#toggle span.menu_first{
	top: 32%;
}
#toggle span.menu_last{
	top: 67%;
}

#menu nav {
  padding: 110px 0;
}
#menu .menu_main {
	padding: 0 30px;
	margin: auto;
}
#menu .menu_main > ul {
	max-width: 1000px;
	margin: auto;
}
#menu .menu_main > ul > li {
	margin: 25px 0 0;
}
#menu .menu_main > ul > li > a {
	font-size: 1.8rem;
    padding: 20px 3px;
}
#menu .menu_main > ul > li > .gray_bt {
	font-size: 1.8rem;
    padding: 20px 3px;
}

}

@media (min-width: 1060px) {
#toggle {
}
}

@media (min-width: 1200px) {
#menu-box {
}
#toggle {
    top: 20px;
}
#toggle a {
	font-size: 1.8rem;
    width: 100px;
    line-height: 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#toggle span {
    right: 18px;
}

#menu nav {
  padding-top: 130px;
}
#menu .menu_main > ul > li {
	margin-bottom: 30px;
}
#menu .menu_main > ul > li > a {
	padding: 20px 3px;
}
#menu .menu_main > ul > li > .gray_ticket {
	padding: 20px 3px;
}
}



/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */

