@charset "UTF-8";

html {
	overflow-y: scroll;
}

body {
	color: #666666;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eee;
}

#container {
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 640px;
}

#content {
	margin-bottom: 13px;
}

#content .subLogo {
	margin-top: 0;
	margin-bottom: 0;
}

#content .subLogo img {
	display: block;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: auto;
}

#content .inner {
	padding: 3px;
	width: 640px;
	height: 480px;
}

#content .inner p {
	margin-top: 0;
	margin-bottom: 0;
}

#navigation {
	margin-bottom: 35px;
	text-align: center;
}

#navigation h1 {
	display: inline-block;
	margin-top: 0;
	margin-right: 33px;
	margin-bottom: 0;
}

#navigation ul {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 28px;
	padding-left: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li ~ li {
	margin-left: 22px;
}

#navigation a {
	display: table-cell;
	height: 18px;
	vertical-align: bottom;
}

#navigation a img {
	display: block;
}

#copyright {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	padding-top: 30px;
}

/* home */

body.home #mainVisual {
	margin-bottom: 13px;
}

body.home #mainVisual .subLogo {
	margin-top: 0;
	margin-bottom: 0;
}

body.home #mainVisual .subLogo img {
	display: block;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: auto;
}

body.home #mainVisual .slideBoxWrapper {
	padding: 3px;
	width: 640px;
	height: 480px;
	border-radius: 3px;
	background-color: #ffffff;
}

body.home #mainVisual .slideBox {
	position: relative;
	width: 640px;
	height: 480px;
}

body.home #mainVisual .slideBox.standby-loading {
	visibility: hidden;
}
.home #container h1 {
	width: 640px;
	text-align: center;
	padding-top: 20px;
}
.home #container p {
	text-align: center;
	width: 640px;
	font-size: 14px;
}



body.home #mainVisual .slideBox .slidePagination {
	position: relative;
	top: 660px;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	height: 6px;
	list-style-type: none;
	text-align: center;
}

body.home #mainVisual .slideBox .slidePagination li {
	display: inline-block;
	margin-right: 10px;
	width: 6px;
	height: 6px;
	background: url("../img/home/pagination.png") no-repeat;
	cursor: pointer;
}

body.home #mainVisual .slideBox .slidePagination li:first-child {
	margin-left: 10px;
}

body.home #mainVisual .slideBox .slidePagination li.current {
	background-position: left -6px;
}

body.home #mainVisual .slideBox .slideImage {
	position: absolute;
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	width: 640px;
	height: 480px;
	list-style-type: none;
}

body.home #mainVisual .slideBox .slideImage li {
	position: absolute;
	width: 640px;
	height: 480px;
}

body.home #mainVisual .slideBox .slideImage li img {
	display: block;
}

body.home #navigation {
	margin-bottom: 48px;
}

body.home #blogNews {
	margin-bottom: 31px;
}

body.home #blogNews dl {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	width: 350px;
	border-bottom: 1px solid #777777;
}

body.home #blogNews dl.shopnews {
	margin-left: 83px;
}

body.home #blogNews dl.eventinfo {
	margin-left: 20px;
}

body.home #blogNews dl dt {
	padding-bottom: 14px;
	border-bottom: 1px solid #777777;
	text-align: center;
	font-size: 10px;
	line-height: 1;
}

body.home #blogNews dl dt img {
	vertical-align: bottom;
}

body.home #blogNews dl dd {
	margin-left: 0;
}

body.home #blogNews dl dd ul {
	margin-top: 16px;
	margin-bottom: 18px;
	padding-left: 0;
	list-style-type: none;
	font-size: 10px;
	line-height: 1.4;
}

body.home #blogNews dl dd ul li {
	margin-right: 12px;
	margin-left: 12px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background: url("../img/home/underline.png") repeat-x left bottom;
}

body.home #blogNews dl dd ul li ~ li {
	margin-top: 6px;
}

body.home #blogNews dl dd ul li .info-date {
	display: block;
	float: left;
}

body.home #blogNews dl dd ul li .info-title {
	display: block;
	margin-left: 7em;
}

body.home #blogNews dl dd ul li a {
	color: #666666;
	text-decoration: none;
}

body.home #blogNews dl dd ul li a:hover {
	text-decoration: underline;
}

body.home #information {
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 43px;
	margin-left: auto;
}

body.home #information dt,
body.home #information dd {
	color: #503f38;
	text-align: center;
	font-size: 12px;
}

body.home #information dt {
	margin-bottom: 8px;
}

body.home #information dd {
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 0;
	height: 28px;
	border: 1px solid #a3a3a3;
	background-color: #ffffff;
	line-height: 26px;
}

/* product */

body.product #container {
	padding: 115px 0;
}

body.product #navigation {
	margin-bottom: 20px;
}

body.product #productIndex {
	margin-bottom: 81px;
}

body.product #productIndex h2 {
	margin-top: 0;
	margin-bottom: 29px;
	text-align: center;
}

body.product #productIndex .productCategory {
	margin-bottom: 19px;
}

body.product #productIndex .productCategory h3 {
	margin-top: 0;
	margin-bottom: 12px;
	background-color: #898989;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
}

body.product #productIndex .productCategory h3 span {
	display: table-cell;
	width: 640px;
	height: 25px;
	vertical-align: middle;
}

body.product #productIndex .productCategory .indexLine {
	margin-bottom: 16px;
	padding-right: 7px;
	padding-left: 7px;
}

body.product #productIndex .productCategory .indexLine .indexBox {
	float: left;
	margin-left: 18px;
	width: 160px;
}

body.product #productIndex .productCategory .indexLine .indexBox:first-child {
	margin-left: 0;
}

body.product #productIndex .productCategory .indexLine .indexBox a {
	display: block;
	color: #777777;
	text-decoration: none;
}

body.product #productIndex .productCategory .indexLine .indexBox a:hover {
	text-decoration: underline;
}

body.product #productIndex .productCategory .indexLine .indexBox a .image {
	display: block;
	margin-bottom: 8px;
}

body.product #productIndex .productCategory .indexLine .indexBox a .name {
	display: block;
	text-align: center;
	font-size: 12px;
}

body.product #productDetail {
	margin-bottom: 110px;
}

body.product #productDetail h2 {
	margin-top: 0;
	margin-bottom: 22px;
	text-align: center;
}

body.product #productDetail h3 {
	margin-top: 0;
	margin-bottom: 15px;
	background-color: #898989;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
}

body.product #productDetail h3 span {
	display: table-cell;
	width: 640px;
	height: 25px;
	vertical-align: middle;
}

body.product #productDetail h4 {
	margin-top: 0;
	margin-bottom: 9px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

body.product #productDetail .imageList p {
	float: left;
	margin: 5px;
}

/* clearfix */
#navigation:after,
#navigation ul:after,
body.home #mainVisual .slideBox .slidePagination li:after,
body.home #mainVisual .slideBox .slideImage li:after,
body.home #blogNews:after,
body.product #productIndex .productCategory .indexLine:after,
body.product #productDetail .imageList:after,
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* clearfix for IE5.5-7 */
#navigation,
#navigation ul,
body.home #mainVisual .slideBox .slidePagination li,
body.home #mainVisual .slideBox .slideImage li,
body.home #blogNews,
body.product #productIndex .productCategory .indexLine,
body.product #productDetail .imageList,
.clearfix {
	zoom: 1;
}
.home #container p a {
	color: #099;
}
.home #container #mainVisual .head {
	padding-bottom: 10px;
	text-align: center;
}
.home #container #mainVisual .head a img {
	padding-right: 15px;
	padding-bottom: 10px;
}
