@charset "utf-8";


/*	汎用スタイルの設定		
========================================== */

/*	Clearfix
========================================== */
/* clearfix：要素の末尾でfloatを解除する */
.clearfix { *zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }

/*	Invisible elements：要素を不可視にする
========================================== */
.hidden {
	display: none;
}

/*	Float
========================================== */
.float_l { float: left; }
.float_r { float: right; }

/*	List style
========================================== */
.disc li { list-style: disc;}
.circle li { list-style: circle;}
.decimal li { list-style: decimal;}

/* Text style
========================================== */
/* Font color */
.red { color: #F00; }

/* Font size */
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs24 { font-size: 24px; }
.fs28 { font-size: 28px; }
.fs32 { font-size: 32px; }
.fs36 { font-size: 36px; }
.fs48 { font-size: 48px; }

/* Font weight */
.bold { font-weight: bold; }

/* Text align */
.align_l { text-align: left!important; }
.align_r { text-align: right; }
.align_c { text-align: center; }


/*	Margin
========================================== */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }

.mr10 { margin-right: 20px; }
.mr20 { margin-right: 20px; }
.mr100 { margin-right: 100px; }


/*	Padding
========================================== */
.pt0 { padding-top: 0; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt55 { padding-top: 55px; }
.pt60 { padding-top: 60px; }
.pt65 { padding-top: 65px; }
.pt70 { padding-top: 70px; }
.pt75 { padding-top: 75px; }
.pt80 { padding-top: 80px; }
.pt85 { padding-top: 85px; }
.pt90 { padding-top: 90px; }
.pt95 { padding-top: 95px; }
.pt100 { padding-top: 100px; }

.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb55 { padding-bottom: 55px; }
.pb60 { padding-bottom: 60px; }
.pb65 { padding-bottom: 65px; }
.pb70 { padding-bottom: 70px; }
.pb75 { padding-bottom: 75px; }
.pb80 { padding-bottom: 80px; }
.pb85 { padding-bottom: 85px; }
.pb90 { padding-bottom: 90px; }
.pb95 { padding-bottom: 95px; }
.pb100 { padding-bottom: 100px; }

.pl10 { padding-left: 10px; }


/*	Width
========================================== */
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w240 { width: 240px; }
.w260 { width: 260px; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w320 { width: 320px; }
.w340 { width: 340px; }
.w360 { width: 360px; }
.w380 { width: 380px; }
.w400 { width: 400px; }
.w420 { width: 420px; }
.w440 { width: 440px; }
.w460 { width: 460px; }
.w480 { width: 480px; }
.w500 { width: 500px; }
.w560 { width: 560px; }


/*	Other
========================================== */
.hi a:hover img{
opacity:0.50;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
-moz-opacity:0.50;
}

/*
-----------------------------------------------------------------*/
.mainContents {
	background: url(../img/bg.jpg) no-repeat;
	height: 1051px;
	margin: 15px 0 50px;
	position: relative;
}
.priceArea {
	position: absolute;
	background: url(../img/bg_price.png) no-repeat;
	width: 231px;
	height: 69px;
	padding:18px 0 0 22px;
}
.gadgetList{
	width: 213px !important;
}
.searchEffList dl {
	width: 213px;
	float:none;
}
.searchEffList dt,.searchEffList dd {
	display: none;
}
.searchEffList dd.price {
	display: block;
	color: #E60012;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
}
h4 , .imgArea , .txtArea , .btnMore {
	position: absolute;
}

.cont01 , .cont02 , .cont03 , .cont04 , .cont05 , .cont06 {
	position: absolute;
}
.cont01 {
	top:65px;
	left:5px;
}
.cont02 {
	left:491px;
	top:128px;
}
.cont03 {
	left:24px;
	top:282px;
}
.cont04 {
	left:493px;
	top:410px;
}
.cont05 {
	left:2px;
	top:505px;
}
.cont06 {
	left:96px;
	top:777px;
}

.cont01 h4 {
	left: 256px;
	top:13px;
}
.cont01 .txtArea {
	left: 256px;
	top:55px;
}
.cont01 .btnMore {
	left: 354px;
	top: 136px;
}
.cont01 .priceArea {
	left: 233px;
	top: 150px;
} 
.cont01 .imgArea {
	left: 0px;
	top: 0px;
}

.cont02 h4 {
	left: 0px;
	top:0px;
}
.cont02 .txtArea {
	left:0px;
	top:41px;
}
.cont02 .btnMore {
	left: 90px;
	top: 123px;
}
.cont02 .priceArea {
	left: -2px;
	top: 137px;
} 
.cont02 .imgArea {
	left: 196px;
	top: -19px;
}

.cont03 h4 {
	left: 251px;
	top:77px;
}
.cont03 .txtArea {
	left: 251px;
	top:113px;
}
.cont03 .btnMore {
	left: 345px;
	top: 177px;
}
.cont03 .priceArea {
	left: 207px;
	top: 194px;
} 
.cont03 .imgArea {
	left: 0px;
	top: 0px;
}

.cont04 h4 {
	left: 0px;
	top:0px;
}
.cont04 .txtArea {
	left: 0px;
	top:36px;
}
.cont04 .btnMore {
	left: 15px;
	top: 119px;
}
.cont04 .priceArea {
	left: 130px;
	top: 100px;
} 
.cont04 .imgArea {
	left: -22px;
	top: 122px;
}

.cont05 h4 {
	left: 254px;
	top:43px;
}
.cont05 .txtArea {
	left: 254px;
	top:80px;
}
.cont05 .btnMore {
	left: 328px;
	top: 162px;
}
.cont05 .priceArea {
	left: 203px;
	top: 177px;
} 
.cont05 .imgArea {
	left: 0px;
	top: 0px;
}

.cont06 h4 {
	left: 0px;
	top:0px;
}
.cont06 .txtArea {
	left: 0px;
	top:36px;
}
.cont06 .btnMore {
	left: 92px;
	top: 102px;
}
.cont06 .priceArea {
	left: 7px;
	top: 121px;
} 
.cont06 .imgArea {
	left: 202px;
	top: -5px;
}
