@charset "UTF-8";



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span,a,caption,address{
	margin:0;
	padding:0;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset,img{
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}

ol,ul{
	list-style:none;
	}

caption,th{
	text-align:left;
	}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, caption, address, th, td, b, small{
	font-size:small;
	font-style:normal;
	font-weight:normal;
	line-height:110%;
	word-break:break-all;
	word-wrap:break-word;
	color:#fff;
	}

q:before,q:after{
	content:'';
	}

abbr,acronym{
	border:0;
	}
	
li{
	list-style:none;
	}




/* ------------------------------------------

clearfix

------------------------------------------*/

/* MACのIEには以上の内容を適用しない */
/* IE以外のモダンブラウザ向け */
div#header:after,
div#wrapperInner:after,
div#categorySearchInner:after,
div#newArrival:after,
div.goodsDetailWrapper:after,
.clearfix:after {
    content: "."; /*ピリオド（.）を生成*/
    display: block; /*clearを効かせるためピリオドをブロック要素に見せる*/
    height: 0; /*ピリオドの高さをなくす*/
    clear: both;/*クリアする*/ 
    visibility: hidden;/*ピリオドを隠す*/
	line-height: 0;/*ピリオドの行間をなくす*/
}

div#header,
div#wrapperInner,
div#categorySearchInner,
div#newArrival,
div.goodsDetailWrapper,
.clearfix {
    display: inline-block;
}

/* IE6以下にはスターハックを使い親ボックスの高さを指定 */
/* MACのIEには以下の内容を適用しない */
* html div#header,
* html div#wrapperInner,
* html div#categorySearchInner,
* html div#newArrival,
* html div.goodsDetailWrapper,
* html .clearfix{
    height: 1%;
	}

div#header,
div#wrapperInner,
div#categorySearchInner,
div#newArrival,
div.goodsDetailWrapper,
.clearfix {
    display: inline-table;/* MACのIE向け */
	display: block;/* MACのIE以外にdisplay: block;を上書き */
	min-height: 1px;/* IE7向けに親ボックスの最小高さを指定 */
	}





/* ------------------------------------------

heavyused.

------------------------------------------*/

.clearboth{
	clear:both;
	}

.overflow_auto{
	overflow: auto;
	}
	
.overflow_hidden{
	overflow:hidden;
	}
