@charset "UTF-8";

/*
 * NipponCraft CSS
 *
 * Table of Contents
 * 
 * - YUI Reset
 * - YUI Fonts
 *
 * - 一般
 * - Wrapper
 * - Header
 * - Footer
 * - Contents
 * - Side
 *
 * - 見出し
 * - 汎用セクション
 * - 横並びのナビ
 * - 画像付きの説明（水平方向）
 * - 横並びの画像
 * - 枠付きの要素
 * - 汎用リスト
 * - 商品一覧
 * - タイル状に並んだ商品
 * - タイル状に並んだ商品（スペックが多いバージョン）
 * - FAQ
 *
 * - Home
 * - 商品詳細
 * - お支払い・配送
 * - About Us
 * - Company Profile
 * - Products brochure
 * - 特定商取引法
 * - 注文入力
 * - 拡大画像リンク
 * - Google Calendar
 *
 * - システムデフォルトスタイル（所々無効化）
 *
 */


/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	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;
}
/* to preserve line-height and selector appearance */
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%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}


/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	font-size:small\9; /* for IE8 */
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/* 一般
---------------------------------------------------------*/
html, body {
  height: 100%;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/body_bg.jpg') 0 0 repeat;
}

iframe {
  border: none;
  background: transparent;
}

a:link,
a:visited {
  color: #bf0000;
}

a:hover,
a:active {
  text-decoration: none;
}

a.ref {
  padding-left: 18px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/icon_sq_red_has_arrow_right.gif') 0 2px no-repeat;
}

table.general {
  margin: 15px 0;
  width: 100%;
}

table.general,
table.general th,
table.general td {
  border: 1px #ccc solid;
  text-align: center;
}

table.general thead th,
table.general thead td {
  color: #fff;
  background: #787878;
}

table.general th {
  font-family: serif;
}

.ja table.general th {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

table.general th,
table.general td {
  padding: 5px;
}

table.general tbody th {
  font-weight: bold;
  background: #ebebeb;
}

table.general tbody td {
  background: #fff;
}

table.general tbody td ul {
  margin-left: 15px;
}

table.general tbody td li {
  list-style: disc outside;
}

table.general tbody td ul.general {
  margin-left: 0;
}

table.general tbody td ul.general li {
  list-style: none;
}

table.general tbody .even th {
  background: #d7d7d7;
}

table.general tbody .even td {
  background: #ebebeb;
}

table.general.horizontal th,
table.general.horizontal td {
  padding: 5px 10px;
  text-align: left;
}

p.ja {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.lead {
  margin-bottom: 10px;
}

/* Wrapper
---------------------------------------------------------*/
#wrapper {
  position: relative;
  min-height: 100%;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/body_bg_accent.png') 50% 0 no-repeat;
}

* html #wrapper {
  height: 100%;
}

#header .inner,
#footer .inner,
#contents,
#main_area {
  margin: 0 auto;
  width: 920px;
}


/* Header
---------------------------------------------------------*/
#header {
  margin-bottom: 11px;
  border-top: 3px #bc0000 solid;
}

#header .inner {
  position: relative;
  padding-top: 15px;
}

#header .logo {
  position: absolute;
  left: 18px;
  top: 10px;
  width: 311px;
  height: 68px;
  z-index: 20;
}

#header .tagline {
  float: right;
  margin-bottom: 28px;
  /margin-bottom: 5px;
  width: 520px;
  min-height: 46px;
  font-size: 85%;
  line-height: 1.4;
  color: #666;
}

* html #header .tagline {
  height: 46px;
}

#globalNav ul {
  clear: both;
  zoom: 1;
}

#globalNav ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#globalNav li {
  float: left;
}


/* Footer
---------------------------------------------------------*/
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 30;
  padding: 4px 0 12px;
  width: 100%;
  height: 44px;
  color: #fff;
  background: #ba0001;
}

#footer .inner {
  position: relative;
}

#utilityNav {
  position: relative;
  width: 600px;
  z-index: 11;
}

#utilityNav li {
  display: inline;
}

#utilityNav li.ja {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#footer a {
  color: #fff;
}

#footerAccentImage {
  position: absolute;
  right: 0;
  top: -106px;
  width: 405px;
  height: 162px;
  z-index: 10px;
}

#footerPaymentsBadge {
  position: absolute;
  right: 0;
  top: 2px;
  width: 309px;
  height: 31px;
  z-index: 11;
}

#copyright {
  margin-top: 5px;
  font-size: 85%;
}


/* Contents
---------------------------------------------------------*/
#contents {
  position: relative;
  z-index: 20;
  padding-bottom: 73px;
}

#contents.ja {
  line-height: 1.6;
  font-size: 108%;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#topicpath {
  padding: 9px 12px;
  font-size: 93%;
  line-height: 1;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/topicpath_bg.png') 0 0 repeat;
}

.single #topicpath {
  margin-bottom: 16px;
}

#topicpath .current {
  font-weight: bold;
}

#body {
  zoom: 1;
}

#body:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#main {
  float: right;
  margin-top: 19px;
  padding-bottom: 50px;
  width: 686px;
}

#side {
  float: left;
  margin-bottom: 50px;
  width: 200px;
}

.single #main {
  float: none;
  width: auto;
}

.single #side {
  display: none;
}

.center #main {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.center #side {
  display: none;
}

.showDetail {
  margin-top: 10px;
}

.return2top {
  margin-top: 22px;
  text-align: center;
}


/* Side
---------------------------------------------------------*/
#side .head {
  margin-bottom: 5px;
}

#side .categoryList {
  margin-bottom: 45px;
}

#side .categoryList li.main {
  border-bottom: 1px #a8a8a8 dotted;
}

#side .categoryList li.sub + li.main {
  border-top: 1px #a8a8a8 dotted;
}

#side .categoryList li.main a {
  display: block;
  padding: 11px 9px;
  font-family: serif;
  font-size: 108%;
  font-weight: bold;
  text-decoration: none;
  line-height: 19px;
  color: #212121;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/icon_arrow_black.gif') 0 17px no-repeat;
}

#side .categoryList li.main a.active {
  border-bottom: 4px #ba0000 solid;
  padding: 9px 12px 13px;
  color: #c20000;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/side_category-list_bg_on.png') 0 0 no-repeat;
}

#side .categoryList li.main a:hover,
#side .categoryList li.main a:active {
  color: #c20000;
}

#side .categoryList li.sub a {
  display: block;
  padding: 5px 20px;
  font-family: serif;
  font-size: 93%;
  color: #212121;
  text-decoration: none;
  background-image: url('https://z115.secure.ne.jp/~z115015/resources/images/marker_tri_right_red.png');
  background-position: 12px 10px;
  background-repeat: no-repeat;
}

#side .categoryList li.sub a.active,
#side .categoryList li.sub a:hover,
#side .categoryList li.sub a:active {
  color: #fff;
  background-color: #c20000;
  background-image: url('https://z115.secure.ne.jp/~z115015/resources/images/marker_tri_right_white.png');
}


/* 見出し
---------------------------------------------------------*/
#main .mainHead {
  margin-bottom: 9px;
  padding: 0 0 10px 3px;
  font-size: 26px;
  font-family: serif;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/head_bg_checked.png') 0 100% no-repeat;
}

#main .headType1 {
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 123.1%;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/head_bg_belt.png') 0 0 repeat;
}

#main .headType2 {
  margin-bottom: 15px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/head_bg_line.png') 0 50% no-repeat;
}

#main .headType2 span {
  padding-right: 7px;
  font-size: 123.1%;
  font-weight: bold;
  font-family: serif;
  color: #202020;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/body_bg.jpg') 0 0 repeat;
}

#main .headType3 {
  margin-bottom: 15px;
  padding-left: 33px;
  font-size: 123.1%;
  font-weight: bold;
  line-height: 25px;
  font-family: serif;
  color: #b80500;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/head_bg_circle_red.png') 0 50% no-repeat;
}

#main .headType4 {
  margin-bottom: 15px;
  font-size: 123.1%;
  font-weight: bold;
  line-height: 25px;
  font-family: serif;
  color: #b80500;
}

.ja #main .mainHead,
.ja #main .headType1,
.ja #main .headType2,
.ja #main .headType3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/* 汎用セクション
---------------------------------------------------------*/
.section {
  margin-bottom: 35px;
}

.section.hasNext {
  margin-bottom: 15px;
}

.section p {
  margin-bottom: 15px;
}


/* 横並びのナビ
---------------------------------------------------------*/
.horizontalNav {
  margin-bottom: 10px;
  padding: 10px 3px;
  font-size: 93%;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/topicpath_bg.png') 0 0 repeat;
}

.horizontalNav ul {
  zoom: 1;
}

.horizontalNav ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.horizontalNav li {
  display: inline-block;
  padding: 0 12px 0 9px;
  border-right: 1px #acacac dotted;
  /display: inline;
  /zoom: 1;
}

.horizontalNav li a {
  padding-left: 18px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/icon_sq_red_has_arrow_right.gif') 0 2px no-repeat;
}

/* 赤いとき */
.horizontalNav.anotherType {
  background: #bc0000;
}

.horizontalNav.anotherType li {
  border-right: 1px #af5650 solid;
}

#body .horizontalNav.anotherType li a { /* [IE6] #body をつけないとに文字色が適用されない */
  color: #fff;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/icon_arrow_white.gif') 0 55% no-repeat;
}


/* 画像付きの説明（水平方向）
---------------------------------------------------------*/
.withFigure {
  margin-bottom: 30px;
  /zoom: 1;
}

.withFigure:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.withFigure .caption {
  float: left;
  width: 485px;
}

.withFigure .caption p {
  margin-bottom: 15px;
}

.withFigure .fig {
  float: right;
  width: 180px;
  margin-bottom: 15px;
}

.withFigure .fig img {
  border: 1px #666 solid;
}

.withFigure .fig img.connector {
  margin: 5px auto;
  display: block;
  border: none;
}

.withFigure .fig p {
  margin: 2px 0 10px;
}

.withFigure .fig img.zoomIcon {
  border: none;
}

.withFigure.reverse .caption {
  float: right;
}

.withFigure.reverse .fig {
  float: left;
}

.withFigure.center .caption {
  float: none;
  width: auto;
}

.withFigure.center .fig {
  float: none;
  width: auto;
  text-align: center;
}

.withFigure.smallFig .caption {
  width: 565px;
}

.withFigure.smallFig .fig {
  width: 100px;
  text-align: center;
}

* html .withFigureSmall {
  zoom: 1;
}

* html .withFigureSmall .caption {
  float: left;
  width: 565px;
}

* html .withFigureSmall .fig {
  float: right;
  width: 100px;
  text-align: center;
}


/* 横並びの画像
---------------------------------------------------------*/
.figures {
  margin: 25px 0;
  zoom: 1;
}

.figures:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.figures .fig {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  /display: inline;
  /zoom: 1;
}

.figures .fig img {
  border: 1px #666 solid;
}

.figures .fig .caption {
  margin-top: 3px;
  font-size: 93%;
  font-style: italic;
  text-align: left;
  color: #666;
}

.figures .fig .caption p {
  margin-bottom: 0;
}

/* 1～3分割したいとき */
.figures.div1,
.figures.div2,
.figures.div3 {
  text-align: center;
}
.figures.div1 .fig,
.figures.div2 .fig,
.figures.div3 .fig {
  overflow: hidden;
  margin-bottom: 10px;
}

.figures.div1 .caption,
.figures.div2 .caption,
.figures.div3 .caption {
  text-align: center;
}

.figures.div1 .fig,
.figures.div1 .fig img {
  width: 480px;
}

.figures.div1 .fig {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.figures.div2 .fig,
.figures.div2 .fig img {
  width: 300px;
}

.figures.div3 .fig,
.figures.div3 .fig img {
  width: 200px;
}

.figures .fig img.zoomIcon {
  width: auto;
  border: none;
}


/* 枠付きの要素
---------------------------------------------------------*/
.notes {
  margin-bottom: 18px;
  padding: 10px;
  border: 4px #bcbcbc solid;
  font-size: 93%;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/bg_notes_1.png') 0 0 repeat;
}

.notes .head {
  margin-bottom: 5px;
  font-weight: bold;
}

#main .notes.anotherType { /* [IE6] #main をつけないとに文字色が適用されない */
  border: 4px #b9b7a8 solid;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/bg_notes_2.png') 0 0 repeat;
}

#main .notes.anotherType2 {
  border: 3px #bcbcbc solid;
  background: none;
}

#main .notes.anotherType2 p:last-child {
  margin-bottom: 0;
}

#main .notes.anotherType3 {
  border: 2px #bcbcbc solid;
  background: none;
}


/* 汎用リスト
---------------------------------------------------------*/
ul.general {
  margin-bottom: 15px;
}

ul.general li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/marker_sq_red.gif') 0 4px no-repeat;
}

ul.general li.hasChild {
  padding-left: 0;
  background: none;
}

ul.general li.hasChild ul {
  /font-size: 0;
}

ul.general li.hasChild li {
  margin-left: 15px;
  padding-left: 10px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/marker_dash_gray.gif') 0 55% no-repeat;
  /font-size: 13px;
}

ul.general.para li {
  background-position: 0 4px;
}

.ja ul.general.para li {
  background-position: 0 7px;
}

ul.ja li {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

ul.general2 li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/marker_dash_gray.gif') 0 55% no-repeat;
}


/* 商品一覧
---------------------------------------------------------*/
.resultInfo {
  margin-bottom: 8px;
  font-size: 93%;
  zoom: 1;
}

.resultInfo:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.resultInfo .counts {
  float: left;
  width: 230px;
}

.resultInfo .sort {
  float: right;
  width: 450px;
  text-align: right;
}

.resultInfo .sort .head,
.resultInfo .sort .sortSelect,
.resultInfo .sort .sortSelect form {
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

.resultInfo .sort .head {
  padding-right: 5px;
}

.pager {
  margin-bottom: 15px;
  padding: 7px 10px;
  font-size: 93%;
  color: #868686;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/pager_bg.png') 0 0 repeat;
  zoom: 1;
}

.pager:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.pager .prev {
  float: left;
  padding-left: 18px;
  width: 32px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/icon_sq_red_has_arrow_left.gif') 0 2px no-repeat;
}

.pager .next {
  float: right;
  padding-right: 18px;
  width: 50px;
  text-align: right;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/icon_sq_red_has_arrow_right.gif') 100% 2px no-repeat;
}

.pager ul {
  float: left;
  width: 540px;
  text-align: center;
}

.pager ul li {
  display: inline;
  padding: 0 1px;
}


/* タイル状に並んだ商品
---------------------------------------------------------*/
.tiledArticles {
  zoom: 1;
}

.tiledArticles:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.tiledArticles li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  width: 218px;
  font-size: 0;
}

.tiledArticles li.end {
  margin-right: 0;
}

.tiledArticles li .image {
  overflow: hidden;
  border: 1px #666 solid;
  border-bottom: none;
  width: 216px;
  height: 175px;
}

.tiledArticles li .image img {
  width: 216px;
  height: 175px;
}

.tiledArticles li .spec {
  padding: 7px 12px;
  height: 14px;
  font-size: 13px;
  font-family: serif;
  line-height: 1;
  color: #fff;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/category-list_spec_bg_off.gif') 0 0 no-repeat;
}

.tiledArticles li.active img {
  border-color: #980001;
}

.tiledArticles li.active .spec {
  background-image: url('https://z115.secure.ne.jp/~z115015/resources/images/category-list_spec_bg_on.gif');
}

.tiledArticles li .spec a {
  text-decoration: none;
  color: #fff;
}


/* タイル状に並んだ商品（スペックが多いバージョン）
---------------------------------------------------------*/
.tiledArticles.advanced li .spec {
  position: relative;
  height: 106px;
  font-size: 14px;
  line-height: 1.231;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/item-list_spec_bg_off.gif') 0 0 no-repeat;
}

.tiledArticles.advanced li.active .spec {
  background-image: url('https://z115.secure.ne.jp/~z115015/resources/images/item-list_spec_bg_on.gif');
}

.tiledArticles.advanced li .spec .name {
  overflow: hidden;
  height: 3.6em;
  line-height: 1.2;
}

.tiledArticles.advanced li .spec .price {
  border-bottom: 1px #4a4a4a dotted;
  padding-bottom: 5px;
}

.tiledArticles.advanced li.active .spec .price {
  border-color: #ccc;
}

.tiledArticles.advanced li .spec .price span {
  font-weight: bold;
}

.tiledArticles.advanced li .spec .more {
  position: absolute;
  left: 0;
  bottom: 6px;
  padding-right: 12px;
  width: 206px;
  font-size: 11px;
  text-align: right;
}

.tiledArticles.advanced li .spec .more a {
  padding-left: 9px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/icon_arrow_white.gif') 0 55% no-repeat;
}

/* Home
---------------------------------------------------------*/
#homeMainVisual {
  margin-bottom: 15px;
  padding: 5px;
  width: 910px;
  height: 263px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/home_visual-area_bg.jpg') 0 0 no-repeat;
  zoom: 1;
}

#homeMainVisual:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#recommendedItems {
  overflow: hidden;
  float: left;
  width: 317px;
  height: 263px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/home_recommended_bg.jpg') 0 0 no-repeat;
}

#recommendedItems .head {
  margin: 10px 0 10px 10px;
  line-height: 0;
}

#recommendedItems .images {
  padding: 0 10px;
  /zoom: 1;
}

#recommendedItems .images:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#recommendedItems .images li {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 7px;
  margin-bottom: 7px;
  border: 1px #666 solid;
  width: 143px;
  height: 103px;
}

* html #recommendedItems .images li {
  font-size: 0;
  line-height: 0;
}

#recommendedItems .images li.end {
  margin-right: 0;
}

#recommendedItems .images li .image {
  overflow: hidden;
  width: 143px;
  height: 103px;
}

#recommendedItems .images li .image img {
  width: 143px;
  height: 103px;
}

#recommendedItems .images li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 5px 2px;
  width: 133px;
  height: 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/home_recommended_title_bg.png') 0 0 no-repeat;
}

* html #recommendedItems .images li .title {
  bottom: -1px;
}

#recommendedItems .images li .title a {
  padding-left: 9px;
  text-decoration: none;
  color: #fff;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/icon_arrow_white.gif') 0 50% no-repeat;
}

#mainVisual {
  float: right;
  position: relative;
  width: 587px;
  height: 263px;
  font-size: 0;
  background: #000;
  cursor: pointer;
}

#mainVisual img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 587px;
  height: 263px;
}

#mainVisual .active {
  display: inline;
  z-index: 20;
}

#newsSection {
  zoom: 1;
}

#newsSection:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#newsSection .head {
  margin-bottom: 12px;
}

#whatsNew {
  float: left;
  margin-right: 42px;
  width: 385px;
}

#bloggerFeed {
  overflow-y: scroll;
  height: 600px; <!-- Ken 2012/07/22 -->
}

#bloggerFeed .entry {
  margin-bottom: 20px;
  padding-left: 8px;
  border-left: 3px #ccc solid;
}

#bloggerFeed .title {
  margin-bottom: 3px;
  font-size: 93%;
}

#bloggerFeed .date {
  margin-bottom: 8px;
  font-size: 85%;
}

#bloggerFeed .content {
  margin-bottom: 0;
}

#aboutNipponCraft {
  float: right;
  margin-bottom: 15px;
  width: 493px;
  font-size: 93%;
}

#aboutNipponCraft .body {
  width: 443px;
}

#aboutNipponCraft p {
  margin-bottom: 5px;
}

#nipponCraftVision {
  float: right;
  width: 493px;
}

#nipponCraftVision .socialButton {
  margin-top: -6px;
}

.socialButton li {
  display: inline-block;
  margin: 5px 0;
  padding: 0 3px;
  min-height: 25px;
  vertical-align: middle;
  /zoom: 1;
  /display: inline;
}

.productsIntroduction {
  margin-bottom: 35px;
  zoom: 1;
}

.productsIntroduction > .head {
  margin-bottom: 25px;
}

.productsIntroduction:after,
.productsIntroduction .product:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.productsIntroduction .product {
  float: left;
  margin-bottom: 15px;
  margin-right: 40px;
  width: 433px;
  zoom: 1;
}

.productsIntroduction .product.even {
  margin-right: 0;
}

.productsIntroduction .product .photo {
  float: left;
  width: 105px;
  border: 1px #333 solid;
}

.productsIntroduction .product .desc {
  float: right;
  width: 314px;
}

.productsIntroduction .product .desc .head {
  margin-bottom: 10px;
  font-size: 108%;
  font-family: Georgia, sans-serif;
  font-weight: bold;
}

.productsIntroduction .product .desc p {
  margin-bottom: 0;
}

.contactList {
  clear: both;
  zoom: 1;
}

.contactList:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#contents .contactList {
  line-height: 1.231;
  font-size: 13px;
	font-family: arial,helvetica,clean,sans-serif;
}

.contactList .contact {
  float: left;
  margin-right: 10px;
  width: 300px;
}

.contactList .contact.last {
  margin-right: 0;
}

.contactList .contact iframe {
  min-height: 13em;
}

.socialBanner {
  margin: 10px 0 30px;
  text-align: center;
}

.socialBanner li {
  display: inline-block;
  margin: 0 5px;
  border: 1px #ccc solid;
  padding: 10px;
  width: 98px;
  vertical-align: middle;
  /zoom: 1;
  /display: inline;
}


/* ショッピング
---------------------------------------------------------*/
#shoppingCategoryList li:nth-child(4n) {
  margin-right: 0;
}


/* 商品詳細
---------------------------------------------------------*/
.articleDetails {
  zoom: 1;
}

.articleDetails:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.articleDetails .main {
  float: left;
  width: 474px;
}

.articleDetails .main .desc {
  margin: 10px 0 20px;
}

.articleDetails .photoMain,
.articleDetails .photoSub {
  border: 1px #666 solid;
}

.articleDetails .side {
  float: right;
  padding-bottom: 50px;
  width: 180px;
}

.articleDetails .side .article .desc {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px #ccc solid;
  font-size: 85%;
  line-height: 1.5;
}

.articleDetails .data {
  margin-bottom: 20px;
  zoom: 1;
}

.articleDetails .data:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.articleDetails .spec {
  float: left;
  margin-bottom: 13px;
  width: 290px;
}

.articleDetails .spec dl {
  line-height: 1.5;
  color: #fff;
  background: #1e1e1e;
  zoom: 1;
}

.articleDetails .spec dl:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.articleDetails .spec dt {
  float: left;
  padding: 10px;
  width: 68px;
}

.articleDetails .spec dd {
  padding: 10px 10px 10px 108px;
  border-bottom: 1px #333 solid;
}

.articleDetails .currencyConverter {
  float: right;
  width: 173px;
}

.articleDetails .currencyConverter .wrapper {
  border: 3px #ccc solid;
  width: 167px;
  background: #fff;
}

.articleDetails .currencyConverter .wrapper .head {
  padding: 3px;
  border-bottom: 1px #ccc solid;
  font-size: 123.1%;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}

.articleDetails .currencyConverter .wrapper .head a {
  text-decoration: none;
  color: #666;
}

.articleDetails .cart {
  float: left;
  width: 290px;
}

.articleDetails .cart form {
  zoom: 1;
}

.articleDetails .cart form:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.articleDetails .cart fieldset {
  float: left;
  width: 90px;
  padding: 10px 0;
}

.articleDetails .cart #quantity {
  width: 2em;
}

.articleDetails .cart #addCart {
  float: right;
  border: none;
  width: 190px;
  height: 41px;
  font-size: 0;
  line-height: 0;
  text-indent: -5000px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/btn_add-to-cart.gif') 0 0 no-repeat;
  cursor: pointer;
}

.articleDetails table.general.horizontal th {
  width: 125px;
}


/* FAQ
---------------------------------------------------------*/
.faq dt {
  margin-bottom: 6px;
  border:1px #999 dotted;
  border-left: none;
  border-right: none;
  padding: 4px 6px;
  font-size: 116%;
  font-weight: bold;
  font-family: serif;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/topicpath_bg.png') 0 0 repeat;
}

.faq dt span {
  display: block;
  padding-left: 20px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/marker_q.png') 0 75% no-repeat;
}

.faq dd {
  margin-bottom: 15px;
  padding-left: 28px;
  background: url('https://z115.secure.ne.jp/~z115015/resources/images/marker_a.png') 6px 3px no-repeat;
}

.faq dd p {
  margin-bottom: 10px;
}


/* お支払い・配送
---------------------------------------------------------*/
#paymentTable th {
  width: 20%;
}

#paymentTable td {
  width: 80%;
  text-align: left;
}

#deliveryTable .countries th,
#deliveryTable .regions th {
  width: 22%;
}

#deliveryTable .weight {
  vertical-align: bottom;
}


/* About Us
---------------------------------------------------------*/
#aboutUsTable {
  margin: 30px 0;
}

#aboutUsTable td {
  text-align: left;
}


/* Company Profile
---------------------------------------------------------*/
#japaneseWordsTable {
  margin-top: 0;
}

#japaneseWordsTable thead th {
  font-weight: bold;
}

#japaneseWordsTable .word {
  width: 20%;
}

#japaneseWordsTable .writing {
  width: 20%;
}

#japaneseWordsTable .explanation {
  width: 60%;
  text-align: left;
}

#companyProfileTable {
  margin-top: 0;
}

#companyProfileTable td {
  text-align: left;
}


/* Products brochure
---------------------------------------------------------*/
div.intro {
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 123.1%;
}

.intro em {
  font-weight: bold;
}

.intro span.ja {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.intro .footer {
  clear: both;
}

.intro table caption {
  margin-bottom: 5px;
  font-size: 116%;
  font-weight: bold;
}

.intro table thead,
.intro table tbody {
  font-size: 86.6%;
}

.intro table thead th,
.intro table thead td {
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  font-family: arial, helvetica, clean, sans-serif;
}

.intro table tbody th,
.intro table tbody td {
  text-align: left;
  vertical-align: top;
}

.intro table tbody th {
  font-weight: bold;
  font-family: arial, helvetica, clean, sans-serif;
}

.intro .remarks {
  font-size: 93%;
  font-style: italic;
  color: #666;
}


/* 特定商取引法
---------------------------------------------------------*/
#stnTable th {
  padding: 10px;
  width: 25%;
  text-align: left;
  vertical-align: top;
}

#stnTable td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

#stnTable th span {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#stnTable td span {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}


/* 注文入力
---------------------------------------------------------*/
img.step {
  margin-bottom: 15px;
}


/* 拡大画像リンク
---------------------------------------------------------*/
a.zoom {
  display: inline-block;
  position: relative;
  z-index: 1;
  /display: inline;
  /zoom: 1;
}

a.zoom .zoomIcon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 10;
}


/* Google Calendar
---------------------------------------------------------*/
#side .calendar {
  padding: 0 5px;
}

#side .calendar .legend {
  margin-top: 5px;
}

#side .calendar .legend li {
  margin-bottom: 5px;
  font-size: 93%;
  line-height: 1;
  color: #333;
}

#side .calendar .legend span {
  display: inline-block;
  margin-right: 5px;
  border: 1px #ccc solid;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  /display: inline;
  /zoom: 1;
}

#gcToday span {
  background-color: #fad163;
}

#gcLegendHoliday span {
  background-color: #ad2d2d;
}

#gcLegendTemporarilyClosed span {
  background-color: #e67399;
}

#gcDisplay {
  position: relative;
  z-index: 5;
}

#gcBlind {
  position: absolute;
  left: 0;
  top: 19px;
  width: 190px;
  height: 302px;
  z-index: 10;
  background: #fff; /* IEの場合、iframeが #gcBlind を貫通してくる。背景色を設定することで回避 */
  opacity: 0;
  filter: alpha(opacity=0);
}



/* 以下、デフォルトスタイル */


/*--------------------------------------
 * css(プロトタイプ)
 *------------------------------------*/
/*--------------------------------------
 * 全体の定義
 * ページ背景色・背景画像
 * 文字色・サイズ
 *------------------------------------*/
/*
body {
    background-color:#f7f7f3;
    color:#666666;
    font-size:13px;
    line-height:130%;
    margin: 0px;
    padding: 0px;
    text-align:center;
    font-family: verdana, arial, helvetica, sans-serif;
}
tr,td,th,div {
    color: #666666;
    font-size: 13px;
    line-height: 130%;
}
form {
    margin: 0px;
    padding: 0px;
}
img {
    border:0px;
}
hr {
    color:#afaeae;
    border-style:dotted;
    height:1px;
}

.t10    { font-size: 10px;line-height: 130%; }
.t13    { font-size: 13px;line-height: 130%; }
.t15    { font-size: 15px;line-height: 130%; }
.t18    { font-size: 18px;line-height: 130%; }
*/

/*--------------------------------------
 * リンク 通常時(link,visited,active)
 * リンク マウスが当たっている時(hover)
 *------------------------------------*/
/*
a:link    { color:#1a9bd2; text-decoration:underline; }
a:visited { color:#1a9bd2; text-decoration:underline; }
a:active  { color:#1a9bd2; text-decoration:underline; }
a:hover   { color:#b57100; text-decoration:underline; background-color:#fff7b2; }
a.blocklink {width:100%;}
*/

/*--------------------------------------
 * input box / text area / select menu
 *------------------------------------*/
.frm_num {
    font-size:13px;
    color:#000;
    background-color:#ffffef;
    ime-mode: disabled;
}

.frm_str {
    font-size:13px;
    color:#000;
    background-color:#ffffef;
}

.frm_area {
    font-size:13px;
    color:#333333;
    background-color:#ffffef;
    overflow-y:auto;
}

/*--------------------------------------
 * 外枠
 *------------------------------------*/
/*
#wrapper {
    background-color:#ffffff;
    width: 780px;
    margin: 0px auto;
}
*/

/*--------------------------------------
 * ヘッダ
 *------------------------------------*/
/*
#header_area {
    background-color: #ffffff;
    border-top:solid 1px;
    border-left:solid 1px;
    border-right:solid 1px;
    border-bottom:solid 1px;
    border-color:#afaeae;
    padding: 0px 0px 0px 0px;
    text-align: left;
    position: relative;
}
#header_logo_area {
    float: left;
    padding:10px;
}
.header_logo {
    font-size: 22px;
    font-weight: bold;
    color: #666666;
}
#header_lang_select_area {
    float: right;
    padding:10px;
}

#header_area a:link    { color:#1a9bd2; text-decoration:underline; }
#header_area a:visited { color:#1a9bd2; text-decoration:underline; }
#header_area a:active  { color:#1a9bd2; text-decoration:underline; }
#header_area a:hover   { color:#b57100; text-decoration:underline; background-color:#fff7b2; }

#header_menu_area {
    background-color: #ffffff;
    padding: 10px;
    text-align: right;
}
*/

/*--------------------------------------
 * フッタ
 *------------------------------------*/
/*
#footer_area {
    background-color:#ffffff;
    border-left:solid 1px;
    border-right:solid 1px;
    border-bottom:solid 1px;
    border-color:#afaeae;
    padding:0px 0px 0px 0px;
    text-align:center;
}
.footer {
    font-size: 13px;
    color: #909090;
}
*/

/*--------------------------------------
 * メインコンテンツ
 *------------------------------------*/
/*
#main_area {
    background-color:#ffffff;
    border-left:solid 1px;
    border-right:solid 1px;
    border-color:#afaeae;
    margin: 0px;
    text-align:center;
}
#main_area2 {
    background-position: top left;
    background-repeat: repeat-y;
    background-color:#ffffff;
    border-left:solid 1px;
    border-right:solid 1px;
    border-color:#afaeae;
    margin: 0px;
    text-align:center;
}
#main_cont {
    background-color:#ffffff;
    text-align:left;
    padding:10px 60px 20px 60px;
}
#main_cont2 {
    background-color:#ffffff;
    text-align:left;
    margin-left: 150px;
    padding:10px 20px 20px 20px;
}
.clearing {
    height: 0;
    clear: both;
}
*/

/*--------------------------------------
 * サイドバー
 *------------------------------------*/
/*
#sidebar_area {
    background-color:#ffffff;
    text-align:left;
    margin:0px;
    padding:0px;
    width:150px;
    float: left;
}
.sidebardl {
    padding: 0 0 10px 0;
    margin: 0;
}
.sidebardl dt {
    background: #e0e0e0;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px;
}
.sidebardl dd {
    background: #f0f0f0;
    padding: 4px 10px;
    margin: 1px 0 0 0;
}
.sidebardl dd:hover {
    background: #e9e9e9;
    padding: 4px 10px;
    margin: 1px 0 0 0;
}

#sidebar_area a:link    { color:#1a9bd2; text-decoration:none; }
#sidebar_area a:visited { color:#1a9bd2; text-decoration:none; }
#sidebar_area a:active  { color:#1a9bd2; text-decoration:underline; }
#sidebar_area a:hover   { color:#b57100; text-decoration:underline; background-color:#fff7b2; }
*/

/*--------------------------------------
 * 共通枠
 *------------------------------------*/
.waku {
    border: 1px solid;
    border-color: #afaeae;
    padding:10px;
    margin:0px auto;
}

/*--------------------------------------
 * ページタイトル
 *------------------------------------*/
/*
.title {
    font-weight: bold;
    font-size: 15px;
    color: #383838;
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    padding: 5px 3px 3px 0.5em;
    margin:8px 0px 8px 0px;
}
*/

/*--------------------------------------
 * テーブル
 *------------------------------------*/
.tbl {
    background-color:#afaeae;
}

.tbl th,
.tbl td {
  border: 1px #ccc solid;
}

.cell_t {
    color:#000;
    /*background-color:#f7f7f3;*/
    background-color: #ebebeb;
    padding: 5px 7px;
    white-space:nowrap;
    font-weight: bold;
}

.cell_d {
    color:#000;
    background-color:#ffffff;
    padding: 5px 7px;
}

.submit .cell_d {
  background-color: transparent;
}

/*--------------------------------------
 * 強調文字
 *------------------------------------*/
.stress {
    color: #cc0000;
    font-weight: bold;
}

/*--------------------------------------
 * フォーム注意書き文字
 *------------------------------------*/
.note {
    font-size: 10px;
    color: #ff0000;
}
.note2 {
    font-size: 10px;
    color: #333;
}

/*--------------------------------------
 * エラーメッセージボックス
 *------------------------------------*/
.errbox {
    background: #ffffcc url(/tpl_img/proto_ja/alert.gif) 4px 4px no-repeat;
    border: 1px solid;
    border-color: #ff0000;
    padding: 5px 5px 5px 32px;
    margin:10px auto;
    text-align: left;
    color:#ff0000;
    font-size:13px;
}

/*--------------------------------------
 * 商品リストボックス
 *------------------------------------*/
/* 一覧形式 */
/*
.goodslist_box {
    background-color:#f7f7f3;
    border: 1px solid;
    border-color: #afaeae;
    padding:10px;
    margin:10px 0px 10px 0px;
}
*/
/* マス目形式 */
/*
.goodslist_box2 {
    float:left;
    padding:10px;
}
*/

/*--------------------------------------
 * 商品リストサムネイル枠
 *------------------------------------*/
/*
.thumbnail {
    background-color:#ffffff;
    border: 1px solid;
    border-color: #afaeae;
    width: 100px;
    height: 100px;
    text-align: center;
}
*/

/*--------------------------------------
 * リンク抑制文字色
 *------------------------------------*/
/*
.linkoff {
    color: #c0c0c0;
    text-decoration: underline;
}
*/

/*--------------------------------------
 * other table bug
 *------------------------------------*/
/* 3px IE bug hack hidden from IE5-mac */
/*
* html #header_area { height: 1%; }
* html #main_cont { height: 1%; }
* html #main_cont2 { height: 1%; }
*/
/* End hide from IE5-mac */ 




/*--------------------------------------
 * フッター　Custom Order部分 12/7/20
 *------------------------------------*/

#orderform ul {
	margin : 0 0 30px 0;
	padding: 0;

}

#orderform ul {
	clear: both;
	zoom: 1;
}

#orderform ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#orderform ul li{
	float: left;
	margin : 0 8px 0 0;
	padding: 0;
}

#orderform ul li.last{
	margin : 0;
}




/*--------------------------------------
 * sitesheelr部分 12/7/20
 *------------------------------------*/
.sslsheel {
	text-align:center;
	margin:15px auto 15px auto;
}
.sslsheel img {
	vertical-align:middle;
}