@charset "UTF-8";
/*
	PC -> 737px以上
	SP -> 736px以下
*/


/*共通ラッパー指定 Start*/
.outerWrap {
  width: 100%;
  max-width: 1500px;
  min-width: 960px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  color: #282828;
}

.innerWrap {
  width: 960px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .outerWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .innerWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.shadow {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.header .shadow{
  box-shadow: 1px 1px 4px rgba(201, 201, 201, 0.3);
}

/*共通ラッパー指定 End*/



/*ヘッダー指定 Start*/
/*
.fixHeader {
  position: absolute;
  z-index: 10000;
  width: 100%;
  max-width: 1500px;
  min-width: 960px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}

@media only screen and (max-width: 768px) {
  .fixHeader {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.header .is-hide {
  display: none;
}
.header .is-show {
  display: block;
}
.header .is-fix {
  width: 100%;
  max-width: 1500px;
  min-width: 960px;
  position: fixed;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .header .is-hide {
    display: block;
  }
  .header .is-show {
    display: block;
  }
}
.logoArea {
  background-color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  position: relative;
  z-index: 100;
  width: 960px;
  height: 38px;
  margin: 0 auto;
}

.logoArea .en{
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 13px;
  color: #a2a8b1;
  font-weight: bold;
}
 */




.global-header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 76px;
	background: #ffffff;
	z-index: 65535;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.global-header .wrap{
	margin: 0 auto;
	max-width: 1200px;
	min-width: 931px;
	height: 76px;
	overflow: hidden;
}

.global-header .wrap .s1{
	padding: 0 0 0 20px;
	width: 198px;
	height: 76px;
	float: left;
}

.global-header .wrap .s1 h1{
	display: block;
	width: 198px;
	height: 76px;
}

.global-header .wrap .s1 h1 a{
	display: block;
	padding: 76px 0 0 0;
	width: 198px;
	height: 0;
	overflow: hidden;
	background: url(../../assets/img/common/logo.svg) no-repeat center center;
	background-size: 173px 34px;
}

.global-header .wrap .s2{
	padding: 0 20px 0 0;
	width: 693px;
	height: 76px;
	float: right;
	/* position: relative; */
}

.global-header .wrap .s2 ul{
	text-align: right;
	height: 76px;
}

.global-header .wrap .s2 ul li{
	margin: 0 0 0 32px;
	display: inline-block;
	height: 76px;
}

.global-header .wrap .s2 ul li.n1{
	margin-left: 0;
}

.global-header .wrap .s2 ul li .button{
	height: 76px;
	line-height: 76px;
}

.global-header .wrap .s2 ul li .button img{
	vertical-align: middle;
        height: 33px;
}

.global-header .wrap .s2 ul li .button:hover img{
	border-top: 2px solid transparent;
	border-bottom: 2px solid #000000;
}

.global-header .wrap .s2 ul li .megaMenuInner{
	z-index: 65535;
}

.global-header .wrap .s2 ul li.lang{
	width: 61px;
}

.global-header .wrap .s2 ul li.lang a.lang-switch{
	display: inline-block;
        padding: 28px 0 0 0;
        width: 61px;
        height: 0;
        overflow: hidden;
        background: url(../images/new_header/lan_but.png) no-repeat;
        background-position: left bottom;
	vertical-align: middle;
}

.global-header .wrap .s2 ul li.lang .button a.lang-switch.en{
        background-position: left top;
}

@media only screen and (max-width: 768px){

	.global-header{
		position: relative;
		height: auto;
	}

	.global-header .wrap{
		margin: 0;
		max-width: 768px;
		min-width: 0;
		height: 43px;
		overflow: hidden;
	}

	.global-header .wrap .s1{
		padding: 0;
		width: auto;
		height: 43px;
		float: none;
		overflow: hidden;
	}

	.global-header .wrap .s1 h1{
		float: left;
		width: 166px;
                height: 43px;
	}

	.global-header .wrap .s1 h1 a{
		padding: 43px 0 0 0;
		width: 134px;
        height: 0;
		background: url(../../assets/img/common/logo.svg) no-repeat center center;
		background-size: 101px 20px;

	}

	.global-header .wrap .s1 .glovalNavSp_Btn{
		overflow: hidden;
	}

	.global-header .wrap .s2{
		display: none;
	}

}






.glovalNavSp_Btn {
  display: none;
}

#mm-0 li a img {
  height: 12px;
}

@media only screen and (max-width: 768px) {
/*
  .logoArea {
    height: 43px;
    box-sizing: border-box;
    width: calc(100% - 88px);
    float: left;
    text-align: left;
    padding: 12px 10px;
  }

  .logoArea a{
    display: inline-block;
    height: 23px;
    line-height: 23px;
    vertical-align: top;
  }
  .logoArea img {
    height: 23px;
  }

  .logoArea .en{
    display: inline-block;
    position: static;
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    color: #a2a8b1;
    font-weight: bold;
    padding: 0 0 0 20px;
  }
*/


  .glovalNavSp_Btn {
    display: block;
    width: 88px;
    float: right;
    background-color: #fff;
  }
  .glovalNavSp_Btn a {
    width: 43px;
    height: 43px;
    display: block;
    float: left;
  }
  .glovalNavSp_Btn a img {
    width: 100%;
  }
  .glovalNavSp_Btn a:first-child {
    margin-right: 2px;
  }
}

/*
.globalNav {
  background-color: #fff;
}
.globalNav ul {
  position: relative;
  font-size: 0px;
  font-size: 0rem;
}
.globalNav ul li {
  display: inline-block;
  width: 20%;
}
.globalNav ul li > .a {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  height: 15px;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
.globalNav ul li > .a img {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.globalNav ul li > .a:hover img {
  border-bottom: 2px solid #000;
}

*/

.megaMenuInner {
  width: 100%;
  margin: 0;
  position: absolute;
  padding: 30px 30px 30px;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
  left: 0;
  box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.3);
}

.megaMenuInnerWrapper{
        width: 900px;
        margin: 0 auto;
}

.megaMenuInnerWrapper2{
        width: 1128px;
        margin: 0 auto;
}

.tb .megaMenuInner {
  padding: 30px 30px 0px;
}
.closeBnr{
	width : calc(100% + 60px);
	margin-left : -30px;
	text-align: center;
	background: #dfe0e1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZTBlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWVhZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dfe0e1 0%, #e9eaeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe0e1), color-stop(100%,#e9eaeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfe0e1 0%,#e9eaeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfe0e1 0%,#e9eaeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfe0e1 0%,#e9eaeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dfe0e1 0%,#e9eaeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe0e1', endColorstr='#e9eaeb',GradientType=0 ); /* IE6-8 */
	padding : 10px 0;
  cursor: pointer;
  margin-top : 20px;
	display : none;
}
.tb .closeBnr{
	display : block;
}

/*クリック版
.megaMenuInner {
  width: 960px;
  margin: 0;
  position: absolute;
  padding: 30px 30px 0;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
  left: 0;
  box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.3);
}
*/
.item_3column {
  width: 290px;
  float: left;
  margin-right: 15px;
  position: relative;
}
.item_3column.storemenu{
  margin-right: 0;
}
.item_3column .img {
  display: block;
  position : relative;
  width : 290px;
  height : 194px;
}
.item_3column .img .visible {
  display: block;
  position : absolute;
  top : 0;
  left : 0;
  z-index: 0;
}
.item_3column .img .hidden{
  display: none;
  position : absolute;
  top : 0;
  left : 0;
  z-index: 1;
}
.item_3column .hover {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}
/*
.item_3column:hover .img .hidden{
  visibility: visible;
}
*/
.item_3column .p {
  display: block;
  text-align: center;
  padding: 7px 0 0;
}

.item_3column:last-child {
  margin-right: 0px;
}




.item_4column {
  width: 216px;
  float: left;
  margin-right: 12px;
}
.item_4column .img {
  display: block;
  position : relative;
  width : 216px;
  height : 144px;
}
.item_4column .img .visible {
  display: block;
  position : absolute;
  top : 0;
  left : 0;
  z-index: 0;
}
.item_4column .img .hidden{
  display: none;
  position : absolute;
  top : 0;
  left : 0;
  z-index: 1;
}
.item_4column .p {
  display: block;
  text-align: center;
  padding: 7px 0 0;
}

.item_4column:last-child {
  margin-right: 0px;
}



.item_6column {
  width: 150px;
  float: left;
  display: block;
  position: relative;
}
.item_6column .hover {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}

/*
.item_6column:hover .hover {
  visibility: visible;
}
*/
.item_2column {
  width: 450px;
  float: left;
  display: block;
  position: relative;
}
.item_2column .hover {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}
/*
.item_2column:hover .hover {
  visibility: visible;
}
*/
.detail {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.pdb30.bb30 {
  padding-bottom: 30px;
  border-bottom: solid 2px #d3d4d5;
  margin-bottom: 30px;
}

.bigThumbnail {
  width: 292px;
  height: 292px;
  float: left;
}

.smallThumbnail8, .smallThumbnail4 {
  width: 596px;
  height: 292px;
  float: right;
}
.smallThumbnail8 .sT-item{
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 12px;
}
.smallThumbnail8 .sT-item:nth-child(4n), .smallThumbnail4 .sT-item:nth-child(3n) {
  margin-right: 0px;
}
.smallThumbnail8 .sT-item:nth-child(1), .smallThumbnail8 .sT-item:nth-child(2), .smallThumbnail8 .sT-item:nth-child(3), .smallThumbnail8 .sT-item:nth-child(4), .smallThumbnail4 .sT-item:nth-child(1), .smallThumbnail4 .sT-item:nth-child(2), .smallThumbnail4 .sT-item:nth-child(3), .smallThumbnail4 .sT-item:nth-child(4) {
  margin-bottom: 12px;
}

.smallThumbnail4 .sT-item {
	width: 216px;
	height: 216px;
	float: left;
	margin-right: 12px;
}
.smallThumbnail4 {
  width: 672px;
	height: 216px;
  float: none;
  margin: 0 auto;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
}

.spShare {
  display: none;
}

@media only screen and (max-width: 768px) {

/*
  .globalNav {
    display: none;
  }

*/
  .spShare {
    display: none;
    background-color: #dddddf;
  }
  .spShare ul {
    font-size: 0px;
    font-size: 0rem;
    text-align: center;
  }
  .spShare ul li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  .spShare ul li a {
    display: block;
    padding: 10px 10px;
  }
  .spShare ul li a img {
    width: 30px;
  }
}
/*ヘッダー指定 End*/
/*コンテンツラッパー指定 Start*/
.content {
  padding-top: 132px;
  padding-bottom: 20px;
  background-color: #fff;
}
.content .innerWrap {
  padding: 10px;
}
.content .pageTop {
  padding: 0px;
}
.content .pageTop a {
  background-color: #d3d4d5;
  padding: 10px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .content {
    padding-top: 0px;
  }
  .content .pageTop {
    padding: 10px;
  }
  .content .pageTop a {
    padding: 10px 0;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }
}

/*コンテンツラッパー指定 End*/
/*フッター1 指定 Start*/
.footer-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.footer-1 .footer-icon1 {
  float: left;
}
.footer-1 .footer-icon1 ul {
  padding-left: 10px;
  border-right: 1px solid #fff;
  font-size: 0px;
  font-size: 0rem;
}
.footer-1 .footer-icon1 ul li {
  display: inline-block;
  border-left: 1px solid #fff;
  height: 130px;
  vertical-align: middle;
}
.footer-1 .footer-icon1 ul li a {
  padding: 25px 0px;
  height: 100%;
  display: block;
  width: 140px;
  box-sizing: border-box;
  text-align: center;
}
.footer-1 .footer-share {
  float: right;
  padding-top : 20px;
  height : 130px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  width : calc(100% - 575px);
}
.footer-1 .footer-share p{
	text-align: center;
	margin-bottom : 23px;

}
.footer-1 .footer-share ul {
  padding-left: 10px;
  font-size: 0px;
  font-size: 0rem;
  width : 250px;
  margin : 0 auto;
}
.footer-1 .footer-share ul li {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 10px;
  padding-top: 0px;
  box-sizing: border-box;
}
.footer-1 .footer-share ul li a img {
  vertical-align: middle;
  width: 40px;
}
.footer-1 .footer-icon1 ul li a img.sp {
  display : none;
}
.footer-1 .footer-icon1 ul li a img.pc {
  display : inline;
}

.footer-1 .footer-share ul li.onlySp{
	display: none;
}
@media only screen and (max-width: 768px) {
  .footer-1 .footer-icon1 {
    float: none;
  }
  .footer-1 .footer-icon1 ul {
    padding: 0px 0px 0px 10px;
    width: calc(100% - 20px);
  }
  .footer-1 .footer-icon1 ul li {
    width: 25%;
    box-sizing: border-box;
    height: 64px;
  }
  .footer-1 .footer-icon1 ul li a {
    padding: 10px 0px;
    height: 100%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .footer-1 .footer-icon1 ul li a img {
    height: 100%;
  }
  .footer-1 .footer-icon1 ul li a img.sp {
	  display : inline;
  }
  .footer-1 .footer-icon1 ul li a img.pc {
	  display : none;
  }
  .footer-1 .footer-share {
    display: none;
  }
}
/*フッター1 指定 End*/
/*フッター2 指定 Start*/
.footer-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-2 .innerWrap {
  padding: 0 10px;
}

.siteMap {
  font-size: 0px;
  font-size: 0rem;
}
.siteMap .colmun {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.siteMap .colmun .item {
  margin-bottom: 55px;
}
.siteMap .colmun .item .item-header {
  margin-bottom: 5px;
}
.siteMap .colmun .item .item-header a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.siteMap .colmun .item ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.supportDesk {
  float: right;
}

.otherProduct {
  float: left;
}
.otherProduct ul {
  font-size: 0px;
  font-size: 0rem;
}
.otherProduct ul li {
  display: inline-block;
  padding: 0 10px;
}

.otherHeading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.supportDesk p img.pc {
  display: inline;
}
.supportDesk p img.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .footer-2 {
    padding: 20px 0;
  }

  .siteMap {
    display: none;
  }

  .supportDesk {
    float: none;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
  }
  .supportDesk p {
    width: 210px;
    margin-right: auto;
    margin-left: auto;
  }
  .supportDesk p img {
    width: 100%;
  }
  .supportDesk p.otherHeading img {
    width: auto;
    height : 11px;
  }
  .supportDesk p img.pc {
	  display: none;
  }
  .supportDesk p img.sp {
	  display: inline;
  }

  .otherProduct {
    padding: 20px 0 0;
    float: none;
  }
  .otherProduct ul {
    font-size: 0px;
    font-size: 0rem;
  }
  .otherProduct ul li {
    display: inline-block;
    padding: 0 10px;
    width: 25%;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .otherProduct ul li img {
    width: 100%;
  }

  .otherHeading {
    font-size: 10px;
    font-size: 1rem;
  }
}
/*フッター2 指定 End*/
/*フッター3 指定 Start*/
.footer-3 {
  background-color: #fff;
  max-width: 99999px;
}
.footer-3 .innerWrap {
  width: auto;
  margin: 0;
}

.copyLight {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000000;
}

.copyLight p {
  text-align: center;
  font-size: 11px;
  font-size: 1.2rem;
  color: #ffffff;
}
.copyLight p a {
  font-size: 12px;
  font-size: 1.2rem;
}

.copyLight p.logo {
        margin: 0 0 15px 0;
}


@media only screen and (max-width: 768px) {
  .copyLight p {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .copyLight p a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .copyLight p:last-child {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
/*フッター3 指定 End*/
.section {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 100px;
}
.section h2 {
  text-align: center;
  margin-bottom: 45px;
}
.section .img {
  position: relative;
  overflow: hidden;
}
.section .img img {
  width: 100%;
}

#paraWrap {
  width: 100%;
}

.imgBBB {
  width: 100% !important;
  height: auto !important;
}

/*
#top_image01{
	.img{
		background-image : url(../images/index/top_image01.jpg);
	}
}
#top_image02{
	.img{
		background-image : url(../images/index/top_image02.jpg);
	}
}
#top_image03{
	.img{
		background-image : url(../images/index/top_image03.jpg);
	}
}
#top_image04{
	.img{
		background-image : url(../images/index/top_image04.jpg);
	}
}
#top_image05{
	.img{
		background-image : url(../images/index/top_image05.jpg);
	}
}
#top_image06{
	.img{
		background-image : url(../images/index/top_image06.jpg);
	}
}
#top_image07{
	.img{
		background-image : url(../images/index/top_image07.jpg);
	}
}
*/
#bread {
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 0px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  margin-bottom: 30px;
}
#bread li {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-size: 1.1rem;
  color: #989898;
  font-weight: bold;
}
#bread li a {
  font-size: 11px;
  font-size: 1.1rem;
  color: #989898;
  font-weight: bold;
  display: block;
}
#bread li:last-child a {
  font-size: 11px;
  font-size: 1.1rem;
  padding-right: 0px;
  background-image: none;
}
#bread li a:hover {
	text-decoration: underline;
}
#bread li.arrow {
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
	#bread {
		display : none;
	}
}



#main-nav{
	padding : 0 10px 25px;
	box-sizing : border-box;
}
#main-nav dl{
	padding : 12px 5px;
	border-bottom: 1px solid #000;
}
#main-nav dl a{
	display : block;
}
#main-nav dl dt{
        overflow: hidden;
}

#main-nav dl dt a{
	display : block;
	padding : 13px 0;
}



#main-nav dl dd a{
	display : block;
	padding : 13px 0;
}
#main-nav dl dt img{
	height : 12px;
}
#main-nav dl dt.nota{
	padding-top : 12px;
	padding-bottom : 12px;
}
#main-nav dl dd{
	padding-left : 7px;
}
#main-nav dl dd.pMenu{
	padding-left : 0px;
}
#main-nav dl dd img{
	height : 10px;
}
#main-nav dl dd.pMenu img{
	height : 21px;
  padding-left: 1px;
}



#main-nav dl dt.lang img{
  float: left;
  padding: 5px 0;
}

#main-nav dl dt.lang a{
        float: right;
        width: 50px;
        height: 20px;
        padding: 0;
        margin-top: -5px;
}

#main-nav dl dt.lang a img{
        float: none;
        width: 50px;
        height: 20px;
}


#main-nav dl.icon{
  font-size: 0;
}
#main-nav dl.icon dt{
  display: inline-block;
  padding-left: 9px;
}
#main-nav dl.icon dt a{
  padding: 4px 0;
}
#main-nav dl.icon dt img{
  width: 31px;
  height: 31px;
}




.remodal{
	display : none;
}

.special_bgcolor {
  background-color: #D4D6D7;
}