
@charset "utf-8";
/* CSS Document */

body	{
	min-width:960px;
	overflow:hidden;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica,sans-serif;
	line-height:1.0;
	color:#fff;
	background:#FFF url(/dragon2020/image/top02_bg.jpg) 50% 102px no-repeat;
	}

	a { text-decoration:underline; color:#ff8e00;}
	a:hover { text-decoration:none; color:#ff6600;}
	a:hover img	{
		filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
		transition : all .1s; /* Animation Effect */
		}
	
/* Text */
	.txtl	{ text-align:left;}
	.txtc	{ text-align:center;}
	.txtr	{ text-align:right;}
	.txts	{ font-size:75%;}

	span.rtMrk	{ font-size:10px; vertical-align:top;}
	.fntSrf	{ font-family:"Times New Roman", Times, serif;}
	
	/* Font Size - */
	.fntXL	{ font-size:125%;}/*20px*/
	.fntL	{ font-size:112%;}/*18px*/
	.fntN	{ font-size:100%;}
	.fntM	{ font-size:93.75%;}/*15px*/
	.fntS	{ font-size:87.5%;}/*14px*/
	.fntXS	{ font-size:75%;}/*12px*/
	.fntXXS	{ font-size:62%;}/*10px*/


/* Img */
	img.abslTxt,
	img.abslImg{
		position:absolute;
		z-index:30;
	}
	img.shdwImg{
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
	}

/* Float*/
	.fltl	{ float:left;}
	.fltr	{ float:right;}

/* Clear Fix */
	.clrfx:after	{ content:".";display:block; height:0;clear:both;visibility:hidden;}
	.clrfx	{ zoom:1;}
	.clr	{ clear:both;}

/* BaseColor */
	.CorPnk	{ color:#ff3ea8;}
	.CorBgrn{ color:#009ca8;}
	.CorYll	{ color:#ffe400;}
	.red{ color:#C00;}
	.red2{ color:#ff263a;}
	.CorOr{ color:#ff9000;}
	.CorOr2{ color:#E38800;}
	.CorPnk2	{ color:#ff42ad;}
	.Corgry	{ color:#999;}
	.CorWht	{ color:#FFF;}
	.CorRed3	{ color: #e60012;}

	.dno	{ display:none;}

/* Background Color */
	.bgCor01	{ background:#363646 url(/dragon2020/image/bg_cor01.jpg) top center repeat;}
	.bgCor02	{ background:#FFF url(/dragon2020/image/bg_cor02.jpg) top center repeat-x;}
	
/* Full width Container */
	#header,
	#ctnrMenu,
	#ctnrMenuLcl,
	#ctnrCatch,
	#ctnrCatchSb,
	.ctnrConts,
	#footer	{ width:100%; position:relative;}

	/* Return to Page Top
	-----------------------------*/		
	p.lnkPtop	{
		width:960px;
		padding:0px;
		margin:0 auto 40px;
		font-size:75%;
		font-style:italic;
		text-align:right;
		clear:both;
		z-index:20;
		}
	p.lnkPtop a	{
		height: 1em;
		padding: 5px 15px;
		margin-right: 10px;
		background: #424242;
		color: #fff;
		border-radius: 5px;
		text-decoration: none;
		}
	p.lnkPtop a:hover	{ background:#404040; color:#fff; }

/*-------------------------------
 Header
---------------------------------*/
#header	{
				height:38px;
				z-index:10;
				background:#171717 url(/dragon2020/image/hd_bg.jpg) top center repeat-x;
				box-shadow:0 2px 4px 0 rgba(0,0,0,0.4);
}
	#hdrInner	{
		width:960px;
		height:37px;
		padding:0px;
		margin:0 auto;
		position:relative;
	}
	
	#header .logoVs	{ position:absolute; top:5px; left:10px;}
	ul.ulLang	{
		width:300px;
		padding:10px;
		float:right;
		text-align:right;
	}
		ul.ulLang li	{
			padding:0 0 0 25px;
			font-size:87.5%;
			position:relative;
			display:inline-block;
			*display: inline;
			*zoom: 1; 
		}
		
		ul.ulLang li + li	{
			margin-left:10px;
			border-left:1px solid #fff;
		}
		
		ul.ulLang li span	{ color:#8c8c8c;}
		ul.ulLang li a	{ color:#8a8a8a; text-decoration:none;}
		ul.ulLang li a:hover	{ color:#ffb0d9;}
		ul.ulLang li.slct a	{ color:#fff;}
		
		ul.ulLang li.slct:before	{
			content:"\25CF";
			color:#04aba1;
			position:absolute; top:0; left:8px;

		}


/*-------------------------------
 Menu
---------------------------------*/
div.fxblnk	{ width:100%; height:60px;  position:relative;z-index:0;}
div#menuContens	{
	width:100%; min-width:960px;
	height:60px;
	margin:-60px auto 0px;
	background:#FFF;
	background: rgba(0, 0, 0, 0) linear-gradient(#001656, #001656, #20306c) repeat scroll 0 0;
	box-shadow:0 3px 5px -2px rgba(0,0,0,0.6);
	z-index:20;
	position:relative;
}
	
	dl.menuLocal	{
		width:942px;
		margin:0 auto;
		font-size:16px;
		letter-spacing:0.05em;
		position:relative;
		overflow:hidden;
	}
	dl.menuLocal::before	{
		content:"";
		width:0px; height:80%;
		border-left:1px solid #0f1c3c;
		border-right:1px solid #355095;
		display:block;
		position:absolute; left:0px; top:10%;
	}
	dl.menuLocal::after	{
		content:"";
		width:0px; height:80%;
		border-left:1px solid #0f1c3c;
		border-right:1px solid #355095;
		display:block;
		position:absolute; right:0px; top:10%;
	}
		dl.menuLocal dt	{ display:none; position:relative;}

		dl.menuLocal dd	{
			color:#fff;
			line-height:0;
			text-align:center;
			position:relative;
			display:table-cell;
		}
			dl.menuLocal dd::before	{
				content:"";
				width:1px; height:80%;
				background:#355095;/*#5d4a44*/
				display:block;
				position:absolute; left:0px; top:10%;
			}
			dl.menuLocal dd::after	{
				content:"";
				width:1px; height:80%;
				background: #0f1c3c;
				display:block;
				position:absolute; right:0px; top:10%;
			}
			dl.menuLocal dd:first-of-type:before	{ width:0;}
			dl.menuLocal dd:last-of-type:after	{ width:0;}

		dl.menuLocal dd a	{
			width:314px;/*294px*/ height:60px;
			color:#fff;
			display:table-cell;
			vertical-align:middle;
			text-decoration:none;
		}
			dl.menuLocal dd a:hover	{
				background:#0f1c3c;
				text-decoration:none;
			}

	/* Menu Area _ Local - Fixed -----------------------------*/


	/*  Link _ Anchor
	-----------------------------*/
	.anchor-link {
		display: block;
		height: 1px;
		overflow: hidden;
		position: absolute;
		top: -60px;
		width: 1px;
	}
	div#wrapCnts .anchor-link {
		top: -90px;
	}


	/* After _ Fixed
	-----------------------------*/
	div#menuContens.fixed	{
		width:100%; min-width:960px;
		margin-top:0;
		background:#171717;
		position: fixed; left:0; top: 0;
		vertical-align:top;
		z-index: 10000;
		/*overflow:hidden;
		zoom:1;*/
		display:block;
		transition :margin-top 1s ease-in-out; /* Animation Effect */
	}
	div#menuContens.fixed::before	{
		top:-30px;
	}
	
		div#menuContens.fixed dl.menuLocal	{
			width:960px;
			background:#171717;
			box-shadow:none;
			border:none;
			border-radius:0;
			font-size:14px;
		}
			div#menuContens.fixed dl.menuLocal::before	{
				border:none;
			}
			div#menuContens.fixed dl.menuLocal::after	{
				content:"";
				width:1px; height:80%;
				border:none; /* halloween */
				display:block;
				position:absolute; right:0px; top:10%;
			}
			
		div#menuContens.fixed dl.menuLocal dt	{
		}
			div#menuContens.fixed dl.menuLocal dt::after	{
			}
			div#menuContens.fixed dl.menuLocal dt a	{
			}
			div#menuContens.fixed dl.menuLocal dt a:hover	{
				background:#333;
				text-decoration:none;
			}

		div#menuContens.fixed dl.menuLocal dd	{
			text-align:left;
		}
		div#menuContens.fixed dl.menuLocal dd a	{
			width:314px;
			padding-left:40px;
		}
		div#menuContens.fixed dl.menuLocal dd a:hover	{
			background:#333;
		}
			div#menuContens.fixed dl.menuLocal dd::before	{
			background:none;
			content: "\25B6";
			display: block;
			position: absolute;
			left: 20px;
			top: 30px;
			border:none;
			}
			div#menuContens.fixed dl.menuLocal dd::after	{  background:none; }
			
			div#menuContens.fixed dl.menuLocal dd:first-of-type::before	{ }
			div#menuContens.fixed dl.menuLocal dd:last-of-type::after	{ }
			
/*-------------------------------
 TOP_Common Area
---------------------------------*/	

	div#topCatch{
		background:url(/dragon2020/image/top_bg.jpg) center top no-repeat;
		height:1240px;
		margin:0 auto;
		text-align:center;
		position:relative;
		}
	div#topMain{
		background:url(/dragon2020/image/top_img.jpg) center top no-repeat;
		height:1240px;
		position:relative;
		}
	
	div.catchInner	{
		width:960px;
		margin:0 auto;
		position:relative;
		z-index:10;
	}
		
		div#txtConts	{ height:120px;}
		.catElmnt	{ position:absolute;}
		img.picMain	{
			position:absolute;
			top:0; left:50%;
			margin-left:-1000px;
			z-index:1;
		}

/*-------------------------------
 Common Parts
---------------------------------*/
	div.CntInner	{
		width:960px;
		margin:0 auto;
		position:relative;
		z-index:10;
		text-align:center;
	}
	
	img.imgFlt	{ margin:0 10px 0;}	
	img.imgFl	{ margin:0 10px 20px;}	

	.logoVs	{ width:150px; height:30px; display:block;}
	
	h3.tit	{
		margin:0 0 25px;
		height:40px;
		background:url(/dragon2020/image/h3_960.png) top center no-repeat;
		padding-left:30px;
	}
	h3.hDcoBgrn	{ background:#009ca8;}
	h3	{
		font-size:125%;
		line-height:1.6em;
		color:#FFF;
		padding-top:10px;
		}
	
	
	.attn	{
		margin:0 10px 25px;
		font-size:87.5%;
	}
	.attn dt	{ margin-bottom:10px;}
	.attn dd	{ padding-left:1em; text-indent:-1em; margin-bottom:5px; line-height:1.2;}
	.attn em	{ color:#F36;}
	p.lead			{ margin-bottom:30px; padding:0 10px;}
	p.lead2			{ padding:20px 10px 0;}
	p.date			{ padding:0 10px; font-size:87.5%; color:#CCC;}


/*-------------------------------
 Dress Area
---------------------------------*/	

	/* Dress01
	-----------------------------*/
	div#Drs01 {
	background:url(/dragon2020/image/drs01_bg.jpg) top center no-repeat;
	text-align:center;
	}
	div#pdctDrs01 { 
	background:url(/dragon2020/image/drs01_MainImg.jpg) top center no-repeat;
	text-align:center;
	margin:0px auto 0px;
	position:relative;
	height:1300px;
	}

	/* Dress02
	-----------------------------*/
	div#Drs02 {
	background:url(/dragon2020/image/drs02_bg.jpg) top center no-repeat;
	text-align:center;
	}
	div#pdctDrs02 { 
	background:url(/dragon2020/image/drs02_MainImg.jpg) top center no-repeat;
	text-align:center;
	margin:0px auto 0px;
	position:relative;
	height:1300px;
	}
	div#pdctDrs_Main p { position:absolute; z-index:30;}


	/* Dress01 Spec
	-----------------------------*/
	#pdctDrs01_Spec	{
	background:url(/dragon2020/image/drs01_SpecImg.jpg) top center no-repeat;
		margin:0 auto;
		padding: 30px 0 30px;
		position:relative;
	}
	div#pdctDrs01_Spec div.specBox{
		width:800px;
		background-color:rgba(255,255,255,0.6);
		border:#3e8ac4 solid 5px;
		margin:0 auto;
		
		}

	/* Dress02 Spec
	-----------------------------*/
	#pdctDrs02_Spec	{
	background:url(/dragon2020/image/drs02_SpecImg.jpg) top center no-repeat;
		margin:0 auto;
		padding: 30px 0 30px;
		position:relative;
	}
	div#pdctDrs02_Spec div.specBox{
		width:800px;
		background-color:rgba(255,255,255,0.6);
		border:#e64b85 solid 5px;
		margin:0 auto;
		
		}
		
	/* Spec Common
	-----------------------------*/
	div.specBox	{
		width:800px;
		padding:20px 20px 30px;
		position:relative;
		z-index:20;
		box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
	}	
	table.spec caption	{
		padding: 10px;
		margin-bottom: 0.5em;
		color:#363636;
		font-weight:bold;
		letter-spacing:0.1em;
		line-height:1.6em;
	}
	table.spec caption p.tit	{
		padding-top:2px;
		font-size:24px;
		/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "Times New Roman", Times;*/
	}
	table.spec caption p.tit_cn	{
		padding-top: 8px;
		font-size: 28px;
		font-family: none;
		}
	table.spec tr	{ }
	table.spec th,
	table.spec td	{ 
	color:#363636;
	padding:5px;
	font-size:14px;
	line-height:1.4em;
	}
	table.spec th	{
		width:6em;
		text-align:right;
		padding: 5px 20px 5px 5px;
		position:relative;
	}
	table.spec th:after {
    content: "：";
    position: absolute;
    right: 5px;
	top: 10px;
    margin-top: -0.4em;
		}
	table.spec td	{
		text-align: left;
	}
	table.spec th.str,
	table.spec td.str	{ font-size:14px;}
	table.spec td span.red{ color:#C00;}
	table.spec td a.ev_att	{ font-weight:bold; font-size:100%; color:#ff7e00;}
	table.spec th.t_att	{
		text-align:left; font-size:75%;
	}
	table.spec td ul	{ line-height:1.4em; margin-top:10px; font-size:75%;} 

	dl.specAtt{
		width:800px;
		margin:30px auto 30px;
		line-height:1.6em;
		font-size: 87.5%;
		color:#363636;
		color:#333;
		position:relative;
		text-align:left;
		text-shadow: 0px 0px 3px #ffffff,0px 0px 3px #ffffff,0px 0px 3px #ffffff,0px 0px 3px #ffffff,0px 0px 3px #ffffff;
		}
	dl.specAtt dd{
		text-indent:-1em;
		padding-left:1em;
		}
	div#pdctDrs_Catch p.lnkPtop	{
		width:940px;
	}
	table.spec .price	{ font-size:14px;}
	table.spec .price_taxIN {display: none;}

.spec-InfoLnk {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 1rem 2rem 0;
	box-sizing: border-box;
}
.Info-area {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0 2rem 2rem;
	box-sizing: border-box;
}
.InfoBnr {
	max-width: 640px;
	margin: 20px auto 20px;
	text-align: center;
	display: block;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
}
  a.InfoLnk {
    max-width: 50%;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 1rem;
    border-radius: 3rem;
    line-height: 1.4;
    font-size: 14px;
    margin: 0 auto 1rem;
    text-decoration: none;
    }
  a.InfoLnk {
    background: #0095d9;
    color: #ffffff;
    }
  a.InfoLnk:hover {
    background-color: #155bd4;
    }
  .spec-InfoLnk  a.InfoLnk {
      margin: 0 auto 0;
      }


/*-------------------------------
 Photo
---------------------------------*/	

	#pdctPic01 {
	background:url(/dragon2020/image/drs01_Pht_bg.jpg) top center no-repeat;
		padding-bottom:20px;
		}
	#pdctPic02 {
	background:url(/dragon2020/image/drs02_Pht_bg.jpg) top center no-repeat;
		padding-bottom:20px;
		}
	
	/* swiper Pic
	-----------------------------*/
    .swiper-container {
        width: 100%;
        padding: 40px 0px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
		max-width: 570px;
		max-height: 570px;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide img {
        width: 100%;
		max-width: 570px;
		max-height: 570px;
    }


/*-------------------------------
 Infomation Area
---------------------------------*/

	#InfoArea,
	#InfoArea2 {
		padding-top:50px;
		padding-bottom:20px;
	}
	p#InfoBnr,
	p#InfoBnr2,
	p#InfoScoop{
		margin: 0 auto 50px;
		text-align: center;
		}

/*販売情報（枠）*/
.infoBoxF	{
	width: 940px;
	background:#FFF;
	color:#333;
	text-align:left;
	position:relative;
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.8);
	margin:0 auto 30px;
}
	h3#titInfo,
	h3#titInfo2{ 
	width: 940px;
	margin: 0 auto 50px;
	padding-top:0;
	color:#333;
	}
	div.infoBoxF .line2 		{ border-bottom:1px #D3DADA solid; margin:0 20px;} 
	div.infoTxt img.icInfo { width:60px; margin-right:15px; margin-bottom:25px; float:left; }


/* Info_商品メイン-----*/
	div.infoBoxF .infoBox_Det {
	  width:600px;
	  text-align:left;
	  padding:0px;
	  margin:20px 0px 10px;
	  float:left;
	  }
	div.infoBoxF .infoBox_Det h3{
	width:600px;
	color:#fff;
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
	padding-top: 0;
	text-indent:15px;
	background:#000 url(/image/cmnPrts/bg_stripe.png) top center repeat;
	}
	div.infoBoxF .infoBox_Det h3 a { display:block;text-decoration: none; line-height: 1; color:#fff; line-height: 40px;}
	div.infoBoxF .infoBox_Det h3 a:hover { background:#07b1ac;}
	
	div.infoBoxF .infoBox_Det h4{
	font-size: 100%;
	line-height:1.6em;
	padding: 5px 10px;
	margin:0px;
	}
	div.infoBoxF .infoBox_Det h4.sale{
	background:#f0c5cd;
	border-left:#e3768b solid 10px;
	}
	div.infoBoxF .infoBox_Det h4.exbt{
	background:#f4cfa3;
	border-left:#ed9630 solid 10px;
	}
	div.infoTxt { margin:20px 0px 20px 20px; }
	div.saleTxt { margin:25px 10px; }
	div.saleTxt img.icInfo { width:60px; margin-right:15px; margin-bottom:20px; float:left; }
	div.infoBoxF .infoBox_Det h5{ font-weight:bold; font-size:112%; }
	div.infoBoxF .infoBox_Det p { 
	font-size:93.75%;
	line-height:1.6em;
	margin:10px;
	}
	div.infoBoxF .info_det_line 	{ 
	border-top: 1px dotted #D3DADA;
	margin: 20px 0 0;
	height: 10px;
	} 
	div.infoBoxF .info_line 		{ border-bottom:1px #D3DADA solid; margin:0 20px 20px;} 
	
	/*Thum*/		 
	div.infoBoxF .thumInfo		{ 
	width:240px;
	height:240px; 
	display:block;
	border:5px solid #FFF;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	margin:20px 30px 40px 10px;
	float:left;
	}

	/*News*/		 
	div.infoBoxF .infoNews		{ margin:30px 40px 20px; text-align:left; font-size:87.5%;line-height: 1.4em; }


/* Info_イベントメイン-----*/
	div.infoBoxF .infoBox_Ev {
	width:880px;
	margin:20px auto 30px;
	position:relative;
	text-align:left;
	  }	
	div.infoBoxF .infoBox_Ev h3	{
		color:#333;
	width: 840px;
	padding: 0px 10px;
	margin: 0 auto 10px;
	border-left: 10px solid #136a6b;
	line-height:1.6em;
	font-size: 30px;
	font-weight: bold;	
	}
	div.infoBoxF .infoBox_Ev h4{
	font-size: 112%;
	line-height: 1.6em;
	padding: 0.5em 0.6em;
	margin: 0px;
	background: #1e787a;
	border-left: #005f62 solid 10px;
	color:#FFF;
	}

	div.infoBoxF .infoBox_Ev div.infoTxt h5{ font-weight:bold; font-size:112%; text-align:left; color:#1e1e1e;}
	div.infoBoxF .infoBox_Ev div.infoTxt { margin:20px 10px; line-height: 1.4em;}
	div.infoBoxF .infoBox_Ev div.infoTxt p { line-height: 1.4em;}
	
	div.infoBoxF .infoBox_Ev p { line-height:1.6em; margin:10px;}
	div.infoBoxF .infoBox_Ev p span.date { font-size:87.5%; line-height:1.4em; color:#666;}
	div.infoBoxF .infoBox_Ev table { 
	width: 820px;
	margin:0px 10px 20px;
	line-height: 1.4em;
	}
		div.infoBoxF .infoBox_Ev ul.att_list{ margin: 10px; font-size: 90%;}
		div.infoBoxF .infoBox_Ev ul.att_list li{ margin-left: 0; float: none; width: auto;}

	/*Thum*/		 
	div.infoBoxF .infoBox_Ev ul	{} 
	div.infoBoxF .infoBox_Ev ul li	{ 
	width: 292px;
	float:left;
	display:block;
	margin-bottom:30px;
	} 
	div.infoBoxF .infoBox_Ev ul.fll{
	text-align: center;
	}
	div.infoBoxF .infoBox_Ev ul.fll li	{
	width:840px;
	text-align: center;
	float:none;
	margin:0px auto 30px;		
	} 
	div.infoBoxF .infoBox_Ev .thumInfo		{ 
	width:260px;
	height:260px; 
	display:block;
	border:5px solid #FFF;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	margin:20px 10px 15px;
	}
	div.infoBoxF .infoBox_Ev ul li h5	{
		clear: both;
		height: 40px;
		margin-bottom:15px;
		text-align:center;
		line-height:1.6em;
		
	}
	div.infoBoxF .infoBox_Ev h5 span	{
		font-size:12px;
	}
	
	a.lnkBtn, p.lnkBtnPre {
		padding: 1em 1.2em;
		line-height: 1;
		letter-spacing: 0.02em;
		text-align: center;
		font-size: 14px;
		color: #fff;
		background: #ff7e31;
		border-radius: 5px;
		box-shadow: rgba(0,0,0,0.2) 0 1px 2px -1px;
		margin: 10px 15px;
		position: relative;
		clear: both;
		display: block;
		text-decoration:none;
		}
	a.lnkBtn {
		background: #1b95e0;
		}
	a.lnkBtn:hover {
		background: #89c574;
		}

	#InfoArea div.bnrInfoLnk{
	margin: 40px auto 20px;
	text-align:center;
	}
	#InfoArea div.bnrInfoLnk a img{
	margin-bottom:10px;
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.8);
	}

/* ----------------------------- */
/*言語切り替え langChng */

	#langChng	{ 
		width: 840px;
		text-align: right;
		margin: -20px auto 10px;
		padding-top: 0px;
		font-size:75%;
		color:#717171;
		}
		#langChng a	{
		display:inline-block;
		margin:0 5px;
		padding:5px ;
		text-decoration:none;
		color:#717171;
		}
		#langChng a:hover,
		#langChng a:active	{ color:#68B7BB;}

		#langChng a	{
		background:#0085d0;
		display:inline-block;
		margin:0 2px;
		padding:5px 20px; border-radius:5px; text-decoration:none; color:#fff;}
		#langChng a:hover,
		#langChng a:active	{ background:#EDA80F; color:#fff;}
		#langChng span	{
		display:inline-block;
		margin:0 2px;
		padding:5px 20px; border-radius:5px; text-decoration:none;}/*BTN OFF*/
		#langChng span.pre	{
		background:#999; color:#fff;}/*BTN OFF*/


/*-------------------------------
 Buy Link Button
---------------------------------*/
ul.BuyLnkBtn	{ width:940px; margin-bottom:40px; text-align:center;}
ul.BuyLnkBtn li {
		margin:0 auto;
	}
	/* Common Webstore Link Button */
	a.btnBuy	{
	width: 70%;
	padding: 1em 0;
	margin: 0px auto 30px;
	text-align: center;
	background: #ff6e04;
	display: block;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	}
	a.btnBuy:hover	{
		background-color:#FF9C04;
	}


/*-------------------------------
 fll Link Button
---------------------------------*/
ul.LnkBtnfll	{ width:940px; text-align:center;}
ul.LnkBtnfll li { margin:0 auto;}

/*-------------------------------
 Item Thum Lnk
---------------------------------*/

div.prdcts{ margin:40px 0; overflow: auto; clear: both;}
.prdcts ul{
		padding-bottom:1px;
		margin:0 0px 20px;
		overflow:hidden;
		zoom:1;
	}
.prdcts li{
		width:280px;
		margin:0px 15px 50px;
		float:left;
		list-style: outside none none;
		background-repeat:no-repeat;
		position: relative;
		display: inline-block;
		}

		.prdcts ul.crdClm5 li {
		    width: 150px;
		}
		.prdcts ul.crdClm4 li {
		    width: 200px;
		}
		.prdcts ul.crdClm3 li {
		    width: 280px;
		}

.prdcts li img.itmThm{
		width: 100%;
		margin-bottom: 5px;
		}

.prdcts li img.itmThm{
		width: 100%;
		margin-bottom: 5px;
		}

.prdcts li div.info{
		vertical-align:middle;
		padding:8px 0px;
		width: 100%;
		background:#148690;
		color:#FFF;
		opacity:0.9;
		filter: alpha(opacity=90);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=90)";  /* ie 8 */
		-moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.9;              /* Safari 1.x */
		position: absolute;
		top:280px;
		left:0px;
		}

		.prdcts ul.crdClm4 li div.info{
		top:200px;
		}
	
	.prdcts li div.info p{
		font-size: 12px;
		line-height: 1.4;
		padding:0px 10px;
		}
	.prdcts li div.info h5{
		font-size: 14px;
		padding:0px 10px;
		font-weight: bold;
		line-height: 1.4;
		}



/*----------------------------------------*/
/*関連バナー*/
#lnkBnr { 	background:#454545;
			text-align:center;
			padding:35px 0 10px;
			z-index:10;
			}
	#lnkBnr ul	{
		width:960px;
		margin:0 auto 15px;}
	#lnkBnr li	{
		margin:0 3px;
		display:inline-block;
		*display: inline; *zoom: 1;	}
		
	/*バナー非表示*/
	#lnkBnr li#bnrS_go	{
		display:none;
		}
		
	#lnkBnr li img{ width:200px;}
	#lnkBnr li.bnrM { width: 400px; margin: 0 5px;}
	#lnkBnr li.bnrM img{ width:400px; margin-bottom:20px;}
	#lnkBnr li.bnrL { width:960px;}
	#lnkBnr li.bnrL img{ width:700px; margin-bottom:20px;}
	
	#lnkBnr ul.bnrS li img{ width:220px;}
	#lnkBnr ul.bnrSS li img{ width:180px;}

	#lnkBnr ul.Clm4 li img{ width:220px;}
	#lnkBnr ul.Clm5 li img{ width:180px;}
	#lnkBnr ul.Clm6 li img{ width:144px;}

/*----------------------------------------*/
/*footer*/
#footer {background:#040000; margin:0 auto; padding:0; text-align:center; clear:both; padding:20px 0;}
#footer p{color:#fff;line-height:1.5em; text-align:center; font-size: 93.75%; padding-bottom:10px; margin-top:10px;}


/*----------------------------------------*/
/*menu.fixed*/
div#Drs01, div#Drs02	{
	margin-top: -60px;
	padding-top: 60px;
	background-position-y: 60px;
	}



  .price-hontai{display: none;}

.note_copyright {
	padding: 0 10px;
	margin: 1em auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-family: "メイリオ", Arial, Helvetica, sans-serif;
}
.note_copyright li {
	padding: 0.2em 1em;
	text-indent: -1em;
	line-height: 1.4em;
}