@charset "UTF-8";

/*============================================================
 Base
============================================================*/

/* Common
----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	background: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.4;
}

ul,li {
	list-style-type: none;
}

table,td,th {
	border: none;
	text-align: left;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote
	{
	margin: 0;
	padding: 0;
}

img, a img {
	border: none;
}

strong {
	font-weight: bold;
}

input,
select,
textarea {
	font-family: myriad-pro-condensed-1, myriad-pro-condensed-2, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	outline: none;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

fieldset {
	border: 0;
}


/* Clear
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* a (refer fontcolor.css about color)
----------------------------------------------------*/
a {
	cursor: pointer;
	color: #0D6295;
	outline: none;
	text-decoration: underline;
}

a:link {
	cursor: pointer;
	color: #0D6295;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #0D6295;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}

a:active {
	text-decoration: underline;
	color: #F00;
}

a img {
	text-decoration: none;
}

a:hover img {
}


/* Contents
----------------------------------------------------*/
div#wrapper {
	margin: 0 auto;
	min-width: 980px;
	width: 100%;
}

div#globalTop {
	background: url(../img/bgGlobalTop.png) repeat-x center 0;
}

div#frame {
	width: 960px;
	margin: 0 auto;
}

div#contents {
	/*margin: 0 auto;*/
}


/* Header
----------------------------------------------------*/
div#header {
	text-align: center;
	height: 470px;
	position: relative;
}

div.hTop {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}

div.hLogo a {
	display: block;
	background: url(../img/logoYodobashi.png) no-repeat 0 -70px;
	width: 350px;
	height: 60px;
	margin: 0 auto;
}

div.hBtm {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}


/* Footer
----------------------------------------------------*/
div#footer {
    margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
}

div#fNav {
	padding: 20px 0;
	background: #EFEFEF;
	border-top: 1px #CCC solid;
}

div#fNav div.fLogo a {
	margin: 0 auto;
}

div.footerFrame {
	width: 960px;
	margin: 0 auto;
}

div.fLogo a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333;
	background: url(../img/logoYodobashi.png) no-repeat 0 -50px;
	width: 215px;
	height: 20px;
	padding: 0 0 0 130px;
	font-size: 14px;
}


/* Top
----------------------------------------------------*/
div.topCateNav {
}

div.topCateNavUnit {
	width: 20%;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}

div.topCateNavUnit a {
	text-decoration: none;
	color: #333;
	text-align: center;
}

div.topCateNavUnit div.pImg {
	width: 140px;
	margin: 0 auto;
}

div.topCateNavUnit div.pImg img {
	width: 140px;
}

div.topCateNavUnit div.cateName {
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	margin: 10px 0 0 0;
	text-shadow: 2px 2px 0 #FFF;
	/background: #FFF;
}

div.topCateNavUnit a:hover div.cateName {
	color: #F00;
}

