@charset "utf-8";

/*------------------------------------------------------------
CSS Information
 Site URL:     http://shop.hikaritv.net/
 File name:    default_shopping.css
 Summary:      reset,default
 Created:      2013-10-29
 Last update:  2013-11-06
 Copyright:    (c) NTT Plala Inc. All Rights Reserved.
-------------------------------------------------------------*/


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
img {
	vertical-align:text-bottom;
}
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 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}

/* default */
html {
	overflow-y:scroll;
}
body {
	background:#fff;
	color:#333;
	font-family:"meiryo","メイリオ","ヒラギノ角ゴ Pro W3","HiraginoKaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.4;
}

a{outline:none;}
a:link{
	color:#153eb6;
	text-decoration:underline;
}
a:visited{
	color:#153eb6;
	text-decoration:underline;
}
a:hover{
	color:#df6408;
	text-decoration:underline;
}
a:active{
	color:#153eb6;
	text-decoration:underline;
}



/*-------------------------
 _clearfix
--------------------------*/
.clf:after {content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
* html .clf {zoom: 1;}/* IE6 */
*:first-child+html .clf {zoom: 1;}/* IE7 */