@charset "utf-8";

/* ==========================================

	CSSファイル名：cmn_reset.css
	用途：デフォルトタグ・印刷スタイルシート
	最終更新日：2012/3/27

========================================== */

/* ===============================================================================
	eshop - デフォルトタグ - Reset
=============================================================================== */

body,div,dl,dt,dd,ul,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html{
overflow-y: scroll;
}

html,body {background: #FFF; color: #000;}

body {font:12px/1 "verdana", sans-serif;}

/* safari only \*/
html[xmlns*=""] body:last-child body { font-size: 75%;}

img {border: 0; vertical-align: top;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 92.4%; font-weight: normal;}

ul,dl,ol {
	text-indent: 0px;
}
ul{list-style-type: none;
list-style-position: outside;
}
ul li,
ol li{
	line-height: 1.4;
}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
em{ font-weight: bold;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 92.4%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 92.4%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 92.4%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 92.4%; line-height: 100%;}

input,select,textarea {font-size: 92.4%; font-family: Verdana, Helvetica, sans-serif;}
select{ font-size: 92.4%; color: #4a4a4a; height: 20px;	border: 1px solid #AEAEAE;}


/* ===============================================================================
	eshop - 印刷用 - Print
=============================================================================== */

@media print{
body { zoom: 0.6;}
div#header div#header-navi,
div#header ul#globalnavi,
div#main p.pagetop,
div#contents p#breads,
div#footer div#footer-end,
div#navi{
	display: none !important;
}
div#contents{
	float: none !important;
	width: auto;
	margin: 0; padding: 0;
	text-align: left;
}
div#contents div#products-search{
	display: none !important;
}
div#contents accHeader,
div#contents accHeaderC{
	display: none !important;
}
}